Adblock breaks this site

Need This -Very Easy/Short/Basic

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

  1. rsbuysell

    rsbuysell Guest

    Referrals:
    0
    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*
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    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 >


 
 
Adblock breaks this site