| View previous topic :: View next topic |
| Author |
Message |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Thu Nov 01, 2007 12:41 pm Post subject: [question] can i build bot using C#? |
|
|
hii i have few questions
can i build bot using only C#?
and if i can can u give me some guides please ? _________________
Stylo |
|
| Back to top |
|
 |
the_undead Expert Cheater
Reputation: 1
Joined: 12 Nov 2006 Posts: 235 Location: Johannesburg, South Africa
|
Posted: Thu Nov 01, 2007 1:29 pm Post subject: |
|
|
Yes.
Search.
For what game? _________________
|
|
| Back to top |
|
 |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Fri Nov 02, 2007 12:07 am Post subject: |
|
|
is it suppos to be for a specific game.?
or can it be in for few games / programs?
and where can i find guide cuz i searched :/ found nothing _________________
Stylo |
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Fri Nov 02, 2007 1:23 am Post subject: |
|
|
You don't need a guide if you know C#... you can make a bot with any language...  |
|
| Back to top |
|
 |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Fri Nov 02, 2007 3:56 am Post subject: |
|
|
but i need guide lines
how to start and stuff... _________________
Stylo |
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Fri Nov 02, 2007 4:47 am Post subject: |
|
|
Depends, what do you want to do? Read/WriteProcessMemory in it? minimized? send which keys, when, how many in X time? dll/form? whats your programming level?
we can't help you if we don't know anything about what you wanna do... |
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sun Nov 04, 2007 6:58 pm Post subject: |
|
|
Ok
For Editing memory and stuff
gamesguru's C# trainer stuff
For Keystrokes and things
| Code: |
System.Windows.Forms.SendKeys.SendWait(System.Windows.Forms.Keys.*); //Where * is the key you want
System.Threading.Thread.Sleep(*); //Where * is the ammount of time in milliseconds
|
If you want to move the mouse, and/or click, make an API Call to user32.dll,
| Code: |
SetCursorPos
/
LeftMouseclick
/
RightMouseClick
|
I know that's the API for moving the mouse, but I'm kind of rusty on clicking. That may be the way, but you should check.
Google "user32.dll Mouse Click API call"
or something like that. |
|
| Back to top |
|
 |
Hackerdevelopment Advanced Cheater
Reputation: 0
Joined: 11 Oct 2007 Posts: 55
|
Posted: Sun Nov 04, 2007 7:03 pm Post subject: |
|
|
Yes u can. Why dont u use c++? I think its better but if u think that c# is easier then use it. _________________
|
|
| Back to top |
|
 |
Negima I post too much
Reputation: 5
Joined: 22 May 2007 Posts: 2221
|
Posted: Sun Nov 04, 2007 10:24 pm Post subject: |
|
|
| You have to actually learn the language before you start making programs. |
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sun Nov 04, 2007 10:52 pm Post subject: |
|
|
| Negima wrote: | | You have to actually learn the language before you start making programs. |
Seriously? |
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Mon Nov 05, 2007 12:52 am Post subject: |
|
|
| slovach wrote: |
Seriously? |
No.. all you have to say is (Insert Language Name Here.) is cool, make me some magic. The program automatically spits the program out of a button. Then you get this cool sticker to match with your program, or if you click on the debug option you get a nice cookie to eat. _________________
|
|
| Back to top |
|
 |
|