Some derpas here .. its not a hack or code for a hack its an explanation of the CP exploit that happend back on aeria ts2. would work on others if it has not been patched. it is an easy patch as you can see in my codes

.
Didn't I say no requests? I guess asking for help is okay though.
You want to find the GameSendFunction
You need to be able to breakpoint / debug.
Stand somewhere alone in game.
Breakpoint send (its a winsock api call)
Anywho,
Find the game send function, it will be what called send.
(Execute till return then look for top of function)
Find all calls to this or do a conditional hook you want to breakpoint it only when the exchange merit packet goes through which you have to be over level 50 i think. It does time to merit? then merit to cp? i forget though its been forever.
When you identify this function you want to breakpoint game send or the code that calls game send.
Find the buffer its probably EDX pointer.
After packet id (9th? byte) write -500 as a float or was it a signed integer i forget.
Profit.
But if you don't know how to use cheat engine or a debugger your wasting your time go do some tutorials
