Advertisement
BjeffeHund

Untitled

Jan 30th, 2020
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. local shit = false
  2. local nigga = false
  3. local library = loadstring(game:HttpGet("https://pastebin.com/raw/7Z6TzFnv", true))()
  4. local shitgame = library:CreateWindow({text = "Autofarm"})
  5. shitgame:AddToggle("Autofarm", function(state)
  6. shit = (state and true or false)
  7. if shit then
  8. local sell = coroutine.wrap(function()
  9. while wait() do
  10. local hum = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  11. if shit then
  12. for i,v in pairs(game:GetService("Workspace").Sell:GetChildren()) do
  13. if v:FindFirstChild("Main") then
  14. v.Main.CFrame = hum.CFrame
  15. game:GetService("ReplicatedStorage").Swing:FireServer()
  16. wait(0.1)
  17. end
  18. end
  19. end
  20. end
  21. end)
  22. local tpshit = coroutine.wrap(function()
  23. while wait() do
  24. local hum2 = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  25. if shit then
  26. for i,x in pairs(game:GetService("Workspace").Objects:GetChildren()) do
  27. if x:FindFirstChildWhichIsA("Part") then
  28. x:FindFirstChildWhichIsA("Part").CFrame = hum2.CFrame * CFrame.new(2,0,0)
  29. wait(0.1)
  30. end
  31. end
  32. end
  33. end
  34. end)
  35. tpshit()
  36. sell()
  37. end
  38. end)
  39. shitgame:AddToggle("Auto upgrade bag (BUGGY)", function(state)
  40. nigga = (state and true or false)
  41. local ohshit = coroutine.wrap(function()
  42. while wait() do
  43. if nigga then
  44. for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Shop.PC.Shop.Capacity:GetChildren()) do
  45. if v:IsA("ImageButton") then
  46. game:GetService("ReplicatedStorage").Shop:FireServer(v.Name)
  47. wait(2)
  48. end
  49. end
  50. end
  51. end
  52. end)
  53. ohshit()
  54. end)
  55. local misc = library:CreateWindow({text = "Misc"})
  56. misc:AddButton("Open shop", function()
  57. game:GetService("Players").LocalPlayer.PlayerGui.Shop.PC.Visible = true
  58. end)
  59. misc:AddButton("Get best sword", function()
  60. for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Shop.PC.Shop.Sword:GetChildren()) do
  61. if v:IsA("ImageButton") then
  62. game:GetService("ReplicatedStorage").Shop:FireServer(v.Name)
  63. end
  64. end
  65. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement