Thread: If You d/c

Results 1 to 15 of 15
  1. #1
    SimplyUnknown's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    10

    If You d/c

    Here is an Alternative way for PTC/LTC Method, in case some of you dont have it.


    Code:
    void __cdecl Push(char* szVal)
    {
        void* vSetVar = (void*)0x46F670;
        _asm
        {
           push szVal
            call vSetVar
            add esp, 4
        }
    }
    Or

    Code:
    void __cdecl PushToConsole(char* szVal)
    {
        void* vSetVar = (void*)0x46F670;
        _asm
        {
           push szVal
            call vSetVar
            add esp, 4
        }
    }
    Or Normal Way

    Code:
    //void __cdecl PushToConsole( const char* szCommand ) 
    {
    		DWORD *LTClient = ( DWORD* )( 0x377ED7A4 );//Updated With latest
    		void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    		__asm
    		{
    			push szCommand;
    			call CONoff;
    			add esp, 4;
    	}
    }

    I Take No Credit.
    Credits to whoever made that way in the firstplace
    Last edited by SimplyUnknown; 09-24-2010 at 07:12 PM.

  2. The Following 3 Users Say Thank You to SimplyUnknown For This Useful Post:

    Amatowarrior (09-24-2010),dontcrymore15 (09-24-2010),NOOB (09-26-2010)

  3. #2
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Thanks Old Friend

  4. #3
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Give credits /yea

  5. #4
    SimplyUnknown's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    10
    To Who ? lol. i got it from the base im using..

  6. #5
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Quote Originally Posted by SimplyUnknown View Post
    To Who ? lol. i got it from the base im using..
    Then to whoever wrote your base

  7. The Following User Says Thank You to CodeDemon For This Useful Post:

    markoj (09-24-2010)

  8. #6
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by SimplyUnknown View Post
    To Who ? lol. i got it from the base im using..
    Lmao your base? You sound like Zane /
    Dont ban me

  9. #7
    SimplyUnknown's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    10
    i didnt say My base O.o i said ' The Base Im Using '

  10. #8
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Markoj way is cooloer. /
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

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

    markoj (09-24-2010)

  12. #9
    SimplyUnknown's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    52
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by whatup777 View Post
    Markoj way is cooloer. /
    Good On ya!

    Btw - its Cooler Not Cooloer

  13. #10
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Code:
    cooloer = cooler;
    
    markoj = cooloer;
    It still works

  14. The Following User Says Thank You to CodeDemon For This Useful Post:

    markoj (09-24-2010)

  15. #11
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by whatup777 View Post
    Markoj way is cooloer. /
    Holy shit, your not on my cool person list? :P
    wth

    now you are
    Last edited by markoj; 09-24-2010 at 08:42 PM.
    Dont ban me

  16. #12
    klofee's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    2
    Hmm, i have a better PTC than inline ASM methods.

  17. #13
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    wrong thread lol
    Last edited by CodeDemon; 09-24-2010 at 07:40 PM.

  18. #14
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    Holy shit demon that wicked cool. Nice job.

  19. #15
    timebomb99's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    257
    Reputation
    9
    Thanks
    14
    My Mood
    Amused
    Quote Originally Posted by SimplyUnknown View Post
    i didnt say My base O.o i said ' The Base Im Using '
    Ya. My base (acid)
    [IMG]https://s874.photobucke*****m/albums/ab301/SDUK_1990/SIG2copy.jpg[/IMG]

Similar Threads

  1. something you might wanna see
    By Associate in forum General
    Replies: 10
    Last Post: 05-27-2010, 02:52 PM
  2. Finally Found you Guys
    By Chronologix in forum General
    Replies: 11
    Last Post: 09-26-2009, 01:04 PM
  3. Replies: 12
    Last Post: 04-05-2009, 06:13 AM
  4. Post the scariest shit you have seen!
    By arunforce in forum General
    Replies: 26
    Last Post: 08-17-2007, 11:16 PM
  5. i beg of you for a sig!
    By -Avenger- in forum Help & Requests
    Replies: 10
    Last Post: 01-25-2006, 05:23 PM