Search found 11 matches

by kircinek
Sat Sep 13, 2014 2:14 pm
Forum: MicroMacro general & support
Topic: pointer adress
Replies: 2
Views: 2101

pointer adress

i have problem
i get in cheat engine pointer but start adres is "THREADSTACK1"

what way i can get it i try getModuleAddress(procw, "THREADSTACK1");

but not work

ty for help :P
by kircinek
Wed Jun 27, 2012 12:56 pm
Forum: MicroMacro scripts
Topic: freeze program thread
Replies: 1
Views: 3721

freeze program thread

hello
i need freeze game for some time
what i can call example dll kernel32.dll functions
SuspendThread()
ResumeThread()

or another way to get this result

ty for help
by kircinek
Thu Jun 07, 2012 3:42 am
Forum: MicroMacro general & support
Topic: Attach mouse not full work in game
Replies: 0
Views: 1966

Attach mouse not full work in game

game is "old" (DirectX 8.1) status what work in micromacro: - mouseWheelMove -mouseLClick() not work: -mouseMove(x, y) -mouseSet(x, y) i found in game memory X and Y but if i change it not all time work somtimes need wait time for game regognizet x y mouse change (sometimes fast sometimes ...
by kircinek
Mon May 21, 2012 9:58 am
Forum: Runes of Magic
Topic: Time counter in minigame
Replies: 11
Views: 3290

Re: Time counter in minigame

What error? i not read only know stop script Why can't you restart the bot? Bot kill all enemy and i cant restart it. character go to entrance room and stop (i try 3 times) Sounds like it just bugged. I can't do much about that. Yes meybe server overloaded and it was a one-time but i end this game ...
by kircinek
Sun May 20, 2012 12:46 pm
Forum: Runes of Magic
Topic: Time counter in minigame
Replies: 11
Views: 3290

Time counter in minigame

today i make in bot minigames in 3 acounts and i get error in one bot I cant restart bot i no see counter time minigame (survival) i manual end minigame but my times end is very long but sucsesfull get Phirus ( i thing make it 20 or more minuts) that i thing timer in minigeme is local side not in se...
by kircinek
Thu May 17, 2012 11:54 pm
Forum: MicroMacro scripts
Topic: mouseMove not work
Replies: 7
Views: 6947

Re: mouseMove not work

But i wont used attachMouse(). i write attachMouse() and attach() not work 100% that can send virtual press key can send virtual mouse click but cant set virtual position for virtual mouse click i thing i need find in memory game x y posytion mouse and set it i tray get wants to get a similar effect...
by kircinek
Thu May 17, 2012 10:31 am
Forum: MicroMacro scripts
Topic: mouseMove not work
Replies: 7
Views: 6947

Re: mouseMove not work

ty for replay if i used code mouseMove(41, 63); mouseLClick(); that no click in posytion 41 ,63 but last posytion psihical mouse all code script win = findWindow("namewindwgame"); attachMouse( win ); mouseSetDelay(200); yrest(5000); printf("klikam\n"); mouseMove(41, 63); mouseLCl...
by kircinek
Thu May 17, 2012 9:43 am
Forum: MicroMacro scripts
Topic: mouseMove not work
Replies: 7
Views: 6947

Re: mouseMove not work

Sorry for my grammar and my bad english. Meybe i not clear write what i need. I need click in windows game example 200, 120 (x,y) In game that i used micromacro - work atach windows game Work click mouse ,keypress, but not work set position mouse to click. I try global(mouseSet(100, 200);) and windo...
by kircinek
Mon May 14, 2012 11:22 am
Forum: MicroMacro scripts
Topic: mouseMove not work
Replies: 7
Views: 6947

mouseMove not work

hello i start make litle bot game

but i have problem in mouse

attach key work fine but mouse work only click
mouseMove(x, y) not set posytion
what i can set another way cordinate to click in windows game
i try find in memory but found only "readonly" adress
by kircinek
Thu Apr 26, 2012 8:59 am
Forum: Runes of Magic
Topic: Randomize waypoint - what wrong ?
Replies: 3
Views: 1283

Re: Randomize waypoint - what wrong ?

ty for reply

that i cant used variable or code in x="-40" ?
by kircinek
Tue Apr 24, 2012 11:54 am
Forum: Runes of Magic
Topic: Randomize waypoint - what wrong ?
Replies: 3
Views: 1283

Randomize waypoint - what wrong ?

i tray make litle randimize waypoint but have problem some error meybe someone know what code be corect

<!-- # 1 --><waypoint x=tostring(-40+math.random(-1, 1)) z=tostring(-17+math.random(-1, 1)) y="62">