Created by BigTimbob
Features:
- AUTO FARM
- DISCOVER ALL AREAS
- DEV NOTES:
- You should use multi-Roblox and a private server for the best results.
- You can use your exploits internal UI to execute on an individual client like Synapse X.
- The auto farm script will break if you have not selected a car for your account (joining the game for the first time).
shared.config = {
host = '', -- the name of the primary account you will use to autofarm
race = '', -- the name of the race you want to participate in
}
-- here is a list of races: https://gist.githubusercontent.com/wally-rblx/f8678afce0ef5f2d0945b4648e438ab8/raw/93452a9c99dc2b4ea5f228acb3ae40248f65eee3/races.txt
-- sorted by highest multiplier
-- copy the name of the race which is between the quotes
-- you need to use multiple accounts for this to work :)
loadstring(game:HttpGet('https://raw.githubusercontent.com/wally-rblx/roblox-scripts/main/driving-simulator/autofarm.lua'))()