Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 00:42

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide] Lets make a memory based bot

Discussion on [Guide] Lets make a memory based bot within the CO2 Programming forum part of the Conquer Online 2 category.

Closed Thread
 
Old 03/31/2013, 19:10   #16
 
dusica's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 32
Received Thanks: 5
I think there is no need of an updated version ... he s wasting his time too to make these tutorials for us. c'mon guys dont be that lazy
dusica is offline  
Old 04/01/2013, 00:51   #17
 
elite*gold: 0
Join Date: Sep 2012
Posts: 775
Received Thanks: 329
@dusica he already got them on his pc , won't really hurt to upload a 10 mb or something

@adel i was wondering why you switched to c++ at evolution , i'm having a problems with mfc which to why i was trying to write some stuff i learnt from your tuts in c#
is it only inline asm ?
im so used to use c# and it's really time consuming to get to use to c++ syntax and logic
go for it is offline  
Old 04/01/2013, 01:52   #18
 
tkblackbelt's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 291
Received Thanks: 95
Excellent tutorial. Thanks for making it
tkblackbelt is offline  
Old 04/01/2013, 05:47   #19
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
Quote:
Originally Posted by go for it View Post
@dusica he already got them on his pc , won't really hurt to upload a 10 mb or something

@adel i was wondering why you switched to c++ at evolution , i'm having a problems with mfc which to why i was trying to write some stuff i learnt from your tuts in c#
is it only inline asm ?
im so used to use c# and it's really time consuming to get to use to c++ syntax and logic
The thing is.. if we switch to C# we are gonna have to use "Platform Invocation Services" aka Pinvoke to call almost all of the functions used in our dll aside from not having the inline asm advantage and it doesn't end at that.. All in all C# is not as powerful as C++ when it comes to dll injection\memory access...

A solution to your problem with MFC:

You can always ignore the CB-Manager Project and create a Windows form application in C# instead.. And simply implement the important functions in it such as the socket class and the Dll injecting\game launching functions.
{ Angelius } is offline  
Thanks
2 Users
Old 04/01/2013, 23:39   #20
 
elite*gold: 0
Join Date: Apr 2013
Posts: 1
Received Thanks: 0
Thanks a lot for these tutorials!
These tutorials doesn't only apply to Conquer Online right?
Cancer Sol is offline  
Old 04/01/2013, 23:45   #21
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,381
He's teaching the basics of reverse engineering, olydbg and client hooking.

That base knowledge will apply to all programs but the implementation will vary greatly. It's a starting point. It's then up to you to learn to apply the knowledge to other applications.
pro4never is offline  
Thanks
1 User
Old 04/04/2013, 06:42   #22
 
elite*gold: 0
Join Date: Sep 2012
Posts: 775
Received Thanks: 329
Quote:
Originally Posted by { Angelius } View Post
The thing is.. if we switch to C# we are gonna have to use "Platform Invocation Services" aka Pinvoke to call almost all of the functions used in our dll aside from not having the inline asm advantage and it doesn't end at that.. All in all C# is not as powerful as C++ when it comes to dll injection\memory access...

A solution to your problem with MFC:

You can always ignore the CB-Manager Project and create a Windows form application in C# instead.. And simply implement the important functions in it such as the socket class and the Dll injecting\game launching functions.
thanks bud , i just want to add that VS 2012 express does not support MFC applications so you should tell others to use the ulti version if you are going to use MFC so they don't complain about getting errors while building

edit : can't wait for the next part i've done so much but once i saw evolution code source i decided to wait for your next part

edit 2 :
i would like to personally thank you so much not for the bot but for that long asm tutorial and evolution code source , i've had amazing amount of information about hooking , inline asm and c++ also the logic of hooking
no you did not waste your time , maybe people did not really interact with the idea but that's because they are stupid enough not to try and search
it took me 3 hrs to learn inline asm syntax and get used for c++ syntax and not just take evolution recv hooking and do it on my own XD
here is the result


i wish elitepvpers had more people like you
go for it is offline  
Thanks
1 User
Old 04/05/2013, 08:46   #23
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
Quote:
Originally Posted by go for it View Post
thanks bud , i just want to add that VS 2012 express does not support MFC applications so you should tell others to use the ulti version if you are going to use MFC so they don't complain about getting errors while building
That's exactly what i was trying to explain in tutorial 2 when i said that VS 2012 does not contain a resource editor.. and for that reason it does not support dialog based apps editing.. as far as i know VS 2012 doesn't even give you the option to create an MFC based app.
{ Angelius } is offline  
Thanks
1 User
Old 04/05/2013, 08:57   #24
 
elite*gold: 0
Join Date: Oct 2011
Posts: 23
Received Thanks: 6
Quote:
Originally Posted by demon17 View Post
Yeah. The updated the latest should be good I have to redo the whole steps cause I did a mistake and It tooks like 3 hours and I still can't figure out. But the project looks very well. ( Old days ago I had the Alchemy source , it was like 2 years ago when it shows up then some users like Oleabolea, [GM] , and the owner P4N made it to work .. I used it like for 6 mounts just for farming ninjas )
The latest version of source should be the latest edit of him ( in the tut 3 part2) there was where I lost the wire) anyway I will re-watch the Tuts more 2-3 times to understand completly. Sad to me to tell that I have less time than ever for this kind of things but I really wanna learn


C ya and keep it up.
hey bro ,

if u still have the Alchemy source so please release it and i will take care of it and update to the last patch ... and will release it again ...

Best Luck ,
Samuel .
Sir~Samuel is offline  
Old 04/05/2013, 09:08   #25
 
demon17's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 676
Received Thanks: 109
Quote:
Originally Posted by Sir~Samuel View Post
hey bro ,

