|
You last visited: Today at 12:50
Advertisement
About Makin a bot
Discussion on About Makin a bot within the CO2 Programming forum part of the Conquer Online 2 category.
07/09/2010, 10:21
|
#1
|
elite*gold: 0
Join Date: Apr 2007
Posts: 223
Received Thanks: 30
|
About Makin a bot
i was wanting to know what would i have to learn to make bots that run in the background
the main language i use is vb6
|
|
|
07/11/2010, 01:08
|
#2
|
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,381
|
Your best bet would be to move to a more advanced language.
For background actions you really only have 2 main options.
Memory based bot. Use C++ because other languages, injecting to a running process is difficult if not impossible (it CAN be done... it's just a pain).
use memory offsets + scripts to control actions.
Proxy based bot: use w/e you want. Java, C# C++ are all good options. Basically read packets being sent to/from the server and use them + scripts to control actions.
Each have their own pros and cons but if you are thinking you may want to sell the bot at some point, go with proxies. Memory based are run on the end users computer meaning regardless of your auth system/account servers... you WILL end up having it cracked (if it's worth cracking). Proxies, the entire code is server side (depending on how you write it) and therefor it's alot harder to crack and use for free.
C++ is intimidating to alot of people (me included) plus I'm far more comfortable working with packets than memory (as I've done some pserver development... never dealt with memory based stuff) so I'd recommend the proxy option but it's really up to you.
Ooh, not that it's a huge issue but as far as I'm aware... proxies are less likely to get you in trouble with tq due to their stupid anticheat seeing as it doesn't modify the .exe or anything like that... then again from what I've read, the anti cheat is SUPER easy to disable so it's really a non-point.
|
|
|
07/11/2010, 04:13
|
#3
|
elite*gold: 0
Join Date: Jun 2009
Posts: 787
Received Thanks: 314
|
Doesn't martin use VB6?
It's definitely possible, you just need to know how memory works.
|
|
|
07/11/2010, 04:16
|
#4
|
elite*gold: 0
Join Date: Nov 2006
Posts: 805
Received Thanks: 464
|
Yeah he does use Vb, not sure if it's vb6 but idk much about vb anyways.
Considering vb is also a .net language you can do anything in it that you can do in C#, it's just done a little differently.
|
|
|
07/12/2010, 12:26
|
#5
|
elite*gold: 0
Join Date: Apr 2007
Posts: 223
Received Thanks: 30
|
Quote:
Originally Posted by pro4never
Your best bet would be to move to a more advanced language.
For background actions you really only have 2 main options.
Memory based bot. Use C++ because other languages, injecting to a running process is difficult if not impossible (it CAN be done... it's just a pain).
use memory offsets + scripts to control actions.
Proxy based bot: use w/e you want. Java, C# C++ are all good options. Basically read packets being sent to/from the server and use them + scripts to control actions.
Each have their own pros and cons but if you are thinking you may want to sell the bot at some point, go with proxies. Memory based are run on the end users computer meaning regardless of your auth system/account servers... you WILL end up having it cracked (if it's worth cracking). Proxies, the entire code is server side (depending on how you write it) and therefor it's alot harder to crack and use for free.
C++ is intimidating to alot of people (me included) plus I'm far more comfortable working with packets than memory (as I've done some pserver development... never dealt with memory based stuff) so I'd recommend the proxy option but it's really up to you.
Ooh, not that it's a huge issue but as far as I'm aware... proxies are less likely to get you in trouble with tq due to their stupid anticheat seeing as it doesn't modify the .exe or anything like that... then again from what I've read, the anti cheat is SUPER easy to disable so it's really a non-point.
|
well that is what i actual ment was proxy bot haha
but i know some vb.net and little C#.net
but i guess i will have to see if i can find anything and read up on it to learn more about how to do the proxy bot thing
|
|
|
07/12/2010, 13:47
|
#6
|
elite*gold: 20
Join Date: Dec 2005
Posts: 811
Received Thanks: 352
|
VB sucks, nuff said
|
|
|
07/12/2010, 14:42
|
#7
|
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,381
|
Quote:
Originally Posted by PKDemon
well that is what i actual ment was proxy bot haha
but i know some vb.net and little C#.net
but i guess i will have to see if i can find anything and read up on it to learn more about how to do the proxy bot thing
|
Well according to others here you CAN do it in VB (I didn't suggest it simply because I've never really used vb and was under the impression that it was generally for more... simplistic things)
You can definitely do it in C#, if you go to my project tracking thread there is a ton of information null posted about things I'd need to do to make my proxy as well as one of tannels proxies that with very little work can be upgraded to work with current tq patch (it's what mine was based off... taking a break and then gonna be doing a new one atm i think but it's worth a look for sure!)
Anyways, best of luck to you. Proxies can be alot of work and kinda intimidating but once you get a basic grasp on how they work and have some basic structure set up, they aren't really that bad. The first packet or two took me AGES to code but after that I was able to write functions and new packets quite easily and features became 10x as easy to code.
|
|
|
07/13/2010, 18:06
|
#8
|
elite*gold: 0
Join Date: Apr 2007
Posts: 223
Received Thanks: 30
|
yeah i read the post there is alot of helpful stuff there i have downloaded the couple things and i will look through them and see what i can come up with i am just wanting to expand my programming
|
|
|
 |
Similar Threads
|
Bot Makin
02/27/2010 - Mabinogi - 20 Replies
Yo yall, im making a farm/proffing or whatever you wanna call it for mabinogi and i just like to know what are some features that should be included in it
1: Wool Gatherer Complete
2: SpiderWeb Gatherer Complete
3: Weaving
4: Wool pouch Quest
5: Auto Repair (Semi Working)
6: Metalurgy (Complete)
7: Fishing- (Complete)
8: Inventory Dump (Working For Some Fishing Items only)
|
[Request]NPc Makin Help
08/31/2009 - CO2 Private Server - 7 Replies
Ok iam Using LOTF and each time i make a new NPC into the database And put their name in they turn Out to be A Different One like When I Put In Celestine
In the Game it would be Pharmacist
And another problem is that when i put in the codes for them I click on them but they dont Talk @_@ HELP!
Dont flame FTW Strted learning C# 3 days ago
|
Im makin a pserver
08/20/2009 - WoW Private Server - 0 Replies
Just wondering, is their anyone who can actually code properlly and is genrely good at making wow servers, and adding shiz, making also maybe? but actually good, not just somone who can use a website to custom item? lol :mofo:
|
MAKIN +12 ITS BUG KINDA NEED HELP
04/02/2009 - CO2 Exploits, Hacks & Tools - 9 Replies
i found a bug that can make ur items into +12 how? 1st get free items +3 +4or higher and compose it in ur items those free items can be compose successively...it will not dissappear... reapeat it all over again untill boom ur items are all +12... THanks are Appreciated
|
Can some1 help me? with this acc makin
12/02/2008 - EO PServer Hosting - 1 Replies
23. Now you will you will need to make yourself an account. Use this command in your mysql command client
insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
i dont understand that can some1 explain it to me bit better so i can understand? TY
|
All times are GMT +1. The time now is 12:51.
|
|