CP Hack

02/08/2013 16:03 almar12#1
Hello,

Could anybody pm me the script for the old CP hack?
I'm wondering how it was done.
02/08/2013 17:08 dalord123#2
[Only registered and activated users can see links. Click Here To Register...]

here you go
02/08/2013 19:25 almar12#3
Quote:
Originally Posted by dalord123 View Post
[Only registered and activated users can see links. Click Here To Register...]

here you go
yea well i could have downloaded that from the release page, I'm looking for the script source code not for the .dll it self. is there a way to decompile a .dll? I dont think so.
02/08/2013 19:31 Mr_Troy22#4
Quote:
Originally Posted by almar12 View Post
yea well i could have downloaded that from the release page, I'm looking for the script source code not for the .dll it self. is there a way to decompile a .dll? I dont think so.
Only in low level languages (assembly) and pseudo-code for any language, which is hardly readable.
02/08/2013 19:34 almar12#5
Quote:
Originally Posted by Mr_Troy22 View Post
Only in low level languages (assembly) and pseudo-code for any language, which is hardly readable.
yea though so -__- , would you be so kind to pm me the script? Instead of a .dll?
02/08/2013 20:36 dalord123#6
sorry :)
02/09/2013 00:56 Mega Byte#7
IDA Pro Advanced Edition. But you should have the skills to find/make something to evne be able to use such a tool eh.
02/09/2013 01:45 IBERICAN#8
loooooooooool
02/12/2013 00:47 Mogging#9
I have decompiled the actual .dll of this and its got the last known interface address only showing under assembly on 2 different resource hack tools. Another tool allowed me to view the actual full data and yea its possible to fix if you know how.
02/12/2013 06:12 Mega Byte#10
You mean Disassembled? lol

And yes its possible to fix. You just update the address. But why not code your own that is better if you already know how to find the address. Use signiture scanning :D
02/12/2013 10:49 Mogging#11
Yea disassembled... Im used to working on java stuff...