Top

Hack script with write command


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Jan 22, 2008
Last Updated  Jan 22, 2008
Tags  bot  command  fun  hack  mirc  script  write 
  Bookmark and Share

Introduction

This is 1 of my first made snippets, so let's begin.

First, add this snippet in your bot. Put your IRC name in the YOURNAMEHERE!!!!!! sign.

You can edit what kind of password, in the second row: There is already Runescape, MSN, irc and more. To add more, just type something after the dot, and close your next item with a dot.

To start getting passwords, you must have entered your name in there. Then type !writehack <password>, and it will be saved to password.txt. Everybody gets the message that the new password is set in password.txt, but ONLY the name that is entered in the snippet can save to password.txt, the others' message is fake.

Then, type !hack <nick>, and then the fun may begin ^^

Rate it or hate it :)

Grab the Code

Comments

  (11)  RSS
jub369
Comments: 52
 
mIRC Snippet:  Hack script with write command
Posted on Jan 22, 2008 2:04 pm
nice really nice i likke it
Korvin
Comments: 238
 
mIRC Snippet:  Hack script with write command
Posted on Jan 22, 2008 8:33 pm
this is a nice idea =D maybe hashtables are a better means of getting it, and also storing the info in this form !store ACC PASS ex:
Code:
if ($1 == !store) { //writeini _pass.ini $$2 $$3 }
that will save as
Code:
eBay=ebay111
runescape=JesusPwnt

and you can get the info by $readini(_pass.ini,$2) =D i like the way you did this though, but expanding is in order
Korvin
Comments: 238
 
mIRC Snippet:  Hack script with write command
Posted on Jan 22, 2008 8:34 pm
o and also i think it would be better as on *:TEXT:!hack *:?: { that makes it only work in pm\'s
Thesaurus
Comments: 2
 
mIRC Snippet:  Hack script with write command
Posted on Jan 22, 2008 11:04 pm
I\'m not a huge fan of hack scripts, mainly because their so easy to make. But, this one has a lot more usability than others :)


Good job.
HKboy
Comments: 4
 
mIRC Snippet:  Hack script with write command
Posted on Jan 23, 2008 10:13 am
Thanks for the compliments :-) and further info
LucSatise
Comments: 120
 
mIRC Snippet:  Hack script with write command
Posted on Jan 25, 2008 12:53 pm
i dont get it... seems to me like it reads a random pass from a txt file
mountaindew
Comments: 1,548
 
mIRC Snippet:  Hack script with write command
Posted on Jan 25, 2008 2:30 pm
that\'s exactly what it does, it\'s not actually their real password
napa182
Comments: 1,006
 
mIRC Snippet:  Hack script with write command
Posted on Jan 25, 2008 3:12 pm
eh lame
mountaindew
Comments: 1,548
 
mIRC Snippet:  Hack script with write command
Posted on Jan 25, 2008 5:43 pm
use should like make it $$2- for the `writehack
Shamim
Comments: 1
 
mIRC Snippet:  Hack script with write command
Posted on Feb 24, 2008 8:37 pm
lemmy cheek this :p
Slient_Death
Comments: 2
 
mIRC Snippet:  Hack script with write command
Posted on Feb 28, 2008 8:12 pm
seems nice but seems that !hack doesnt want to work

Please Register or Login to start posting comments.
Bottom