Weird!

06/05/2008 22:44 IAmHawtness#1
I was bored some minutes ago and I stumbled across something strange.
I had 2 characters open, one that I had Cheat Engine attached to (let's call him Noob1) and the other who I tried to find the coordinates of (let's call him Noob2). I searched for an unknown value with Cheat Engine and then I jumped with Noob2, searched for a changed value, etc.

I did manage to find the in-game coordinate of Noob2, but I also found something else, very strange. I found the ControlClick Coordinates of Noob2! (ControlClick Coordinates are the coordinates programs like AutoIt and AutoHotKey use to send mouse clicks to minimized windows)

Why would TQ have ControlClick coordinates stored in Conquer's memory? (Unless of course they are the makers of ScriptVessel:eek:)

I attached a screenshot, but don't bother looking for the memory address, 'cause it's dynamic :)
06/05/2008 23:13 hok30#2
Wierd. I am just wondering though-
1. Why would you have to have two characters open?
2. I don't get the connection between the ingame coords and the ControlClick coords. They're different!
06/06/2008 01:38 UPSman2#3
its the coordinates of where the player model is loaded on screen...

heres a thread about this: (the pixels on screen part... sorta) [Only registered and activated users can see links. Click Here To Register...]

btw you could find the addresses being loaded to by useing CE alothough it would be almost pointless because you would have the read the values off of CE and couldn't make it into a standalone
06/06/2008 03:37 evanxxxm#4
IAmHawtness@
controlclick = one of the usage of postmessage
which postmessage is the original command for everything like right click, left click, ctrl+right click, mouse wheel...............etc many things more
so u shouldnt be surprise when CO can "know" u are pressing ctrl while left-clicking jumping or something like u click at what spot in the screen so that it "knows" where ur finaly coordinate is
(as u might know, right after u click on the screen, ur destination is being calculated already)
06/06/2008 03:45 hok30#5
Quote:
Originally Posted by evanxxxm View Post
IAmHawtness@
controlclick = one of the usage of postmessage
which postmessage is the original command for everything like right click, left click, ctrl+right click, mouse wheel...............etc many things more
so u shouldnt be surprise when CO can "know" u are pressing ctrl while left-clicking jumping or something like u click at what spot in the screen so that it "knows" where ur finaly coordinate is
(as u might know, right after u click on the screen, ur destination is being calculated already)
Ah- that makes sense. Anyways- welcome back from Hong Kong :D
06/06/2008 05:42 UPSman2#6
i don't think he's back from hong kong
06/06/2008 06:21 leavemealone#7
Other players addresses are not static, so its rather useless unless you make your own Cave, but there are static addresses which show your team leaders coordinates (Useful for making auto stigger or something)
06/06/2008 07:34 IAmHawtness#8
I still don't get it. Or perhaps you don't, I don't know.
I can find the CONTROLCLICK coordinates of other players, the coordinates I have to click to attack the player. Not the in-game CO coordinates, no, the actual ControlClick coordinates. I still don't get why they're in the Conquer memory

Quote:
Originally Posted by hok30 View Post
2. I don't get the connection between the ingame coords and the ControlClick coords. They're different!
Exactly!
06/06/2008 07:51 UPSman2#9
Quote:
its the coordinates of where the player model is loaded on screen...
its where CO loads the model of the person



at least that why i think so, no way to prove it unless you look at it in a debugger
06/06/2008 09:19 tanelipe#10
Quote:
Originally Posted by leavemealone View Post
Other players addresses are not static, so its rather useless unless you make your own Cave, but there are static addresses which show your team leaders coordinates (Useful for making auto stigger or something)

It was a totally random find though; I suppose there should be something for the other people in team because, you can locate them with the minimap too, wich i believe is the only reason the team leader coords are saved.