Quote:
Originally Posted by supered
I'm currently learning C# and would like to know what is needed to make background clicks on CO, like what namespaces and functions. I was also wondering if anyone could give me the source for a C# memory based bot(even if its old and doesn't work anymore) so I could take a look at it and see how it works. Any help will be appreciated =)
|
To make background clicks in CO, learn to use packets. Then you can send packets to the client telling it whatever you want done.
I am assuming, from your post, that you have experience using macro programs in Conquer.
Just remember:
A macro is a program, not the actual language that wrote the program. C# is the language you will be using to write the features of the bot or macro. There is no simple command that you type into it like... LeftClick (365,487). The macro was programmed to send a packet with that information for you. In C#, you will have to send the packet yourself.
For a good start, go look at the code in SirHooks V.01
It is outdated, but will give you a decent guide to go by.