MYmoney addon [store]

By Cookies on Feb 12, 2011

This is an add on to the money script that i found, ill be posting MY version of his money script along with lots of add ons. please rate, and let me know what you think.
-in THIS addon, you can simply view a store to purchase your money.
-buy ops
-buy kicks
-buy Permops
-buy permadmin
-buy bans
-buy hookers.
Now this script CAN be abused, so it's not for channels that have childish operators. ill post my thank you system for the money that can go along with this script.

comming soon

-Easier setup so people can decide how much money something costs ( as of right now you have to go into the code and change it manually.
-better abuse protections
-taking requests, if u want to see something added, please, let ME KNOW!!!!!! send me a pm or leave a comment.

ALSO NOTE YOU MUST HAVE THE MY MONEY SNIPPLET FOR THIS TO WORK, i will add it to my lists of snipplets, or you can use the orig one, however his version makes abusing VERY easy, people can get on someone elses nick then transfer money to their nick.

on *:TEXT:-ban*:#: {
  if ($readini(mnycount.ini,$nick,money) < 3500) { notice $nick %c2 You don't have enough money. TALK MORE!!! lol  |  HALT }
  /ban $chan $nick
  /msg $chan %c1 $nick %c2 just payed %red 2500 bucks %c2 to ban %c1 $2
  var %barmoney $calc($readini(mnycount.ini,$nick,money) - 3500)
  while %barmoney { 
    writeini -n mnycount.ini $nick money $($+(%barmoney),2) 
    HALT
  }
}
on *:TEXT:-buy ops:#: {
  if ($readini(mnycount.ini,$nick,money) < 10000) { notice $nick %c2 You don't have enough money. TALK MORE!!! lol  |  HALT }
  /mode #cm7ex +h $nick
  var %barmoney $calc($readini(mnycount.ini,$nick,money) - 10000)
  while %barmoney { 
    writeini -n mnycount.ini $nick money $($+(%barmoney),2) 
    HALT
  }
}
on *:TEXT:-kick*:#: {
  if ($readini(mnycount.ini,$nick,money) < 2500) { notice $nick %c2 You don't have enough money. TALK MORE!!! lol  |  HALT }
  /kick $chan $2 %c2 guess what %c2 $nick %c2 just paid %red 1500 bucks %c2  to have you kicked... lol fail.
  var %barmoney $calc($readini(mnycount.ini,$nick,money) - 2500)
  while %barmoney { 
    writeini -n mnycount.ini $nick money $($+(%barmoney),2) 
    HALT
  }
}
on *:TEXT:-Hooker:#: {
  if ($readini(mnycount.ini,$nick,money) < 100) { notice $nick %c2 You don't have enough money. TALK MORE!!! lol  |  HALT }
  /msg $chan %c1 $nick %c2 just purchased a fat ass hooker bitch... sucks for him :)
  var %barmoney $calc($readini(mnycount.ini,$nick,money) - 100)
  while %barmoney { 
    writeini -n mnycount.ini $nick money $($+(%barmoney),2) 
    HALT
  }
}
on *:TEXT:-Temp ops:#: {
  if ($readini(mnycount.ini,$nick,money) < 3000) { notice $nick %c2 You don't have enough money. TALK MORE!!! lol  |  HALT }
  /mode #cm7ex +h $nick
  /timer3 1 600 /mode #cm7ex -h $nick
  /msg $chan %c1 $nick %c2 just spent 500 bucks for an UNKNOWN time to be an op.. lets see how that works out.
  var %barmoney $calc($readini(mnycount.ini,$nick,money) - 3000)
  while %barmoney { 
    writeini -n mnycount.ini $nick money $($+(%barmoney),2) 
    HALT
  }
}
on *:TEXT:-perm op:#: {
  if ($readini(mnycount.ini,$nick,money) < 20000) { notice $nick %c2 You don't have enough money. TALK MORE!!! lol  |  HALT }
  /cs access $chan add $nick 5
  /msg $chan %c1 $nick %c2 just spent 20,000 BIG ones, but it was worth it, he's not a PERM operator !!! GOOd GOING!
  var %barmoney $calc($readini(mnycount.ini,$nick,money) - 20000)
  while %barmoney { 
    writeini -n mnycount.ini $nick money $($+(%barmoney),2) 
    HALT
  }
}
on *:TEXT:-protection:#: {
  if ($readini(mnycount.ini,$nick,money) < 10000) { notice $nick %c2 You don't have enough money. TALK MORE!!! lol  |  HALT }
  /mode #cm7ex +a $nick
  /timer3 1 300 /mode #cm7ex -a $nick
  /msg $chan %c1 $nick %c2 just spent 1000 bucks to be protected for about... 5 minutes... o well.
  var %barmoney $calc($readini(mnycount.ini,$nick,money) - 1000)
  while %barmoney { 
    writeini -n mnycount.ini $nick money $($+(%barmoney),2) 
    HALT
  }
}
on *:text:-perm admin:#: {
  /msg $chan %c1 lol you think i would let you have admin.. to easy to %c2 CHEAT %red BITCH 
}
on *:TEXT:-store:#: { /notice $nick %red $nick %c1 wants to see what's in the store... here are my commands. if you want to see how much money you have type %red -mymoney %c2 -perm Admin[100000$] -temp ops [3000$] -hooker[100$] -perm op[20000$] -ban<nick>[3000$] -protection[10000$] -kick<nick>[2500$] -buy Halfops[10000$] }

Comments

Sign in to comment.
LadySorien   -  Feb 15, 2011

you use /mode #cm7ex several, which while cause an error if that channel doesn't exist
it should simply always be /mode $chan

 Respond  
Avanti   -  Feb 13, 2011

I Personally love this script.

 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.