You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2026. It is now read-only.
print("""Welcome To HellBot String Generator By @Kraken_The_BadASS""")
print("""Kindly Enter Your Details To Continue ! """)
API_KEY = input("API_KEY: ")
API_HASH = input("API_HASH: ")
while True:
try:
with TelegramClient(StringSession(), API_KEY, API_HASH) as client:
print("String Sent To Your Saved Message, Store It To A Safe Place!! ")
print("")
session = client.session.save()
client.send_message(
"me",
f"Here is your TELEGRAM STRING SESSION\n(Tap to copy it)👇 \n\n `{session}` \n\n And Visit @HellBot_Official For Any Help !",
)
print(
"Thanks for Choosing HellBot Have A Good Time....Note That When You Terminate the Old Session ComeBack And Genrate A New String Session Old One Wont Work"
)
except:
print("")
print(
"Wrong phone number \n make sure its with correct country code. Example : +919961998999 ! Kindly Retry"