CO Functions List

08/25/2007 06:30 Dragon~Ash#16
Quote:
Originally Posted by high6 View Post
OllyDbg
Hmm tried that before and couldn't find my address, anyway gave it another go and found it, ive got the address in the CPU main thread window now, which option do I use to go inside the function and search for the error message.
08/25/2007 06:41 high6#17
Quote:
Originally Posted by Dragon~Ash View Post
Hmm tried that before and couldn't find my address, anyway gave it another go and found it, ive got the address in the CPU main thread window now, which option do I use to go inside the function and search for the error message.
Pressing enter while the call is selected follows the address in the cpu window.
08/25/2007 06:56 Dragon~Ash#18
Quote:
Originally Posted by high6 View Post
Pressing enter while the call is selected follows the address in the cpu window.
This takes me to another address, where do I go from here to find the error.
08/26/2007 10:27 high6#19
I am gonna setup a website to make it easier to view these.
(Will be here)
[Only registered and activated users can see links. Click Here To Register...]

Also added:

Send Text Function(Very Documented)
08/26/2007 14:50 inSertCoiN#20
Awesome! If you make tutorials how you find these and maybe make tutorials how to use them this forum will be swarming with bots in few weeks.
08/26/2007 14:59 high6#21
If someone can help with the site or just wanna get help with hacking CO pm me(include contact info).
08/27/2007 08:33 giacometti#22
what was your strategy to find send text function? and how did you find all the types of text? I could only find type 7D5 ([system], green one = client side checks, not purple) at:

Code:
        push 0
        push 0
        push RGB color
        push type
        push pointer to string
        mov ecx,4ded70
479359: call 454e85
08/27/2007 13:26 high6#23
Quote:
Originally Posted by giacometti View Post
what was your strategy to find send text function? and how did you find all the types of text? I could only find type 7D5 ([system], green one = client side checks, not purple) at:

Code:
        push 0
        push 0
        push RGB color
        push type
        push pointer to string
        mov ecx,4ded70
479359: call 454e85
7D0+ were just trial and error.

Also can you guys comment on

[Only registered and activated users can see links. Click Here To Register...]

I wanna know if I should keep the current layout or change it(suggestions?).
08/27/2007 15:10 giacometti#24
nice, but how did you find that function? where did you set breakpoints? etc... I am more interested in that than in the function itself. (i am trying to improve my debugs skills, cause i still suck in that).
08/27/2007 23:44 high6#25
Source uploaded to my site.
09/01/2007 19:40 a1blaster#26
#Moved
09/01/2007 19:58 climhazzard#27
high6, I LOVE YOU O_O i spent days trying to get those myself!
09/01/2007 21:16 Queen-Of-Evil#28
:D Good thread deserves a comment :D thanks high6 ;)
09/02/2007 05:23 vbcoderx#29
im interested in the c project examples.. as i noe very little c. can't wait... want to start getting into c and c++
09/02/2007 07:30 IHateHomos#30
Hmm, well, I'd make a prog myself, but have no time to learn ASM ^^
Appreciated if you post one on here, or your site o.O