View previous topic :: View next topic |
Author |
Message |
IGGnewb Expert Cheater
Reputation: 0
Joined: 17 May 2007 Posts: 104 Location: Somewhere in Singapore ^^
|
Posted: Wed Aug 22, 2007 5:23 am Post subject: How do i make a *bot* program |
|
|
As it says up there.=) need help
|
|
Back to top |
|
 |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Wed Aug 22, 2007 6:07 am Post subject: |
|
|
with which program?
If delphi (or any other for that matter) you can use SetCursPos and simulate mouse clicks ... This is a simple "Bot"
|
|
Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Wed Aug 22, 2007 8:06 am Post subject: |
|
|
SendIput()
_________________
8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
Back to top |
|
 |
TheIndianGuy Advanced Cheater
Reputation: 102
Joined: 14 Jan 2007 Posts: 88
|
Posted: Thu Aug 23, 2007 11:39 am Post subject: Re: How do i make a *bot* program |
|
|
IGGnewb wrote: | As it says up there.=) need help |
what do you mean by "as it says up there" it says nothing useful you havent said what you want the bot to do no one can help you/make it for you untill you say what you would like it to do.
|
|
Back to top |
|
 |
seVIIen How do I cheat?
Reputation: 0
Joined: 24 Aug 2007 Posts: 5
|
Posted: Fri Aug 24, 2007 3:56 am Post subject: |
|
|
Can someone make a Tut plz?? I am very noob
|
|
Back to top |
|
 |
the_undead Expert Cheater
Reputation: 1
Joined: 12 Nov 2006 Posts: 235 Location: Johannesburg, South Africa
|
Posted: Fri Aug 24, 2007 4:52 am Post subject: |
|
|
seVIIen wrote: | Can someone make a Tut plz?? I am very noob |
Your English teacher would be ashamed.
Code: | INPUT *Input = new INPUT[3];
(Input+1)->type = INPUT_KEYBOARD;
(Input+1)->ki.dwFlags = KEYEVENTF_EXTENDEDKEY;
(Input+1)->ki.wVk = VkKeyScan('Z');
(Input+2)->type = INPUT_KEYBOARD;
(Input+2)->ki.dwFlags = KEYEVENTF_KEYUP;
(Input+2)->ki.wVk = VkKeyScan('Z');
SendInput(3, Input, sizeof(INPUT)); |
_________________
|
|
Back to top |
|
 |
|