Thread: weapon range??

Results 1 to 4 of 4
  1. #1
    wicho_koz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    193
    Reputation
    12
    Thanks
    52
    My Mood
    Shocked

    weapon range??

    hey guys i have problems with weapon range,

    not what is happening is not activated i have this addys and bytes:

    Code:
    if (range > 0)
    	 {
    		 memcpy(( void* )(Range1), "\x90\x90\x90\x90\x90\x90", 6); // Wpn Range On
    		 memcpy(( void* )(Range2), "\x90\x90\x90\x90\x90\x90", 6); // Wpn Range On
    	 }else{
    		 memcpy(( void* )(Range1), "\x8B\x80\xC8\x02\x00\x00", 6); // Wpn Range Off
    		 memcpy(( void* )(Range2), "\x8B\x80\xC8\x02\x00\x00", 6); // Wpn Range Off
    
    	 }
    Request:
    NameTags addys plzzzzz


    @flameswor10
    @CAFlames
    @dllbaseII
    Last edited by wicho_koz; 08-27-2011 at 07:05 PM. Reason: idk
    |^^^^^^^^^^\||____
    |The[MPGH]Truck |||'""|""\__,_
    | _____ 4ever __ l||__|__|___|)
    |(@)@)"""""""**|(@)(@)**|(@)


  2. #2
    PikaMucha_Itu's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Itu City
    Posts
    2,391
    Reputation
    59
    Thanks
    4,105
    My Mood
    Goofy
    ON this place bytes:

    Code:
    memcpy((VOID *)WeaponRange1, (VOID *)(PBYTE)"\xB8\x00\x00\x00\x10\x90", 6);
    memcpy((VOID *)WeaponRange2, (VOID *)(PBYTE)"\xB8\x00\x00\x00\x10\x90", 6);
    Last edited by PikaMucha_Itu; 08-27-2011 at 09:38 PM.

  3. #3
    wicho_koz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    193
    Reputation
    12
    Thanks
    52
    My Mood
    Shocked
    Quote Originally Posted by fabricio_itu View Post
    ON this place bytes:

    Code:
    memcpy((VOID *)WeaponRange1, (VOID *)(PBYTE)"\xB8\x00\x00\x00\x10\x90", 6);
    memcpy((VOID *)WeaponRange2, (VOID *)(PBYTE)"\xB8\x00\x00\x00\x10\x90", 6);
    thanks you man i solved it after
    @fabricio_itu
    |^^^^^^^^^^\||____
    |The[MPGH]Truck |||'""|""\__,_
    | _____ 4ever __ l||__|__|___|)
    |(@)@)"""""""**|(@)(@)**|(@)


  4. #4
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Solved so /closed.
    No I do not make game hacks anymore, please stop asking.

Similar Threads

  1. [Detected] JA v1.0 - ESP | Chams | Weapon Range
    By Crash in forum Combat Arms Hacks & Cheats
    Replies: 256
    Last Post: 05-13-2011, 03:52 PM
  2. [Release] Updated Infinite Weapon Range
    By NOOB in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 14
    Last Post: 03-18-2011, 06:52 PM
  3. [Release] The DevelepersV1.0 [Nametags,AutoShoot,Weapon Range,Superbullets, BeastMode + More ]
    By NOOBJr in forum Combat Arms Hacks & Cheats
    Replies: 337
    Last Post: 01-20-2011, 04:02 PM
  4. [Question] How to increase weapon range?
    By rakkie20 in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 08-31-2010, 07:18 AM
  5. Weapon range - how do I extend it?
    By HACKINGPIE in forum Call of Duty Modern Warfare 2 Help
    Replies: 15
    Last Post: 06-25-2010, 11:10 PM