Hi Guys, I'm a scripter and I saw something creepy in my server!
There was a use that had more than 99,999,999 Money in his server's bank account!
Even I can't have more than 99,999,999 in my server!
How did he do that? Does anyone have any idea?
My guess is that he's using a pannel or something like that.
But I'll be thankfull if anyone could help me!
A part of my code:
function buy( root )
if getPlayerMoney(root) >= 100000000 then
-- My Code
end
end
How this condition become true: if getPlayerMoney(root) >= 100000000 then?
There was a user that ...