Tower Battles Script | AUTO FARM CREDITS

[ad_1]

Created by Absolu

Features:

  • AUTO FARM CREDITS
  •  
  • DEV NOTES:
  • You’ll get 20 credits each time, you can just let it run in background and do other stuff (or overnight) and you’ll easily manage to make a few hundred/thousand credits in the meantime.
  • It’s probably the best possible way to autofarm on this game anyway, unless someone who has a lot of time comes and does a whole thing to automatically place towers during the game etc. (and I’m not even sure about it tbh since winning a game would take around 30 minutes from what I know and you wouldn’t even win much more, maybe even less than what you’d win using the script).

PUT IN YOUR AUTO EXECUTE FOLDER

repeat wait() until game:IsLoaded()
if game.PlaceId == (45146873) then
    workspace.SurvivalAnalysis:InvokeServer()

local args = {
    [1] = "SurvivalSolo",
    [2] = 1
}

while wait() do
    workspace.Enter:InvokeServer(unpack(args))
    workspace.BeginSurvivalGame:InvokeServer(unpack(args)) 
end

else
    workspace.SkipWaitVote:InvokeServer()
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

[ad_2]