Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Game Link: https://www.roblox.com/games/823323202/YIN-vs-YANG-Ninja-Assassin
- --READ CAREFULLY:
- --INF NINJUTSU:
- while true do
- wait()
- game.ReplicatedStorage.RemoteEvent.AddPowerEvent:FireServer("FromTraining", 10)
- end
- --MAX ZEN [BY BABY LILY]:
- for i = 1,50 do
- game.ReplicatedStorage.RemoteEvent.AddPowerEvent:FireServer("IncreaseZenRank", i)
- end
- --INSTA KILL [HAVE SWORD IN HAND]:
- while true do
- wait()
- game.Players.LocalPlayer.Character.Sword.HitEvent:FireServer()
- end
- --TP OUTSIDE THE MAP:
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.430862, 276.652863, 471.85906) + Vector3.new(1,0,0)
- --OTHER REMOTES [NOT REALLY USEFUL]:
- game.ReplicatedStorage.RemoteEvent.SpawnCharacterEvent:FireServer("MainSpawn")
- game.ReplicatedStorage.RemoteEvent.SpawnCharacterEvent:FireServer("RandomSpawn")
- game.ReplicatedStorage.RemoteEvent.IncreaseToolSizeEvent:FireServer("IncreaseTrainingToolSize", game.Players.LocalPlayer.Backpack.Train, 1.866, 0.01, -0.002, -1.886)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement