Register for your free account! | Forgot your password?

You last visited: Today at 06:28

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

Advertisement



[5270] - cofr33dom

Discussion on [5270] - cofr33dom within the CO2 Bots & Macros forum part of the Conquer Online 2 category.

View Poll Results: If you had the ability to create bots, what kind would you wish to make?
Hunters / Plvlers 834 85.54%
Market Bots 23 2.36%
Quest Bots 71 7.28%
Other 47 4.82%
Voters: 975. You may not vote on this poll

Closed Thread
 
Old 07/02/2010, 23:44   #241
 
elite*gold: 0
Join Date: Apr 2008
Posts: 31
Received Thanks: 1
I'm not really good at this coding but if I wanted to hunt minimacs at ac2 with my archer,this is the code I put in (this is the hunt code that comes with the bot I just changed the monster name and put in attack with skill scatter and took out the bound cp stuff) but it doesn't seem to work. Can you tell me what is wrong?

Code:
# 20/06/2010 5:04:00 PM universal time
when true
    attack self with skill fly
    sleep 1000
    if hp < 1000
        use item panacea
    end
end
while true
    attack monster MinMacaque with skill scatter
    loot item dragonball
    loot item meteor
    loot item gold
    if amount of item panacea < 5
        # loot item panacea
    end
end
hellzCHImaira is offline  
Old 07/02/2010, 23:47   #242
 
elite*gold: 0
Join Date: Sep 2009
Posts: 6
Received Thanks: 0
why it just closes as i launch co?....the client just launches successfully but co freedom closes itself with no error messages !!
Unstoppablee is offline  
Old 07/02/2010, 23:49   #243
 
elite*gold: 0
Join Date: Apr 2008
Posts: 31
Received Thanks: 1
Quote:
Originally Posted by Unstoppablee View Post
why it just closes as i launch co?....the client just launches successfully but co freedom closes itself with no error messages !!
I had the problem too, but I reinstalled CO completely and it's loading up fine. Also make sure the files are extracted into the CO folder
hellzCHImaira is offline  
Old 07/03/2010, 00:34   #244
 
elite*gold: 0
Join Date: Mar 2010
Posts: 8
Received Thanks: 0
Thaaaaaanks for answers --"
fagundesraphael is offline  
Old 07/03/2010, 01:04   #245
 
elite*gold: 0
Join Date: Mar 2009
Posts: 518
Received Thanks: 238
Quote:
Originally Posted by hellzCHImaira View Post
I'm not really good at this coding but if I wanted to hunt minimacs at ac2 with my archer,this is the code I put in (this is the hunt code that comes with the bot I just changed the monster name and put in attack with skill scatter and took out the bound cp stuff) but it doesn't seem to work. Can you tell me what is wrong?

Code:
# 20/06/2010 5:04:00 PM universal time
when true
    attack self with skill fly
    sleep 1000
    if hp < 1000
        use item panacea
    end
end
while true
    attack monster MinMacaque with skill scatter
    loot item dragonball
    loot item meteor
    loot item gold
    if amount of item panacea < 5
        # loot item panacea
    end
end
try capitalizing the s in scatter
"attack monster MinMacaque with skill Scatter"

also, if your client loads but CoFr33dom closes, it means you are using a hacked client/ you dont have the latest patch. just make sure that you have the latest patch, no need to completely reinstall.
DeathByMoogles is offline  
Old 07/03/2010, 01:15   #246
 
elite*gold: 0
Join Date: Oct 2006
Posts: 60
Received Thanks: 3
did he use any kind of process protection so they cant find out that were hacking?
m2killez is offline  
Old 07/03/2010, 01:20   #247
 
elite*gold: 0
Join Date: Mar 2009
Posts: 518
Received Thanks: 238
Quote:
Originally Posted by m2killez View Post
did he use any kind of process protection so they cant find out that were hacking?
do you have any clue about what you just asked?
DeathByMoogles is offline  
Old 07/03/2010, 01:33   #248
 
