Add a project to a billion studios to make children ANGRY!!!! I know I said I wouldn't update this, but someone asked me to make a new version so yall are getting it too.
It uses scratchattach by TimMcCool to automate adding a project to hundreds of studios (perhaps only 300 per account per hour, although I haven't tested that far yet). This is a command-line utility.
Running the program with no or invalid arguments will get you this
Help:
Arguments
- Argument 1: Username
- Argument 2: Password
- Argument 3: Project
Modifiers (can be put into any order)
- Enable logfile: -v
- Enable blast mode (Disable sleep after adding project, this will cause you to hit the ratelimit) -b
Example: ScratchStudioSpammerVX.exe Anonymous_cat1 "ThisIsMy Password" 12345678 -v -b
(You will need to put an argument into quotes to define it as one argument if it has spaces)
To run, open a termial (or command prompt) in the directory the program is stored. and type in:
- For executable
ScratchStudioSpammerV2.exe [Username] [Password] [Project ID] [Modifiers (optional)]
(You shouldn't need python to run) - For PY file
ScratchStudioSpammerV2.py [Username] [Password] [Project ID] [Modifiers (optional)]
(You need Python to run)
Just use Pyinstaller, to install it use pip install pyinstaller
.
- Run in a terminal
pyinstaller --onefile ScratchStudioSpammerV2.py
and wait. A compiled executable should be put into thedist
folder.
Run the program with -v
to enable the logfile, copy its contents and the contents of your terminal into a new issue.
- DO NOT INCLUDE YOUR USERNAME, PASSWORD, OR PROJECT ID. ALSO CHECK THE LOGFILE FOR ANY OF THOSE TOO, AS THEY MAY BE PUT INTO THERE. Otherwise, I will have to close the issue.