Gonna try and keep all my questions in one thread so dont flame me for posting twice please.
Anyone know how i would go about reading things like virtue points and level and stuff from the memory? ive seen it done before but cant figure it out. like leavemealone's thing and *m*s tthing. both seem to read from the ram but i dont know how theyve done it. thanks in advance
Stink.Fly@
do a click at the spot x110 u 760
send F keys do not work on AutoHotKey language also
besides, clicking is better than sending Fs, because it can be background/minimized mode
Stink.Fly@
do a click at the spot x110 u 760
send F keys do not work on AutoHotKey language also
besides, clicking is better than sending Fs, because it can be background/minimized mode
Where does X110, Y760 click then? I wanted to avoid co-ordinates cuz i think they change if people are running various definitions or window sizes dont they?
AutoHotKey looks like something fun to play with, might have to experiment.
window size, position of CO does not matter if the clicking position is declare on a program
so for example, in ahk code it will be
Code:
[B]WinGet,id, ID,[Conquer2.0][/B]
[COLOR="DimGray"][I];declare [Conquer2.0] as id[/I][/COLOR]
[B]ControlClick, x110 y760,ahk_id %id%,,RIGHT[/B]
[COLOR="DimGray"][I];controlclick the position on "id"[/I][/COLOR]
the above code works in minimized client, it will controlclick at the position of F1
window size, position of CO does not matter if the clicking position is declare on a program
so for example, in ahk code it will be
Code:
[B]WinGet,id, ID,[Conquer2.0][/B]
[COLOR=dimgray][I];declare [Conquer2.0] as id[/I][/COLOR]
[B]ControlClick, x110 y760,ahk_id %id%,,RIGHT[/B]
[COLOR=dimgray][I];controlclick the position on "id"[/I][/COLOR]
the above code works in minimized client, it will controlclick at the position of F1
in ahk, there is also a check window size to fix it
combine with the above codes, it will be:
Code:
[B]WinGetPos, XX, YY, Width, Height, [Conquer2.0] [/B]
[I];output the position of CO, and the size of CO. which we only need to focus on Height in this case[/I]
[B]Height -= 10[/B]
[I];mins 10pixel in order to click a center spot in the Fslots[/I][B]
WinGet,id, ID,[Conquer2.0]
ControlClick, x110 y%Height%,ahk_id %id%,,RIGHT[/B]
[I];click x110, and Height, which is either 590 or 758[/I]
well usually i have 800x600 and 1024x768 version for my programs, so i never really need to use check window size...anyways, its just an idea
thanks for pointing out the error
sa mga programmers....... 03/09/2024 - Grand Chase Philippines - 5 Replies gawa nman sana kayo ng fragment hack hehehehhe
ang hirap ng drop ngaun kahit saan....
2frags per finish
Question for you programmers. 08/02/2010 - Battle of the Immortals - 4 Replies I'm not sure if this would be possible, but I thought I'd ask. ;p
Is it possible to make a program that would auto-type the color code of your choice in when you press enter? Or some variant of that? D:
Looking for programmers 05/11/2009 - World of Warcraft - 0 Replies PrimaryGaming is looking for 1 or 2 MYSQL programmers (Windows & if possible Linux) for a private WoW server. If you are interested please contact me or TheMule for more details via mIRC or Ventrilo, our contact info can be found here.
PG Team
All About Programmers 10/22/2008 - CO2 Programming - 35 Replies I've made this topic to discuss people's opinions and stereotypes about programmers as a whole (opinions about individuals aren't helpful).
I've always wondered what people thought about programmers and what they expect us to act like.
This is a very, very 'out-there' thread but I think it sorta sticks to the forum topic :D
Here are a few questions that come to mind when I think about programmers:
Do you think of everyday problems in terms of programing?
Are all programmers irritable...
to all vb programmers 05/02/2006 - Conquer Online 2 - 1 Replies is there anyone who can post a working visual basic source about reading memory, like the one that was posted in guides, but without the tsearch thing would be nice =/