elite*gold: 0
Join Date: Apr 2008
Posts: 31
Received Thanks: 1
Quote:
Originally Posted by DeathByMoogles View Post
do you have any clue about what you just asked?
I think he means, is there any way for tq's anti-bot thing to detect this?

Quote:
Originally Posted by DeathByMoogles View Post
try capitalizing the s in scatter
"attack monster MinMacaque with skill Scatter"

also, if your client loads but CoFr33dom closes, it means you are using a hacked client/ you dont have the latest patch. just make sure that you have the latest patch, no need to completely reinstall.
I tried but my character scatters once (doesn't even hit anything) and then stands for about 2 seconds then disconnects >__<
hellzCHImaira is offline  
Old 07/03/2010, 01:56   #249
 
elite*gold: 0
Join Date: Oct 2006
Posts: 60
Received Thanks: 3
yes you know they check the processes on your computer know right? thats what im trying to say can they detect this?
m2killez is offline  
Old 07/03/2010, 02:10   #250
 
elite*gold: 0
Join Date: Mar 2009
Posts: 518
Received Thanks: 238
Quote:
Originally Posted by hellzCHImaira View Post
I think he means, is there any way for tq's anti-bot thing to detect this?



I tried but my character scatters once (doesn't even hit anything) and then stands for about 2 seconds then disconnects >__<
Code:
attack monster MonsterName with skill Scatter
sleep 1000
jump to posx + random 0,6 - 3, posy + random 0,6 - 3
DeathByMoogles is offline  
Thanks
1 User
Old 07/03/2010, 02:12   #251
 
elite*gold: 0
Join Date: Oct 2006
Posts: 60
Received Thanks: 3
so its not protected?
m2killez is offline  
Old 07/03/2010, 02:16   #252
 
elite*gold: 0
Join Date: Mar 2009
Posts: 518
Received Thanks: 238
Quote:
Originally Posted by m2killez View Post
so its not protected?
here i'm going to answer this real quickly:

the whole slew of people being put in botjail lately is primarily users who use a hacked Conquer.exe, it has a different signature, and TQ can see whether or not you are using the official Conquer.exe

the people who are being put in jail for actual bots are being recorded by other players and the vids are being sent to moderators. to prevent this from happening to you, use some brains and dont leave your character in BI for 40 hours straight.

It would be stupid for TQ to go through the processes of everyone who is playing conquer, and furthermore, i doubt they have the time and or ability to do this.

TL;DR use your brains and you'll be fine.
DeathByMoogles is offline  
Old 07/03/2010, 02:21   #253
 
elite*gold: 0
Join Date: Oct 2006
Posts: 60
Received Thanks: 3
ok then ty but i been reading that they can check ur processes
m2killez is offline  
Old 07/03/2010, 02:23   #254
 
elite*gold: 0
Join Date: Mar 2009
Posts: 518
Received Thanks: 238
Quote:
Originally Posted by m2killez View Post
ok then ty but i been reading that they can check ur processes
Perhaps they can, but I'm pretty sure that unless that is one of the Terms Of Service, that is illegal.

Also, I think i will write a guide of way to solve common problems with CoFr33dom.
DeathByMoogles is offline  
Old 07/03/2010, 02:30   #255
 
elite*gold: 0
Join Date: Oct 2006
Posts: 60
Received Thanks: 3
ok and ya they did change there tos :0
m2killez is offline  
Closed Thread

Tags
conquer, proxy, script


Similar Threads Similar Threads
REQUEST....CoFr33dom scripts
12/15/2010 - Conquer Online 2 - 13 Replies
hi can someone write me a ninja scritps at frozen grotto 3? the monsters are DarkElf and DarkLady
[QUESTION]CoFr33dom
07/15/2010 - Conquer Online 2 - 2 Replies
I got a question for ya guys ! Is there any way to make Follow in CoFr33dom ?! Any script or command ? Cuz it would be nice for people to make autofollower in it : ) It could help us alot : ) (Btw im working on Full Item Pick/Drop List It will pick all items and drop Junk ; >>



All times are GMT +1. The time now is 06:30.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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