abusabIe

shms

Jun 2nd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. while true do
  2. wait()
  3. for i,v in pairs(debug.getregistry()) do
  4. if type(v) == "function" then
  5. for a, b in pairs(debug.getupvalues(v)) do
  6. if type(b) == "function" and tostring(a) == "EndChallenge" then
  7. GiveCoins = b
  8. end
  9. end
  10. end
  11. end
  12.  
  13. for i = 1, 5000 do
  14. GiveCoins(100)
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment