[5270] - cofr33dom

07/05/2010 14:21 skorupa123456#421
Could someone fix a bug that has many players that can not activate the bot? Or give a solution to this problem.
07/05/2010 14:44 Owen9889#422
does anyone know if this will work for the new patch 5276?
07/05/2010 15:10 kAbutix#423
Quote:
Originally Posted by thekiller99 View Post
Yeah same as window Vista
I run as admin
still doesn't work bro
Can you show me how to use it
I couldn't use it coz Warlax didn't put it on another website.
And i've been waiting for like a few months now
I forgot how to use it now lolz
i have jst dl the app and i prove you wrong dude.. im sorry for that, but im using here win7 ulti..
works fine for me w/out DC, f u only use or follow the instructions carefully and know how to analyze the code u wer executing.
07/05/2010 15:22 gunite69#424
Urgh this dc is annoying it makes it impossible to bot more than 30 mins
07/05/2010 15:30 DeathByMoogles#425
Quote:
Originally Posted by gunite69 View Post
Urgh this dc is annoying it makes it impossible to bot more than 30 mins
what do you expect? a free, flawless bot that never DC'es?

shit no, this thing fucking flies around the screen at the speed of dicks and gets me like 5k kills in 30 mins. Im satisfied as is, although i would like to see FS at superspeed (so i can make a ninja, please please fix this clinton because ninja > warrior at pk and Im too lazy to actually level), a player offset from monster so that skills work, but most of all reconnect on DC.

also, can we please remove some things from the CF suggestions page:

Look/Search for monsters around to hit. (It does this already, do you mean like in a variable form? -DeathByMoogles) - when arent any monsters on screen, the char just stands there for some time.

Code:
if found monster birdman
    attack monster birdman
else
    jump to posx + random 0,6 - 3, posy + random 0,6 - 3
end
skill leveler ( while true attack self with skill ToxicFog do sit sleep 5000 -DeathByMoogles)

Code:
while/when true
attack self with skill ToxicFog
do sit #broke ATM, recovers no stamina
sleep 5000
Look/Search for Items around to loot.

Code:
Do I even need to bother with this one...
loot item XXXXX
Loot Refined - Loot Unique - Loot Elite - Loot Super - Drop Normal
Code:
When items are on the ground
they dont show up as
'UniqueSword'
or
'EliteNinjaArmor'
because theres no way to determine
I dont think this is possible
Follow Player PlayerName

Code:
get other person to make team
join team
click 'follow'
07/05/2010 15:32 kAbutix#426
Quote:
Originally Posted by gunite69 View Post
Urgh this dc is annoying it makes it impossible to bot more than 30 mins
but i aint xperience any dc here from d tym i dl the app. been using it for already 30min+ now, and i aint got dc. here use this code:


Quote:
when true
attack self with skill cyclone
sleep 800
if hp < 1000
use item ginseng
end
end
while true
attack monster slowApe
loot item dragonball
loot item meteor
loot item WorldCupToken
loot item EbonyCPBox
loot item MahoganyCPBox
loot item DiligenceBook
loot item cloudCPBox
loot item rosewoodCPBox
loot item gold
jump to posx + random 0,6 - 3, posy + random 0,6 - 3
if amount of item panacea < 5
# loot item panacea
end
if amount of item EbonyCPBox > 0
use item EbonyCPBox
end
if amount of item MahoganyCPBox > 0
use item MahoganyCPBox
end
if amount of item CloudCpBox > 0
use item CloudCpBox
end
if amount of item RosewoodCpBox > 0
use item rosewoodCpBox
end
end
07/05/2010 15:36 kAbutix#427
hey deathbymoogles, can i ask about the speed youve been using there?
im jst using a decoy tro(for protection first) char here, or does it mean that this bot fits most for war char?
07/05/2010 15:40 DeathByMoogles#428
wars fly around the screen at super speed doing x10 damage. i cant see why you would use anything besides a war.

i tested on ninja and fatalstrike is slow, and i think cyclone is.

use a war with sword and shield until clint fixes the player offset so that weapon skills work.
07/05/2010 15:45 vecko12#429
Its simple... If u want to use fatal strike more faster just change from sleep 1000 to sleep 100 and its done =)

P.S. Press Thanks If I Helpped u =)
07/05/2010 15:46 kAbutix#430
wth!.. so it means that this bot really sux using war char?
hahaha imma try to use it now w/ a war.. i have noticed it while using w/ my decoy tro, slow but enuf than have nothing to use. ^^ hehe, BIG THNX CLINT!
07/05/2010 15:51 DeathByMoogles#431
ok i finished listing all the stupid questions up there a few posts.

i wrote this, and anonymous person fixed a few things (clinton?), who wants to test it out?
it auto detects the map you are on and changes it settings accordingly to attack the monsters in that map.
Code:
when true
    if on map TwinCity
        go to <<TCHunter>>
    elseif on map LoveCanyon
        go to <<ACHunter>>
    elseif on map PhoenixCastle
        go to <<PCHunter>>
    elseif on map BirdIsland
        go to <<BIHunter>>
    elseif on map DesertCity
        go to <<DCHunter>>

    end
