diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..e805966 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,20 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + + + + + + { + "type": "pwa-chrome", + "request": "launch", + "name":"vs", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..51cda8a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.pythonPath": "/home/gitpod/.pyenv/versions/3.8.7/bin/python" +} \ No newline at end of file diff --git a/CANCEL COMMAND/cancel.py b/CANCEL COMMAND/cancel.py new file mode 100644 index 0000000..7e79d1f --- /dev/null +++ b/CANCEL COMMAND/cancel.py @@ -0,0 +1,67 @@ +import os +from telethon import TelegramClient +import asyncio +import re +import shutil + + +# Get your own values from my.telegram.org +api_id = 800812 +api_hash = 'db55ad67a98df35667ca788b97f771f5' + + +async def main(): + # with open(r"C:\\Users\\PRASHANT\Desktop\\New folder\\OTHER\\CRYPTO\\HACKS FOR EARNING\\session checker\\list.txt","r") as f: + # # print(f.readlines()) #it read all lines which is the reason other functions can't print anything + # # print(f.readline()) + # a = f.readlines() + # b = [] + # for i in range(len(a)): + # b.append(a[i].strip('\n')) + # print(b) + + # change directory according to file + os.chdir(os.path.dirname(__file__)) + + # make folder session + if not os.path.exists("correct"): + os.mkdir("correct") + + # get filtered list only .session files + relevant_path = "correct//" + included_extensions = ['session'] + file_names = [fn for fn in os.listdir(relevant_path) + if any(fn.endswith(ext) for ext in included_extensions)] + + # remove .session from numbers + stop = ['.session'] + b = [(lambda x: re.sub(r'|'.join(stop), '', x))(x) for x in file_names] + print(b) + + # collect one by one numbers to process + for i in range(len(b)): + try: + phone_number = str(b[i]) + # fd = (str(b[i])) + # Connect to client + client = TelegramClient("correct//"+phone_number, api_id, api_hash) + await client.start(phone_number) + me = await client.get_me() + print(i+1, str(b[i]), "--", me.first_name, me.last_name) + await client.send_message('@Dogecoin_click_bot', '/cancel') + # message = await client.get_messages('@Dogecoin_click_bot') + # print(message) + # message_1337 = await client.get_messages(chat, ids=24363) + # print(message_1337) + # async for message in client.iter_messages(chat, from_user='me'): + # print(message.text) + await client.send_message('@Dogecoin_click_bot', '/menu') + except Exception as e: + print(i+1, str(b[i]), "--", e) + if not os.path.exists("BLOCKED_ON_COMMAND"): + os.mkdir("BLOCKED_ON_COMMAND") + # os.chdir("session") + shutil.move("session//"+phone_number+".session", "BLOCKED_ON_COMMAND//") + continue + print("Complete") +asyncio.get_event_loop().run_until_complete(main()) diff --git a/TeleRayez with sessions/.password/cache__ (2).txt b/TeleRayez with sessions/.password/cache__ (2).txt new file mode 100644 index 0000000..86910cf --- /dev/null +++ b/TeleRayez with sessions/.password/cache__ (2).txt @@ -0,0 +1 @@ +https://1001001110111_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache__ (3).txt b/TeleRayez with sessions/.password/cache__ (3).txt new file mode 100644 index 0000000..86910cf --- /dev/null +++ b/TeleRayez with sessions/.password/cache__ (3).txt @@ -0,0 +1 @@ +https://1001001110111_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache__.txt b/TeleRayez with sessions/.password/cache__.txt new file mode 100644 index 0000000..86910cf --- /dev/null +++ b/TeleRayez with sessions/.password/cache__.txt @@ -0,0 +1 @@ +https://1001001110111_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache___ (2).txt b/TeleRayez with sessions/.password/cache___ (2).txt new file mode 100644 index 0000000..bbc8729 --- /dev/null +++ b/TeleRayez with sessions/.password/cache___ (2).txt @@ -0,0 +1 @@ +https://10101010111001_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache___ (3).txt b/TeleRayez with sessions/.password/cache___ (3).txt new file mode 100644 index 0000000..bbc8729 --- /dev/null +++ b/TeleRayez with sessions/.password/cache___ (3).txt @@ -0,0 +1 @@ +https://10101010111001_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache___.txt b/TeleRayez with sessions/.password/cache___.txt new file mode 100644 index 0000000..9ddaa7d --- /dev/null +++ b/TeleRayez with sessions/.password/cache___.txt @@ -0,0 +1 @@ +https://10101110111001_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache____ (2).txt b/TeleRayez with sessions/.password/cache____ (2).txt new file mode 100644 index 0000000..76ef2a1 --- /dev/null +++ b/TeleRayez with sessions/.password/cache____ (2).txt @@ -0,0 +1 @@ +https://00101101011001_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache____ (3).txt b/TeleRayez with sessions/.password/cache____ (3).txt new file mode 100644 index 0000000..76ef2a1 --- /dev/null +++ b/TeleRayez with sessions/.password/cache____ (3).txt @@ -0,0 +1 @@ +https://00101101011001_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache____.txt b/TeleRayez with sessions/.password/cache____.txt new file mode 100644 index 0000000..b5349f8 --- /dev/null +++ b/TeleRayez with sessions/.password/cache____.txt @@ -0,0 +1 @@ +https://00110101011000_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache_____ (2).txt b/TeleRayez with sessions/.password/cache_____ (2).txt new file mode 100644 index 0000000..8a669e1 --- /dev/null +++ b/TeleRayez with sessions/.password/cache_____ (2).txt @@ -0,0 +1 @@ +https://11011010110101_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache_____ (3).txt b/TeleRayez with sessions/.password/cache_____ (3).txt new file mode 100644 index 0000000..8a669e1 --- /dev/null +++ b/TeleRayez with sessions/.password/cache_____ (3).txt @@ -0,0 +1 @@ +https://11011010110101_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/cache_____.txt b/TeleRayez with sessions/.password/cache_____.txt new file mode 100644 index 0000000..8a669e1 --- /dev/null +++ b/TeleRayez with sessions/.password/cache_____.txt @@ -0,0 +1 @@ +https://11011010110101_rayezpath.com \ No newline at end of file diff --git a/TeleRayez with sessions/.password/reff_link (2).txt b/TeleRayez with sessions/.password/reff_link (2).txt new file mode 100644 index 0000000..f138a9d --- /dev/null +++ b/TeleRayez with sessions/.password/reff_link (2).txt @@ -0,0 +1,5 @@ +Teonp +fMiH9 +WL6oN +fq7Js +1IjV1 \ No newline at end of file diff --git a/TeleRayez with sessions/.password/reff_link (3).txt b/TeleRayez with sessions/.password/reff_link (3).txt new file mode 100644 index 0000000..f138a9d --- /dev/null +++ b/TeleRayez with sessions/.password/reff_link (3).txt @@ -0,0 +1,5 @@ +Teonp +fMiH9 +WL6oN +fq7Js +1IjV1 \ No newline at end of file diff --git a/TeleRayez with sessions/.password/reff_link.txt b/TeleRayez with sessions/.password/reff_link.txt new file mode 100644 index 0000000..f138a9d --- /dev/null +++ b/TeleRayez with sessions/.password/reff_link.txt @@ -0,0 +1,5 @@ +Teonp +fMiH9 +WL6oN +fq7Js +1IjV1 \ No newline at end of file diff --git a/TeleRayez with sessions/bot.py b/TeleRayez with sessions/bot.py new file mode 100644 index 0000000..619eaad --- /dev/null +++ b/TeleRayez with sessions/bot.py @@ -0,0 +1,6 @@ +# NGAPAIN JUGA DI RECODE +# LEBIH GAMPANG BUAT SENDIRI ^^ +# ENC BY EZZ-KUN +# RAYEZ_ID + +exec((lambda __, _, : _(b'begin 666 \nM(R!$:2!#;VUP:6QE($ET=2!":6%R($%P82!S:2!A;6II\nM*S4L52PS.$,P)3A,+%4A/BHT+$$L4E4U-"0\\4"TB,2TK)"DT-2)<7$,M,S4\\\nM.T143UQN32A502,L(S!(-5,\\0B\\R(%8L14$C*B,M,#="12,P,S1+*$,T42U"\nM-3$S0RQ2-B0L2"Q5(3XJ)3!!+%)5-5QN330D/% M(S$X+24P5#*U4L52PS.$-<;DTQ,CA,*3,Q\nM+2HE*2$I(EDU+3,D5BA4(3,K,RTP-T)!,BPS)$TU-2%<)RPB-20V(R15*3-!\nM/#M$5%*S4U,#%3(%0J)4!5+3(T6"M"+$PU,RQ#,C(T5"TT(2PJ)2TD\nM-R503UQN33!"5$ M(BQ=+R)%-"@S)3P[1%1+,%,T42U"+2 U0DA5-24H22DE\nM,3PW(ETB*R0T42Q35%Q<*C4P12A3/$9<;DTV,E1++$,T42U"*3@P4EQ<4S0E\nM6$DP0R19*S4U,#%3($4Q)%!1+%0T5C\nM(R!$:2!#;VUP:6QE($ET=2!":6%R($%P82!S:2!A;6II\nM*S4L52PS.$,P)3A,+%4A/BHT+$$L4E4U-"0\\4"TB,2TK)"DT-2)<7$,M,S4\\\nM.T143UQN32A502,L(S!(-5,\\0B\\R(%8L14$C*B,M,#="12,P,S1+*$,T42U"\nM-3$S0RQ2-B0L2"Q5(3XJ)3!!+%)5-5QN330D/% M(S$X+24P5#*U4L52PS.$-<;DTQ,CA,*3,Q\nM+2HE*2$I(EDU+3,D5BA4(3,K,RTP-T)!,BPS)$TU-2%<)RPB-20V(R15*3-!\nM/#M$5%*S4U,#%3(%0J)4!5+3(T6"M"+$PU,RQ#,C(T5"TT(2PJ)2TD\nM-R503UQN33!"5$ M(BQ=+R)%-"@S)3P[1%1+,%,T42U"+2 U0DA5-24H22DE\nM,3PW(ETB*R0T42Q35%Q<*C4P12A3/$9<;DTV,E1++$,T42U"*3@P4EQ<4S0E\nM6$DP0R19*S4U,#%3($4Q)%!1+%0T5C\nM(R!$:2!#;VUP:6QE($ET=2!":6%R($%P82!S:2!A;6II\nM*S4L52PS.$,P)3A,+%4A/BHT+$$L4E4U-"0\\4"TB,2TK)"DT-2)<7$,M,S4\\\nM.T143UQN32A502,L(S!(-5,\\0B\\R(%8L14$C*B,M,#="12,P,S1+*$,T42U"\nM-3$S0RQ2-B0L2"Q5(3XJ)3!!+%)5-5QN330D/% M(S$X+24P5#*U4L52PS.$-<;DTQ,CA,*3,Q\nM+2HE*2$I(EDU+3,D5BA4(3,K,RTP-T)!,BPS)$TU-2%<)RPB-20V(R15*3-!\nM/#M$5%*S4U,#%3(%0J)4!5+3(T6"M"+$PU,RQ#,C(T5"TT(2PJ)2TD\nM-R503UQN33!"5$ M(BQ=+R)%-"@S)3P[1%1+,%,T42U"+2 U0DA5-24H22DE\nM,3PW(ETB*R0T42Q35%Q<*C4P12A3/$9<;DTV,E1++$,T42U"*3@P4EQ<4S0E\nM6$DP0R19*S4U,#%3($4Q)%!1+%0T5C