Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Help] Making AutoClicker on Delphi
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
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.

PostPosted: Wed Jun 20, 2007 4:01 am    Post subject: [Help] Making AutoClicker on Delphi Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
assaf84
Expert Cheater
Reputation: 0

Joined: 03 Oct 2006
Posts: 238

PostPosted: Wed Jun 20, 2007 4:06 am    Post subject: Reply with quote

Use the SendMessage with WM_MOUSECLICK or something
Back to top
View user's profile Send private 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.

PostPosted: Wed Jun 20, 2007 4:11 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Wed Jun 20, 2007 6:54 am    Post subject: Reply with quote

why make it private? i would like to know too ...
Back to top
View user's profile Send private message MSN Messenger
Simsgy
Grandmaster Cheater
Reputation: 0

Joined: 07 May 2007
Posts: 581
Location: My new avatar <3

PostPosted: Wed Jun 20, 2007 8:42 am    Post subject: Reply with quote

@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?

_________________

Designer, WebMaster and a Delphi programmer.
TrPlayer, my biggest Delphi project hosted on SourceForge.net
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
DevilGilad
Grandmaster Cheater
Reputation: 0

Joined: 10 May 2007
Posts: 624
Location: Delete C:\WINDOWS folder and you'll be able to see me.

PostPosted: Wed Jun 20, 2007 8:56 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Wed Jun 20, 2007 9:00 am    Post subject: Reply with quote

yep, not everyone cares about crappy maplestory .
Back to top
View user's profile Send private message MSN Messenger
ravicus
Master Cheater
Reputation: 0

Joined: 16 Dec 2006
Posts: 464

PostPosted: Wed Jun 20, 2007 9:04 am    Post subject: Reply with quote

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
View user's profile Send private message
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Wed Jun 20, 2007 9:07 am    Post subject: Reply with quote

arent he thinking he wants to use the AC on maple?
Back to top
View user's profile Send private message MSN Messenger
DevilGilad
Grandmaster Cheater
Reputation: 0

Joined: 10 May 2007
Posts: 624
Location: Delete C:\WINDOWS folder and you'll be able to see me.

PostPosted: Wed Jun 20, 2007 9:42 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Wed Jun 20, 2007 10:46 am    Post subject: Reply with quote

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
View user's profile Send private message
Simsgy
Grandmaster Cheater
Reputation: 0

Joined: 07 May 2007
Posts: 581
Location: My new avatar <3

PostPosted: Wed Jun 20, 2007 11:06 am    Post subject: Reply with quote

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 Very Happy

_________________

Designer, WebMaster and a Delphi programmer.
TrPlayer, my biggest Delphi project hosted on SourceForge.net
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Wed Jun 20, 2007 11:26 am    Post subject: Reply with quote

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
View user's profile Send private message
Simsgy
Grandmaster Cheater
Reputation: 0

Joined: 07 May 2007
Posts: 581
Location: My new avatar <3

PostPosted: Wed Jun 20, 2007 12:49 pm    Post subject: Reply with quote

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!

_________________

Designer, WebMaster and a Delphi programmer.
TrPlayer, my biggest Delphi project hosted on SourceForge.net
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Wed Jun 20, 2007 12:50 pm    Post subject: Reply with quote

what do you mean by MSN NOW ?
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites