Results 1 to 6 of 6

Threaded View

  1. #1
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried

    Exclamation How To Create a simple Memory Hack

    1. Open Microsoft Visual Studio, or Visual C++ Express:
    2. Go to File > New > Project.
    3. Select 'Win32 Project' as your project type.
    4. In the next dialog, go to setting and check 'DLL'...then click Finish
    5. Go To dllmain.cpp and Remove all the writings in it
    6.write ur code and then Debug By pressing the green arrow button at top..Or go up and press Debug>Start Debugging

    Ur Code should be something like this:
    Code:
    #include <windows.h> or #include "stdafx.h"
    
    #define 0xaddy..
    
    while(1)
    {
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD pWallMgr = *(PDWORD)(CShell+WallMgr);// for STW
    DWORD pBasicPlayerInfo = *(DWORD*)(CShell + BasicPlayerInfo);// BPI
    DWORD pWeaponMgr = *(PDWORD)(CShell+WeaponMgr);// For No Recoil,NoReload,.........
    
    if (unlimitedAmmo)
    {
    If(pWeaponMgr)
    {
    for(int i=0 ; i<LooP (according to Feature); i++)// loop is 560 for most of mem hacks cuz u loop through all of weapons
    {
    if ((*DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float or bool according to hack*)((*(DWORD*)((*(DWORD*)(CShell+addy of weapon mgr or if u defined weapon mgr just write weapon mgr directly)) +(4*i))) + UnlimitedAmmo) = 90;// this is the value...value differs according to the hack
    }
    
    
    }
    }
    ^^^ No Reload should contain this...other it wont work
    if(noreload)
    .....like the below but use diffrent addies
    PS: THIS IS SWIFTDUDE'S BASE IT IS THE EASIEST WAY FOR A NEW C++ JUST USE IT AND MAKE ANOTHER FEATURES LIKE IT BUT CHANGE THE NAME,LOOP,VALUE AND ADDIE AND UPDATE THE ADDIES AND IF U ARE GONNA USE IT THEN PUT CREDITS AND DONE BE A NOOB

    Other way is 2 follow Brimir's TUT on how to Make a Base it's stickied..
    and if u wanna find addies the follow moathebest's tut for unpacking CShell
    if u didnt understand anything from the following thats cuz u dont know C++ u Should go To C++ programming on MPGH
    there u will find a sticky for book resources of C++ and it will help u....And if u dont understand something then ask CF Source code section and i GUESS they will help U ...
    Plz tell me if i did any thing illegal cuz I just joined from a couple of hours..and dont call me a leecher i only put this to help others...

    Credits:
    Some of this was made by [MPGH]flameswor10 20%
    other 70% is by me

    Edit if u wanna make a D3D Hack this method wont work.. i suggest u Search Qmo's TUT for making a simple D3D Menu..it will help u a little bit
    Last edited by Assassin's Creed; 12-09-2011 at 01:04 PM.
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  2. The Following 9 Users Say Thank You to Assassin's Creed For This Useful Post:

    aa1000 (02-01-2012),alabdallah (05-03-2012),HOMEAK (01-01-2015),jeroldcamacho (09-18-2014),mohamedmido2013 (05-31-2013),Novastorm (06-18-2012),romeo002 (06-02-2012),xristofidis1 (09-06-2012),YumNum` (02-01-2012)

Similar Threads

  1. [Solved] How to create crossfire simple hack undetect?for windows xp
    By N0rbert in forum CrossFire Help
    Replies: 3
    Last Post: 12-02-2011, 06:32 PM
  2. how to create a crossfire NA hacks
    By augusto3210 in forum CrossFire Help
    Replies: 5
    Last Post: 04-11-2011, 02:15 PM
  3. [Help] who can tach me how creat warrck simple hack
    By manky19993 in forum WarRock Discussions
    Replies: 5
    Last Post: 11-17-2010, 12:22 PM
  4. How To Create A Simple Userbar.
    By Synchromanica in forum Tutorials
    Replies: 3
    Last Post: 06-30-2010, 11:17 PM
  5. How to create one simple injector with vb 08?
    By Mlkellinas in forum CrossFire Discussions
    Replies: 7
    Last Post: 03-24-2010, 01:27 PM