| View previous topic :: View next topic |
| Author |
Message |
DevilGilad Grandmaster Cheater
Reputation: 0
Joined: 10 May 2007 Posts: 624 Location: Delete C:\WINDOWS folder and you'll be able to see me.
|
Posted: Wed Jun 20, 2007 4:01 am Post subject: [Help] Making AutoClicker on Delphi |
|
|
There's a way or a script to make AC on Delphi program?
If yes, can someone tell me the way\give me the script?
Thx...
_________________
|
|
| Back to top |
|
 |
assaf84 Expert Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 238
|
Posted: Wed Jun 20, 2007 4:06 am Post subject: |
|
|
| Use the SendMessage with WM_MOUSECLICK or something
|
|
| Back to top |
|
 |
DevilGilad Grandmaster Cheater
Reputation: 0
Joined: 10 May 2007 Posts: 624 Location: Delete C:\WINDOWS folder and you'll be able to see me.
|
Posted: Wed Jun 20, 2007 4:11 am Post subject: |
|
|
| assaf84 wrote: | | Use the SendMessage with WM_MOUSECLICK or something |
What does WM_MOUSECLICK meant to do? To just... click? O_O
Answer private nao pl0x..
_________________
|
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Wed Jun 20, 2007 6:54 am Post subject: |
|
|
| why make it private? i would like to know too ...
|
|
| Back to top |
|
 |
Simsgy Grandmaster Cheater
Reputation: 0
Joined: 07 May 2007 Posts: 581 Location: My new avatar <3
|
Posted: Wed Jun 20, 2007 8:42 am Post subject: |
|
|
@DevilGilad and assaf84
You cannot use SendMessage() for this, because GameGuard made MapleStory's process hidden.
And to use SendMessage() you need the process name, and then it will send a fake message to the process's program, and then it will work.
But because the process is hidden - you cannot use it.
Too bad?
_________________
|
|
| Back to top |
|
 |
DevilGilad Grandmaster Cheater
Reputation: 0
Joined: 10 May 2007 Posts: 624 Location: Delete C:\WINDOWS folder and you'll be able to see me.
|
Posted: Wed Jun 20, 2007 8:56 am Post subject: |
|
|
| Simsgy wrote: | @DevilGilad and assaf84
You cannot use SendMessage() for this, because GameGuard made MapleStory's process hidden.
And to use SendMessage() you need the process name, and then it will send a fake message to the process's program, and then it will work.
But because the process is hidden - you cannot use it.
Too bad? |
Uhh
Undrstood and agreed, but I just want to know how can I make it, I don't care about using it on Maple...
_________________
|
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Wed Jun 20, 2007 9:00 am Post subject: |
|
|
| yep, not everyone cares about crappy maplestory .
|
|
| Back to top |
|
 |
ravicus Master Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 464
|
Posted: Wed Jun 20, 2007 9:04 am Post subject: |
|
|
Lol, I agree about maplestory being a piece of crap, but if your biased enough to automatically assume that they are talking about maplestory...
WOW.
_________________
|
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Wed Jun 20, 2007 9:07 am Post subject: |
|
|
| arent he thinking he wants to use the AC on maple?
|
|
| Back to top |
|
 |
DevilGilad Grandmaster Cheater
Reputation: 0
Joined: 10 May 2007 Posts: 624 Location: Delete C:\WINDOWS folder and you'll be able to see me.
|
Posted: Wed Jun 20, 2007 9:42 am Post subject: |
|
|
| Kevinnn wrote: | | arent he thinking he wants to use the AC on maple? |
Lawl.. Even if I wanted to, I had to bypass the new GG's CRC...
There are alot of uses for autoclicker. Not all the uses are in MapleStory, you know that...
If you want an example, I'll give you...
_________________
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Jun 20, 2007 10:46 am Post subject: |
|
|
like nudging someone 10000000000 times on msn w/o packet editing the nudge
lawl
yeah, i just think people that play or have played maple automatically connect a/c'ers and maple
i know i do
_________________
|
|
| Back to top |
|
 |
Simsgy Grandmaster Cheater
Reputation: 0
Joined: 07 May 2007 Posts: 581 Location: My new avatar <3
|
Posted: Wed Jun 20, 2007 11:06 am Post subject: |
|
|
Oh!
Not for Maple!
Well, why didn't you say so...
Use this:
| Code: |
mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);
|
This code holds the left mouse button, and release it.
Do it again and again how many time you want.
Enjoy
_________________
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Wed Jun 20, 2007 11:26 am Post subject: |
|
|
I guess it should be hard to send a mouse click to maple, I know how to successfully send a key, a mouse click should be the same.
_________________
|
|
| Back to top |
|
 |
Simsgy Grandmaster Cheater
Reputation: 0
Joined: 07 May 2007 Posts: 581 Location: My new avatar <3
|
Posted: Wed Jun 20, 2007 12:49 pm Post subject: |
|
|
| zomgiownyou wrote: | | I guess it should be hard to send a mouse click to maple, I know how to successfully send a key, a mouse click should be the same. |
You know how to send messages to MapleStory successfully?
MSN NOW!
_________________
|
|
| Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Wed Jun 20, 2007 12:50 pm Post subject: |
|
|
| what do you mean by MSN NOW ?
|
|
| Back to top |
|
 |
|