Hotkeys

Auto AOL

auto 2000 listas Auto-Aol | if [$amuletslot.id == 0] { say !aol | wait 300 }

Attack Target ( Sem Travar Dash )

auto 100 listas Attack Target | isnotattacking attack target

Collect Itens ( Basta Colocar Os IDS )

auto 100 listas Collect Itens | collectitems [empty] 3031 3035 3043 

Ligar e Desligar Target Na PZ

auto 100 listas On/Off Targeting | if [$inpz == 0 && $targetingon == 0] { settargeting on | wait 300 } | if [$inpz == 1 && $targetingon] { settargeting off | wait 300 } 

Reconnect

auto 100 listas Reconnect | if [$hp == 0] { wait 1000 | reconnect | wait 6000 } | ifnot [$connected] { wait 1000 | reconnect | wait 6000 }

Dash Num Lock

auto 80 listas Dash | ifnot [$ctrl || $key.116] {if $key.97 movesw | if $key.98 moves | if $key.99 movese | if $key.100 movew | if $key.102 movee | if $key.103 movenw | if $key.104 moven | if $key.105 movene}

OU Coloque Um Por Um

1 – movesw
2 – moves
3 – movese
4 – movew
6 – movee
7 – movenw
8 – moven
9 – movene

Renovar Utamo

auto 100 listas Utamo Vita | { manashield }


Utani Gran Hur

auto 100 listas Utani Gran Hur | if [$hasted == 0] { stronghaste }


Utani Hur

auto 100 listas Utani Hur | if [$hasted == 0] { haste }


Utani Tempo Hur
auto 100 listas Utani Tempo Hur | if [$hasted == 0] { charge }


Utamo Tempo San

auto 100 listas Utamo Tempo San | if [$hasted == 0] { say Utamo Tempo San }


Sio Friend
auto 100 listas Sio Friend | { sio 90 friend }


Uh Friend
auto 100 listas UH Friend | { uhpc 80 friend }


Dancing / Anti-Idle
auto 100 listas Dancing | { wait 900 | turnn | wait 1000 | turne | wait 1000 | turns | wait 1000 | turnw }


SpyUp
spyup


Spydown
spydown


Exiva Target ( Vai Exivar o Seu Target a Cada 4 Segundos)
auto 100 listas Exiva Target | { exivatarget | wait 4000 }


Exiva Last ( Vai Exivar a Última Pessoa Que Você Exivou a Cada 4 Segundos)
auto 100 listas Exiva Last | { exivalast | wait 4000 }


Renovar Utana Vid
auto 100 listas Utana Vid | if [$invisible == 0] { say Utana Vid }


SDMAX
auto 100 listas SDMAX | { sd target | wait 150 }

Auto Exori Hur
auto 100 listas Auto Exori Hur | if [$target] isattacking { say Exori Hur | wait 100 }


Auto Exori Con
auto 100 listas Auto Exori Con | if [$target] isattacking { say Exori Con | wait 100 }


Energy Ring Por %
auto 100 listas Energy Ring | set $Davi_Script [ID DO SEU RING] | set $Hp_R_Utamo [SUBIR RING] | set $Hp_Tirar_Ring [TIRAR RING] | if [$hppc <= $Hp_R_Utamo] { equipring 3051 } | if [$hppc >= $Hp_Tirar_Ring && $Davi_Script != 0] { equipring $Davi_Script } | if [$hppc >= $Hp_Tirar_Ring && $Davi_Script == 0] { unequip [ring] [empty] }


ID DO SEU RING: ID do seu ring para alternar com o energy ring. Caso você não tenha um ring normal, coloque: [0] e ele alternará mesmo assim.
SUBIR RING: Com quantos % de HP vai subir o Energy Ring
TIRAR RING: Com quantos % de HP vai tirar o Energy Ring


Contar Players Na Tela
foreach [allplayers] $daviscriptp if [$daviscriptp.name != $self.name && $daviscriptp.isfriend == 0] {setrelation [$daviscriptp.name] [enemy]} say Enemys: [$enemycount] Friends: [$friendcount]


On/Off Cavebot e Target
if [($caveboton || $targetingon)] { wait 10 | setcavebot off | settargeting off | stopattack | wait 300 | statusmessage Voce Pausou O Cavebot / Targeting. BY: Davi Script | wait 100 | end } | if [($caveboton == 0 || $targetingon == 0)] { wait 10 | setcavebot on | settargeting on | wait 300 | statusmessage Voce Ativou O Cavebot / Targeting. By: Davi Script | wait 100 | end }