Gambling script
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 4.0 |
| Scores Submitted | 2 |
| Date Added | May 26, 2008 |
| Last Updated | Jun 02, 2008 |
| Tags | bot fun gamble gambling games money script |
|
|
Introduction
Dice: throws dice with an opponent, betting that you'll get a higher number.
Self: allows you to gamble with yourself between either dice or a slot machine.
Loan: sets your money back to 100, and if you don't have money, it does the same.
Stats: allows you to see the amount of money you, or a given nick has left.
So yeah, enjoy :D
Plus I also made a cheat for a master/person you trust very much, so you always win xD
just type /master and enter the person's nick in the box :D
Have fun!
I'll have a 'ghelp command soon, but at the moment I'm a little busy.
mIRC Snippet:
Gambling script
Posted on May 27, 2008 9:00 am
Posted on May 27, 2008 9:00 am
FAIL! FLAME FLAME FLAME
xD
But seriously though, i see alot of places that can be cleaned up like:
can be replaced with
now where was I... oh yeah.
FLAMEFLAMEFLAMEFLAMEFLAMEFLAME...
xD
But seriously though, i see alot of places that can be cleaned up like:
| Code: |
| if ($2 == $null) |
| Code: |
| if (!$2) { |
now where was I... oh yeah.
FLAMEFLAMEFLAMEFLAMEFLAMEFLAME...
mIRC Snippet:
Gambling script
Posted on May 28, 2008 12:42 am
Posted on May 28, 2008 12:42 am
You should silence them all.. It's quite big so easy to flood
instead of msg $chan, .msg $chan
And instead of all those different variables like %selfroul, %quickchange, ...
Make them like this: %GAMBLEselfroul, %GAMBLEquickchange, ...
So you don't need to type unset %, unset %, unset %, ... Just use unset %GAMBLE*
instead of msg $chan, .msg $chan
And instead of all those different variables like %selfroul, %quickchange, ...
Make them like this: %GAMBLEselfroul, %GAMBLEquickchange, ...
So you don't need to type unset %, unset %, unset %, ... Just use unset %GAMBLE*
mIRC Snippet:
Gambling script
Posted on Jun 2, 2008 9:40 pm
Posted on Jun 2, 2008 9:40 pm
Thanks, I think I got it covered.






