Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    SmartAlley's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    CA General Section
    Posts
    14,370
    Reputation
    577
    Thanks
    1,661
    My Mood
    Hot
    Quote Originally Posted by topblast View Post
    well Someone said that CA sig scans for PTC methon so have fun with them :O

    I did this to my PTC

    [highlight=cpp]

    void GameInfo::PushTC(char* command)
    {
    __asm
    {
    CMP DWORD PTR [EBP+0x8], 0
    JNZ FAIL
    MOV EAX, dwPtcAddr
    CMP DWORD PTR [EAX], 0
    JNZ FAIL
    PUSH [EBP+0x8]
    CALL EAX
    ADD ESP, 0x04
    FAIL:
    }
    }
    [/highlight]

    [highlight=ASM]
    PUSH EBP
    MOV EBP, ESP
    CMP DWORD PTR [EBP+0x8], 0
    JNZ FAIL
    MOV EAX, dwPtcAddr
    CMP DWORD PTR [EAX], 0
    JNZ FAIL
    PUSH [EBP+0x8]
    CALL EAX
    ADD ESP, 0x04
    POP EBP
    [/highlight]
    Where you been?

    We miss your hacks

  2. #17
    OBrozz's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    819
    Reputation
    65
    Thanks
    813
    This is interesting I'm going to take a look into this. Nice Job!

  3. #18
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by SmartAlley View Post


    Where you been?

    We miss your hacks
    I am in hiding.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  4. #19
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by topblast View Post


    I am in hiding.
    hiding from shame?

  5. The Following 2 Users Say Thank You to NOOB For This Useful Post:

    pashak (06-14-2011),whit (06-14-2011)

  6. #20
    pashak's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    350
    Reputation
    29
    Thanks
    42
    Quote Originally Posted by NOOB View Post


    hiding from shame?
    .

  7. #21
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Clarkie threw him in the closet

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

    pashak (06-14-2011)

  9. #22
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by NOOB View Post


    hiding from shame?

    No, I am just finding more important things to do as I am one of the oldest people here with since. Whit dont have any.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  10. #23
    pashak's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    350
    Reputation
    29
    Thanks
    42
    Quote Originally Posted by topblast View Post



    No, I am just finding more important things to do as I am one of the oldest people here with since. Whit dont have any.
    I've been on mpgh longer

  11. #24
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by pashak View Post
    I've been on mpgh longer
    i am more popular
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  12. #25
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    So tell me again what makes this different from the current PTC? except for the few extra lines that does nothing except check to make sure there is a value for the string that's getting pushed?

  13. #26
    pashak's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    350
    Reputation
    29
    Thanks
    42
    Quote Originally Posted by topblast View Post


    i am more popular
    go away

Page 2 of 2 FirstFirst 12