JacobRoblox

Untitled

Oct 14th, 2020
5,433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. getgenv().Mode = 1 -- (Change this) 0 = only auto skip waves, 1 = AutoFarm, 2 = Off
  2. ------ Options for AutoFarm! ------
  3. getgenv().WaitTime = 10 -- Increase if your game loads slowly
  4. getgenv().Difficulty = "Insane" -- "Easy","Normal","Hard","Insane"
  5. getgenv().AntiAfk = true -- Normal anti afk
  6. getgenv().RoundSkip = true -- Votes to skip to the next round
  7. getgenv().SoloPlay = true -- Only joins empty elevators
  8. getgenv().AutoChat = true -- Writes 3 messages after the round is activated (I did it so people wouldn't report you for afk)
  9. getgenv().SecondsBetweenMessages = 10 -- Set the interval between sending messages
  10. getgenv().AutoChatMessage1 = "Hello" -- Message 1
  11. getgenv().AutoChatMessage2 = "I'm not gonna put anything because I'm just collecting xp" -- Message 2
  12. getgenv().AutoChatMessage3 = "Don't ask me anything because I won't answer." -- Message 3
  13. getgenv().AutoWalk = true -- It will walk few setps after join to round
  14. getgenv().AutoTroopPlace = true -- Set this to true if u want to auto place troops
  15. 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
  16. getgenv().SpawnPer = 5 -- This is how long it will wait till it tries to spawn another troop
  17. getgenv().AutoFarmPlace = true -- Set this to true if u want to auto place farms
  18. getgenv().FarmSpawnPer = 5 -- This is how long it will wait till it tries to spawn another farm
  19. getgenv().AutoUpgrade = true -- Set this to true if u want to auto upgrade troops and farms
  20. getgenv().AutoUpgradePer = 10 -- This is how long it will wait till it tries to upgrade another troops and farms
  21.  
  22. -- Do not change anything under this line, if you change the script will not work ;) --
  23. loadstring(game:HttpGet("https://raw.githubusercontent.com/banbuskox/Scripts/master/AutoFarm%20TDS"))()
Add Comment
Please, Sign In to add comment