Diablo 2 hacking (packets, d2hackit etc.) guides
Packets Guide by EvilCheese
Packets Guide by After-Death
Diablo II Packet Lists & Info
Diablo II 1.10 Skills List
D2Hackitv2 Tutorial
Battlenet Packetlist v1.11 Compilant
D2Hackit v2.00 API Reference
D2HackIt | D2HackIt Modules | D2HackIt Bots
FTravel
by Magichound
Now you can fast travel! Just click a NPC who can travel you to differn't acts (try Cain in act 5).
Download FTravel:

[32 Kb]
#include "C:\Source\ClientCore.cpp"
MODULECOMMANDSTRUCT ModuleCommands[]=
{
{NULL}
};
CLIENTINFO
(
0,1,
"Magichound",
"RealmGX.com",
"Fast Travel Module",
"AIM: XxMagichoundxX"
)
BOOL EXPORT OnClientStart()
{
server->GamePrintInfo("Fast Travel Module Loaded!");
server->GamePrintInfo("Credits: McHobo, for the idea.");
return TRUE;
}
BYTE travel[13] = {0x38,0x00,0x00,0x00,0x00,0,0,0,0,0x00,0x00,0x00,0x00};
DWORD EXPORT OnGamePacketBeforeSent(BYTE* aPacket, DWORD aLen)
{
if (aPacket[0] == 0x13)
{
memcpy(travel+4,aPacket+4,4);
server->GameSendPacketToServer(travel,sizeof(travel));
}
return aLen;
}
Buy Diablo 2 Cd Keys, FRESH from BOX!

Diablo 2 Newsletter
Questions, ideas, problems, wishes?
Be informed whenever something new comes up
(or any important problems are fixed.).
You can unsubscribe from this newsletter at any time.
|