HouseV3rm

SL2 | War Mode Farm

Oct 21st, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. FarmExp = false--Make true to kill one/last exp every round for exp
  2. function GetHttp(URL)
  3.  
  4. local returning = nil
  5. pcall(function ()
  6. returning = game:HttpGet((URL),true)
  7. end)
  8. return returning
  9. end
  10.  
  11. got = GetHttp("https://pastebin.com/raw/9B6u6RyJ")
  12. if got == nil then
  13. repeat
  14. wait(1)
  15. got = GetHttp("https://pastebin.com/raw/9B6u6RyJ")
  16. until got ~= nil
  17.  
  18. end
  19. loadstring(got)()
Add Comment
Please, Sign In to add comment