-
Proficient Member
how uses kill in map castle only can use all map.
how use skill in map castle only can use all map.
example
-
-
Re: how uses kill in map castle only can use all map.
what u mean? where can u use it now?
-
Proficient Member
Re: how uses kill in map castle only can use all map.
-
Valued Member
Re: how uses kill in map castle only can use all map.
main.exe u need to edit few offsets (search for skill number, all cs skills should be at the one place)
as example
cmp ax, (skill number in hex)
je someoffset {witch checks that u are at 30 map)
few places, 4-6 don't know exactly
GameServer.exe
cmp ecx/edx 1E/1F
as example
cmp eax, 1E
je someoffset
few opcodes, with map check etc
cmp ecx,1F
je someoffset
-
Proficient Member
Re: how uses kill in map castle only can use all map.