Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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}"
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "/home/gitpod/.pyenv/versions/3.8.7/bin/python"
}
67 changes: 67 additions & 0 deletions CANCEL COMMAND/cancel.py
Original file line number Diff line number Diff line change
@@ -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())
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache__ (2).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://1001001110111_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache__ (3).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://1001001110111_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache__.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://1001001110111_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache___ (2).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://10101010111001_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache___ (3).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://10101010111001_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache___.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://10101110111001_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache____ (2).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://00101101011001_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache____ (3).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://00101101011001_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache____.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://00110101011000_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache_____ (2).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://11011010110101_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache_____ (3).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://11011010110101_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/.password/cache_____.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://11011010110101_rayezpath.com
5 changes: 5 additions & 0 deletions TeleRayez with sessions/.password/reff_link (2).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Teonp
fMiH9
WL6oN
fq7Js
1IjV1
5 changes: 5 additions & 0 deletions TeleRayez with sessions/.password/reff_link (3).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Teonp
fMiH9
WL6oN
fq7Js
1IjV1
5 changes: 5 additions & 0 deletions TeleRayez with sessions/.password/reff_link.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Teonp
fMiH9
WL6oN
fq7Js
1IjV1
6 changes: 6 additions & 0 deletions TeleRayez with sessions/bot.py

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions TeleRayez with sessions/bot_torun_bot.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import pexpect
import sys
while True:
child = pexpect.spawn('python3.8 bot.py', encoding='utf-8')
child.logfile = sys.stdout
child.expect('[1/2] ?')
child.sendline('2')
child.expect('Input your choice:')
child.sendline('2')
child.expect('[1/2] ?')
child.sendline('1')
child.expect('Your Clickbot Refferal Link :')
child.sendline('n')
child.expect('Input your number')
number = str(input("Enter your number here:"))
if number == 'q':
exit()
else:
child.sendline("+1"+number)
t = child.expect(['Enter Your Code', '[•°•]'])
if t == 0:
code = str(input("Enter your code here:"))
child.sendline(code)
else:
pass
child.expect("00")
child.sendline('\n')
continue
child.expect(pexpect.EOF, timeout=None)
7 changes: 7 additions & 0 deletions TeleRayez with sessions/cfg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"walletltc": "MVbExQZeEuPwUPUjRNe9QHNbHdysVR3RP8",
"walletdoge": "DKcAGqXESf31j8HJuvSUW8p2FE1Xq2kFao",
"walletzec": "t1RD1Le7VB8mHq1FVP5NVkdFtaDEo3jMVwR",
"walletbch": "qp6c3vlsxzeqe0gjrs9hfhcrmylzpzzqwgvhuwpp3s",
"walletbtc": "TEPNu5VWmZUW6pzEAaK6FUnvcNDShQNxrJ"
}
Empty file.
1 change: 1 addition & 0 deletions TeleRayez with sessions/list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
+918319112618
1 change: 1 addition & 0 deletions TeleRayez with sessions/password/cache__.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://1011010010110_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/password/cache___.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://0001011010010_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/password/cache____.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://0101010010111_rayezpath.com
1 change: 1 addition & 0 deletions TeleRayez with sessions/password/cache_____.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://0101110010011_rayezpath.com
5 changes: 5 additions & 0 deletions TeleRayez with sessions/password/reff_link.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Teonp
fMiH9
WL6oN
fq7Js
1IjV1
1 change: 1 addition & 0 deletions TeleRayez with sessions/pw/New Text Document.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://1011010010100_rayezpath.com
52 changes: 52 additions & 0 deletions TeleRayez with sessions/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{

"THIS_IS_ADVANCED_OPTIONS": "INI_ADALAH_SETELAN_LANJUTAN",

"note_1": "catatan_1",

"jika_tidak_mau_terjadi_error": "jangan_ubah_apapun",
"if_you_don't_want_to_get_an_error": "don't_change_anything",

"api_id": "800812",
"api_hash": "db55ad67a98df35667ca788b97f771f5",

"jumlah_visit": "99",
"jumlah_msg": "99",
"jumlah_join": "99",
"jeda_join": "15",
"fitur_auto_wd": "on",

"note_2": "catatan_2",

"buatlah_list_nomer_terserah_anda_manual": "di_folder_yg_sama_contoh_list1.txt",
"make_new_file_for your_number_manually": "in_same_folder_ex_list1.txt",

"auto_ref": "list.txt",
"auto_wd": "list.txt",
"auto_visit_wd": "list.txt",
"auto_visit_msg_wd": "list.txt",
"auto_visit_msg_join_wd": "list.txt",
"auto_leave": "list.txt",

"auto_loop_visit_msg_join": "on",
"set_waktu_loop_visit_msg_join": "5",
"jumlah_loop_visit_msg_join": "100",

"note_3": "catatan_3",

"option_dibawah_ini_tidak_akan_jalan_jika": "option_loop_diatas_masih_on",
"this_option_below_won't_run_if": "loop_option_above_still_on",

"auto_run_leave_after_visit_msg_join": "off",
"set_waktu_visit_msg_join_ke_leave": "3600",
"set_waktu_leave_ke_visit_msg_join": "3600",

"untuk_doge_pilih": "1",
"untuk_ltc_pilih": "2",
"untuk_bch_pilih": "3",
"untuk_zec_pilih": "4",
"untuk_btc_pilih": "5",

"set_bot_untuk_auto_run_leave_after_visit_msg_join": "1"

}
1 change: 1 addition & 0 deletions bot/.password/cache__ (2).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://1001001110111_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache__ (3).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://1001001110111_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache__.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://1001001110111_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache___ (2).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://10101010111001_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache___ (3).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://10101010111001_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache___.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://10101110111001_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache____ (2).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://00101101011001_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache____ (3).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://00101101011001_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache____.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://00110101011000_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache_____ (2).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://11011010110101_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache_____ (3).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://11011010110101_rayezpath.com
1 change: 1 addition & 0 deletions bot/.password/cache_____.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://11011010110101_rayezpath.com
5 changes: 5 additions & 0 deletions bot/.password/reff_link (2).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Teonp
fMiH9
WL6oN
fq7Js
1IjV1
5 changes: 5 additions & 0 deletions bot/.password/reff_link (3).txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Teonp
fMiH9
WL6oN
fq7Js
1IjV1
5 changes: 5 additions & 0 deletions bot/.password/reff_link.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Teonp
fMiH9
WL6oN
fq7Js
1IjV1
6 changes: 6 additions & 0 deletions bot/bot.py

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions bot/bot_torun_bot.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import pexpect
import sys
while True:
child = pexpect.spawn('python3.8 bot.py', encoding='utf-8')
child.logfile = sys.stdout
child.expect('[1/2] ?')
child.sendline('2')
child.expect('Input your choice:')
child.sendline('2')
child.expect('[1/2] ?')
child.sendline('1')
child.expect('Your Clickbot Refferal Link :')
child.sendline('n')
child.expect('Input your number')
number = str(input("Enter your number here:"))
if number == 'q':
exit()
else:
child.sendline("+1"+number)
t = child.expect(['Enter Your Code', '[•°•]'])
if t == 0:
code = str(input("Enter your code here:"))
child.sendline(code)
else:
pass
child.expect("00")
child.sendline('\n')
continue
child.expect(pexpect.EOF, timeout=None)
7 changes: 7 additions & 0 deletions bot/cfg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"walletltc": "MVbExQZeEuPwUPUjRNe9QHNbHdysVR3RP8",
"walletdoge": "DKcAGqXESf31j8HJuvSUW8p2FE1Xq2kFao",
"walletzec": "t1RD1Le7VB8mHq1FVP5NVkdFtaDEo3jMVwR",
"walletbch": "qp6c3vlsxzeqe0gjrs9hfhcrmylzpzzqwgvhuwpp3s",
"walletbtc": "TEPNu5VWmZUW6pzEAaK6FUnvcNDShQNxrJ"
}
Empty file added bot/error.txt
Empty file.
1 change: 1 addition & 0 deletions bot/list.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
+918319112618
12 changes: 12 additions & 0 deletions bot/modules_requirement.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from modulefinder import ModuleFinder
import os
f = ModuleFinder()
# Run the main script
os.chdir(os.path.dirname(__file__))
f.run_script('bot.py')
# Get names of all the imported modules
names = list(f.modules.keys())
# Get a sorted list of the root modules imported
basemods = sorted(set([name.split('.')[0] for name in names]))
# Print it nicely
print ("\n".join(basemods))
1 change: 1 addition & 0 deletions bot/password/cache__.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://1011010010110_rayezpath.com
1 change: 1 addition & 0 deletions bot/password/cache___.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://0001011010010_rayezpath.com
1 change: 1 addition & 0 deletions bot/password/cache____.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://0101010010111_rayezpath.com
1 change: 1 addition & 0 deletions bot/password/cache_____.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://0101110010011_rayezpath.com
5 changes: 5 additions & 0 deletions bot/password/reff_link.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Teonp
fMiH9
WL6oN
fq7Js
1IjV1
Loading