Advertisement
Guest User

Destruction Simulator Scripts by Dark0666

a guest
Aug 30th, 2021
867
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. -- This script was generated by African RemoteSpy
  2. local Coins = "Coins"
  3. local For = 480
  4. local DestructionSim = 99999999
  5.  
  6. game:GetService("ReplicatedStorage").Remotes.generateBoost:FireServer(Coins, For, DestructionSim)
  7.  
  8.  
  9. -- This script was generated by African RemoteSpy
  10. local Levels = "Levels"
  11. local For = 480
  12. local DestructionSim = 10
  13.  
  14. game:GetService("ReplicatedStorage").Remotes.generateBoost:FireServer(Levels, For, DestructionSim)
  15.  
  16.  
  17. Code:
  18. -- This Is For The Rocket Launcher (mass shoot rockets):
  19. local African = require(game.Players.LocalPlayer.Backpack.Launcher.Stats)
  20.  
  21. African.Cooldown = 0
  22. African.RocketSpeed = 100
  23. African.Bursts = 2
  24.  
  25. Code:
  26. -- This Is For The Bomb (mass drop bombs)
  27. local Donkey = require(game.Players.LocalPlayer.Backpack.Bomb.Stats)
  28.  
  29. Donkey.Cooldown = 0
  30. Donkey.BlasRadius = 9000
  31. Donkey.BlastForce = 9000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement