Advertisement
SenseiRoblox

Downfall Auto farm (JamesExploits)

Feb 11th, 2021
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/preztel/AzureLibrary/master/uilib.lua", true))()
  2. AutofarmTab = library:CreateTab("Autofarm")
  3. AutofarmTab:CreateToggle("Farm those titans cheeks", function(bool)
  4. lol = bool
  5. end)
  6.  
  7. spawn(function()
  8. while wait() do
  9. if lol then
  10. Titans = game.workspace.map.titans.Titan.Nape.CFrame
  11. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = Titans
  12. wait(0.1)
  13. local A_1 = 230.30793952942
  14. local A_2 = game:GetService("Workspace").map.titans.Titan.Nape
  15. local A_3 = 97.948051452637
  16. local A_4 = "bakuretsu la~ la~ la~ explosion"
  17. local Event = game:GetService("Workspace").GameScript.DamageTitan
  18. Event:FireServer(A_1, A_2, A_3, A_4)
  19. end
  20. end
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement