White-Scripter

SG FARM TYCOON SCRIPT

May 23rd, 2024
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. local L = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  2. local N = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name
  3. local W = L:NewWindow(N)
  4. local S = W:NewSection("Options")
  5. local S2 = W:NewSection("Credits: OneCreatorX")
  6. local P = game:GetService("Players").LocalPlayer
  7.  
  8. local function C(text)
  9. if syn then
  10. syn.write_clipboard(text)
  11. else
  12. setclipboard(text)
  13. end
  14. end
  15.  
  16. local A = false
  17. local function AC()
  18. A = not A
  19. while A do
  20. wait()
  21. local D = workspace:FindFirstChild(P.Name .. "_Drops")
  22. if D then
  23. for _, h in pairs(D:GetDescendants()) do
  24. if h:IsA("BasePart") then
  25. h.Position = P.Character.PrimaryPart.Position
  26. end
  27. end
  28. end
  29. end
  30. end
  31.  
  32. local B = false
  33. local function AS()
  34. B = not B
  35. while B do
  36. game:GetService("ReplicatedStorage").Packages._Index["[email protected]"].knit.Services.TycoonService.RF.CleanPets:InvokeServer()
  37. wait(1)
  38. end
  39. end
  40.  
  41. S:CreateToggle("Auto Collect", AC)
  42. S:CreateToggle("Auto Sell", AS)
  43.  
  44. P.Idled:Connect(function()
  45. game:GetService('VirtualUser'):CaptureController()
  46. game:GetService('VirtualUser'):ClickButton2(Vector2.new())
  47. end)
Advertisement
Add Comment
Please, Sign In to add comment