Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --███████╗██████╗░░██╗░░░░░░░██╗██╗███╗░░██╗░░███╗░░░░███╗░░███████╗░█████╗░
- --██╔════╝██╔══██╗░██║░░██╗░░██║██║████╗░██║░████║░░░████║░░╚════██║██╔══██╗
- --█████╗░░██║░░██║░╚██╗████╗██╔╝██║██╔██╗██║██╔██║░░██╔██║░░░░░░██╔╝██║░░██║
- --██╔══╝░░██║░░██║░░████╔═████║░██║██║╚████║╚═╝██║░░╚═╝██║░░░░░██╔╝░██║░░██║
- --███████╗██████╔╝░░╚██╔╝░╚██╔╝░██║██║░╚███║███████╗███████╗░░██╔╝░░╚█████╔╝
- --╚══════╝╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚══╝╚══════╝╚══════╝░░╚═╝░░░░╚════╝░
- --🆂🆄🅱🆂🅲🆁🅸🅱🅴
- --]]
- --if u need disable autofarm choose false
- _G.AutoLifting = true; --make this false to stop auto Lifting
- _G.AutoSell = true --make this false to stop auto sell
- spawn(function()
- while _G.AutoLifting == true do
- local args = {
- [1] = {
- [1] = "GainMuscle",
- },}
- wait()
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- end
- end)
- spawn(function()
- while _G.AutoSell == true do
- local args = {
- [1] = {
- [1] = "SellMuscle",
- },
- }
- wait()
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment