Advertisement
roblox_scripts1

skill/damage script gun simulator

Jun 15th, 2020
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. --game: https://web.roblox.com/games/4036494886/Gun-Simulator
  2. --if in script you found problems leave reply to my comment
  3. for i, in pairs(getgc(true)) do
  4. if type(v) == "table" and rawget(v, "Damage") then
  5. v.Damage = 100000000000000000000000000
  6. v.NumBullets = 1
  7. v.MaxReloadTime = 0.01
  8. v.SkillPerShot = 100000000000000000000000000
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement