Results 1 to 9 of 9
  1. #1
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw

    Another Offsets for InGame MessageBox?

    Hi, i have found some other Offsets for Ingame MessageBox

    Code:
    void PushMessage(LPCSTR Message)
    {
    	DWORD CShell = (DWORD)(GetModuleHandleA(eCShell));
    	DWORD MessageAddress = CShell + 0x0D3BA0;
    
    	__asm
    	{
    		PUSH Message;
    		PUSH 0x2;
    		PUSH 0x0D7;
    		PUSH 0x22;
    		CALL MessageAddress;
    	}
    }
    What change the Offsets in the Message Box ?
    Last edited by CFHackerExtreme; 09-27-2013 at 09:29 AM.

    Only for German Guys...

  2. #2
    olwayy's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    >Any"Where<
    Posts
    146
    Reputation
    10
    Thanks
    1,040
    My Mood
    Aggressive
    Quote Originally Posted by CFHackerExtreme View Post
    Hi, i have found some other Offsets for Ingame MessageBox

    Code:
    void PushMessage(LPCSTR Message)
    {
    	DWORD CShell = (DWORD)(GetModuleHandleA(eCShell));
    	DWORD MessageAddress = CShell + 0x0D3BA0;
    
    	__asm
    	{
    		PUSH Message;
    		PUSH 0x2;
    		PUSH 0x0D7;
    		PUSH 0x22;
    		CALL MessageAddress;
    	}
    }
    What change the Offsets in the Message Box ?
    Already posted Here Link
    Code:
    #pragma region IngameMsgBox
    #define IngameMsg 0xD38B0 // New adress
    #define IngameMsg_PUSH_0 0x0
    #define IngameMsg_PUSH_1 0x74
    #define IngameMsg_PUSH_2 0x22
    #define IngameMsg_ADD 0x10
    #pragma endregion
    Code:
    void ShowMessage(char* Message, DWORD CShell)
    {
       DWORD MSGBOX = CShell + IngameMsg;
        __asm
    	{
    		push Message
    		push IngameMsg_PUSH_0
    		push IngameMsg_PUSH_1
    		push IngameMsg_PUSH_2
    		call MSGBOX;
    		add esp, IngameMsg_ADD;
    	}
    }
    Code:
    ShowMessage("Welcome",cshell);
    [IMG]https://i210.photobucke*****m/albums/bb266/Alalee/mpghLogoSteel-1.png[/IMG]

  3. #3
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    Quote Originally Posted by olwayy View Post
    Already posted Here Link
    Stupid?
    I've ask for Help xD
    i don't Post a Source ^^

    Only for German Guys...

  4. #4
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed
    There some strings posted for it before but i can't remember them
    search for it
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  5. #5
    olwayy's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    >Any"Where<
    Posts
    146
    Reputation
    10
    Thanks
    1,040
    My Mood
    Aggressive
    Source already posted and why did you say stupid? I just helped you mad
    [IMG]https://i210.photobucke*****m/albums/bb266/Alalee/mpghLogoSteel-1.png[/IMG]

  6. #6
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    I ONLY ASK FOR HELP

    MY QUESTION: WHAT THESE OFFSETS CHANGE IN THE MESSAGEBOX?!!!!!!!!!!!!!!!!!!!!!!!!

    Only for German Guys...

  7. #7
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    And i know the String ^^

    Code:
    vertex lock failed

    Only for German Guys...

  8. #8
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish
    i get what u want
    one offset change the type of the msg....
    I amnot sure but the types :
    normal one like "channel full"
    instant exit after the msg like "hack too etc..."
    unremoveable msg like the loading
    i amnot so sure as i read something like that before , may i dump
    and one will be for buttons , event
    idk but that what i think... i just imagine it in my way
    sry4bad english

  9. #9
    CFHackerExtreme's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Germany
    Posts
    245
    Reputation
    10
    Thanks
    560
    My Mood
    Yeehaw
    Quote Originally Posted by I2espect View Post
    i get what u want
    one offset change the type of the msg....
    I amnot sure but the types :
    normal one like "channel full"
    instant exit after the msg like "hack too etc..."
    unremoveable msg like the loading
    i amnot so sure as i read something like that before , may i dump
    and one will be for buttons , event
    idk but that what i think... i just imagine it in my way
    sry4bad english
    First usefully Answer!
    Thanks

    /solved!

    Only for German Guys...

Similar Threads

  1. What's the offset for the ingame console
    By Dragonm246 in forum Call of Duty Black Ops 2 Coding, Programming & Source Code
    Replies: 0
    Last Post: 06-28-2013, 08:11 AM
  2. Another sig for grabs
    By RJ in forum Art & Graphic Design
    Replies: 5
    Last Post: 02-23-2009, 11:30 AM
  3. another program for CA
    By crusader1 in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 09-03-2008, 08:34 PM
  4. Another Account For You
    By vescovo in forum WarRock - International Hacks
    Replies: 12
    Last Post: 01-11-2008, 09:32 PM
  5. Yet Another Account For Retail :D
    By xth0rx in forum Trade Accounts/Keys/Items
    Replies: 13
    Last Post: 07-11-2007, 05:06 AM