Search found 12 matches

by cokelat70
Sun May 10, 2009 1:38 pm
Forum: Announcements
Topic: MicroMacro 1.0 beta
Replies: 41
Views: 57810

Re: MicroMacro 1.0 beta

Aww, I'm waiting for long, I don't know if this already updated
will try asap, can't tested in real game right now, there's something I need to do.
But thanks. :)


EDIT : Confirmed, it's working fine, nice.
by cokelat70
Thu May 07, 2009 9:29 am
Forum: Announcements
Topic: MicroMacro 1.0 beta
Replies: 41
Views: 57810

Re: MicroMacro 1.0 beta

still waiting for new update function
findWindowList() to accept a second parameter like findWindow(), a specific control within a window.
:)
by cokelat70
Wed Mar 11, 2009 8:12 pm
Forum: MicroMacro general & support
Topic: Attach Mode Send key problem
Replies: 16
Views: 5111

Re: Attach Mode Send key problem

just 1 word "Awesome". :o

EDIT: there are something wrong it should be

Code: Select all

win = findWindow("Untitled - Notepad","EDIT");
right?

If that case, can you update for findWindowList too?
by cokelat70
Wed Mar 11, 2009 7:38 am
Forum: MicroMacro general & support
Topic: Attach Mode Send key problem
Replies: 16
Views: 5111

Re: Attach Mode Send key problem

hmm, I see. So, is there a way to solve it?
because need it for chat channel in game, when I use shotcut key example 'S' using key.VK_S it's working, the problem when use key for chat it doesn't happen.
by cokelat70
Wed Mar 11, 2009 3:38 am
Forum: MicroMacro general & support
Topic: Attach Mode Send key problem
Replies: 16
Views: 5111

Attach Mode Send key problem

So I try something simple like this

Code: Select all

win = findWindow("Untitled - Notepad");
attach( win );
yrest(4000)
keyboardPress(key.VK_A);
detach()
it's look like doesn't working, but if I don't use attach it's working. I have try is using micromacro v0.9 or 1.0b. Any idea?
by cokelat70
Wed Dec 24, 2008 8:38 am
Forum: Game cheating & modding
Topic: Holic Online
Replies: 4
Views: 2373

Re: Holic Online

Maybe the address has been patched?
as long as I know, there is no bypass available for new holic online, so it's would be hard to get correct address and offset, unless you use pixel color or just remove that part, hooking at holic still possible.
by cokelat70
Wed Dec 24, 2008 8:30 am
Forum: Game cheating & modding
Topic: Detect Attack Mouse
Replies: 6
Views: 3117

Re: Detect Attack Mouse

I'm trying to make a general bot game, without knowing address or offset, 'cause some games use HackShield or other to protect from using CE but still allow to hook. But using getPixel or PixelSearch is not good choice, some game really hard to make different between monster and land. So I try to us...
by cokelat70
Tue Dec 23, 2008 9:17 am
Forum: Game cheating & modding
Topic: Detect Attack Mouse
Replies: 6
Views: 3117

Re: Detect Attack Mouse

Thanks, I got more question, @3cmSailorfuku, I see, but if I use CE doesn't it make my mouse state change to normal state, not in attack mode? @Administrator, If I get like you said, x and y coord of monster and get the closest monster, how to attack it, I mean pixel ratio and coord in world game di...
by cokelat70
Mon Dec 22, 2008 9:34 am
Forum: Game cheating & modding
Topic: Detect Attack Mouse
Replies: 6
Views: 3117

Detect Attack Mouse

Hello,

I have a game without autotarget, like shaiya did 'tab' button.
Is there something I can do to detect mouse state change,
I mean when my mouse over the monster usually the mouse change to "attack" state, but how to get that mouse change?
by cokelat70
Fri Dec 05, 2008 10:29 pm
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 171920

Re: [Tutorial] Finding pointers & offsets (Cheat Engine)

Wow, I try doing it mathematically and got it, thanks.
Btw can you make tutorial to bypass xtrap or GG like you did at Shaiya :) , I try search google, but not lucky.


@3cmSailorfuku automatic pointer search? but how?
by cokelat70
Fri Dec 05, 2008 7:13 am
Forum: Memory editing software
Topic: [Tutorial] Finding pointers & offsets (Cheat Engine)
Replies: 35
Views: 171920

Re: [Tutorial] Finding pointers & offsets (Cheat Engine)

Nice Tuts, I try it to game shaiya, and I got it. But when I try to another game, I got like this mov [ecx+eax*4+000000bc],edx ???? The value of the pointer needed to find this address is pobably 14B8A218 I scan and got green address "00612608", and try it with offset "bc", I don...
by cokelat70
Mon Nov 24, 2008 8:37 am
Forum: Game cheating & modding
Topic: Florensia Hackshield bypass?
Replies: 13
Views: 6977

Re: Florensia Hackshield bypass?

hi, I'm newcomer here, look interesting with florensia bypass, but I don't see any attachment file patch for this game?