Ir para conteúdo
Faça parte da equipe! (2024) ×
Conheça nossa Beta Zone! Novas áreas a caminho! ×
  • Quem está por aqui   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.

Holybeast bot-autoit


mlaxng
 Compartilhar

Posts Recomendados

Aqui está o script...Por algum motivo ele nao está funcionando...

Podem arrumar ele pra mim?

 

;Made by Snow9

;thx to elitepvpers.com for learning me the basics of auto it

;

;move the enemys lifebar to the upper right corner

;of the screen and make sure its on top of your map

;your life bar should be in the upper left corner

 

Global $Paused

HotKeySet("{end}", "Pause")

HotKeySet("{home}", "Start")

 

While 1

Sleep(100)

WEnd

 

Func Pause()

$Paused = NOT $Paused

While $Paused

sleep(100)

WEnd

EndFunc

 

; keys (f1 f2 etc dont work for HBO)

; & 1

; é 2

; " 3

; ' 4

; ( 5

; § 6

; è 7

; ! 8

; ç 9

; à 0

 

Func Start()

while 1

Sleep(100)

Send("{tab}") ;i send tab here, and it does work, mob is selected

Else

 

while $mob = NOT "72812c" ;last pixel of mobs lifebar, if this is not red(72812c is the hex code) then the mob is dead, but pixelsearch doesnt work in hbo

Send("{ç}")

$mm = PixelGetColor ( 1138,12 )

$mob = Hex($mm, 6)

wend

Send("{à}")

Sleep(500)

Send("{à}")

Sleep(300)

Send("{à}")

EndIf

endif

 

Wend

 

endfunc

Link para o comentário
Compartilhar em outros sites

Este tópico está impedido de receber novos posts.
 Compartilhar

×
×
  • Criar Novo...

Informação Importante

Nós fazemos uso de cookies no seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies , caso contrário, vamos supor que você está bem para continuar.