Advertisement
404Coder

inf coins Gui for Lifting sim

Aug 15th, 2022
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.46 KB | Gaming | 0 0
  1. Getgenv().InfCoins = false -- delete the Getgenv if doesnt work--
  2. Getgenv().WalkSpeed = false
  3. Getgenv().JumpPower = false
  4. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/shravan-alt/Scripts/main/Local%20Library", true))()
  5. library.options.underlinecolor = "rainbow"
  6.  
  7. local w = library:CreateWindow('Lifting Sim')
  8.      w:Section('autofarm Inf CoinsLifting')
  9. local t = w:Toggle('autofarm inf coins lifting sim', {flag = "AutoCoins"})
  10.      if w.flags.AutoLift then
  11.    spawn(
  12.       function()
  13.         while wait() do
  14. local args = {
  15.     [1] = {
  16.         [1] = "GainMuscle",
  17.     },}
  18. wait()
  19.  
  20. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  21.  
  22. end
  23. end
  24. end)
  25.  
  26. local w = library:CreateWindow('Lifting Sim')
  27.      w:Section('JumpPower')
  28. local t = w:Toggle('JumpPower', {flag = "JumpPower"})
  29.      if w.flags.AutoLift then
  30.    spawn(
  31.       function()
  32.         while wait() do
  33. local args = {
  34.     [1] = {
  35.         [1] = "JumpPower",
  36.     },}
  37. wait()
  38.  
  39. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  40.  
  41. end
  42. end
  43. end)
  44.  
  45. local w = library:CreateWindow('Lifting Sim')
  46.      w:Section('WalkSpeed')
  47. local t = w:Toggle('WalkSpeed', {flag = "WalkSpeed"})
  48.      if w.flags.AutoLift then
  49.    spawn(
  50.       function()
  51.         while wait() do
  52. local args = {
  53.     [1] = {
  54.         [1] = "WalkSpeed",
  55.     },}
  56. wait()
  57.  
  58. game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
  59.  
  60. end
  61. end
  62. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement