|
You last visited: Today at 14:12
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.
05/06/2013, 21:55
|
#61
|
elite*gold: 0
Join Date: Jul 2009
Posts: 943
Received Thanks: 408
|
Wanted to know if hes gonna continue with the guide
im following it :3 and am trying to learn C++ from it,
and with another few tutorials *-*
|
|
|
05/08/2013, 07:57
|
#62
|
elite*gold: 0
Join Date: Aug 2010
Posts: 992
Received Thanks: 1,110
|
Quote:
Originally Posted by pintinho12
Wanted to know if hes gonna continue with the guide
im following it :3 and am trying to learn C++ from it,
and with another few tutorials *-*
|
I am kinda busy with other things for the time being... But i will continue when i have enough free time to record a new tutorial.
Quote:
Originally Posted by go for it
c++ is a programming language and it works for everything
|
I didn't understand what he meant but i take it you did :P
|
|
|
05/08/2013, 14:19
|
#63
|
elite*gold: 0
Join Date: Sep 2012
Posts: 775
Received Thanks: 329
|
Quote:
Originally Posted by { Angelius }
I didn't understand what he meant but i take it you did :P
|
he was asking if he can use c++ at coding a private server for conquer 
and please keep releasing those tutorials , they are really awesome and i feel addicted to them
|
|
|
05/09/2013, 16:50
|
#64
|
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 950
|
Bone-you (Or how to spell it..) released a source in C++ and there is also a C++ version of Hybrid's source released.
|
|
|
05/24/2013, 13:59
|
#65
|
elite*gold: 0
Join Date: Dec 2012
Posts: 20
Received Thanks: 0
|
Thanks bro , i really needed a perfect source like that.Now i can learn about proxy freely.
Awesome tuts too everything is described with details. Thanks + Like
|
|
|
05/27/2013, 21:43
|
#66
|
elite*gold: 0
Join Date: Jul 2007
Posts: 32
Received Thanks: 2
|
big thx for this.So im going over the guide and im at the first tutorial.
The protection i think changed a bit with the patches.
Firstly the JNZ from the tqanp.dll changed to a JZ,where it jumps then it executes the calls that exit the process.(which have been moved down).
So i did the common sense thing and set it to JNZ,so it wont jump.inside there was the code that lead it to not exit and go next.
It got to the module entry point.Now here lies the problem.When i run it from there,it quickly terminates with no play pop up.I think some sort of additional bypassing or modifying is needed.
Please help me here,i really want to move on and get to the coding xD
Btw u explain things nicely, do you have some sort of teacher skills?
EDIT:So i happy to say i managed to get around it.
I wont bother to explain it in detail how i found it,just that it turns out i shouldnt have set JNZ there, but instead just fill the line with NOPs.what a stupid mistake i did
|
|
|
05/30/2013, 05:44
|
#67
|
elite*gold: 0
Join Date: Jun 2007
Posts: 32
Received Thanks: 5
|
when i m tryin to attach to the conquer.exe (Start New Client button) it shows me the message "please run the play exe... ". is it just me or?
|
|
|
05/30/2013, 07:27
|
#68
|
elite*gold: 0
Join Date: Jul 2007
Posts: 32
Received Thanks: 2
|
when I click the start new client it works just fine.(tip: run it as administrator)
also if u do manage to get it to start,Do Not Login until you make sure u got rid of atleast some bot protections.otherwise you will get the 1 day ban thingie rather fast .
|
|
|
05/30/2013, 12:29
|
#69
|
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 950
|
Quote:
Originally Posted by dusica
when i m tryin to attach to the conquer.exe (Start New Client button) it shows me the message "please run the play exe... ". is it just me or?
|
Blacknull the client.
|
|
|
05/30/2013, 16:15
|
#70
|
elite*gold: 0
Join Date: Jun 2007
Posts: 32
Received Thanks: 5
|
Quote:
Originally Posted by Super Aids
Blacknull the client.
|
what does blacknull mean? never heard of it before
edit: btw i ve had a copy of the game in another folder, just tried to attach there and it works fine
|
|
|
06/02/2013, 02:30
|
#71
|
elite*gold: 0
Join Date: Oct 2012
Posts: 43
Received Thanks: 3
|
how can I fixed this error?
I use Visual 2010
------ Rebuild All started: Project: CB_Manager, Configuration: Debug Win32 ------
stdafx.cpp
c:\servidor de conquer area\ddd\cb_manager\cb_manager\stdafx.h(19): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
|
|
|
06/02/2013, 05:49
|
#72
|
elite*gold: 0
Join Date: Dec 2012
Posts: 1,761
Received Thanks: 950
|
Quote:
Originally Posted by perfect0
how can I fixed this error?
I use Visual 2010
------ Rebuild All started: Project: CB_Manager, Configuration: Debug Win32 ------
stdafx.cpp
c:\servidor de conquer area\ddd\cb_manager\cb_manager\stdafx.h(19): fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
|
Do you even understand C++?
Can you even read?
"Cannot open include file: 'afxwin.h': No such file or directory"
The header file afxwin.h does not exist...
|
|
|
06/02/2013, 20:42
|
#73
|
elite*gold: 0
Join Date: Jul 2007
Posts: 14
Received Thanks: 0
|
that is due to the vc++ type if it is express it don't support mfc
|
|
|
06/17/2013, 18:11
|
#74
|
elite*gold: 0
Join Date: May 2013
Posts: 1
Received Thanks: 0
|
Quote:
Originally Posted by { Angelius }
There is no such thing...
The bot path-finds to the given X/Y and then spams the server with a series of jump packets based on the generated path. When its done it sends a teleport packet to the client to adjust player position to the new X/Y..
It also takes advantage of the quest based teleportation to shorten the path sometimes.
Change JE SHORT 6A7F2574 to NOP NOP
|
hi i've changed JE SHORT 6A7F2574 to NOP NOP but it seemed not work....
|
|
|
06/18/2013, 13:20
|
#75
|
elite*gold: 0
Join Date: Jun 2013
Posts: 29
Received Thanks: 3
|
tutorial 2 { Angelius }
Can you explain explained
I did not understand what I write on cb helper .ccp
is possible give me what type
Can you explain pictures
|
|
|
 |
|
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 14:13.
|
|