Thread: question

Results 1 to 5 of 5
  1. #1
    gunnerman's Avatar
    Join Date
    Jun 2007
    Posts
    7
    Reputation
    10
    Thanks
    0

    question

    ok i know how to do hotkey to activate them and deactivate usin another key but does anyone know how to make it so like itll turn hack on when u hold left mouse click but when u let go it turns hack off

  2. #2
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    command1:
    timer1.enabeld = true
    end sub

    this is for enabled hack...
    command1:
    timer1.enabled = false
    end sub

    this is for disable hack... or work with interval = 0 or something

  3. #3
    shanky1's Avatar
    Join Date
    Aug 2007
    Location
    Holland
    Posts
    59
    Reputation
    10
    Thanks
    2

    It's Like This

    First make A new timer... Make The Interval 100 <- Properties -> Interval = 0 make it 100... then write :
    Code:
    TimerX
    If GetKeyPress(vbKeyLButton) Then
    CommandX_Click           <- That X is For On BUtton
    End If
    If GetKeyPress(vbKeyLButton) Then
    CommandX_Click           <- That X is For Off Button
    End If

  4. #4
    gunnerman's Avatar
    Join Date
    Jun 2007
    Posts
    7
    Reputation
    10
    Thanks
    0
    omfg lol thx so when u for like no spread no recoil itll turn on while holdin left click then once u stop firing itll turn off right?

  5. #5
    xPerfection's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    echo $location
    Posts
    38
    Reputation
    10
    Thanks
    0
    Here, I've made it for you.

    Click "F9" to turn on\off the hack.
    The hack will affect only when the left mouse button is down.

    Red = ON
    Black = OFF

    (Attached)
    Last edited by xPerfection; 09-14-2007 at 03:02 AM.

Similar Threads

  1. WPE Pro Question...
    By OutZida in forum General Game Hacking
    Replies: 4
    Last Post: 08-08-2011, 01:02 AM
  2. Hacking world of warcraft? & a noob question
    By arsholio in forum General Game Hacking
    Replies: 9
    Last Post: 04-08-2006, 01:55 PM
  3. Photoshop Question
    By arunforce in forum Art & Graphic Design
    Replies: 6
    Last Post: 01-15-2006, 11:38 AM
  4. Quick Question..Please Answer
    By ypg_gamer in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-04-2006, 10:32 AM
  5. question
    By wardo1926 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 12-30-2005, 07:36 PM