Advertisement
TAMATI9875

Program

Mar 26th, 2022
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. -- PROGRAM BY @TAMATI9875 --
  2. -- Free Key Auto Farm : 19qgaifh8pnj
  3.  
  4. -- v Script v --
  5.  
  6.  
  7. -- Auto Farm --
  8.  
  9. loadstring(game:HttpGet("https://raw.githubusercontent.com/Woutt/FludexHub/main/login.lua"))()
  10.  
  11. -- Auto Spin Wheel V2 --
  12.  
  13. loadstring(game:HttpGet("https://raw.githubusercontent.com/Levi4Chan/Rblx-Scripts/main/AFS-Inf-Wheel-Spin.lua"))()
  14.  
  15. -- Auto Spin Wheel V1 --
  16.  
  17. _G.Yes = true -- change to false to stop
  18.  
  19. while _G.Yes do
  20. function tickets()
  21. local args = {
  22. [1] = "LotteryRandomDraw"
  23. }
  24.  
  25. game:GetService("ReplicatedStorage").RSPackage.Events.GeneralFunction:InvokeServer(unpack(args))
  26. end
  27. tickets()
  28. game:GetService("ReplicatedStorage").RSPackage.Events.GeneralEvent:FireServer("SpinFinished")
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement