- 21/4/08
- 8,182
- 2,051
Cho mình cái link macro đc ko, âdn mỏi tay vãi
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Cho mình cái link macro đc ko, âdn mỏi tay vãi
HotKeySet("{End}", "MyExit")
Func MyExit()
Exit
EndFunc
HotKeySet("{F4}", "StartScript")
hotkeyset("{F5}", "pausescript")
global $script = false
While 1
While $script = true
MouseDown("left")
send("1")
send("2")
send("3")
WEnd
WEnd
Func pausescript()
If $script = true Then
$script = false
EndIf
EndFunc
Func StartScript() ;functions are normally placed last, make it easier to browse the code
If $script = false Then
$script = true
else
$script = false
EndIf
EndFunc ;==>StartScript
theo luật la nó cấm đấy ,bác cẩn thận .à, dang thắc mắc là 1 infernal machine dùng cho cả team (4 người)được không các bác ,hay mỗi người phải 1 cái . bác nào biết chỉ dùmhiện tại mình đang dùng macro cho Wiz bằng autoit , ai cần thì pm nhé
theo luật la nó cấm đấy ,bác cẩn thận .à, dang thắc mắc là 1 infernal machine dùng cho cả team (4 người)được không các bác ,hay mỗi người phải 1 cái . bác nào biết chỉ dùm
sau đó mới phải đi kiếm key lại từ đầu .
sẽ ra , vừa search 1 cái nhưng mà german nên là ko show ở đây được .cái này tự viết script thôi cũng dễ lắm
vào đây down cái này về nhé http://www.autoitscript.com/site/autoit/
skript của mình đây
PHP:HotKeySet("{End}", "MyExit") Func MyExit() Exit EndFunc HotKeySet("{F4}", "StartScript") hotkeyset("{F5}", "pausescript") global $script = false While 1 While $script = true MouseDown("left") send("1") send("2") send("3") WEnd WEnd Func pausescript() If $script = true Then $script = false EndIf EndFunc Func StartScript() ;functions are normally placed last, make it easier to browse the code If $script = false Then $script = true else $script = false EndIf EndFunc ;==>StartScript

bác xem giúp là để thế nào cho đúng
ý mình là làm một vòng lặp, nếu giữ phím left shift, thì phím left mouse cũng sẽ tự click
While 1
While $script = true
if Lshift = "down"
send MouseDown("left")
endif
WEnd
WEnd
if Lshift = "down" mình đặt sai lệnhbác xem giúp là để thế nào cho đúng

Do cái buff weapon nó lên % màKiểu này chắc cày mp2-3 thôi vừa nhanh vừa nhàn vừa đỡ mất thời gian
Mà chả hiểu sao dsp mình trước update thì co 115k sau update nhảy phát lên 125k dù chả thêm món nào