end

<<TCHunter>>
when hp < 30
    use item Stancher
end
when true
    attack self with skill Superman
    sleep 1000
end
while true
    attack monster Pheasant
    attack monster Turtledove
    attack monster Apparition
    attack monster HeavyGhost
    attack monster Poltergeist
    attack monster Robin
    loot item gold
    loot item meteor
    loot item dragonball
    loot item DiligenceBook
end

<<ACHunter>>
when hp < 300
    use item panacea
end
when true
    attack self with skill Superman
    sleep 1000
end
while true
    attack monster Macaque
    attack monster SnakeMonster
    attack monster MinMacaque
    attack monster ElfApe
    attack monster SlowApe
    attack monster ThunderApe
    loot item gold
    loot item meteor
    loot item dragonball
    loot item DiligenceBook
    if amount of item panacea < 5
         loot item panacea
    end
    if amount of item EbonyCPBox > 0
        use item EbonyCPBox
    end
    if amount of item MahoganyCPBox > 0
        use item MahoganyCPBox
    end
    if amount of item CloudCpBox > 0
        use item CloudCpBox
    end
    if amount of item RosewoodCpBox > 0
        use item rosewoodCpBox
    end
end

<<PCHunter>>
when hp < 200
    use item panacea
end
when true
    attack self with skill Superman
    sleep 1000
end
while true
    attack monster Bandit
    attack monster Ratling
    loot item gold
    loot item meteor
    loot item dragonball
    loot item DiligenceBook
    if amount of item panacea < 5
         loot item panacea
    end
    if amount of item EbonyCPBox > 0
        use item EbonyCPBox
    end
    if amount of item MahoganyCPBox > 0
        use item MahoganyCPBox
    end
    if amount of item CloudCpBox > 0
        use item CloudCpBox
    end
    if amount of item RosewoodCpBox > 0
        use item rosewoodCpBox
    end
end

<<BIHunter>>
when hp < 400
    use item panacea
end
when true
    attack self with skill Superman
    sleep 1000
end
while true
    attack monster Birdman
    attack monster Hawking
    # loot item gold (too much of it here that isnt yours)
    loot item meteor
    loot item dragonball
    loot item DiligenceBook
    if amount of item panacea < 5
         loot item panacea
    end
    if amount of item EbonyCPBox > 0
        use item EbonyCPBox
    end
    if amount of item MahoganyCPBox > 0
        use item MahoganyCPBox
    end
    if amount of item CloudCpBox > 0
        use item CloudCpBox
    end
    if amount of item RosewoodCpBox > 0
        use item rosewoodCpBox
    end
end

<<DCHunter>>
when hp < 200
    use item panacea
end
when true
    attack self with skill Superman
    sleep 1000
end
while true
    attack monster SandMonster
    attack monster HillMonster
    attack monster RockMonster
    attack monster BladeGhost
    loot item gold
    loot item meteor
    loot item dragonball
    loot item DiligenceBook
    if amount of item panacea < 5
         loot item panacea
    end
    if amount of item EbonyCPBox > 0
        use item EbonyCPBox
    end
    if amount of item MahoganyCPBox > 0
        use item MahoganyCPBox
    end
    if amount of item CloudCpBox > 0
        use item CloudCpBox
    end
    if amount of item RosewoodCpBox > 0
        use item rosewoodCpBox
    end
end
07/05/2010 15:54 DeathByMoogles#432
Quote:
Originally Posted by vecko12 View Post
Its simple... If u want to use fatal strike more faster just change from sleep 1000 to sleep 100 and its done =)

P.S. Press Thanks If I Helpped u =)
what sleep?

theres no attack sleep.

its

Code:
when true
attack self with skill FatalStrike
sleep 1000
end
while true
attack monster Pheasant
end
the sleep has nothing to do with the attack, the sleep is for casting fatalstrike. if you change it from 1000 to 100 you would just disconnect anyways. Please, know what you are talking about before you say something. FS speed is capped until clint says otherwise.
07/05/2010 16:01 Owen9889#433
hey does anyone knwo how to make an archer attack from a distance instead of up close with this... heres the code im using know.

Code:
# 5/07/2010 12:57:01 PM universal 
when true
  revive
  sleep 1000
end

while true
  attack monster pheasant
  attack self with skill fly
  loot item gold
  loot item dragonball
  loot item silver
  loot item stancher
  if hp >= 40
    use item stancher
  end
end
07/05/2010 16:05 nieljohn14324#434
is this program working on windows 7?
07/05/2010 16:13 DeathByMoogles#435
Quote:
Originally Posted by Owen9889 View Post
hey does anyone knwo how to make an archer attack from a distance instead of up close with this... heres the code im using know.

Code:
# 5/07/2010 12:57:01 PM universal 
when true
  revive
  sleep 1000
end

while true
  attack monster pheasant
  attack self with skill fly
  loot item gold
  loot item dragonball
  loot item silver
  loot item stancher
  if hp >= 40
    use item stancher
  end
end
i suggest using melee chars with this bot.