Results 1 to 9 of 9
  1. #1
    prolife200's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    0x1337
    Posts
    67
    Reputation
    10
    Thanks
    220
    My Mood
    Yeehaw

    Post Can anyone help me with my coded hack?

    Code:
    #include "windows.h"
    #include "process.h"
    
    #define WeaponMgr  0x1421D74
    #define wallclass  0xA6910C
    #define NoReload  0xECC
    
    
    void MatheusGtx(){
    
        DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
        DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);
        DWORD pWallClass = *(DWORD*)(CShell + wallclass);
        DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    
        if (pWallClass) {
            for (int i = 0; i<64; i++) {
                *(float*)(pWallClass + (i * 0x04F4) + 0x4E8) = true;    
                *(float*)(pWallClass + (i * 0x04F4) + 0x4EC) = true;   
                *(float*)(pWallClass + (i * 0x04F4) + 0x4F0) = true;  
            }
        }
    
        if (pWeaponMgr){
            for (int i = 0; i<577; i++){
                if ((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr)) + (4 * i))) != NULL){
                    *(float*)((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr)) + (4 * i))) + NoReload) = 100.0f;
                }
            }
        }
    
    }
    
    void HackEngine(){
        DWORD CShell = NULL;
        do{ CShell = (DWORD)GetModuleHandleA("CShell.dll"); Sleep(100); } while (CShell == NULL);
        while (1){ MatheusGtx(); Sleep(100); }
    }
    
    extern "C" __declspec(dllexport) BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved){
        if (fdwReason == DLL_PROCESS_ATTACH){
            DisableThreadLibraryCalls(hinstDLL);
            MessageBoxA(0, "Made by S4MM", "", 0);
            CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HackEngine, NULL, NULL, NULL);
            return true;
        }
        return false;
    }
    There's pretty much a, Norecoil and WallHack..
    But i get Xtrap for CrossFire Europe.
    And The wallhack doesn't work propely in CrossFire Europe..
    ~~~~~
    If someone could help me as, @-[I]fLuX , @mamo007 or someone else..

    Please add me on skype, if you want to private chat, or info you dont want other people to know.
    Skype Name: prolife200

  2. #2
    lucasheer1's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    498
    This is detected :/ Look at mamos thread.

  3. The Following User Says Thank You to lucasheer1 For This Useful Post:

    Nine11 (02-12-2017)

  4. #3
    prolife200's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    0x1337
    Posts
    67
    Reputation
    10
    Thanks
    220
    My Mood
    Yeehaw
    Quote Originally Posted by lucasheer1 View Post
    This is detected :/ Look at mamos thread.
    Any ideas, how can i fix it???

  5. #4
    lucasheer1's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    498
    Quote Originally Posted by prolife200 View Post
    Any ideas, how can i fix it???
    Actually no sorry Try using NtCreateThreadEx and ErasePEHeaders for entry module. If you still have trouble look through mamos thread, or add me on skype.

    Crossfire NA?

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

    Nine11 (02-12-2017)

  7. #5
    prolife200's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    0x1337
    Posts
    67
    Reputation
    10
    Thanks
    220
    My Mood
    Yeehaw
    Quote Originally Posted by lucasheer1 View Post
    Actually no sorry Try using NtCreateThreadEx and ErasePEHeaders for entry module. If you still have trouble look through mamos thread, or add me on skype.

    Crossfire NA?
    Skype username please, I tried to make it for CrossFire Europe.

  8. #6
    lucasheer1's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    498
    Quote Originally Posted by prolife200 View Post
    Skype username please, I tried to make it for CrossFire Europe.
    Lucasheer715

  9. The Following User Says Thank You to lucasheer1 For This Useful Post:

    Nine11 (02-12-2017)

  10. #7
    BlenMiner's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    213
    Reputation
    30
    Thanks
    626
    My Mood
    Relaxed
    May I ask you something?

    void HackEngine(){
    DWORD CShell = NULL;

    do{ CShell = (DWORD)GetModuleHandleA("CShell.dll"); Sleep(100); } while (CShell == NULL); // What is this for????

    while (1){ MatheusGtx(); Sleep(100); }
    }


    Crossfire .LTB to Unity3D converter: here

    NEW: Added DAT Converter to the list!

  11. #8
    prolife200's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    0x1337
    Posts
    67
    Reputation
    10
    Thanks
    220
    My Mood
    Yeehaw
    Quote Originally Posted by BlenMiner View Post
    May I ask you something?

    void HackEngine(){
    DWORD CShell = NULL;

    do{ CShell = (DWORD)GetModuleHandleA("CShell.dll"); Sleep(100); } while (CShell == NULL); // What is this for????

    while (1){ MatheusGtx(); Sleep(100); }
    }
    That means, that the game handles CShell,Dll and this injects it into the game xd

  12. #9
    BlenMiner's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    213
    Reputation
    30
    Thanks
    626
    My Mood
    Relaxed
    Quote Originally Posted by prolife200 View Post
    That means, that the game handles CShell,Dll and this injects it into the game xd
    Never mind, I wasn't thinking straight. Now that I look at my post I am like "What was I on...".
    I do understand you are just waiting until you successfully get the CShell module.


    Crossfire .LTB to Unity3D converter: here

    NEW: Added DAT Converter to the list!

Similar Threads

  1. [Help Request] Can anyone help me with code something
    By muddiswag321 in forum Garry's Mod Discussions & Help
    Replies: 4
    Last Post: 07-20-2015, 12:43 AM
  2. Can anyone Help me? with Rotmg Hack Coding?
    By theone40 in forum Realm of the Mad God Help & Requests
    Replies: 4
    Last Post: 04-04-2014, 01:06 AM
  3. [Help Request] Can anyone help me with a game hack?
    By Teknotokon in forum Suggestions, Requests & General Help
    Replies: 6
    Last Post: 03-06-2014, 05:06 PM
  4. [Help Request] Can anyone help me with server Anti-Hacks
    By Skilifa in forum DayZ Help & Requests
    Replies: 6
    Last Post: 03-31-2013, 09:23 PM
  5. [Help Request] can anyone help me with the basic of creating hacks
    By xhevanlyx in forum Crossfire Coding Help & Discussion
    Replies: 9
    Last Post: 01-17-2013, 12:50 PM