A wwsa megtekinthető itt
Gyors Kara
2008.10.09. 22:37 | Balaage | 3 komment
A bejegyzés trackback címe:
https://veszetthuzat.blog.hu/api/trackback/id/tr17706003
Kommentek:
A hozzászólások a vonatkozó jogszabályok értelmében felhasználói tartalomnak minősülnek, értük a szolgáltatás technikai üzemeltetője semmilyen felelősséget nem vállal, azokat nem ellenőrzi. Kifogás esetén forduljon a blog szerkesztőjéhez. Részletek a Felhasználási feltételekben és az adatvédelmi tájékoztatóban.
Gabcsa 2008.10.09. 23:11:22
ez volt az eddigi legjobb karánk.Gz mindenkinek.Külön gratula Rencsinek,nagyon ügyesen tankolt......A chestből meg majd 2010 körül csak kiesik a tankolós kard...:))
Bandikaa 2008.10.10. 09:18:09
Jó kara volt de egy dolgot nem értek Aran mindig lemegy elsőre kicsit abszurd volt hogy pont ő rajta wipeoltunk :) hát igen az internet csodái na mindegy t4es fejes ninja by me :). Gabcs sztem addigra majd BOJ-ért lehet venni a king defendert! :D irjá blizzárdnak hogy mindenkinek az van csak neked nincs és beperled őket és egyböl adnak egyet... jó volt hát igen WWSA nem hazudik :D
vacso 2008.10.11. 18:31:11
#include
AutoItSetOption ("SendKeyDelay", 5)
HotKeySet("q", "qkey")
HotKeySet("e", "ekey")
HotKeySet("0", "nullakey")
HotKeySet("1", "egykey")
HotKeySet("2", "kettokey")
HotKeySet("3", "haromkey")
HotKeySet("4", "negykey")
;~ HotKeySet("5", "5key")
;~ HotKeySet("6", "6key")
;~ HotKeySet("7", "7key")
;~ HotKeySet("8", "8key")
;~ HotKeySet("9", "9key")
HotKeySet("{ESC}", "Term")
While 1
WEnd
func qkey()
ControlSend ( "wow0", "", "" , "q" )
ControlSend ( "wow1", "", "" , "q" )
ControlSend ( "wow2", "", "" , "q" )
ControlSend ( "wow3", "", "" , "q" )
ControlSend ( "wow4", "", "" , "q" )
EndFunc
func ekey()
ControlSend ( "wow0", "", "" , "e" )
ControlSend ( "wow1", "", "" , "e" )
ControlSend ( "wow2", "", "" , "e" )
ControlSend ( "wow3", "", "" , "e" )
ControlSend ( "wow4", "", "" , "e" )
EndFunc
func nullakey()
ControlSend ( "wow0", "", "" , "0" )
ControlSend ( "wow1", "", "" , "0" )
ControlSend ( "wow2", "", "" , "0" )
ControlSend ( "wow3", "", "" , "0" )
ControlSend ( "wow4", "", "" , "0" )
EndFunc
func egykey()
ControlSend ( "wow0", "", "" , "1" )
ControlSend ( "wow1", "", "" , "1" )
ControlSend ( "wow2", "", "" , "1" )
ControlSend ( "wow3", "", "" , "1" )
ControlSend ( "wow4", "", "" , "1" )
EndFunc
func kettokey()
ControlSend ( "wow0", "", "" , "2" )
ControlSend ( "wow1", "", "" , "2" )
ControlSend ( "wow2", "", "" , "2" )
ControlSend ( "wow3", "", "" , "2" )
ControlSend ( "wow4", "", "" , "2" )
EndFunc
func haromkey()
ControlSend ( "wow0", "", "" , "3" )
ControlSend ( "wow1", "", "" , "3" )
ControlSend ( "wow2", "", "" , "3" )
ControlSend ( "wow3", "", "" , "3" )
ControlSend ( "wow4", "", "" , "3" )
EndFunc
func negykey()
ControlSend ( "wow0", "", "" , "4" )
ControlSend ( "wow1", "", "" , "4" )
ControlSend ( "wow2", "", "" , "4" )
ControlSend ( "wow3", "", "" , "4" )
ControlSend ( "wow4", "", "" , "4" )
EndFunc
Func Term()
Exit ; escape gombra kilép
EndFunc
AutoItSetOption ("SendKeyDelay", 5)
HotKeySet("q", "qkey")
HotKeySet("e", "ekey")
HotKeySet("0", "nullakey")
HotKeySet("1", "egykey")
HotKeySet("2", "kettokey")
HotKeySet("3", "haromkey")
HotKeySet("4", "negykey")
;~ HotKeySet("5", "5key")
;~ HotKeySet("6", "6key")
;~ HotKeySet("7", "7key")
;~ HotKeySet("8", "8key")
;~ HotKeySet("9", "9key")
HotKeySet("{ESC}", "Term")
While 1
WEnd
func qkey()
ControlSend ( "wow0", "", "" , "q" )
ControlSend ( "wow1", "", "" , "q" )
ControlSend ( "wow2", "", "" , "q" )
ControlSend ( "wow3", "", "" , "q" )
ControlSend ( "wow4", "", "" , "q" )
EndFunc
func ekey()
ControlSend ( "wow0", "", "" , "e" )
ControlSend ( "wow1", "", "" , "e" )
ControlSend ( "wow2", "", "" , "e" )
ControlSend ( "wow3", "", "" , "e" )
ControlSend ( "wow4", "", "" , "e" )
EndFunc
func nullakey()
ControlSend ( "wow0", "", "" , "0" )
ControlSend ( "wow1", "", "" , "0" )
ControlSend ( "wow2", "", "" , "0" )
ControlSend ( "wow3", "", "" , "0" )
ControlSend ( "wow4", "", "" , "0" )
EndFunc
func egykey()
ControlSend ( "wow0", "", "" , "1" )
ControlSend ( "wow1", "", "" , "1" )
ControlSend ( "wow2", "", "" , "1" )
ControlSend ( "wow3", "", "" , "1" )
ControlSend ( "wow4", "", "" , "1" )
EndFunc
func kettokey()
ControlSend ( "wow0", "", "" , "2" )
ControlSend ( "wow1", "", "" , "2" )
ControlSend ( "wow2", "", "" , "2" )
ControlSend ( "wow3", "", "" , "2" )
ControlSend ( "wow4", "", "" , "2" )
EndFunc
func haromkey()
ControlSend ( "wow0", "", "" , "3" )
ControlSend ( "wow1", "", "" , "3" )
ControlSend ( "wow2", "", "" , "3" )
ControlSend ( "wow3", "", "" , "3" )
ControlSend ( "wow4", "", "" , "3" )
EndFunc
func negykey()
ControlSend ( "wow0", "", "" , "4" )
ControlSend ( "wow1", "", "" , "4" )
ControlSend ( "wow2", "", "" , "4" )
ControlSend ( "wow3", "", "" , "4" )
ControlSend ( "wow4", "", "" , "4" )
EndFunc
Func Term()
Exit ; escape gombra kilép
EndFunc