if u still have the Alchemy source so please release it and i will take care of it and update to the last patch ... and will release it again ...

Best Luck ,
Samuel .
The problem is that I not have it I should check some of my SDCards to see if i have a backup of it. But after I went to czech republic for 2 mounts my broather cleared my laptop and I lost plenty of source files ( Alchemy source code -base , the project made by oleabolea, the one edited by [GM] and the one made by me just for farm ninjas, I also lost some private server source codes )

I think I will find it somewhere , lets hope.
demon17 is offline  
Old 04/05/2013, 09:14   #26
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,381
Quote:
Originally Posted by Sir~Samuel View Post
hey bro ,

if u still have the Alchemy source so please release it and i will take care of it and update to the last patch ... and will release it again ...

Best Luck ,
Samuel .
Really?....


#1: Search. I release the Alchemy source code (stripped of botting functionality) years ago and provided a TON of help walking people through how to code their own bots using it.
#2: Proxy Paradise was a much improved fully working proxy framework with plenty of tutorials supporting it that I wrote and released and is MUCH more current/working than what he would have (all you need to do is update the dhkeyexchange and maybe like 1-2 other minor things)
#3: This tutorial will bypass all of that trouble for you by doing it all via memory based client hooks meaning you never have to worry about encryption changes and can just write your **** bot.

Yet you're asking for an even older, semi public, less effective version from someone else?
pro4never is offline  
Thanks
1 User
Old 04/05/2013, 09:28   #27
 
demon17's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 676
Received Thanks: 109
Quote:
Originally Posted by pro4never View Post
Really?....


#1: Search. I release the Alchemy source code (stripped of botting functionality) years ago and provided a TON of help walking people through how to code their own bots using it.
#2: Proxy Paradise was a much improved fully working proxy framework with plenty of tutorials supporting it that I wrote and released and is MUCH more current/working than what he would have (all you need to do is update the dhkeyexchange and maybe like 1-2 other minor things)
#3: This tutorial will bypass all of that trouble for you by doing it all via memory based client hooks meaning you never have to worry about encryption changes and can just write your **** bot.

Yet you're asking for an even older, semi public, less effective version from someone else?
**** it . He asked cause I mentioned that I used, And I not have it currently. I was able to use it like 5-6 mounts ( no loot or rand jump) but for farming ninjas. In EPVP there is no thread about that source or I can't find it anymore. Anyway There is another thread lets not talk about that.

Question to Angelus:
I can use this base to make bot for Private servers ?
I just ask it cause I think I can learn easier how to and what to than in normal co where will be changes day by day.
demon17 is offline  
Old 04/05/2013, 11:11   #28
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
Quote:
Originally Posted by demon17 View Post
Question to Angelus:
I can use this base to make bot for Private servers ?
I just ask it cause I think I can learn easier how to and what to than in normal co where will be changes day by day.
Answer 1: Yes you can.
Answer 2:

I have used the same techniques to build bots for lastco, trinityco, realco and several different games too...
{ Angelius } is offline  
Old 04/05/2013, 12:29   #29
 
nTL3fTy's Avatar
 
elite*gold: 0
Join Date: Jun 2005
Posts: 692
Received Thanks: 353
Quote:
Originally Posted by { Angelius } View Post
[Tutorial 1] Disabling the client protection HQ
I believe you stated a stack as being FIFO (first-in first-out) when it is actually LIFO (last-in first-out). Just clarifying.
nTL3fTy is offline  
Old 04/05/2013, 13:20   #30
 
{ Angelius }'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
Quote:
Originally Posted by nTL3fTy View Post
I believe you stated a stack as being FIFO (first-in first-out) when it is actually LIFO (last-in first-out). Just clarifying.
You are totally right.. and what makes it worse is that i never noticed it

Right before i start recording a tutorial everything makes since and it seems like i can come up with a perfect tutorial but for some reason whenever i start recording the tutorial and i get into the details **** hits the fan and pyramids falls apart :|
{ Angelius } is offline  
Closed Thread


Similar Threads Similar Threads
[Guide/FAQ] Lets make a custom source!
09/01/2012 - CO2 PServer Guides & Releases - 16 Replies
Ok so I'm really bored atm and have an hour or two to kill. This post will NOT be useful to very many people as I am NOT going to be like "paste this code in this file etcetc and BOOM you have a custom source!", I'm simply going to go through some basic steps to create a workable source. Eg: you can log in... if I bother getting even that far. USUAL DISCLAIMER: I'm far from good at this stuff and am just learning it myself. If I make a mistake I request that you bring it to my attention and...
[SkillerSluwt]Memory based bot.
05/30/2009 - CO2 Bots & Macros - 140 Replies
SkillerSluwt What is SkillerSluwt? SkillerSluwt is a memory based bot, to put it simple, you can bot on an account without the need that client needs to have focus. SkillerSluwt has a range of skills that can be leveled with a click of a button, while you play on another account, sleep, eat breakfast or make love to your wife, or all at the same time for all i care. SkillerSluwt is easy to use, blonde proof, and moron free. SkillerSluwt is no racist, this Sluwt does what you want,...
memory based bot
08/17/2008 - Guild Wars - 28 Replies
hi hab nur ne kurze frage: und zwar ist es möglich, wenn man 2 accs hat einen memory based zB monk folis farmen lässt, und den anderen "normale" bot hfff farmen lässt? mit dem multi client kann ich schonma 2x guild wars starten, aber will sicher gehen, dass wenn ich mir nen 2ten bot kaufe, der auch keine probleme mit dem anderen bot macht.. ty schonma für die antworten:) MfG



All times are GMT +1. The time now is 00:42.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.