Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31

    Angry w00t! Need help with rapidfire again...

    Well... I am amazing... but not amazing enough for me to figure out dis problem...
    (Below)

    Code:
    #include <iostream> 
    #include <windows.h> 
    #include <time.h> 
    using namespace std; 
    int main()
    {
    	while(1)
    	{
    		if(GetAsyncKeyState(VK_LBUTTON))//for left mouse
    		{  
                                                  mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0); //Click Down
                                                  Sleep (1);
                                                  mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);   //Click Up
                                                  keybd_event(VK_RCONTROL,0x11,KEYEVENTF_KEYUP,0); //will virtually release key, but since key is held down it will seem like u pressed it again really fast.
    		}
    		if(GetAsyncKeyState(VK_LBUTTON)=0)
    //This is the problem... Right here it should detect whether the Lmouse button is down or up, and if its up it should not click.
    //However it does not detect "=0" as a valid command (=0 normaly means if its activated or not...)
    //Any ideas or source that I could use for such an occasion?
    		break;
    	}
    return 0;
    }
    So... yeh. Whats the code for that section? I cannot figure it out. Help pl0x.

    P.S I am using Dev C++ if that helps any...
    P.P.S For teh M_T_H, if you know that I am strugling with a basic rapid-fire script, why give me a nigh impossible task to do at my level? BAM!, go.

  2. #2
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    isnt that makes less recoil, another word you trying to make a hack and makes it click very fast
    ask m_t_h he made one b4

  3. #3
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31
    I have he wanted me to make an account generator or something like that first... and yes, It makes a HUGE difference in recoil.

  4. #4
    de.bug's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    30
    Reputation
    12
    Thanks
    9
    My Mood
    Amused
    Code:
    if(GetAsyncKeyState(VK_LBUTTON)=0)
    Your trying to assign the value 0 to a function, i think you mean:
    Code:
    if(GetAsyncKeyState(VK_LBUTTON)==0)

  5. #5
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31
    thanks, brb with results

    Alright I'm back and the .exe keeps on closing down as soon as I double click on it... what am I doing wrong?
    Last edited by DagothUr; 05-04-2011 at 12:32 AM.

  6. #6
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31
    Still tryine to do this...

  7. #7
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    dude i think that "thing" is no need
    when u using para it still jump ALOT ._.

  8. #8
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31
    It doesnt... I HAVE a para and it handles like a m4 with rapid fire. I dont know wtf para your using.

  9. #9
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    Quote Originally Posted by DagothUr View Post
    It doesnt... I HAVE a para and it handles like a m4 with rapid fire. I dont know wtf para your using.
    no way EVERYBODY know para jump like what
    it recoil just like m249

  10. #10
    LiL Mikko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Play Boy Mansion
    Posts
    1,145
    Reputation
    -85
    Thanks
    194
    My Mood
    Asleep
    Yo when will you release this i can be your hack tester or screenshot taker for proof so people will believe(:
    (´¯`•.¸¸.••»" FAP FAP FAP"«••.¸¸.•´¯`)

     




    (´¯`•.¸¸.••»
    "Lil Mikko"«••.¸¸.•´¯`)
     
    [IMG]https://i884.photobucke*****m/albums/ac50/TwistedKilla/lilnikko-1.png[/IMG][IMG]https://lh3.googleuserconten*****m/-gHS2dbLCr3Y/TrnDYqST7QI/AAAAAAAAATs/-JnPgk4z6dw/s288/asdf1.png[/IMG]

  11. #11
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31
    OMG i cant release this because IT DOESNT WORK... thats why it still says "help" in the title...

  12. #12
    Battlefield 3's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    One Man's Trash Is Another Man's Pleasure!
    Posts
    2,911
    Reputation
    -119
    Thanks
    587
    My Mood
    Devilish
    ask this dude @m_t_h
    he can

  13. #13
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31
    Does anyone even read anything anymore?

  14. #14
    lilpac's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Jeddah, Saudi Arabia, Saudi Arabia
    Posts
    56
    Reputation
    10
    Thanks
    5
    My Mood
    Buzzed
    idk seriously i need one as well !!

  15. #15
    DagothUr's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    403
    Reputation
    10
    Thanks
    31
    Neede helpe stille

Page 1 of 2 12 LastLast