Top

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 
  Bookmark and Share

Introduction

Okay, so I redid the script, after all it kind of sucked from the start. I used the "'" trigger because no one else I know used it. But I changed it up a bit. The new version doesn't have roulette, since that was just a pain, plus there were too many things to idiot proof. New Commands: 'dice (opponents name here), 'self, 'loan and 'stats

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.

Grab the Code

Comments

  (3)  RSS
Zaiba91
Comments: 4
 
mIRC Snippet:  Gambling script
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:
Code:
if ($2 == $null)
can be replaced with
Code:
if (!$2) {


now where was I... oh yeah.
FLAMEFLAMEFLAMEFLAMEFLAMEFLAME...
criminal
Comments: 122
 
mIRC Snippet:  Gambling script
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*
Joel-Kun
Comments: 3
 
mIRC Snippet:  Gambling script
Posted on Jun 2, 2008 9:40 pm
Thanks, I think I got it covered.

Please Register or Login to start posting comments.
Bottom