ok since the settings.txt file cant be downloaded and for some reason it transforms into a " not found " html page.. i included the CoOperative.exe file name in the COoperative.ini..
download from the attachment, run and it will download a modified CoOperative file in the same folder as the program, open COoperative.ini file you will notice that theres an extra line inside..
the line should be something like " wmplayer.exe ", rename the CoOperative.exe to wmplayer.exe then run it..
that would be all i guess.. try it and give me some feedback
Wow,
Sorry for not giving u any back-up yesterday but i was at a party and i went to bed after that
I just downloaded it and i'm pretty impressed Nice job, i hope u will keep the 5 files a day up so TQ will have a frigging hard time knowing who's botting
thanks, came back to CO to take a lot ever since cotobo dead .
tried this bot with 2 noob ninja, 1 was Bjed 1 hour ago ,the other one is still safe, before that nin get bjed, it kept on dc ~.~, maybe there is something to do with it
using m7mdxlife though. Mayb i should trying res hack myself.
Patch didn`t involve any exe so I would assume it`s still safe.
they dont need exe files to change things that might detect the bot :P
Quote:
Originally Posted by demon17
The best way is :
Use SDGs on 2sKatanas ( 4x15% = 60%attack) Add 2 on armor (2x15%= 30%) 90% attack garanted
Now use in the others the SRGs .. I did that while I was had my ninja lvl set I sold all and now I have a Warior Lvl set ... +8 items )=))
doesnt matter where you put the gems, you'll get the extra attack percent no matter what.
at topic: i think the best way to find out is by testing a private server, make a noob and get full socket gears and start testing gems, see which one gives you higher exp..
about my downloader: its online, download it from my sig.. modifying files atm
they dont need exe files to change things that might detect the bot :P
Well I`ve never been botjailed for anything other than when an exe changes lol. Last time on a proxy was because I didn`t update the exe and still had a multiclient and that screwed me up but other than that never been botjailed for anything else.
thanks, came back to CO to take a lot ever since cotobo dead .
tried this bot with 2 noob ninja, 1 was Bjed 1 hour ago ,the other one is still safe, before that nin get bjed, it kept on dc ~.~, maybe there is something to do with it
using m7mdxlife though. Mayb i should trying res hack myself.
use the one in the attachments, i'll be providing different modified files every few hours..
Hm. Can i know why the bot stop attacking when the xpbar cames? ... need to be done about 80 % of xpbar and after that start to attack the moobs again .. Why? ,, I tryed in 2 diferent computers same problem
Everyone bots with ninja chars. Please implement an option when main equip is low (like 0 dura) to shich to alternative gear.
This way the time we hunt before going to buy new equip is langer.
ok i might be wrong but i used a different program to edit the bot, that program gave me an extra resource o.O
theres a new resource called manifest... now using reshacker i can change the icon and version info, after saving the file i modified with reshacker i opened the other program and the manifest resource had info about the original bot...
could it be that TQ is detecting the bot this way?
An Application Manifest is an XML file that describes and identifies the shared and private side-by-side assemblies that an application should bind to at run time. More detailed information can be found on the Microsoft MSDN site.
The following is an example of an application manifest for an application named MySampleApp.exe. The application consumes the Common Controls side-by-side assembly (COMCTL32).
Names of elements and attributes are case-sensitive. The values of elements and attributes are case-insensitive, except for the value of the type attribute.
assembly
A container element. Its first subelement must be a noInherit or assemblyIdentity element. Required.
The assembly element has the following attributes. Attribute
Description
manifestVersion
The manifestVersion attribute must be set to 1.0.
noInherit
Include this element in an application manifest to set the activation contexts generated from the manifest with the "no inherit" flag. When this flag is not set in an activation context, and the activation context is active, it is inherited by new threads in the same process, windows, window procedures, and Asynchronous Procedure Calls. Setting this flag prevents the new object from inheriting the active context.
The noInherit element is optional and typically omitted. Most assemblies do not work correctly using a no-inherit activation context because the assembly must be explicitly designed to manage the propagation of their own activation context. The use of the noInherit element requires that any dependent assemblies referenced by the application manifest have a noInheritable element in their assembly manifest.
If noInherit is used in a manifest, it must be the first subelement of the assembly element. The assemblyIdentity element should come immediately after the noInherit element. If noInherit is not used, assemblyIdentity must be the first subelement of the assembly element. The noInherit element has no child elements. It is not a valid element in assembly manifests.
assemblyIdentity
As the first subelement of an assembly element, assemblyIdentity describes and uniquely identifies the application owning this application manifest. As the first subelement of a dependentAssembly element, assemblyIdentity describes a side-by-side assembly required by the application. Note that every assembly referenced in the application manifest requires an assemblyidentity that exactly matches the assemblyIdentity in the referenced assembly's own assembly manifest.
The element has the following attributes. It has no subelements. Attribute
Description
type
Specifies the application or assembly type. The value must be win32 and all in lower case. Required.
name
Uniquely names the application or assembly. Use the following format for the name: Organization.Division.Name. For example Microsoft.Windows.mysampleApp. Required.
language
Identifies the language of the application or assembly. Optional. If the application or assembly is language-specific, specify the DHTML language code.
In the assemblyIdentity of an application intended for worldwide use (language neutral) omit the language attribute.
In an assemblyIdentity of an assembly intended for worldwide use (language neutral) set the value of language to "*".
processorArchitecture
Specifies the processor. The valid values are x86 for 32-bit Windows and IA-64 for 64-bit Windows. Optional.
version
Specifies the application or assembly version. Use the four-part version format: mmmmm.nnnnn.ooooo.ppppp. Each of the parts separated by periods can be 0-65535 inclusive. Required.
publicKeyToken
A 16-character hexadecimal string representing the last 8 bytes of the SHA-1 hash of the public key under which the application or assembly is signed. The public key used to sign the catalog must be 2048 bits or greater. Required for all shared side-by-side assemblies.
dependency
Contains at least one dependentAssembly. It has no attributes. Optional.
dependentAssembly
The first subelement of dependentAssembly must be an assemblyIdentity element that describes a side-by-side assembly required by the application. Every dependentAssembly must be inside exactly one dependency. It has no attributes.
file
Specifies files that are private to the application. Optional.
The element has the attributes shown in the following table. Attribute
Description
name
Name of the file. For example, Comctl32.dll.
hashalg
Algorithm used to create a hash of the file. This value should be SHA1.
hash
A hash of the file referred to by name. A hexadecimal string of length depending on the hash algorithm.
trustInfo
Indicates to the system that you have a legitimate administrative application.
asInvoker — The application runs with the same token as the parent process.
highestAvailable — The application runs with the highest privileges the current user can obtain.
requireAdministrator — The application runs only for administrators and requires that the application be launched with the full token of an administrator.
uiAccess
false — The application does not need to drive input to the UI of another window on the desktop. Applications that are not providing accessibility should set this flag to false. Applications that are required to drive input to other windows on the desktop (on-screen keyboard, for example) should set this value to true.
true — The application is allowed to bypass UI protection levels to drive input to higher privilege windows on the desktop. This setting should only be used for UI Accessibility applications.
anyway a new modified file is available, i modified it using the other program and changed the manifest resource too.. test it and tell me how it goes..
You must install the 32-bit Windows Imaging Component (WIC) before you run Setup. Please visit the <A HREF="http://go.microsoft.com/fwlink/?LinkId=162643&clcid=0x409">Microsoft Download Center</A> to install WIC, and then rerun Setup.
HEY EVERY ONE! I got this error when i try to download netfarm4 does any one have a clue how to fix this error?
COoperative Aimbot 11/09/2009 - CO2 Exploits, Hacks & Tools - 134 Replies Since Classic CO is coming out soon, I decided to remove this post.
#Request close :)
COoperative aimbot 07/16/2009 - CO2 Exploits, Hacks & Tools - 158 Replies Hello everyone. I decided to release my aimbot to public for personal reasons.
Works for patch 5136 (it doesn't work with patches below 5127)
I will never update this bot again, so enjoy it while you can.
(probably until TQ releases their shitty horses)
The bot itself is really easy to use:
1. Open up the bot
2. Select your character