i want to make a script that press Q automatically when i have 100hp , but...
when i have lvl 1 i have x hp and when i have lvl 2 i have x hp +2
can you help me whit a script that press q when i have 100hp ? ( srry for my english )
$coord = PixelSearch( $x1, $lvl, $x1, $lvl, 0x100E0F, 30)
If Not @error Then
Send ("q")
sleep(500)
EndIf
( www.muonline.com )
(( hp = health points ))