Advertisement
HiDad910

DBEVO Kaioken Evolution Farm

Jan 16th, 2023
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. local rs = game:GetService("RunService")
  2. local dt = game.Players.LocalPlayer.Character.Data
  3.  
  4. kaiokenrepeat = rs.RenderStepped:Connect(function()
  5.     if dt.Stamina.Value == dt.MaxStamina.Value and _G.kaiokenenable == true then
  6.         keypress(0x4B)
  7.     elseif _G.kaiokenenable == false then
  8.        
  9.  
  10.     kaiokenrepeat:Disconnect()
  11.     end
  12.     end)  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement