Learn how to use selfbot at Mudae with termux (mobile), follow the step by step.
1 month ago • 516 Views • 10 Files
[06] I left some instructions inside, the code but I forgot to mention how to "move" inside, just use these arrows. Cod: import discum import subprocess import time
bot = discum.Client(token="YOUR_TOKEN_HERE", log={"console": False, "file": False})
In the place of "YOUR_TOKEN_HERE" , u must put ur account token,
in case u don't know how to get it, search on yt.
channelid = "00000000000000000000" # between the "", u must put ur channel id.
while True: bot.sendMessage(channelid, "$kl 12000") print("$kl 12000") time.sleep(3) print("Enviando 'y'...") bot.sendMessage(channelid, "y") time.sleep(3) arlp_count = 0 start_time = time.time() while time.time() - start_time < 65: print("Enviando '$arlp'...") bot.sendMessage(channelid, "$arlp") arlp_count += 1 time.sleep(3) if arlp_count == 1: break time.sleep(90 - (time.time() - start_time))
If u have already set up ur token and channel id and want to exit this screen,
press CTRL and press X, To save type "Y" for yes and "N" for no.
all the code is set up, u don't need to change anything.
[Extra] my contact if u have questions, Anyone interested in participating in my server, I do giveaways from Nitro, Mudae premium.
[08.¹] this is a command to stop the process of sending kakeraloot, in case you want to stop this process, use the command above CTRL+C
[07] This is already the part where the code will work, you will just send the command: python kl.py
(If any error occurs find the image with my contact and send me a dm on Discord).
[03] This is the installation of a library inside Python, where it will make the code work, if u request installation requests, confirm with "y".
[02] This is the python installation, it takes a while, but it should agree with all installation requests with "y".
[01], first they will install termux, a Linux terminal emulator Link: https://f-droid.org/packages/com.termux/
Right after installing, you will open the application and send this command, agreeing to all installation requests with "y".