Results 1 to 8 of 8
  1. #1
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,589
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired

    Arrow Help With My Hack

    My hack wont work. I don't know what it is. All the addresses are correct. It doesn't D/C. The menu shows up. But whenever I turn something on it doesn't work. Can someone please help?

    This is the PTC I'm using:
    Code:
    void __cdecl pRunConsoleCommand(char* szVal)
    {
    	void* vSetVar = (void*)EngLTC;
    	_asm
    	{
    		push szVal
    		call vSetVar
    		add esp, 4
    	}
    }
    This is the Memory Editing Function I'm using:
    Code:
    bool Memoria( void * pDest, char * szPatch, size_t sSize )//Function To Modify Memory Addresses
    { 
        DWORD dwOrgProtect = NULL; 
        if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
            return FALSE;
    
        memcpy( pDest, szPatch, sSize ); 
        VirtualProtect( pDest, sSize, dwOrgProtect, NULL ); 
        return TRUE; 
    }
    Please help,

    Thanks
    Last edited by Flengo; 04-22-2011 at 04:03 PM.
    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


  2. #2
    nucks's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    191
    Reputation
    6
    Thanks
    85
    My Mood
    Amazed
    Got a ingame function?

  3. #3
    Cal's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH faggots.
    Posts
    5,553
    Reputation
    394
    Thanks
    825
    The function to turn them on is wrong.

  4. #4
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    You can try not using pc and see if any other hacks get turned on
    No I do not make game hacks anymore, please stop asking.

  5. #5
    kepuken's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Northern Virginia
    Posts
    353
    Reputation
    10
    Thanks
    110
    My Mood
    Blah
    Quote Originally Posted by MC Modder View Post
    The function to turn them on is wrong.
    That's what she said

  6. #6
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,589
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    My Memory Hacks don't work either...
    I tried all of Noob's PTC Addies. None worked. None of my hacks work
    I don't D/C
    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


  7. #7
    nucks's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    191
    Reputation
    6
    Thanks
    85
    My Mood
    Amazed
    add me on canucks1o1@LiVe.com and ill help ya out

  8. #8
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,589
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    I added you
    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