| View previous topic :: View next topic |
| Author |
Message |
cordero619 Newbie cheater
Reputation: 0
Joined: 27 Jun 2007 Posts: 23 Location: Mexico
|
Posted: Tue Jul 24, 2007 2:28 pm Post subject: X and Y |
|
|
How do you know the X and Y of a certain point of your pc? ty
|
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Tue Jul 24, 2007 2:31 pm Post subject: |
|
|
| I dont know, i just try... Its for SetCursPos(x,y) ?
|
|
| Back to top |
|
 |
cordero619 Newbie cheater
Reputation: 0
Joined: 27 Jun 2007 Posts: 23 Location: Mexico
|
Posted: Tue Jul 24, 2007 2:32 pm Post subject: |
|
|
yes how to know the x and y of a certain point
|
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Tue Jul 24, 2007 2:33 pm Post subject: |
|
|
| use mouse button right click to see where it clicks. i dont know a exact way to see this.
|
|
| Back to top |
|
 |
cordero619 Newbie cheater
Reputation: 0
Joined: 27 Jun 2007 Posts: 23 Location: Mexico
|
Posted: Tue Jul 24, 2007 2:34 pm Post subject: |
|
|
| but then how i know the x and y :S
|
|
| Back to top |
|
 |
Renkokuken GO Moderator
Reputation: 4
Joined: 22 Oct 2006 Posts: 3249
|
Posted: Tue Jul 24, 2007 2:34 pm Post subject: |
|
|
| TPoints and GetCursorPos(Point : TPoint);
|
|
| Back to top |
|
 |
cordero619 Newbie cheater
Reputation: 0
Joined: 27 Jun 2007 Posts: 23 Location: Mexico
|
Posted: Tue Jul 24, 2007 2:35 pm Post subject: |
|
|
| how?
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Tue Jul 24, 2007 2:36 pm Post subject: |
|
|
google them >.>
_________________
|
|
| Back to top |
|
 |
Renkokuken GO Moderator
Reputation: 4
Joined: 22 Oct 2006 Posts: 3249
|
Posted: Tue Jul 24, 2007 2:37 pm Post subject: |
|
|
| I provided a delphi answer, are you even using delphi?
|
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
Posted: Tue Jul 24, 2007 2:38 pm Post subject: |
|
|
I only know one way:
make screenshot save it and put it in the ACTool folder (replace with 800x600 for example) then open up ACTool.
Right, there are some command things. Click the [+] sign @ Color commands. Click any of them.
Then choose 800x600 (if you saved your pic as 800x600).
Drop your mouse there, where you want to x and y.
Then click enter and you will get 2 numbers. | Code: |
GetBlue 417, 286 = Color |
here 417 is x and 286 is y (I guess).
|
|
| Back to top |
|
 |
cordero619 Newbie cheater
Reputation: 0
Joined: 27 Jun 2007 Posts: 23 Location: Mexico
|
Posted: Tue Jul 24, 2007 2:43 pm Post subject: |
|
|
| Im trying to make a simple script that opens msn and log me on, on ac tools
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Tue Jul 24, 2007 2:43 pm Post subject: |
|
|
| rEakW0n wrote: | I only know one way:
make screenshot save it and put it in the ACTool folder (replace with 800x600 for example) then open up ACTool.
Right, there are some command things. Click the [+] sign @ Color commands. Click any of them.
Then choose 800x600 (if you saved your pic as 800x600).
Drop your mouse there, where you want to x and y.
Then click enter and you will get 2 numbers. | Code: |
GetBlue 417, 286 = Color |
here 417 is x and 286 is y (I guess). |
Use the function that Renkokuken gave.
_________________
|
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
Posted: Tue Jul 24, 2007 2:45 pm Post subject: |
|
|
| UnLmtD wrote: | | rEakW0n wrote: | I only know one way:
make screenshot save it and put it in the ACTool folder (replace with 800x600 for example) then open up ACTool.
Right, there are some command things. Click the [+] sign @ Color commands. Click any of them.
Then choose 800x600 (if you saved your pic as 800x600).
Drop your mouse there, where you want to x and y.
Then click enter and you will get 2 numbers. | Code: |
GetBlue 417, 286 = Color |
here 417 is x and 286 is y (I guess). |
Use the function that Renkokuken gave. |
Mine is weird, isn't it ? xD
|
|
| Back to top |
|
 |
cordero619 Newbie cheater
Reputation: 0
Joined: 27 Jun 2007 Posts: 23 Location: Mexico
|
Posted: Tue Jul 24, 2007 2:46 pm Post subject: |
|
|
I dont know where to put the script that Renkokuken said
|
|
| Back to top |
|
 |
Renkokuken GO Moderator
Reputation: 4
Joined: 22 Oct 2006 Posts: 3249
|
Posted: Tue Jul 24, 2007 2:46 pm Post subject: |
|
|
| rEakW0n wrote: | | UnLmtD wrote: | | rEakW0n wrote: | I only know one way:
make screenshot save it and put it in the ACTool folder (replace with 800x600 for example) then open up ACTool.
Right, there are some command things. Click the [+] sign @ Color commands. Click any of them.
Then choose 800x600 (if you saved your pic as 800x600).
Drop your mouse there, where you want to x and y.
Then click enter and you will get 2 numbers. | Code: |
GetBlue 417, 286 = Color |
here 417 is x and 286 is y (I guess). |
Use the function that Renkokuken gave. |
Mine is weird, isn't it ? xD | Well, He's using ACTool, so yours is the only valid one most likely, unless ACTools supports that type of input.
|
|
| Back to top |
|
 |
|