LostSoulFly commented on a Page, Money System for Chatters  -  Aug 07, 2010

My users found a bug quite quickly! You can transfer money to yourself, effectively doubling it each time! So, I gave the ones who were doing it a negative number with a few zeros.

if ($nick = $2) {
notice $nick >=( Removing some credits.
set %cheatmoney $calc($readini(scripts\Money\mnycount.ini,$nick,money) - ($0 * 20))
writeini -n scripts\Money\mnycount.ini $nick money $($+(%cheatmoney),2)
HALT
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.