Giter VIP home page Giter VIP logo

roblox-mass-report's Introduction

Roblox Mass Report

I couldn't find a roblox mass report so I decided to make one myself and share it on Github.
This tool just spams the roblox report api with random user agents and proxies, but most doesnt proxies doesnt work
This could be ran on Replit.
It's for educational Purposes only

Tutorial

  1. Install Python and Select Add to Path
  2. Run setup.bat
  3. Add Roblox Cookies to cookies.txt, each seperated by a line break (by pressing enter) (recommend alt cookies since it's bannable)
  4. Add report descriptions in main.py in reason descriptions, (optional, but recommend)
  5. Run main.py and type the victim's user and how much reports to send and which type of report to send

Preview

and stop stealing credits u fucking skids
DM Dreamer#5114 on discord for help

image

roblox-mass-report's People

Contributors

originalalien avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

roblox-mass-report's Issues

this has been broken for a while and unless its updated, never will

the short story is that this won't work due to a change Roblox made and unless OriginalAlien updates it, it wont work. The long story is that the Reporter attempts to your your Roblox cookie to send a request to "https://www.roblox.com/build/upload" and then uses the beautiful soup library to extract the cookie "__RequestVerificationToken" from the page. this doesn't work because the page it tries to get it from "https://www.roblox.com/build/upload" no longer exists and just redirects to create.roblox.com. so when the reporter sends a request to the website it gets a blank file in return, then it tries to extract the "__RequestVerificationToken" and fails because the page nor the cookie exist and that results in the error below.

AttributeError: 'NoneType' object has no attribute 'attrs'

edit, i am attempting to write my own mass reporter in bash using WSL since bash is the language most familiar with, if i succeed i will release it (unless OriginalAlien updates his)

KeyError: x-csrf-token

Unfortunately, the tool does not work, I get this error when the program is meant to start reporting.
It's a shame as it seems very well put together and the only tool of its kind currently to be very recently updated.

[>]Error: 'NoneType' object has no attribute 'attrs' [>] Continuing... Traceback (most recent call last): File "main.py", line 39, in <module> RB.report(victim, amount, reason, cooldown, reasonDescriptions[reason]) File "/home/runner/Roblox-Mass-Report/RBXBan.py", line 138, in report "x-csrf-token": Utils.getXCsrf(cookie), File "/home/runner/Roblox-Mass-Report/RBXBan.py", line 43, in getXCsrf return xcsrfRequest.headers["x-csrf-token"] File "/home/runner/Roblox-Mass-Report/venv/lib/python3.8/site-packages/requests/structures.py", line 52, in __getitem__ return self._store[key.lower()][1] KeyError: 'x-csrf-token'

AttributeError: 'NoneType' object has no attribute 'attrs'

raceback (most recent call last):
File "/home/kali/Roblox-Mass-Report/main.py", line 30, in
RB.ban(victim, amount, reason, cooldown, reasons[reason]["comments"])
File "/home/kali/Roblox-Mass-Report/RBXBan.py", line 98, in ban
requestVerificationToken = soup.find("input", {"name" : "__RequestVerificationToken"}).attrs["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'attrs'

I had no idea how to fix this

How to use? on replit

i did all the steps in the desc and it still didn't work i keep getting all sorts of error can someone give a more detailed tutorial on how to use?

potentially steals roblosecurity cookie

i looked at the code, and in RBXban.py is something about roblosecurity. i dont know what the script does with it, but i dont trust it. just dont use this please. it can steal your roblox acccount

this is a cookielogger dumbasses

if you legit looked in the code then you would see it logs your cookie dumbfucks its also python so if it doesnt work then it means you dont have the right libs

ModuleNotFoundError

Experiencing some issues
I ran setup as normal, updated pip since it asked me to as well
I got this
image

I went to RBXBan and took out requests from line 2

After that I was able to run as normal except for this
image

notype error

File "C:\Users\hello\Downloads\Roblox-Mass-Report-main\Roblox-Mass-Report-main\main.py", line 30, in
RB.ban(victim, amount, reason, cooldown, reasons[reason]["comments"])
File "C:\Users\hello\Downloads\Roblox-Mass-Report-main\Roblox-Mass-Report-main\RBXBan.py", line 98, in ban
requestVerificationToken = soup.find("input", {"name" : "__RequestVerificationToken"}).attrs["value"]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'attrs'

No such file: main.py

This error code appears a few seconds after running setup.bat in Replit.

No such file: main.py
repl process died unexpectedly: exit status 2

E

I'm not sure how the report system works, but most of the requests return a 500 error and some work????????

Error when more than 1 cookie in cookies.txt

Hi, i keep getting this error whenever i have more than 1 cookie in the cookies.txt file. I also confirmed that these cookies aren't invalid.

Error message: Traceback (most recent call last):
File "/home/USER/Desktop/Roblox-Mass-Report-main/main.py", line 30, in
RB.ban(victim, amount, reason, cooldown, reasons[reason]["comments"])
File "/home/USER/Desktop/Roblox-Mass-Report-main/RBXBan.py", line 91, in ban
xcsrfToken = xcsrfToken.headers["x-csrf-token"]
File "/usr/lib/python3/dist-packages/requests/structures.py", line 54, in getitem
return self._store[key.lower()][1]
KeyError: 'x-csrf-token'

I get these errors

So basically I get this error when I try to execute it:

Traceback (most recent call last) :
File "D: (Muie\Roblox-Mass-Report-main\main.py", line 37, in
RB.report(victim, amount, reason, cooldown, reasonDescriptions[reason])
File "D: line 108, in report
id = json. loads (requests .get(

KeyError : 'Id'

Captură ecran (1106)

error code setup.bat

Requirement already satisfied: pystyle in c:\users\administrator\appdata\local\programs\python\python311\lib\site-packages (2.9)
ERROR: Could not find a version that satisfies the requirement json (from versions: none)
ERROR: No matching distribution found for json

Requirement already satisfied: bs4 in c:\users\administrator\appdata\local\programs\python\python311\lib\site-packages (0.0.1)
Requirement already satisfied: beautifulsoup4 in c:\users\administrator\appdata\local\programs\python\python311\lib\site-packages (from bs4) (4.12.2)
Requirement already satisfied: soupsieve>1.2 in c:\users\administrator\appdata\local\programs\python\python311\lib\site-packages (from beautifulsoup4->bs4) (2.4.1)
Requirement already satisfied: lxml in c:\users\administrator\appdata\local\programs\python\python311\lib\site-packages (4.9.2)
ERROR: Could not find a version that satisfies the requirement random (from versions: none)
ERROR: No matching distribution found for random

Downloading Modules...
Done

^ getting error codes, if yk how to fix lmk I already tried import json doesn't work, I'm on python 3.11.4.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.