Results 1 to 1 of 1
  1. #1
    ThatGamerBlue's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    369
    My Mood
    Sneaky

    Manual Map Crashes

    When I inject my cheat using LoadLibrary, it works fine, using Manual Map I get an exception:

    Code:
    Exception thrown at 0x00000000 in csgo.exe: 0xC0000005: Access violation executing location 0x00000000.
    DLL Entrypoint:

    Code:
    BOOL WINAPI DllMain(
        _In_      HINSTANCE hinstDll,
        _In_      DWORD     fdwReason,
        _In_opt_  LPVOID    lpvReserved
    )
    {
        switch(fdwReason) {
            case DLL_PROCESS_ATTACH:
    		{
    			MessageBox(HWND_DESKTOP, "b1g pasta fatboy loaded", "ayyyy", MB_OK);
    			CreateThread(nullptr, 0, OnDllAttach, hinstDll, 0, nullptr);
    			return TRUE;
    		}
            case DLL_PROCESS_DETACH:
                if(lpvReserved == nullptr)
                    return OnDllDetach();
                return TRUE;
            default:
                return TRUE;
        }
    }
    Crashes with Extreme Injector as well as my private injector, haven't tested any other injectors.
    Last edited by T-800; 12-26-2017 at 05:03 AM.
    [IMG]https://*******/1oYV5.gif[/IMG]hunter2

Similar Threads

  1. [Help] How to Map Crash?
    By er0rese871gK in forum MapleStory Private Server Hacks
    Replies: 1
    Last Post: 07-27-2013, 04:47 AM
  2. [Release] [1.27.2] Kaiser / Angelic Burster Map Crash
    By Hexicidal in forum MapleStory Hacks, Cheats & Trainers
    Replies: 12
    Last Post: 04-09-2013, 07:20 PM
  3. [Help Request] Manual Mapping - Question for Jason
    By DeadCode in forum C# Programming
    Replies: 4
    Last Post: 10-04-2012, 05:33 AM
  4. [Help Request] Reloading Map Crashes
    By al897 in forum Vindictus Help
    Replies: 3
    Last Post: 07-08-2012, 11:58 PM
  5. [Solved] Mutation Map Crash Bug
    By Hexicidal in forum CrossFire Help
    Replies: 3
    Last Post: 03-02-2011, 02:55 PM

Tags for this Thread