Hack script with write command
Platform: mIRC
Published Jan 22, 2008
Updated Jan 22, 2008
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 :)
on *:TEXT:!hack *:#: {
var %phrases Runescape.MSN.IRC.Hyves.Ebay.computer account.Bank.
timer 1 1 msg $chan H3a1c3k1i3n4g3 $2
timer 1 5 msg $chan 4 $2 $+ 's1 $gettok(%phrases,$r(1,$numtok(%phrases,46)),46) password is15 $read(password.txt)
}
on *:text:!writehack *:#: { if ($nick == YOURNAMEHERE!!!!!!!!!) /write password.txt $2-
/notice $nick 4 $2- is now added into file password.txt
}