Thread: Rapidfire code?

Results 1 to 10 of 10
  1. #1
    namename41's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    171
    Reputation
    57
    Thanks
    153
    I searched everywhere and i cant find code for rapid fire can anyone help me plz. Not the addies the actual source code

    And i need the address
    Last edited by namename41; 09-08-2011 at 05:03 PM.

  2. #2
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Well you clearly didn't search at all.

    All I did was search Rapid. Second Page. You're welcome, Actually make an attempt to search next time though

    MPGH - Controllable Rapid
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  3. #3
    cacacaca110's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    161
    Reputation
    10
    Thanks
    13
    My Mood
    Happy
    thank you so much commando for this because i will make my first hack

    or i will try..

  4. #4
    namename41's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    171
    Reputation
    57
    Thanks
    153
    @comando2056 what is the addie

  5. #5
    wicho_koz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    193
    Reputation
    12
    Thanks
    52
    My Mood
    Shocked

    addy?

    Quote Originally Posted by namename41 View Post
    @comando2056 what is the addie
    @namename41

    here bro:
    Code:
    #define RapidFire		0x3740B5A5 //
    
    using:
    
    METHOD BY ME!
    if (rapid == 1)
    	 {
    		 if(GetAsyncKeyState(VK_LBUTTON > 0) && rapid == 1){
    		 memcpy(( void* )(RapidFire), "\x90\x90", 2); // RapidFire On
    		 
    		 }else{
    		 memcpy(( void* )(RapidFire), "\x74\x3E", 2); // RapidFire Off
    		 }
    	 }else{
    		 
    		 memcpy(( void* )(RapidFire), "\x74\x3E", 2); // RapidFire Off
    	 }
    |^^^^^^^^^^\||____
    |The[MPGH]Truck |||'""|""\__,_
    | _____ 4ever __ l||__|__|___|)
    |(@)@)"""""""**|(@)(@)**|(@)


  6. The Following 3 Users Say Thank You to wicho_koz For This Useful Post:

    L80mans (10-05-2011),qwerty01 (09-12-2011),teehee15 (09-09-2011)

  7. #6
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Quote Originally Posted by wicho_koz View Post
    @namename41

    here bro:
    Code:
    #define RapidFire		0x3740B5A5 //
    
    using:
    
    METHOD BY ME!
    if (rapid == 1)
    	 {
    		 if(GetAsyncKeyState(VK_LBUTTON > 0) && rapid == 1){
    		 memcpy(( void* )(RapidFire), "\x90\x90", 2); // RapidFire On
    		 
    		 }else{
    		 memcpy(( void* )(RapidFire), "\x74\x3E", 2); // RapidFire Off
    		 }
    	 }else{
    		 
    		 memcpy(( void* )(RapidFire), "\x74\x3E", 2); // RapidFire Off
    	 }
    All you did was add == 1

    Which I really don't think you need.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  8. #7
    teehee15's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    329
    Reputation
    52
    Thanks
    109
    Quote Originally Posted by comando2056 View Post


    All you did was add == 1

    Which I really don't think you need.
    and updated the addy...

  9. #8
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by wicho_koz View Post
    @namename41

    here bro:
    Code:
    #define RapidFire		0x3740B5A5 //
    
    using:
    
    METHOD BY ME!
    if (rapid == 1)
    	 {
    		 if(GetAsyncKeyState(VK_LBUTTON > 0) && rapid == 1){
    		 memcpy(( void* )(RapidFire), "\x90\x90", 2); // RapidFire On
    		 
    		 }else{
    		 memcpy(( void* )(RapidFire), "\x74\x3E", 2); // RapidFire Off
    		 }
    	 }else{
    		 
    		 memcpy(( void* )(RapidFire), "\x74\x3E", 2); // RapidFire Off
    	 }
    Why do you check if rapid has the value 1 2 times?



    Put this image in your signature if you support HTML5 development!

  10. #9
    Music's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    2,875
    Reputation
    143
    Thanks
    379
    My Mood
    Amazed

  11. #10
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    Code:
    if(Rapid > 0 && *(BYTE*)GameStatus == 1 && GetAsyncKeyState(VK_LBUTTON)<0)
    		{
    			memcpy((LPVOID)RapidFire, "\x90\x90", 2);
    		}else{
    			memcpy((LPVOID)RapidFire, "\x74\x3E", 2);
    		}
    You needed an IsInGame thing. I just use the GameStatus addy on its own. This is what I use.
    Last edited by Flengo; 09-10-2011 at 09:43 AM.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


Similar Threads

  1. [Code]Anti-recoil + RapidFire
    By X-sploiT in forum Visual Basic Programming
    Replies: 11
    Last Post: 04-18-2010, 10:52 AM
  2. Replies: 37
    Last Post: 06-20-2006, 04:24 PM
  3. Pre-Regerstration - E3 Codes
    By Dave84311 in forum WarRock - International Hacks
    Replies: 67
    Last Post: 06-13-2006, 08:06 AM
  4. hi can any1 help me make or find a cheat code
    By CrUsHa in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-19-2006, 04:39 PM
  5. a Couple WPE Weapon codes?
    By phil823 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 02-10-2006, 02:14 PM