LostSoulFly

LostSoulFly

Joined
Aug 07, 2010

Activity Stream

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

I've tried out the fighting script, and I already replace my script directory already in it =)

They found another one over night, haha.
You can take another user's credits by transfering a negative number, so it increases your own by taking their money.

So I did
if ($3 < 0) { notice $nick >=( Removing some credits. }

 Respond  
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  
LostSoulFly commented on a Page, CHAT BOT RPG / FIGHTING / SLAVERY / GAME  -  Aug 07, 2010

That filehost isn't working right, none of the scripts are there!

EDIT: I guess there was something wrong.. it was redirecting me to the index page, but it's back now. Taking a long time to load, though.

 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.