This file was download from : PunisherGada.cjb.net

Block 1.1 for D2HackIt!

--------------------------------------------------------------------------------

This module lets you block certain incoming or outging packets in game.

Commands:
  .block block <r|s> <p1 ... pX>
     Blocks (R)eceived or (S)ent packets in game with first byte matching
	 p1, p2, p3...pX.

  .block blockp <r|s> <p1> <p2 ... pX>
     Blocks (R)eceived or (S)ent packets in game with first byte matching
	 p1 and following bytes matching the pattern <p2...px>. 
	 sample: 6d ??000000??1a??2?aa - block paket 6d with context ...
	 ?-the number in that position can be any. ??-match any byte at that position

  .block unblock <r|s> <p1 ... pX>
     Unblocks (R)eceived or (S)ent packets in game with first byte matching
	 p1, p2, p3...pX.

  .block unblockp <r|s> <p1 ... pX>
     Unblocks (R)eceived or (S)ent patter packets in game with first byte matching
	 p1, p2, p3...pX.

  .block list
     Shows all received and sent packets that are corrently blocked.

  .block listp
     Shows all received and sent packets that are corrently pattern blocked.

  .block clear
     Removes all packet-blocks.

  .block clearp
     Removes all pattern packet-blocks.

  .block load [section]
     Loads a section of block definitions from [section] in block.ini

  .block save [section]
     Saves a section of block definitions to [section] in block.ini


Installation:
  Copy block.d2h and block.ini to your D2HackIt folder and use ".load block" 
  to load the module.

Official websites: 
  http://thohell.d2network.com
  http://www.geocities.com/thohell/
  http://d2hackit.50megs.com

Official forum: 
  http://forums.d2network.com/phpBB/viewforum.php?forum=35

Requirements:
  D2HackIt! 0.45 or later.

/EvilBits
/thohell
--------------------------------------------------------------------------------
