BankHack

XA

Jun 26th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. -- credits to Stellar on v3rmillion.net
  2. -- made by MichaelJackson
  3. local a = require(game.ReplicatedStorage.AttachmentModules.Info)
  4. for i, v in next, a do
  5. v.unlockkills = 0
  6. end
  7. local b = game.ReplicatedStorage.GunModules
  8. for a,n in pairs(b:GetChildren())do
  9. local u=require(n)
  10. u.unlockrank=0
  11. end
Add Comment
Please, Sign In to add comment