HHLExploits

For Iceify

May 28th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. .-./`) _______ .-''-. .-./`) ________ ____ __
  2. \ .-.') / __ \ .'_ _ \ \ .-.')| | \ \ / /
  3. / `-' \ | ,_/ \__) / ( ` ) '/ `-' \| .----' \ _. / '
  4. `-'`"`,-./ ) . (_ o _) | `-'`"`| _|____ _( )_ .'
  5. .---. \ '_ '`) | (_,_)___| .---. |_( )_ | ___(_ o _)'
  6. | | > (_) ) __' \ .---. | | (_ o._)__|| |(_,_)'
  7. | | ( . .-'_/ )\ `-' / | | |(_,_) | `-' /
  8. | | `-'`-' / \ / | | | | \ /
  9. '---' `._____.' `'-..-' '---' '---' `-..-'
  10.  
  11. Turns your gun into a OP mini-gun.
  12.  
  13. Code:
  14. local gun = "Gun name" -- Put your gun name here
  15. local stats = require(game.ReplicatedStorage.WeaponScripts.WeaponConfigs:FindFirstChild(gun))
  16. stats['damage'] = math.huge
  17. stats['customDamage'] = math.huge
  18. stats['pellets'] = 15
  19. stats['burst'] = 0
  20. stats['RPM'] = math.huge
  21. stats['range'] = 90000
  22. stats['magSize'] = math.huge
  23. stats['reloadTime'] = 0.000001
  24. stats['minSpread'] = 0
  25. stats['maxSpread'] = 0
  26. stats['bulletSpeed'] = math.huge
  27. stats['fireMode'] = 1
  28.  
  29. Credit to GreenMs02 basically he made it so that you don't have to enter the gun name
  30.  
  31. Code:
  32. for i,v in pairs(game.Players.LocalPlayer.Backpack:children()) do
  33. local stats = require(game.ReplicatedStorage.WeaponScripts.WeaponConfigs:FindFirstChild(v.Name))
  34. stats['damage'] = math.huge
  35. stats['customDamage'] = math.huge
  36. stats['pellets'] = 15
  37. stats['burst'] = 0
  38. stats['RPM'] = math.huge
  39. stats['range'] = 90000
  40. stats['magSize'] = math.huge
  41. stats['reloadTime'] = 0.000001
  42. stats['minSpread'] = 0
  43. stats['maxSpread'] = 0
Advertisement
Add Comment
Please, Sign In to add comment