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 ...
- 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.
- 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.
- 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 ...
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
or this
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.
This
or this
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 ... ?
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 it turns u physco XD
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 ... ?
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.
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.
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.
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.
Creating something new... but what exactly? 12/07/2011 - Dekaron Private Server - 29 Replies Busy with a new project, not gonna tell what exactly but it includes the following
Created in Flash CS3 & Photoshop CS3 & PHP & Java
Images from various sources :)
http://www.scampiml.com/imageshrimp/images/587038 Main.png
and this is what it looks like (Flash version + HTML + PHP)
http://www.scampiml.com/imageshrimp/images/395644 main2.png
Creating a C++ GUI 06/30/2006 - Conquer Online 2 - 4 Replies First of all, sorry to bother putting up a wasteful post. I have searched google for creating a C++ GUI but everything ends up going to creating multi-threading for a process. Maybe I just am not using the correct search terms but I have run out of narrowing keywords and anything too specific gives me no results. Through reading most articles a few articles in the MSDN library, I found nothing useful that could help me. I did learn that I could use C# for this task, but I really want to...
new bot creating by me 08/09/2005 - Conquer Online 2 - 58 Replies this bot will hunt items, and wen the inventry is full, it will go threw each item and check it for +1 and supers elites etc, and drop any crap items, u have options like,exit on good item, keep on hunting, teleport with scroll etc.
BUT
its still under development :)
creating own bot 06/16/2005 - General Coding - 4 Replies what would i need to create my own bot and were would i start in the crteation of a bot.
thanx
Creating Lag? 05/31/2005 - Conquer Online 2 - 5 Replies what would be a good program to create lag, that allows u to gain faster exp.