Thursday, 28 March 2013

MYKOHack 4.40

Download Disini.


MYKOHack versi 4.40 hanya untuk 1299 sahaja. Enjoy :)

Monday, 11 March 2013

HP and MANA bar

Download disini.

Kegunaan patch ini adalah untuk membenarkan actool untuk membaca HP dan Mana bar Knight Online. 

Warrior Macro Script

Download Actool

SetActiveWindow Knight OnLine Client
ObjVar 10
CommandDelay 300
KeyRate 90
Constants
  //Key 1 attack skill
  //key 2 blue pot
  //Key 3 EXP 50% scroll
  //Key 4 hp pot
  //==============================//
End

Procedure attack
  Keys 1z
  Keys 11z1
  Keydown 1z1 100 | 100
End

Procedure sit
    Keydown c 100 | 100
end

while 1 = 1
  ProcessMessages
  Call attack
  call sit
End

Procedure cekhp every 2 sec
  IsBlack 156, 41
    keys 4
  End
End

Procedure cekmana every 5 sec
  IsBlack 40, 59
    keys 2
  End
End

Procedure scrollexp every 3 min
    keys 7
End