Results 1 to 14 of 14
  1. #1
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused

    Working PushToConsole and Hook

    Hey guys I was just wondering if you guys have a working PushToConsole as this one doesn't work

    Code:
    //Console Unwrapped
    #define ADDR_CONSOLEUNWRAPPED	0x486010
    
    void __cdecl push( const char* cCommand)
    {
    	void* address = ( void* ) ADDR_CONSOLEUNWRAPPED;
    
    	__asm
    	{
    		Push cCommand
    		call address
    		add esp, 0x4
    	}
    }
    I also need a working Hook for the PTC to work. I will surely add you in my credits once Glycerine v1.3 OFFICIAL release. (Not the noob ichiigox whose been leeching Shadow and my work.) Thanks.

  2. The Following User Says Thank You to arun823 For This Useful Post:

    Q__WanTeD__Q (11-15-2012)

  3. #2
    wicho_koz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    193
    Reputation
    12
    Thanks
    52
    My Mood
    Shocked
    #define ADDR_CONSOLEUNWRAPPED (BlaBlaBla)

    void PushHack(const char* Command)
    {
    void* Console = (void*)ADDR_CONSOLEUNWRAPPED;
    _asm
    {
    push Command
    mov eax, Console
    call eax
    add esp, 0x4
    }
    }
    @arun823 it works fine for me
    |^^^^^^^^^^\||____
    |The[MPGH]Truck |||'""|""\__,_
    | _____ 4ever __ l||__|__|___|)
    |(@)@)"""""""**|(@)(@)**|(@)


  4. #3
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by wicho_koz View Post
    #define ADDR_CONSOLEUNWRAPPED (BlaBlaBla)

    void PushHack(const char* Command)
    {
    void* Console = (void*)ADDR_CONSOLEUNWRAPPED;
    _asm
    {
    push Command
    mov eax, Console
    call eax
    add esp, 0x4
    }
    }
    @arun823 it works fine for me
    Then how come if I activate a certain hack nothing happens and the game crashes after 2 minutes. Is it because I don't have a hook?

  5. #4
    Reflex-'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    192.168.1.01
    Posts
    6,625
    Reputation
    584
    Thanks
    2,267
    My Mood
    Dead
    Quote Originally Posted by arun823 View Post
    Then how come if I activate a certain hack nothing happens and the game crashes after 2 minutes. Is it because I don't have a hook?
    Detours/Hook

  6. #5
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by Entourage View Post


    Detours/Hook
    That's what I need, a working detour and hook -___-

  7. #6
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by arun823 View Post
    That's what I need, a working detour and hook -___-
    Try learning how they work and then developing one. In all honesty, it isn't even hard.

    Oh no! Vortex is gay!

  8. #7
    Teddy-B's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Tasmania, Australia
    Posts
    10
    Reputation
    10
    Thanks
    36
    My Mood
    Angelic
    Quote Originally Posted by arun823 View Post
    Hey guys I was just wondering if you guys have a working PushToConsole as this one doesn't work

    Code:
    //Console Unwrapped
    #define ADDR_CONSOLEUNWRAPPED	0x486010
    
    void __cdecl push( const char* cCommand)
    {
    	void* address = ( void* ) ADDR_CONSOLEUNWRAPPED;
    
    	__asm
    	{
    		Push cCommand
    		call address
    		add esp, 0x4
    	}
    }
    I also need a working Hook for the PTC to work. I will surely add you in my credits once Glycerine v1.3 OFFICIAL release. (Not the noob ichiigox whose been leeching Shadow and my work.) Thanks.
    this works perfectly.

    Make Sure That Your Dllmain is working Along with a hook

    make sure you doing the coding right 2

    like
    push("SkelModelStencil 1"); <--- that is the nx chams PTC


    MPGH Respect List:
    @flameswor10 (Legendary Coder)
    [GET YOUR NAME HERE] (PM ME)


    MPGH Goals / Achievements:

    Leecher: 0 ✔
    Choob: 25 ✔
    Newbie: 50 ✖
    Member: 100 ✖
    Advanced Member: 150 ✖
    Dual-Keyboard Member: 250 ✖
    Expert Member: 500 ✖
    Bobo's Trainer: 750 ✖
    MPGH Expert: 1000 ✖
    Synthetic Hacker: 1250 ✖
    Blackhat Hacker: 1500 ✖
    Whitehat Hacker: 2000 ✖
    Bobo's Guardian: 2500 ✖
    Upcoming MPGHiean: 3000 ✖
    MPGH Addict: 3500 ✖
    MPGHiean: 4000 ✖
    MPGH Knight: 4500 ✖
    MPGH Lord: 5000 ✖
    MPGH Champion: 5500 ✖
    MPGH King: 6000 ✖
    MPGH Legend: 6500 ✖
    MPGH God: 7000 ✖
    MPGH God II: 7500 ✖
    MPGH God III: 8000 ✖
    MPGH God IV: 8500 ✖
    MPGH God V: 9000 ✖
    Arun's Slave: 9500 ✖
    Dave's Slave: 10000 ✖


  9. #8
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by Teddy-B View Post
    this works perfectly.

    Make Sure That Your Dllmain is working Along with a hook

    make sure you doing the coding right 2

    like
    push("SkelModelStencil 1"); <--- that is the nx chams PTC
    Yea, thanks. I just need a hook and I'm working on that now.

  10. #9
    GodDamnFrank's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    2
    Hooks arent easy to find
    I seen 3 already in source on this section. Also try encoding your "commands".

  11. #10
    Teddy-B's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Tasmania, Australia
    Posts
    10
    Reputation
    10
    Thanks
    36
    My Mood
    Angelic
    Quote Originally Posted by arun823 View Post
    Yea, thanks. I just need a hook and I'm working on that now.
    Detour Possibilty - https://www.mpgh.net/forum/207-combat...ions-more.html

    And a hook -

    Code:
    DWORD WINAPI Hook(LPVOID lpArgs)
    {
    	DWORD dwD3D9 = 0;
    
    	while(!dwD3D9) {
    		Sleep(100);
    		dwD3D9 = (DWORD)GetModuleHandle("d3d9.dll");
    	}
    
    	DWORD dwVTable[2] = { 0 };
    	CreateDevice(dwVTable);
    
    	oReset   = (tReset)  DetourCreate((PBYTE) dwVTable[0], (PBYTE) &hkReset, 5);
    	oPresent = (tPresent)DetourCreate((PBYTE) dwVTable[1], (PBYTE) &hkPresent, 5);
    	
    	return FALSE;
    }
    Thank ME If This Helped


    MPGH Respect List:
    @flameswor10 (Legendary Coder)
    [GET YOUR NAME HERE] (PM ME)


    MPGH Goals / Achievements:

    Leecher: 0 ✔
    Choob: 25 ✔
    Newbie: 50 ✖
    Member: 100 ✖
    Advanced Member: 150 ✖
    Dual-Keyboard Member: 250 ✖
    Expert Member: 500 ✖
    Bobo's Trainer: 750 ✖
    MPGH Expert: 1000 ✖
    Synthetic Hacker: 1250 ✖
    Blackhat Hacker: 1500 ✖
    Whitehat Hacker: 2000 ✖
    Bobo's Guardian: 2500 ✖
    Upcoming MPGHiean: 3000 ✖
    MPGH Addict: 3500 ✖
    MPGHiean: 4000 ✖
    MPGH Knight: 4500 ✖
    MPGH Lord: 5000 ✖
    MPGH Champion: 5500 ✖
    MPGH King: 6000 ✖
    MPGH Legend: 6500 ✖
    MPGH God: 7000 ✖
    MPGH God II: 7500 ✖
    MPGH God III: 8000 ✖
    MPGH God IV: 8500 ✖
    MPGH God V: 9000 ✖
    Arun's Slave: 9500 ✖
    Dave's Slave: 10000 ✖


  12. #11
    Xipher's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Melbourne, AU.
    Posts
    1,780
    Reputation
    472
    Thanks
    1,690
    My Mood
    Innocent
    Quote Originally Posted by Teddy-B View Post
    Detour Possibilty - https://www.mpgh.net/forum/207-combat...ions-more.html

    And a hook -

    Code:
    DWORD WINAPI Hook(LPVOID lpArgs)
    {
    	DWORD dwD3D9 = 0;
    
    	while(!dwD3D9) {
    		Sleep(100);
    		dwD3D9 = (DWORD)GetModuleHandle("d3d9.dll");
    	}
    
    	DWORD dwVTable[2] = { 0 };
    	CreateDevice(dwVTable);
    
    	oReset   = (tReset)  DetourCreate((PBYTE) dwVTable[0], (PBYTE) &hkReset, 5);
    	oPresent = (tPresent)DetourCreate((PBYTE) dwVTable[1], (PBYTE) &hkPresent, 5);
    	
    	return FALSE;
    }
    Thank ME If This Helped
    There's nothing even close to detours in that link you provided and that's an old public hook which i'm not even sure still works.

  13. #12
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    I don't know if you still need this or not but here it is.

    Code:
    void cHacks::PushCommands(const char* Command)
    {
    	void* Console = (void*)ADDR_CONSOLEUNWRAPPED;
    	_asm
    	{
    		call get_eip
    			push Command
    			add eax, 0xF
    			push eax
    			jmp Console
    			add esp, 0x4
    	}
    	return;
    	_asm
    	{
    get_eip:
    		mov eax, [esp]
    		sub eax, 5
    			ret
    	}
    }
    Credits to master113 or something like that.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  14. #13
    Teddy-B's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Tasmania, Australia
    Posts
    10
    Reputation
    10
    Thanks
    36
    My Mood
    Angelic
    Quote Originally Posted by Xipher View Post


    There's nothing even close to detours in that link you provided and that's an old public hook which i'm not even sure still works.
    The Hook Works Fine On My Teddy-B Public Which is being updated


    MPGH Respect List:
    @flameswor10 (Legendary Coder)
    [GET YOUR NAME HERE] (PM ME)


    MPGH Goals / Achievements:

    Leecher: 0 ✔
    Choob: 25 ✔
    Newbie: 50 ✖
    Member: 100 ✖
    Advanced Member: 150 ✖
    Dual-Keyboard Member: 250 ✖
    Expert Member: 500 ✖
    Bobo's Trainer: 750 ✖
    MPGH Expert: 1000 ✖
    Synthetic Hacker: 1250 ✖
    Blackhat Hacker: 1500 ✖
    Whitehat Hacker: 2000 ✖
    Bobo's Guardian: 2500 ✖
    Upcoming MPGHiean: 3000 ✖
    MPGH Addict: 3500 ✖
    MPGHiean: 4000 ✖
    MPGH Knight: 4500 ✖
    MPGH Lord: 5000 ✖
    MPGH Champion: 5500 ✖
    MPGH King: 6000 ✖
    MPGH Legend: 6500 ✖
    MPGH God: 7000 ✖
    MPGH God II: 7500 ✖
    MPGH God III: 8000 ✖
    MPGH God IV: 8500 ✖
    MPGH God V: 9000 ✖
    Arun's Slave: 9500 ✖
    Dave's Slave: 10000 ✖


  15. #14
    Xipher's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Melbourne, AU.
    Posts
    1,780
    Reputation
    472
    Thanks
    1,690
    My Mood
    Innocent
    Quote Originally Posted by Teddy-B View Post
    The Hook Works Fine On My Teddy-B Public Which is being updated
    Cause you're an aussie i'll let you off the hook, but this teddy b public better be cool

Similar Threads

  1. WR acc for WORKING bypass and VIP hack
    By Legolaszammy in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 10-13-2007, 07:53 PM
  2. Replies: 1
    Last Post: 06-03-2007, 02:17 PM
  3. witnessed a working trainer and a spam hack last night
    By Methadone727 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 05-30-2007, 01:33 PM
  4. Working Wepons and Items
    By vibhavrocks in forum WarRock Korea Hacks
    Replies: 2
    Last Post: 05-21-2007, 08:46 AM
  5. Im trading WORKING bypass and lvl 15 wr acc and mpgh vip acc for...........
    By domin8666 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-28-2007, 01:22 PM