Advertisement
Guest User

Tower Defense Simulator script XD

a guest
Nov 11th, 2020
26,912
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 1 0
  1. ------ Options for AutoFarm! ------
  2. getgenv().WaitTime = 10 -- Increase if your game loads slowly
  3. getgenv().Difficulty = "Insane" -- "Easy","Normal","Insane"
  4. getgenv().AntiAfk = true -- Normal anti afk
  5. getgenv().RoundSkip = true -- Votes to skip to the next round
  6. getgenv().AutoTroopPlace = true -- Set this to true if u want to auto place troops
  7. getgenv().TroopName = "Soldier" -- REMEMBER! U MUST HAVE EQUIPPED THIS TROOP! Troop list : Minigunner, John, Demoman, Soldier, Freezer, Enforcer, Pyromancer, Medic, Hunter, Scout, Crook Boss, Electroshocker, Rocketeer, Paintballer, Cowboy
  8. getgenv().TroopName2 = "nil" -- If u don't want this simply change it to "nil"
  9. getgenv().SpawnPer = 5 -- This is how long it will wait till it tries to spawn another troop
  10. getgenv().AutoFarmPlace = false -- Set this to true if u want to auto place farms
  11. getgenv().FarmSpawnPer = 5 -- This is how long it will wait till it tries to spawn another farm
  12. getgenv().FarmLimit = 5 -- If u don't want this simply change it to "nil"
  13. getgenv().AutoUpgrade = true -- Set this to true if u want to auto upgrade troops and farms
  14. getgenv().AutoUpgradePer = 10 -- This is how long it will wait till it tries to upgrade another troops and farms
  15. ------ Options for AutoFarm! ------
  16.  
  17. -- Do not change anything under this line, if you change the script will not work ;) --
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/banbuskox/Scripts/master/AutoFarm%20TDS"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement