Roblox-Mass-Report
Roblox-Mass-Report copied to clipboard
Mass Report Tool for Roblox. EDUCATIONAL PURPOSES ONLY! Made By Dreamer#5114
i keep getting this and i dont know how to solve it 
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...
 other files (rbx and main) immediately close when opened
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'
Line 30 and also line 98, dont know how to fix this I'm using python 3.12
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'...
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
I got a traceback error but i couldn't take the error code because it would close after the error occurs 
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...