Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Getgenv().InfCoins = false -- delete the Getgenv if doesnt work--
- Getgenv().WalkSpeed = false
- Getgenv().JumpPower = false
- local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/shravan-alt/Scripts/main/Local%20Library", true))()
- library.options.underlinecolor = "rainbow"
- local w = library:CreateWindow('Lifting Sim')
- w:Section('autofarm Inf CoinsLifting')
- local t = w:Toggle('autofarm inf coins lifting sim', {flag = "AutoCoins"})
- if w.flags.AutoLift then
- spawn(
- function()
- while wait() do
- local args = {
- [1] = {
- [1] = "GainMuscle",
- },}
- wait()
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- end
- end
- end)
- local w = library:CreateWindow('Lifting Sim')
- w:Section('JumpPower')
- local t = w:Toggle('JumpPower', {flag = "JumpPower"})
- if w.flags.AutoLift then
- spawn(
- function()
- while wait() do
- local args = {
- [1] = {
- [1] = "JumpPower",
- },}
- wait()
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- end
- end
- end)
- local w = library:CreateWindow('Lifting Sim')
- w:Section('WalkSpeed')
- local t = w:Toggle('WalkSpeed', {flag = "WalkSpeed"})
- if w.flags.AutoLift then
- spawn(
- function()
- while wait() do
- local args = {
- [1] = {
- [1] = "WalkSpeed",
- },}
- wait()
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- end
- end
- end)
Advertisement
Advertisement