Results 1 to 2 of 2
  1. #1
    flytimer's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Question about source.

    Hi all! I have a problem with this source...

    Code:
    #include "windows.h"
    
    #define NoReload 0xBF4
    #define WeaponMgr 0xABF8F0
    
    while(1)
    {
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD NoReload=*(PDWORD)(CShell+NoReload) ;
    DWORD CShell = (DWORD)LoadLibraryA("CShell.dll");
    DWORD NoReload =*(PDWORD)(CShell+NoReload);
    {
    if(NoReload)
    for(int i=0 ;i<560 ;i++)
    if ((*DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    }
    Would it work? (i wanna make noreload...)
    The second problem is how to make working dllmain ... Please reply me quick.
    Last edited by flytimer; 05-26-2012 at 02:08 PM.

  2. #2
    grannycrazy's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Beetlejuice
    Posts
    286
    Reputation
    10
    Thanks
    55
    My Mood
    Angelic
    Well your Base is already detected and im not sure if that NoRload would work.
    You should look at my Thread where i have a newer Version of a Base.



Similar Threads

  1. question about hack source codes from other Lithtech games
    By supercarz1991 in forum Combat Arms Coding Help & Discussion
    Replies: 2
    Last Post: 09-28-2011, 02:40 AM
  2. Question About Invisible Hack
    By wafflele in forum WarRock - International Hacks
    Replies: 14
    Last Post: 08-06-2006, 12:40 AM
  3. A question about NFV2
    By vomer in forum WarRock - International Hacks
    Replies: 19
    Last Post: 08-02-2006, 06:02 PM
  4. Questions about making colored models
    By zelda803 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 02-04-2006, 06:36 PM
  5. question about zoom
    By yocinfluence in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-26-2006, 10:12 PM