DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz

Home Page:https://github.com/project-topaz/topaz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Major Exploit #2: Zone Warp to any Zone with Hacked Packets

creamcast opened this issue · comments

commented

Please look here: https://github.com/DarkstarProject/darkstar/blob/master/src/map/packet_system.cpp
line 2823. You can zone warp to any area if you know how to send illegal packets..
Example Code using Ashitav3
`
local packet = packet:totable();
packet[0x04 + 1]=0x7A; --MogHouse Exploit
packet[0x05 + 1]=0x6D;
packet[0x06 + 1]=0x72;
packet[0x07 + 1]=0x71;

	packet[0x16 + 1]=0x05;
	packet[0x17 + 1]=Dest ID - 48 

`

Dupe of #4602