-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathhack-rubika.py
More file actions
27 lines (20 loc) · 937 Bytes
/
Copy pathhack-rubika.py
File metadata and controls
27 lines (20 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
from time import sleep
print("###################################")
print("| |")
print("| |")
print("| h a c k r u b i k a |")
print("| |")
print("| |")
print("|---------------------------------|")
print("| |")
print("| Manufacturer : jokerhack |")
print("|Channel Telegram: |")
print("| @jokerhack_channel |")
print("###################################")
hack = input("TARGET ID : ")
l = ["hacking the rubika 18%...", "hacking the rubika 32%....", "hacking the rubika 58%.....", "hacking the rubika 76%......", "hacking the rubika 99%.......", " * hacking faild- Done! Crack the code rubika target :* "]
for i in l:
print("\r" + i, end="")
sleep(1.5)
print()
print("code : 6283" or "9473" or "9272" or "8590" )