Thread: Rapid Fire

Page 5 of 7 FirstFirst ... 34567 LastLast
Results 61 to 75 of 100
  1. #61
    squash85's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    NSW, AUSTRALIA
    Posts
    26
    Reputation
    10
    Thanks
    1
    My Mood
    Buzzed
    hi, I really like the idea of this but im a bit of a noob i figured you need "auto hotkey" programme and googled it and downloaded it , im sure i'll get it sorted in a bit but just thought it might be a good idea to include a readme guide in the rapid fire tool/script down load...just a thought, thanks for the awesome download though

    edit: ok i got it now but i still stand by my comment as a readme would be usefull to dumbshits like me
    Last edited by squash85; 10-11-2010 at 05:47 AM. Reason: got it now

  2. #62
    newbye's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by hooch View Post
    improved version:

    You can toggle autofire with Scroll Lock:
    Code:
    ~LButton:: 
    GetKeyState, state, Scrolllock, T 
    if state = D 
    { 
    Goto, FireIt 
    } 
    return 
    
    FireIt:
    Loop
    {
    SetMouseDelay 20
    Click
    If (GetKeyState("LButton","P")=0)
    Break
    }
    Return
    how to use it ?

  3. #63
    Deadsss's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    If you're suspend button didn't work in Normal MW2 like mine, heres what fixed mine. Can only start the AHK with MW2 Open.


    Process, wait, iw4mp.exe, 0.1
    NewPID = %ErrorLevel% ; Save the value immediately since ErrorLevel is often changed.
    if NewPID = 0
    {
    Process, wait, iw4mp.dat, 0.1
    NewPID = %ErrorLevel% ; Save the value immediately since ErrorLevel is often changed.
    if NewPID = 0
    {
    MsgBox Could not find Modern Warfare 2!
    ExitApp
    }
    WinActivate, ahk_pid %NewPID%
    WinGetPos,,,ModW, ModH, ahk_pid %NewPID%
    NewX := (A_ScreenWidth / 2) - (ModW / 2)
    NewY := (A_ScreenHeight / 2 - 11) - (ModH / 2)
    WinMove, ahk_pid %NewPID%,, %NewX%, %NewY%
    WinGetPos,,,ModW, ModH, ahk_pid %NewPID%
    }

    #SingleInstance force

    Ins::Suspend
    $LButton::
    Loop
    {
    SetMouseDelay 30
    Click
    If (GetKeyState("LButton","P")=0)
    Break
    }

  4. #64
    OwnageMoreDE's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Australia
    Posts
    102
    Reputation
    10
    Thanks
    3
    Only makes my mouse has extreme sensitivity, Not trolling just asking for a solution.

  5. #65
    sOl.1d's Avatar
    Join Date
    Mar 2010
    Gender
    female
    Posts
    46
    Reputation
    10
    Thanks
    199
    My Mood
    Angelic
    Godd Job, but tool by Archangel more functional.

  6. #66
    dukkypoo's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    118
    Reputation
    9
    Thanks
    19
    My Mood
    Yeehaw
    so you need the autohotkey program to run it at first?

  7. #67
    Deadsss's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Noticed a glitch with the ahk. When you hold Shift it will not rapid fire. kinda weird.

  8. #68
    marcusalier's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Never had a VAC ban.
    Posts
    301
    Reputation
    8
    Thanks
    24
    My Mood
    Angry
    this was fake right?

  9. #69
    Maniac101's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    USA
    Posts
    299
    Reputation
    11
    Thanks
    217
    My Mood
    Twisted
    no lol it works
    Add Me on MSN Maniac101@live.com
    [IMG]https://i820.photobucke*****m/albums/zz121/lilmatt1101/maniac101r.png[/IMG]

    [img]https://www.danasof*****m/sig/Maniac288377.jpg[/img]

  10. #70
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Not VAC bannable, simple AHK script.

    /reopened
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  11. #71
    CaptainMalaysia's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    malaysia
    Posts
    236
    Reputation
    8
    Thanks
    16
    My Mood
    Yeehaw
    not works.. help mee

  12. #72
    0db0db0's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Twisted
    i need a help :/ how can i use this? no reply ?!?

  13. #73
    misshoneybee's Avatar
    Join Date
    Aug 2010
    Gender
    female
    Posts
    89
    Reputation
    10
    Thanks
    13
    My Mood
    Amazed
    possible to paus the script by an hotkey anybody got a code snippet for?


  14. #74
    stylos114's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    可憐的母狗世界
    Posts
    375
    Reputation
    45
    Thanks
    54
    My Mood
    Paranoid
    That confused me a bit lol

  15. #75
    IGotBanned.'s Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    imageshack.us/photo/my-images/190/uban.png
    Posts
    1,290
    Reputation
    -49
    Thanks
    122
    My Mood
    Aggressive
    nicee! thanks bro!

Page 5 of 7 FirstFirst ... 34567 LastLast

Similar Threads

  1. Rapid fire
    By najo22 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 09-01-2007, 04:26 AM
  2. Rapid fire
    By najo22 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 09-01-2007, 03:29 AM
  3. buying O.P.K,invisible,anti-kick,and rapid fire adresses xD
    By tarty67 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 07-21-2007, 01:44 AM
  4. rapid fire minigun and rapid fire mp5k
    By lolhackerlol in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-30-2007, 01:23 PM
  5. Hack with rapid fire mp7k and wall hack
    By traggone in forum WarRock - International Hacks
    Replies: 4
    Last Post: 02-21-2007, 07:39 PM