Advertisement
SythicalScripts

Sythical | #23

Jul 7th, 2022
14,843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. main_name = "MainAccountNameHere" -- account that gets all the stats
  2.  
  3. optimisation = true -- for lower end pcs / helps running multiple instances of roblox (30 fps limit + lower quality)
  4. auto_mute_ingame_audio = true -- self explanatory
  5. damage_done_to_alts = 105 -- the damage done to alts automatically when teleported MIN=0 MAX=115 (100 = downed)
  6. leave_if_staff_join = true -- self explanatory
  7.  
  8. alt_accounts = { -- list of all alt account names that will be farmed for the main account
  9. "AltAccountNameHere";
  10. "AltAccountNameHere";
  11. "YouCanAddMore";
  12. "YouCanAlsoRemoveSome";
  13. }
  14.  
  15. -- PLEASE READ THE ABOVE OPTIONS AND CHANGE IT TO UR LIKING
  16.  
  17. loadstring(game:HttpGet("https://projecthook.xyz/scripts/autofarm.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement