Thread: No Reload Code

Results 1 to 5 of 5
  1. #1
    gudi's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    169
    Reputation
    10
    Thanks
    32
    My Mood
    Lurking

    Post No Reload Code

    Hello coders wanted to ask for help with No Reload Code
    good when I use it

    Code:
    for(int i=0; i<600; i++){
    				if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    					*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0xDC4) = 75.0f;
    }
    }
    the x-trap detected
    and if I use this way

    Code:
    for(int i=0; i<600; i++){
    DWORD NoReload = *(DWORD*)(pWeaponMgr + (4*i));
    						if(NoReload){
    							*(float*)(NoReload + (0xDC4 + (4*i))) = 75.0f;
    }
    }
    has no effect on the game which the correct way to do?
    Last edited by gudi; 08-07-2012 at 05:08 PM.

  2. #2
    Dark Side's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    West London
    Posts
    670
    Reputation
    99
    Thanks
    1,373
    My Mood
    Asleep
    Because now No-Reload had Client error , you need client error killer to use it

  3. #3
    [mi5's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    301
    Reputation
    10
    Thanks
    618
    man is errrrorr

  4. #4
    لا إله إلا الله محمد رسول الله
    MPGH Member
    [S]aeed's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Egypt
    Posts
    847
    Reputation
    233
    Thanks
    22,269
    My Mood
    Cynical
    you need to make a Client error bypass. > 28_3
    To Be Continued...


    نبينا كالسحاب .. ولا يضر السحاب نبح الكلاب


    ██████████████████████████
    ██████████████████████████
    ██████████████████████████


    لا إله إلا الله محمد رسول الله
    There is no god but Allah, Mohamed is the messenger of AllaH

  5. #5
    Glenox's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    C:\WINDOWS\system32\Glenox.exe
    Posts
    539
    Reputation
    10
    Thanks
    2,372
    My Mood
    Bored
    instead of no reload try the fast reload!

    Code:
    for(int i=0; i<600; i++){
    DWORD NoReload = *(DWORD*)(pWeaponMgr + (4*i));
    						if(NoReload){
    							*(float*)(NoReload + (0xDC4 + (4*i))) = 5.0f;
    }
    }
    Coming Soon,

  6. The Following User Says Thank You to Glenox For This Useful Post:

    gudi (08-09-2012)

Similar Threads

  1. [Buying] Apb Reloaded Premium Voucher/Code
    By zohaibar in forum Buying Accounts/Keys/Items
    Replies: 3
    Last Post: 05-08-2012, 01:28 PM
  2. CODE NO RELOAD PLEASE..
    By gusfelix95 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 03-07-2012, 04:35 PM
  3. [Source Code] No Reload/No Change Delay code - doesn't work, please check.
    By _corn_ in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 25
    Last Post: 01-05-2012, 06:25 AM
  4. [Solved] Is this the right code for no reload?
    By Jordyr in forum CrossFire Help
    Replies: 2
    Last Post: 10-07-2011, 07:32 PM
  5. America's Army No Recoil/Reload LUA code.
    By MagikBullet in forum General Game Hacking
    Replies: 7
    Last Post: 02-25-2007, 10:11 AM