Open sinnlmao opened 1 year ago
This is in the code
@bot.event async def on_ready(): print('Bot is online!')
def follow_user(cookie, prox, userid): with requests.session() as session: try: proxy = {'http':prox, 'https':prox} session.cookies['.ROBLOSECURITY'] = cookie session.headers['x-csrf-token'] = session.get('https://www.roblox.com/home').content.decode('utf8').split("Roblox.XsrfToken.setToken('")[1].split("');")[0] follow = session.post(f'https://friends.roblox.com/v1/users/{userid}/follow', proxies=proxy)
it not steal your cookie bruh
there no webhook
Lol W dumbass!!!
this doesnt log anything skid
This is in the code
@bot.event async def on_ready(): print('Bot is online!')
def follow_user(cookie, prox, userid): with requests.session() as session: try: proxy = {'http':prox, 'https':prox} session.cookies['.ROBLOSECURITY'] = cookie session.headers['x-csrf-token'] = session.get('https://www.roblox.com/home').content.decode('utf8').split("Roblox.XsrfToken.setToken('")[1].split("');")[0] follow = session.post(f'https://friends.roblox.com/v1/users/{userid}/follow', proxies=proxy)