Results 1 to 7 of 7
  1. #1
    jaisontuf's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    ?
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    PushToConsole can still be used?

    Anyone know if PushToConsole can still be used?

  2. #2
    Dead 4 Real's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Canada
    Posts
    336
    Reputation
    11
    Thanks
    83
    My Mood
    Relaxed
    Lol, it was patched awhile ago but theres still new ptc methods

  3. The Following User Says Thank You to Dead 4 Real For This Useful Post:

    jaisontuf (01-19-2011)

  4. #3
    jaisontuf's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    ?
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    would send an updated source?

  5. #4
    S0aD's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    2,247
    Reputation
    5
    Thanks
    590
    The Method to Use PTC is Necessary to Know What A Run ByPass

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

    jaisontuf (01-19-2011)

  7. #5
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by jaisontuf View Post
    would send an updated source?
    Code:
    void Do(const char* cmd)
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x485E10
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }

  8. The Following User Says Thank You to NOOB For This Useful Post:

    jaisontuf (01-19-2011)

  9. #6
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by ᴺᴼᴼᴮ View Post


    Code:
    void Do(const char* cmd)
    {
    	_asm
    	{
    		PUSH cmd
    		MOV EAX, 0x485E10
    		CALL EAX
    		ADD ESP, 0x4
    	}
    }
    Is this for real? O.O
    I can see a few flaws i think :/
    No I do not make game hacks anymore, please stop asking.

  10. #7
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    Well, to do a "PTC" (Push to Commandline) you do this

    #include <iostream>

    int main()
    {
    std::cout << "Learn to code, and use gellins base to start" << std::endl;
    return 0;
    }
    Sammy told me to...

  11. The Following User Says Thank You to jonnyboy9985 For This Useful Post:

    jaisontuf (01-20-2011)