Need This -Very Easy/Short/Basic

Discussion in 'Script Requests' started by rsbuysell, Jul 3, 2007.

Need This -Very Easy/Short/Basic
  1. Unread #1 - Jul 3, 2007 at 2:39 PM
  2. rsbuysell
    Referrals:
    0

    rsbuysell Guest

    Need This -Very Easy/Short/Basic

    I need a script that will do the following:
    When I press "Q" it will press "F1"
    When I press "W" it will press "F5"
    *No repeat*
     
  3. Unread #2 - Jul 3, 2007 at 4:48 PM
  4. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Need This -Very Easy/Short/Basic

    Code:
    program New;
    begin
      While not IsKeyDown('q') and not IsKeyDown('w') do
      begin
        Wait(1);
      end;
      if (IsKeyDown('q')) then SendKeysVB('{F1}', True) else SendKeysVB('{F5}', True);
    end.
    Tell me if you want it changed.
     
< PLz looking for really good coww killer | Working Flax Picker That Banks >

Users viewing this thread
1 guest


 
 
Adblock breaks this site