Could someone fix a bug that has many players that can not activate the bot? Or give a solution to this problem.
i have jst dl the app and i prove you wrong dude.. im sorry for that, but im using here win7 ulti..Quote:
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
what do you expect? a free, flawless bot that never DC'es?Quote:
Urgh this dc is annoying it makes it impossible to bot more than 30 mins
if found monster birdman
attack monster birdman
else
jump to posx + random 0,6 - 3, posy + random 0,6 - 3
end
while/when true attack self with skill ToxicFog do sit #broke ATM, recovers no stamina sleep 5000
Do I even need to bother with this one... loot item XXXXX
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
get other person to make team join team click 'follow'
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:
Urgh this dc is annoying it makes it impossible to bot more than 30 mins
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
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
what sleep?Quote:
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 =)
when true attack self with skill FatalStrike sleep 1000 end while true attack monster Pheasant end
# 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.Quote:
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