Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local rs = game:GetService("RunService")
- local dt = game.Players.LocalPlayer.Character.Data
- kaiokenrepeat = rs.RenderStepped:Connect(function()
- if dt.Stamina.Value == dt.MaxStamina.Value and _G.kaiokenenable == true then
- keypress(0x4B)
- elseif _G.kaiokenenable == false then
- kaiokenrepeat:Disconnect()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement