@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
@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.
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.
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
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.
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 ...
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 )
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?
#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.
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...
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 :|
[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