| View previous topic :: View next topic |
| Author |
Message |
Phoenix91 Cheater
Reputation: 0
Joined: 05 Apr 2007 Posts: 37
|
Posted: Fri Feb 22, 2008 2:02 pm Post subject: How do i do this? xD. |
|
|
Okay, im gonna try explaining what i want to do, but it might be a bit confusing.
So, i was just wondering, how i can do this/what i need to use to do this.
I want my mouse to automaticly go to a place, left-click, go to another place, left click, and type, e.g "jaksfjka", then left-click somewhere else again,
Then click same place as first, and then click same place as second, and then write in another msg e.g "akjsj" and click same place as third.
As i said, it might sound confusing, but i have no idea to explain it in other ways, just need some help with this xD..
Thanks.
|
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Fri Feb 22, 2008 2:08 pm Post subject: |
|
|
in C++ you would use...
SetCursorPos( X, Y );
mouse_evnet( something, something, something, something );
keybd_event( something, something, something, something );
_________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
Phoenix91 Cheater
Reputation: 0
Joined: 05 Apr 2007 Posts: 37
|
Posted: Fri Feb 22, 2008 2:09 pm Post subject: |
|
|
Ok, so i need the program C++?
And how do i found Cursor Position? xD..
thanks (:
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Fri Feb 22, 2008 3:52 pm Post subject: |
|
|
| if this is for a game that doesn't have protection against ACTool you could make a script for it using that.
|
|
| Back to top |
|
 |
MaXiMo Master Cheater
Reputation: 0
Joined: 03 Dec 2006 Posts: 290 Location: On CEF
|
Posted: Fri Feb 22, 2008 3:59 pm Post subject: |
|
|
use a macro program that records mouse movements + clicks
_________________
If Ur At Kradia PM me! |
|
| Back to top |
|
 |
Phoenix91 Cheater
Reputation: 0
Joined: 05 Apr 2007 Posts: 37
|
Posted: Fri Feb 22, 2008 7:51 pm Post subject: |
|
|
@ blankrider - No, its not for a game (: .. Its for a homesite.
@ MaXiMo - Got any names for good ones ?
and thanks for responding ..
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Feb 23, 2008 6:18 am Post subject: |
|
|
Anything that can access the Win32 API can make a program to do this for you. HornyAZNBoy gave you the API that you need to use to do this. Along with that you can read up on SendMessage / PostMessage and SendInput to handle things while the window is minimized as well.
_________________
- Retired. |
|
| Back to top |
|
 |
|