Results 1 to 2 of 2

Thread: AutoWarKey [DOT-a]

  1. #1
    Senior Member
    Join Date
    Jul 2007
    Location
    เด็กปริมณฑล
    Posts
    128


    ความสามารถ
    -เปิดดู hp ได้ตลอด ไม่ต้องกด alt
    -ปิด ฟังก์ชั่นปุ่ม วินโดส์ ด้านซ้าย ป้องกันการ กด โดยไม่ตั้งใจ
    -กำหนด ช็อตคัต สำหรับช่องเก็บของ ให้ใช้ตามใจชอบ

    วิธีใช้อยู่ข้างในนะครับ



    -------------------------------------------------------------------------------------------------------------------

    **Hidden Content: To see this hidden content your post count must be 5 or greater.**


    -------------------------------------------------------------------------------------------------------------------

    ( Inventory7,8 คือ ช่องด้านบน [ซ้าย กะ ขวา]
    Inventory4,5 คือ ช่องกลาง
    Inventory1,2 คือช่องล่าง)
    <div align="center">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</div>

    <div align="center"><span style="font-family:Comic Sans Ms">[SIZE=2]- yOu nOt aLoNE -[/SIZE]</div>
    <div align="center">.(\__/) (\__/)
    (+&#39;.&#39;+) (O.o )
    (")_(") (> < ) </div>
    <div align="center">[img]http://www.danasoft.com/sig/naiper.jpg[/img]</div>
    <div align="center">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</div>

  2. #2


    เอาอันนี้ดีกว่าผมเขียนเองทำงานคล้ายๆกัน แถมฟังก์ชันเยอะกว่า

    [hide=1]
    http://file.citec.us/download.php?id=E44685B0

    ถ้าไม่ชอบใจปุ่ม source code ไป compile เองได้ด้วย autoit


    [code]#include <GUIConstants.au3>

    HotKeySet("{TAB}" , "Active_Item_01")
    HotKeySet("{SPACE}" , "Active_Item_02")
    HotKeySet("{F2}" , "Active_Item_02")
    HotKeySet("{F3}" , "Active_Item_03")
    HotKeySet("{F4}" , "Active_Item_04")
    HotKeySet("{F5}" , "Active_Item_05")
    HotKeySet("{F6}" , "Active_Item_06")
    HotKeySet("{END}" , "SwapView")
    HotKeySet("{HOME}", "ToggleHPBar")
    HotKeySet("{PAUSE}", "TogglePlay")

    Dim $hpFlag = 0
    Dim $swapFlag = 0
    Dim $pauseFlag = 0

    $mainwindow = GUICreate("DOTA Key Modify", 280, 150)
    GUICtrlCreateLabel("

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •