Advertisement
Guest User

Combat Warriors Auto Farm Script! (INFINITE CREDITS AND EXP!)

a guest
Dec 1st, 2022
8,800
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. main_name = "MainAccountNameHere" -- account that gets all the stats
  2.  
  3. optimisation = true -- for lower end pcs, reduces lag (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/kill)
  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 (you can delete some)
  9. "AltAccountNameHere";
  10. "AltAccountNameHere";
  11. "YouCanAddMore";
  12. "YouCanAlsoRemoveSome";
  13. }
  14.  
  15. -- PLEASE READ ABOVE BEFORE USING
  16.  
  17. loadstring(game:HttpGet("https://projecthook.xyz/scripts/autofarm.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement