Autor |
passer89
Władca Premki
Dołączył: 21 Gru 2006
Posty: 123
Przeczytał: 0 tematów
Pomógł: 25 razy Ostrzeżeń: 0/3
Sob 1:50, 03 Sty 2009
|
|
Wiadomość |
|
Tutaj macie proste makro do psa:P poty hp na 7 a atack pozaznaczajcie prawym i git:P
tylko rozdzielczosc 1280 x 768 (chujowa ale jest:PP)
SetActiveWindow Knight OnLine Client
KeyRate 90
// Pet Potion is in box 7
// Pet Attack is in box 2
//-=-=-=-=-=-=-=-=-=-=-=-= Attack =-=-=-=-=-=-=-=-=-=-=-=-\\
Procedure Attack
// z is for targeting
Keys z
MousePos 525, 675
LeftMouseDown
Delay 500
LeftMouseUp
Delay 250
Keys z
MousePos 765, 710
Delay 7500
Keys z
End
//-=-=-=-=-=-=-=-=-=-=-=-= Heal =-=-=-=-=-=-=-=-=-=-=-=-\\
Procedure Heal
//IsBlack 310, 32 //40% Health Pet
IsBlack 340, 32 //60% Health Pet
MousePos 670, 675
LeftMouseDown
Delay 500
LeftMouseUp
Delay 250
MousePos 765, 710
End
End
//-=-=-=-=-=-=-=-=-=-=-=-= Sit =-=-=-=-=-=-=-=-=-=-=-=-\\
Procedure Sit
IsBlack 1244, 748
//-------------------------------------------------------------------//
//MousePos 1235, 750
//LeftMouseDown
//Delay 750
//LeftMouseUp
//Delay 500
//MousePos 765, 710
//-------------------------------------------------------------------//
//------------Use Mouse Pos Above Or Key Below - Not Both------------//
//-------------------------------------------------------------------//
Keys c
//-------------------------------------------------------------------//
End
End
//-=-=-=-=-=-= End =-=-=-=-=-=-//
while 1 = 1
ProcessMessages
Call Attack
Call Heal
Call Sit
Delay 10
End
Post został pochwalony 0 razy
Ostatnio zmieniony przez passer89 dnia Wto 23:06, 06 Sty 2009, w całości zmieniany 2 razy
|
|
|
|