Advertisement
Ssatthu457

NEW Destruction Simulator Script

Sep 2nd, 2018
15,151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  2. if v:FindFirstChild("Stats") then
  3. local a = require(v.Stats)
  4. a.Cooldown = 0.1
  5. a.RocketSpeed = 100
  6. a.BlastRedius = 600000
  7. a.Bursts = 9999999999
  8. a.BurstsWait = 0.00001
  9. a.BlastForce = 50000
  10. else
  11. return v
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement