Results 1 to 5 of 5

Hybrid View

  1. #1
    dz0's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    16
    My Mood
    Buzzed

    Lightbulb ADS Quickscope instantly

    Is it possible to make a ADS Quickscope (aim down sight) for assault rifles/ sub machine guns ect >>??

    Let me explain (The time normally takes - say 2 seconds from when you press your key - to the time the FULL SIGHT is up)

    Is it possible to make a auto hotkey script (AHK) - which will reduce this time - so when you press your key to ADS or scope, that the sight/fully aimed scope is open almost as soon as you press the key - AND held in that position until you release

    wondering if this is possible: press right mouse button - instant fully scoped and ready to shoot - instead of the 2 sec zoom in time ???

  2. #2
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    no that will require memory hacking
    but there is a perk for that ( sleight of hand pro/quickdraw )
    Last edited by lolbie; 02-25-2012 at 08:01 AM.
    I love it when people keep their agreements /sarcasm ftw

  3. #3
    dz0's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    16
    My Mood
    Buzzed
    So the actual QS Scripts out there - dont actually raise the scope any faster than a normal button press will do , - but are actually just a timed scope in - with the fire button binded in script to fire at a precise time ....?? ... is that right,
    so what effect does the sleep line command have eg below:

    F1::suspend
    return

    $Rbutton::
    {
    GetKeyState, state, Rbutton, T
    if state = D
    {
    send {RButton Down}
    sleep 244
    MouseClick,left
    send {RButton Up}
    }
    else
    {
    send {RButton Down}
    sleep 252
    MouseClick,left
    send {RButton Up}
    }
    }

  4. #4
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    how can a script help zooming in?
    I love it when people keep their agreements /sarcasm ftw

  5. The Following User Says Thank You to lolbie For This Useful Post:

    dz0 (02-25-2012)

  6. #5
    dz0's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    16
    My Mood
    Buzzed
    Im new and dont really understand programming, scripts ect, just seemed that when i tried qs script - that the zoom was a bit faster than normal- but now you said that a script wont do this ( zoom any faster ) - i must be wrong, just thought it would be good if it would work, no probs and thanks for putting me right and the fast response, repp added
    close thread/post if u would,
    cheers

Similar Threads

  1. MPGH Ads
    By HolaBrJAJA in forum Spammers Corner
    Replies: 7
    Last Post: 09-18-2015, 03:22 PM
  2. MPGH ads up!
    By arunforce in forum News & Announcements
    Replies: 2
    Last Post: 02-21-2006, 05:01 PM
  3. How google ads are doing.
    By Dmx in forum News & Announcements
    Replies: 6
    Last Post: 02-21-2006, 05:00 PM
  4. adding a DF series Section
    By zack6924 in forum Hack Requests
    Replies: 3
    Last Post: 02-08-2006, 05:27 PM
  5. Our Google Ads
    By Dave84311 in forum News & Announcements
    Replies: 1
    Last Post: 01-11-2006, 06:27 PM