This is a quick python script that utilizes the Roblox Account Manager local web server api to quickly launch all accounts. I personally would never do this but I imagine it would be useful to combine this with an executor that auto loads a Roblox farming script!
- Requirements
-
- In your
roblox_farm_starter
folder,shift+right-click
, clickopen in terminal
or similar and then runpip install -r requirements.txt
- In your
- Set Environment variables or edit variables in script:
-
ram_password
- set this to the password you set inRAMSettings.ini
- account_data.json
-
- You can add or remove entire groups as needed. You obviously need at least 1 group for it to function.
-
server_code
- set this to your private server's code. (This comes from the end of the private server join link.)
-
accounts
list - Add the accounts you want to join the private server to the list...
- Install Roblox Account Manager, linked above
-
- Add all of your accounts to the program...
-
- Edit
RAMSettings.ini
to:
- Edit
-
-
AccountJoinDelay=15
(Some accounts don't load correctly with lower/default time in my experience.)
-
-
-
EnableWebServer=true
-
-
-
WebServerPort=5151
(This can be anything you want but change the port inmain.py
accordingly.)
-
-
-
AllowGetAccounts=true
-
-
-
AllowLaunchAccount=true
-
-
- In
main.py
editRoblox Alt Manager Settings
at the top as needed.
- In
- In
main.py
editSynapseX Settings
at the top as needed. - Add your farming script to your SynapseX
autoexec
folder -
- We're assuming the farming script has all the proper settings saved to run on its own without human intervention.
- Run
quick_start.bat
orpython main.py
, etc - You could also use something like
Windows Task Scheduler
to run the script on a schedule.