Post Views: 59
Created by Emirhanreizxd
Features:
- STRENGTH MAX
- SPEED MAX
- DEV NOTES:
- you need to execute it few times until it says max strength/speed since the game has anti-cheat
------STRENGTH MAX
local A_1 = "Upper"
local A_2 = 39
local Event = game:GetService("ReplicatedStorage").RemoteEvents.Gains
Event:FireServer(A_1, A_2)
------SPEED MAX
local A_1 = "Lower"
local A_2 = 39
local Event = game:GetService("ReplicatedStorage").RemoteEvents.Gains
Event:FireServer(A_1, A_2)