Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Game : https://www.roblox.com/games/1270304310/DRAGONBALL-Z-Overdrive
- move = "Kamehameha" -- Which move you want to loop, the higher the move level, the higher the power gain.
- a = game.Players.LocalPlayer.name
- while true do
- game.Players.LocalPlayer.Backpack[move].powerScript.replicator:FireServer("startFiring", Vector3.new(-6565.8335, -273.306702, -4675.72461))
- wait()
- game.Players.LocalPlayer.Backpack[move].powerScript.replicator:FireServer("fire", Vector3.new(-6565.8335, -273.306702, -4675.72461))
- wait()
- game.Workspace[a].combatScript.replicator:FireServer("attack")
- game.Workspace[a].kiBlastScript.replicator:FireServer("fireLeft")
- game.Workspace[a].kiBlastScript.replicator:FireServer("fireRight")
- game.Workspace[a].dashScript.replicator:FireServer()
- game.Workspace[a].flyScript.replicator:FireServer()
- game.Workspace[a].sprintScript.replicator:FireServer()
- end
Add Comment
Please, Sign In to add comment