Advertisement
Upscalefanatic3

Ninja Assassin Scripts (READ CAREFULLY!) [DEMI-PATCHED]

Oct 18th, 2017
10,303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Game Link: https://www.roblox.com/games/823323202/YIN-vs-YANG-Ninja-Assassin
  2. --READ CAREFULLY:
  3. --INF NINJUTSU:
  4.  
  5. while true do
  6. wait()
  7. game.ReplicatedStorage.RemoteEvent.AddPowerEvent:FireServer("FromTraining", 10)
  8. end
  9.  
  10.  
  11. --MAX ZEN [BY BABY LILY]:
  12.  
  13. for i = 1,50 do
  14. game.ReplicatedStorage.RemoteEvent.AddPowerEvent:FireServer("IncreaseZenRank", i)
  15. end
  16.  
  17. --INSTA KILL [HAVE SWORD IN HAND]:
  18.  
  19. while true do
  20. wait()
  21. game.Players.LocalPlayer.Character.Sword.HitEvent:FireServer()
  22. end
  23.  
  24. --TP OUTSIDE THE MAP:
  25.  
  26. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.430862, 276.652863, 471.85906) + Vector3.new(1,0,0)
  27.  
  28. --OTHER REMOTES [NOT REALLY USEFUL]:
  29.  
  30. game.ReplicatedStorage.RemoteEvent.SpawnCharacterEvent:FireServer("MainSpawn")
  31. game.ReplicatedStorage.RemoteEvent.SpawnCharacterEvent:FireServer("RandomSpawn")
  32. 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