Creating Co2 Aimbot...

08/10/2012 23:44 abdeen#1
Hello guys , i am trying to create a C# win form Co2 Aim-bot

but i wanna know how to start, and how i can get Monsters Cords

so any information ? or help ?
08/11/2012 00:16 InfamousNoone#2
So after we tell you that, are you going to ask how to cast the spell?
08/11/2012 00:46 operaopera#3
and how to login
08/11/2012 17:05 abdeen#4
Quote:
Originally Posted by InfamousNoone View Post
So after we tell you that, are you going to ask how to cast the spell?
hey my friend , i am trying to code it my self , i just wanna people tell me where or how to start , what steps i shall follow .... just advices :)
thanks for reply ...


Quote:
Originally Posted by operaopera View Post
and how to login
i think conquer sources can help me to do this...
08/13/2012 11:20 pro4never#5
I feel like wasting my time.

- Attach yourself to the information going between client/server (hook based bot or proxy based, doesn't matter)
- Set up basic packet structures handling player spawns (x, y, uid and name)
- Set up basic packet structures handling actions or chat (so you can command it from ingame)
- Set up basic packet structure to handle general data subtypes.
- Set up full packet structure (and encryption) to handle casting spells


Tada, you now have an aimbot, just link the logic of the above packets and systems together.

Bonus round!

- Handle spell list packet to give yourself tornado
- Handle player update packet to give yourself mana to cast it
- Block the sending of nado but read the UID from it
- Reply to client who new target is with a command or action to clear target


Have fun not doing anything on this project as it requires you to do some form of work.
08/13/2012 11:36 Mind Fuck#6
Quote:
Originally Posted by pro4never View Post
I feel like wasting my time.

- Attach yourself to the information going between client/server (hook based bot or proxy based, doesn't matter)
- Set up basic packet structures handling player spawns (x, y, uid and name)
- Set up basic packet structures handling actions or chat (so you can command it from ingame)
- Set up basic packet structure to handle general data subtypes.
- Set up full packet structure (and encryption) to handle casting spells


Tada, you now have an aimbot, just link the logic of the above packets and systems together.

Bonus round!

- Handle spell list packet to give yourself tornado
- Handle player update packet to give yourself mana to cast it
- Block the sending of nado but read the UID from it
- Reply to client who new target is with a command or action to clear target


Have fun not doing anything on this project as it requires you to do some form of work.
Perfect.
08/13/2012 20:52 abdeen#7
Quote:
Originally Posted by pro4never View Post
I feel like wasting my time.

- Attach yourself to the information going between client/server (hook based bot or proxy based, doesn't matter)
- Set up basic packet structures handling player spawns (x, y, uid and name)
- Set up basic packet structures handling actions or chat (so you can command it from ingame)
- Set up basic packet structure to handle general data subtypes.
- Set up full packet structure (and encryption) to handle casting spells


Tada, you now have an aimbot, just link the logic of the above packets and systems together.

Bonus round!

- Handle spell list packet to give yourself tornado
- Handle player update packet to give yourself mana to cast it
- Block the sending of nado but read the UID from it
- Reply to client who new target is with a command or action to clear target


Have fun not doing anything on this project as it requires you to do some form of work.
at first i pressed Thanks button , but i still wanna say thanks again , and there another question....

Co2 P-server sources can help me to understand what i have to do , but i need to get the new co packets , so how would i get them ??

there are one more thing , i am already understand what did you posted above , but i still need more basic or simple steps to follow it.

i mean i just started programing in C# like 1-2 years ago , i have created i many desktop apps , but conquer is another and big section as i think , so its need more steps to follow or just to understand what you have to do

example :
1- you need to create GUI to select co path and 2 text box`s for user and password to log into app database .
2- you need to add a tab for bot tools with skills , magics , char info , etc...
3- etc ...

i will be appreciate to this ...

thanks :)
08/13/2012 23:24 diedwarrior#8
Quote:
Originally Posted by abdeen View Post
at first i pressed Thanks button , but i still wanna say thanks again , and there another question....

Co2 P-server sources can help me to understand what i have to do , but i need to get the new co packets , so how would i get them ??

there are one more thing , i am already understand what did you posted above , but i still need more basic or simple steps to follow it.

i mean i just started programing in C# like 1-2 years ago , i have created i many desktop apps , but conquer is another and big section as i think , so its need more steps to follow or just to understand what you have to do

example :
1- you need to create GUI to select co path and 2 text box`s for user and password to log into app database .
2- you need to add a tab for bot tools with skills , magics , char info , etc...
3- etc ...

i will be appreciate to this ...

thanks :)
This
[Only registered and activated users can see links. Click Here To Register...]
or this
[Only registered and activated users can see links. Click Here To Register...]
for packets, but just so you know the other one can do more stuff than just packet logging, there's an auto hunter built in it.
08/14/2012 09:44 abdeen#9
Quote:
Originally Posted by diedwarrior View Post
This
[Only registered and activated users can see links. Click Here To Register...]
or this
[Only registered and activated users can see links. Click Here To Register...]
for packets, but just so you know the other one can do more stuff than just packet logging, there's an auto hunter built in it.
ight , i tried the hook library and its worked fine , just showing me sent and received packets , but how can i send i packet , or how can i get info from co , for example , character name ... ?
08/14/2012 09:59 Mind Fuck#10
you must be new here :D this made my fucking day XD

P.s i've always want to tell u something bauss or w/e ur name , i got no problem with ur replies cuz i know how it feels when u keep studying while others having fun :D it turns u physco XD
08/15/2012 01:02 abdeen#11
i just need an example and i`ll learn how its working
just an example for how can i send i packet , or how can i get info from co , for example , character name ... ?

using the library hook
08/15/2012 02:43 diedwarrior#12
Quote:
Originally Posted by abdeen View Post
i just need an example and i`ll learn how its working
just an example for how can i send i packet , or how can i get info from co , for example , character name ... ?

using the library hook
What do you mean by character name ? YOUR character name ? just find any packet that includes a string of your name, ofcourse it will be hex so turn it into a string and bam, you got the character name, idk if there's any other ways, just saying ideas.
08/15/2012 02:45 abdeen#13
Quote:
Originally Posted by diedwarrior View Post
What do you mean by character name ? YOUR character name ? just find any packet that includes a string of your name, ofcourse it will be hex so turn it into a string and bam, you got the character name, idk if there's any other ways, just saying ides.
thanks in advance , can you post here a sample or example for char name as example.
08/15/2012 02:51 diedwarrior#14
You lost me o.o, post an example for a charname ? well if you mean a packet, try the 0x3ee packet "character info"
This ofcourse isn't the best way, but yeah, its a way.
08/15/2012 03:04 abdeen#15
Quote:
Originally Posted by diedwarrior View Post
You lost me o.o, post an example for a charname ? well if you mean a packet, try the 0x3ee packet "character info"
This ofcourse isn't the best way, but yeah, its a way.

yes thanks , but i meant how ton use it lol , thanks again , thanks button pressed.