SV trace assembly code

01/05/2007 05:08 parkieboy#31
I dunno understand how u get set break to addresss
01/05/2007 05:55 parkieboy#32
anny how u move from agentking to that module countryisus.dll? And when u say set track it mean make that code do nothing?
01/05/2007 08:32 anantasia#33
Quote:
Originally posted by Flyers@Jan 5 2007, 03:25
Anyway to by-pass the 30 days trials??
After trying for long time, it's can do multiple bot and no limit 30 day.

I try change date it's still working.
01/05/2007 08:39 anantasia#34
Quote:
Originally posted by parkieboy@Jan 5 2007, 05:08
I dunno understand how u get set break to addresss

anny how u move from agentking to that module countryisus.dll? And when u say set track it mean make that code do nothing?
1) you can set break point as below
- Open Cheat Enging
- Open Process List and select AgentKing process
- Click "Memory view" button
- At Memory Viewver window right click on address and select "Go to address"
- Use F5 for Toggle breakpoint

2) I mean that when program running in agentking reach to address that i refer above post it's will CALL and JMP to countryisus.dll to run some function in that dll. You just trace/track in that routine and try do it.

Cheers,
01/05/2007 08:42 GrimReaper91#35
6 posts in a row .... wow ... nice job btw
01/05/2007 12:28 nbox420#36
damn i almost did it...i think. can someone clarify what threadstarter is saying on the tracing and trap?
01/05/2007 12:58 Xibungo#37
hehe nbox i have the same questions.... when he say trap, its breakpoint, and by pass? u know?
01/05/2007 13:09 Lipofull#38
Quote:
Originally posted by nbox420@Jan 5 2007, 12:28
damn i almost did it...i think. can someone clarify what threadstarter is saying on the tracing and trap?
i guess that traps should be inserted on script... :P
01/05/2007 13:12 Xibungo#39
when he say set trap here and by pass, its for set breakpoint in first line and by pass to other line and set other breakpoint? for example,
/** set trap on first jump here and by pass
00403596 je 40378c <- by pass this point to 40359C
0040359C move ecx,[ebp-2c]
.
its for breakpoint on adress 00403596 and pass to 0040359C and breakpoint again?
01/05/2007 13:54 anantasia#40
Quote:
Originally posted by Xibungo@Jan 5 2007, 13:12
when he say set trap here and by pass, its for set breakpoint in first line and by pass to other line and set other breakpoint? for example,
/** set trap on first jump here and by pass
00403596 je 40378c <- by pass this point to 40359C
0040359C move ecx,[ebp-2c]
.
its for breakpoint on adress 00403596 and pass to 0040359C and breakpoint again?
Only by pass that jump command to exit loop. Try trace after that u will find treasure.
01/05/2007 14:00 GhostRider#41
well gj but if someone cracks it DONT RELEASE IT only use it for private use
01/05/2007 14:09 retlic#42
Quote:
Originally posted by GhostRider@Jan 5 2007, 14:00
well gj but if someone cracks it DONT RELEASE IT only use it for private use
Aww no fun. Does that mean im gonna hav2 learn all this program stuff and do all the work myself? (sarcastic, i will coz its worth the work. So should we all, then we can crack it agen when it gets patched :D )
01/05/2007 14:18 ztthik#43
anantasia:

Followed your posts, I bypassed some instructions and reached 10002860. However, the instructions from 10002860 are quite different from yours (see the picture).

I'm wondering if the .exe and .dll file are the same as the ones you were using.

Any ideas about that?

btw, when the programs reaches 10002860, the agentking seems crashed (no response).
01/05/2007 14:36 Domates#44
You cant toggel more than 2 breakpoints

/** set trap and here and by pass
004035CB jne 40378c <- by pass this point to 4035DD
004035D1 cmp [004356e0],edi
004035D7 jne 40378c
004035DD push 00 <--What u have to do here its all same the same in script

I almost got it thnx man
01/05/2007 14:47 Domates#45
sorry for double post