Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait()
- for i,v in pairs(debug.getregistry()) do
- if type(v) == "function" then
- for a, b in pairs(debug.getupvalues(v)) do
- if type(b) == "function" and tostring(a) == "EndChallenge" then
- GiveCoins = b
- end
- end
- end
- end
- for i = 1, 5000 do
- GiveCoins(100)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment