-- change to whatever for money val
game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Event"):WaitForChild("Eco"):WaitForChild("[C-S]FlightReward"):FireServer(math.huge)
-- max rebirth
for i = 1, 1000 do
game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Event"):WaitForChild("Rebirth"):WaitForChild("[C-S]RebirthRequest"):FireServer()
end
-- annoying trade exploit
for _,player in pairs(game.Players:GetPlayers()) do
if player and player ~= game.Players.LocalPlayer then
local args = {"SendRequest",game:GetService("Players"):WaitForChild(player.Name)}
game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Event"):WaitForChild("Trade"):WaitForChild("TradeEvent"):FireServer(unpack(args))
end
end
-- train anywhere
local args = {
"Start",
8,
"Treadmill_8"
}
game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Event"):WaitForChild("Power"):WaitForChild("[C-S]TreadmillAction"):FireServer(unpack(args))
-- no need to credit me :D
Comments
No comments yet
Be the first to share your thoughts!