Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The Game Link : https://www.roblox.com/games/3775649046/CODE-K-O-Simulator
- Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
- --AutoPunch (×25/50 Speed)
- _G.LULU = true--change to true or false
- while _G.LULU do
- wait()--change time if you want
- for i=1, 100 do
- game:GetService("ReplicatedStorage").Events.PunchCombo:FireServer(A_1)
- end
- end
- -- AutoSell
- _G.AutoSell = true;
- while _G.AutoSell do
- local sell = game.workspace.Lobby.Sell
- wait(0.1)
- sell.CanCollide = false
- sell.Transparency = 1
- sell.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,math.random(-1,1),0)
- end
Add Comment
Please, Sign In to add comment