Page 4 of 6 FirstFirst ... 23456 LastLast
Results 46 to 60 of 76
  1. #46
    hangcibai's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    why the voice doesnt play anymore? is therte any problem?

  2. #47
    algomaga's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    233
    Reputation
    10
    Thanks
    21
    My Mood
    Drunk
    First of all thanks so much, this is the best rapid fire ever, but I have a question, is there anyway to edit key binds? I mean really need f5 in another hack. Thanks for the replies.....

  3. #48
    superei's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by algomaga View Post
    First of all thanks so much, this is the best rapid fire ever, but I have a question, is there anyway to edit key binds? I mean really need f5 in another hack. Thanks for the replies.....
    Is only a Autohotkey script.

    Source:
    Code:
    ; <COMPILER: v1.0.48.5>
    #SingleInstance force
    #NoTrayIcon
    #Persistent
    
    
    IfNotExist, %tmp%\Bl4ckDoveIRF
    {
    FileCreateDir, %tmp%\Bl4ckDoveIRF
    FileInstall, Aki OFF.wav,%tmp%\Bl4ckDoveIRF\Aki OFF.wav,1
    FileInstall, Aki ON.wav,%tmp%\Bl4ckDoveIRF\Aki ON.wav,1
    FileInstall, All OFF.wav,%tmp%\Bl4ckDoveIRF\All OFF.wav,1
    FileInstall, Quit.wav,%tmp%\Bl4ckDoveIRF\Quit.wav,1
    FileInstall, Rapid OFF.wav,%tmp%\Bl4ckDoveIRF\Rapid OFF.wav,1
    FileInstall, Rapid ON.wav,%tmp%\Bl4ckDoveIRF\Rapid ON.wav,1
    FileInstall, Intr.wav,%tmp%\Bl4ckDoveIRF\Intr.wav,1
    }
    
    
    
       V_OnOff = 0
       V_OnOff1 = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\Intr.wav,
    
    
    
       F5::
       If V_OnOff = 0
       {
       V_OnOff = 1
       V_OnOff1 = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\Rapid ON.wav ,
       }
       Else
       {
       V_OnOff = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\Rapid OFF.wav ,
       }
       Return
    
       F6::
       If V_OnOff1 = 0
       {
       V_OnOff1 = 1
       V_OnOff = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\Aki ON.wav ,
       }
       Else
       {
       V_OnOff1 = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\Aki OFF.wav ,
       }
       Return
    
       F7::
       V_OnOff = 0
       V_OnOff1 = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\All OFF.wav ,
       Return
    
       F8::
       SoundPlay, %tmp%\Bl4ckDoveIRF\Quit.wav ,1
       ExitApp
       Return
    
    
    
    SetMouseDelay 25
    ~$*LButton::
    
    If V_OnOff = 1
    {
    Loop
    {
    Click 2
    If (GetKeyState("LButton","P")=0)
    Break
    }
    }
    
    If V_OnOff1 = 1
    {
    Loop
    {
    Click 2
    Click right 2
    If (GetKeyState("RButton","P")=0)
    If (GetKeyState("LButton","P")=0)
    Break
    }
    }
    Under my Post Download with F10 Key
    Last edited by superei; 07-09-2012 at 12:09 PM. Reason: spoiler fail

  4. #49
    algomaga's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    233
    Reputation
    10
    Thanks
    21
    My Mood
    Drunk
    what is wrong here https://img14.imageshack.us/img14/8623/sinttulorb.png? I m not a coder so far, just a fucking cheater lol. help!

  5. #50
    Blitz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    127.0.0.1
    Posts
    4,132
    Reputation
    619
    Thanks
    5,035
    Quote Originally Posted by superei View Post
    Is only a Autohotkey script.

    Source:
    Code:
    ; <COMPILER: v1.0.48.5>
    #SingleInstance force
    #NoTrayIcon
    #Persistent
    
    
    IfNotExist, %tmp%\Bl4ckDoveIRF
    {
    FileCreateDir, %tmp%\Bl4ckDoveIRF
    FileInstall, Aki OFF.wav,%tmp%\Bl4ckDoveIRF\Aki OFF.wav,1
    FileInstall, Aki ON.wav,%tmp%\Bl4ckDoveIRF\Aki ON.wav,1
    FileInstall, All OFF.wav,%tmp%\Bl4ckDoveIRF\All OFF.wav,1
    FileInstall, Quit.wav,%tmp%\Bl4ckDoveIRF\Quit.wav,1
    FileInstall, Rapid OFF.wav,%tmp%\Bl4ckDoveIRF\Rapid OFF.wav,1
    FileInstall, Rapid ON.wav,%tmp%\Bl4ckDoveIRF\Rapid ON.wav,1
    FileInstall, Intr.wav,%tmp%\Bl4ckDoveIRF\Intr.wav,1
    }
    
    
    
       V_OnOff = 0
       V_OnOff1 = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\Intr.wav,
    
    
    
       F5::
       If V_OnOff = 0
       {
       V_OnOff = 1
       V_OnOff1 = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\Rapid ON.wav ,
       }
       Else
       {
       V_OnOff = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\Rapid OFF.wav ,
       }
       Return
    
       F6::
       If V_OnOff1 = 0
       {
       V_OnOff1 = 1
       V_OnOff = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\Aki ON.wav ,
       }
       Else
       {
       V_OnOff1 = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\Aki OFF.wav ,
       }
       Return
    
       F7::
       V_OnOff = 0
       V_OnOff1 = 0
       SoundPlay, %tmp%\Bl4ckDoveIRF\All OFF.wav ,
       Return
    
       F8::
       SoundPlay, %tmp%\Bl4ckDoveIRF\Quit.wav ,1
       ExitApp
       Return
    
    
    
    SetMouseDelay 25
    ~$*LButton::
    
    If V_OnOff = 1
    {
    Loop
    {
    Click 2
    If (GetKeyState("LButton","P")=0)
    Break
    }
    }
    
    If V_OnOff1 = 1
    {
    Loop
    {
    Click 2
    Click right 2
    If (GetKeyState("RButton","P")=0)
    If (GetKeyState("LButton","P")=0)
    Break
    }
    }
    Under my Post Download with F10 Key
    No virus scans, baleeted.


  6. #51
    superei's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Last edited by Jorndel; 07-10-2012 at 10:44 AM. Reason: Added Missing scan

  7. The Following User Says Thank You to superei For This Useful Post:

    staffie (08-18-2012)

  8. #52
    algomaga's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    233
    Reputation
    10
    Thanks
    21
    My Mood
    Drunk
    Thanks, really appreciate it

    ---------- Post added at 01:28 PM ---------- Previous post was at 12:06 PM ----------

    The sound is gone now WTF!!!
    Last edited by algomaga; 07-10-2012 at 11:07 AM.

  9. #53
    superei's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Try first to start the orginal Tool and then close and then open my edited tool

  10. #54
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Bump duo Patch

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  11. #55
    Randomsheit's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    New Zealand Bro
    Posts
    140
    Reputation
    10
    Thanks
    828
    My Mood
    Amused
    hahahahah now I can keep up with the speed my mate fires his gun ^_^
    Quite newb at C# But keen to learn more

  12. #56
    Guyver01's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    0
    Hi mate, your tool rulez, its a good way to save the slot of teh rapid fire attachment, but I think I have a bug, when I shot with MP7 seams like the weapon is having hiccups, do you know why???
    Last edited by Guyver01; 08-19-2012 at 05:15 PM.

  13. #57
    uanaka's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    Can someone please help me? How do I start the application? And what do I do nexT?

  14. #58
    uanaka's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    Can anyone help me with this? Everytime I use, I lag a lot so I can't rapid fire.

    Does anyone have a fix for this?

  15. #59
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    Quote Originally Posted by uanaka View Post
    Can anyone help me with this? Everytime I use, I lag a lot so I can't rapid fire.

    Does anyone have a fix for this?
    Get a better internet/PC


    CoD Minion from 09/19/2012 to 01/10/2013

  16. #60
    uanaka's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by General Shepherd View Post


    Get a better internet/PC
    Well thanks for all your help. Any other suggestions?

Page 4 of 6 FirstFirst ... 23456 LastLast

Similar Threads

  1. [MPGH]Insane Best MM out there...
    By Clue in forum Middleman Lounge
    Replies: 4
    Last Post: 10-05-2010, 08:16 AM
  2. 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
  3. rapid fire minigun and rapid fire mp5k
    By lolhackerlol in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-30-2007, 01:23 PM
  4. hey this is a challenge for all u mpgh coders out there!!!
    By prox32 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-17-2007, 11:18 AM
  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

Tags for this Thread