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_starterfolder,shift+right-click, clickopen in terminalor 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.)
-
accountslist - 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.inito:
- 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.pyaccordingly.)
-
-
-
AllowGetAccounts=true
-
-
-
AllowLaunchAccount=true
-
-
- In
main.pyeditRoblox Alt Manager Settingsat the top as needed.
- In
- In
main.pyeditSynapseX Settingsat the top as needed. - Add your farming script to your SynapseX
autoexecfolder -
- We're assuming the farming script has all the proper settings saved to run on its own without human intervention.
- Run
quick_start.batorpython main.py, etc - You could also use something like
Windows Task Schedulerto run the script on a schedule.