Results 1 to 14 of 14
  1. #1
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah

    Ehm... PTC found, False?

    this is my base ok it d/c's but i took out the ptc it still dced me + ptc still worked fine for me:

    [php]
    #define Lt_Client 0x37768BD0 //godmododesu
    #define blamsmae DllMain
    #define mezhasstarted main

    #include <windows.h>
    #include <iostream>
    #include <sstream>
    #include <string>
    #include <stdexcept>

    bool SMEXIESTTHREADEVA()
    {
    if( GetModuleHandleA( "d3d9.dll" ) != NULL
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;
    return false;
    }

    #pragma region PTC-COMPLETE
    class BadConversion : public std::runtime_error {
    public:
    BadConversion(std::string const& s)
    : std::runtime_error(s)
    { }
    };

    inline std::string stiffy(int hax)
    {
    std:stringstream o;
    if (!(o << hax))
    throw BadConversion("stiffy(integer)");
    return o.str();
    }

    int __cdecl PTC( std::string smexy ,int sexyvalue)
    {
    std::string typhus (smexy + " " + stiffy(sexyvalue));
    const char* ponstANAL = typhus.c_str ();
    DWORD *LTCt = ( DWORD* )( Lt_Client );
    void* CONoff = ( void* )*( DWORD* )( *LTCt + 0x208 );
    __asm
    {
    push ponstANAL;
    call CONoff;
    add esp, (4*2/2+4-2-2);
    }
    }
    #pragma endregion

    void mezhasstarted()
    {
    while(true)
    {
    PTC("ShowFps",1);

    #pragma region TextInjectionComplete
    if(GetAsyncKeyState(VK_DELETE)&1)
    {
    Sleep(100);
    keybd_event(VK_RETURN,0,0,0);
    Sleep(10);
    keybd_event('I',0,0,0);
    Sleep(10);
    keybd_event('N',0,0,0);
    Sleep(10);
    keybd_event('J',0,0,0);
    Sleep(10);
    keybd_event('E',0,0,0);
    Sleep(10);
    keybd_event('C',0,0,0);
    Sleep(10);
    keybd_event('T',0,0,0);
    Sleep(10);
    keybd_event('I',0,0,0);
    Sleep(10);
    keybd_event('O',0,0,0);
    Sleep(10);
    keybd_event('N',0,0,0);
    Sleep(10);

    keybd_event(VK_SPACE,0,0,0);
    Sleep(10);

    keybd_event('C',0,0,0);
    Sleep(10);
    keybd_event('O',0,0,0);
    Sleep(10);
    keybd_event('M',0,0,0);
    Sleep(10);
    keybd_event('P',0,0,0);
    Sleep(10);
    keybd_event('L',0,0,0);
    Sleep(10);
    keybd_event('E',0,0,0);
    Sleep(10);
    keybd_event('T',0,0,0);
    Sleep(10);
    keybd_event('E',0,0,0);
    Sleep(10);
    keybd_event(VK_RETURN,0,0,0);
    Sleep(10);
    }
    #pragma endregion

    if(GetAsyncKeyState(VK_NUMPAD5)&1)
    {
    Sleep(100);
    keybd_event(VK_RETURN,0,0,0);
    Sleep(5);
    keybd_event('W',0,0,0);
    Sleep(5);
    }

    Sleep(1);
    }
    }

    DWORD WINAPI MezHasNoThread(LPVOID)
    {
    while( !SMEXIESTTHREADEVA() );
    Sleep(100);
    main();
    return 0;
    }
    BOOL WINAPI blamsmae ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    CreateThread(NULL, NULL, MezHasNoThread, NULL, NULL, NULL);
    }
    return TRUE;
    }
    [/php]

    i can test my addies now since it only d/c's after like 2-5 minutes.
    ow yeah why it says godmode is because this source i used @ op7 :3

    Owyeah if u create a hotkey hack leech the command list of injected it looks reall awesome when it types.
    + it is really fast @ typing ingame too.
    Last edited by Kuro Tenshi; 08-25-2010 at 03:10 PM.
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

  2. #2
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Mmm pack it with upx or other packer and you fix all problems
    The ptc is updated

  3. #3
    Threadstarter
    I'm the fallen angel from heaven.
    MPGH Member
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah
    Quote Originally Posted by coogle007 View Post
    Mmm pack it with upx or other packer and you fix all problems
    The ptc is updated
    i have a packer but the mods here arent happy with the results =-=
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

  4. #4
    coogle007's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    267
    Reputation
    18
    Thanks
    297
    My Mood
    Aggressive
    Add me on skype punkbuster29

  5. #5
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Lol why all the weird shit in your base it makes it unread-able :P

    Also have you tried a different method of pushing commands ?

    Try this maybe ?

  6. #6
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    Quote Originally Posted by Crash View Post
    Lol why all the weird shit in your base it makes it unread-able :P

    Also have you tried a different method of pushing commands ?

    Try this maybe ?
    yea tht works :P ty crash

  7. #7
    BCKP_KuroTenshi's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    32
    Reputation
    12
    Thanks
    14
    My Mood
    Inspired
    Quote Originally Posted by Crash View Post
    Lol why all the weird shit in your base it makes it unread-able :P

    Also have you tried a different method of pushing commands ?

    Try this maybe ?
    ??? it works its my cpp that is found, toug i made it today?
    // read before post :3

    owshit backup acc =-= forgot that i used this login on the other os.

  8. #8
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by BCKP_KuroTenshi View Post
    ??? it works its my cpp that is found, toug i made it today?
    // read before post :3
    I still have no idea what you said on that post or what you said right now...

  9. #9
    Threadstarter
    I'm the fallen angel from heaven.
    MPGH Member
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah
    Quote Originally Posted by Crash View Post
    I still have no idea what you said on that post or what you said right now...
    :| yeah ill sumerise it for you:
    PTC <- method still works for me, not patched
    Addresses <- still work for me, though im changing to SigScans soon
    Source <- works but d/c's
    deleted all content <- still d/c's

    i had this before i created the most rediculas cpp and base name and it worked now i chose a normal one it d/c's after 5 minutes tops.


    And why do i use such strange commands is because i may not use the packers i use on mpgh, these are those: vmprotect & themidapacker.
    =-= most common and thier used by most too. /Phail towards mod who told me this?
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

  10. #10
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    Quote Originally Posted by Kuro Tenshi View Post

    :| yeah ill sumerise it for you:
    PTC <- method still works for me, not patched
    Addresses <- still work for me, though im changing to SigScans soon
    Source <- works but d/c's
    deleted all content <- still d/c's

    i had this before i created the most rediculas cpp and base name and it worked now i chose a normal one it d/c's after 5 minutes tops.


    And why do i use such strange commands is because i may not use the packers i use on mpgh, these are those: vmprotect & themidapacker.
    =-= most common and thier used by most too. /Phail towards mod who told me this?
    the ptc method is patched im sure :S if u deleted all ur the source code just used the ptc method then thts the problem also my private hack used to d/c 3mins ingame i tried everything changing all the ptc strings ect the only thing tht worked without packing it was adding sigscan for the LTC and CN method with the afew things changed

  11. #11
    Threadstarter
    I'm the fallen angel from heaven.
    MPGH Member
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah
    Quote Originally Posted by HaX4LiFe! View Post
    the ptc method is patched im sure :S if u deleted all ur the source code just used the ptc method then thts the problem also my private hack used to d/c 3mins ingame i tried everything changing all the ptc strings ect the only thing tht worked without packing it was adding sigscan for the LTC and CN method with the afew things changed
    i deleted everything till i only had a simple hotkey left that did typ 1 letter =-=.
    this was the ultimate boldness with knowing the hack worked.
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

  12. #12
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by Kuro Tenshi View Post

    i deleted everything till i only had a simple hotkey left that did typ 1 letter =-=.
    this was the ultimate boldness with knowing the hack worked.
    It still d/ced ?

  13. #13
    dadum02's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    https://www.zest4shopping.com/
    Posts
    129
    Reputation
    10
    Thanks
    431
    Try Remaking the hook and PTC. I added a few commands and it works.
    I PWNED NEXXON

    ________________Zest4Shopping_UK_______________
    [YOUTUBE]C3kB2qBmtck[/YOUTUBE]
    Mens & Womens Clothing, Shoes & Accessories - Comming soon to UK - My new Website

  14. #14
    Threadstarter
    I'm the fallen angel from heaven.
    MPGH Member
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah
    why does every one say its the ptc, while it even d/c's when i dont have it in my hack
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

Similar Threads

  1. All PTC Commands I found
    By A$IAN in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 09-15-2010, 08:23 AM
  2. Some Private PTC I found
    By jacob1421 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 09-04-2010, 04:46 AM
  3. Finally Found you Guys
    By Chronologix in forum General
    Replies: 11
    Last Post: 09-26-2009, 01:04 PM
  4. Replies: 0
    Last Post: 05-20-2006, 08:05 AM
  5. Found Asuka!
    By Super-Man in forum GunBound Hacks / Bots
    Replies: 2
    Last Post: 01-19-2006, 09:15 AM