Results 1 to 11 of 11
  1. #1
    SmartGold's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    8
    My Mood
    Busy

    Talking Latest LTClient and CShell Information

    Hey guys ive been working on my first ever hack! Everything is going fine but there is only one problem. Can you guys tell me the latest LTClient and CShell information?

    Example:
    )( (dwCShell + 0x299D40) );
    )( *LTClient + 0x1F8 );
    I would like to know the latest one so i can release my first hack! TY!

  2. #2
    mestrelost's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    4
    Do not answer because I'm having the same problem!
    whenever I try the hack created the X-Trap detects
    Must be because of the LTC or PTC

    if someone sends me a list of PTC would help

  3. #3
    SmartGold's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    8
    My Mood
    Busy
    Quote Originally Posted by mestrelost View Post
    Do not answer because I'm having the same problem!
    whenever I try the hack created the X-Trap detects
    Must be because of the LTC or PTC

    if someone sends me a list of PTC would help
    Did you try this:

    make a loop that checks if the user inputs a button, and if he does. We can enable a hack.
    But fist we start our loop:
    While(1) or for(;
    Both loops are good. I always use For:
    For(;;)
    A while loop you can compare 2 "things" like 1 == 1 or 1 > 5 and more. With a for loop you can do more. Like this:
    for(int a=0;a==10;a++) {

    }

    This loop loops 10 times. This also can be done with a while loop but this one takes less space. For loop, we put our first configuration. And blood says that you need to put __asm pushad; in the begin of the loop to bypass the securety.
    And at the end: __asm popad;
    for(;;) {
    __asm pushad;

    __asm popad;
    }

  4. #4
    mestrelost's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    4
    Correct use same
    but will sort that you could see if something wrong with this code

    why the x-trap always detect : (

    Code:
    #include <windows.h>
    #include <iostream>
    
    using namespace std;
    
    void __cdecl PushToConsole(char* szVal ) {
        DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
        if( dwCShell != NULL )
        {
            DWORD *LTClient = ( DWORD* )( (dwCShell +  0x2E7FA8) );
            void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x1C0 );
            _asm
            {
                push szVal;
                call CONoff;
                add esp, 4;
            }
        }
    }
    
    DWORD WINAPI hello(LPVOID) {
        while(GetModuleHandleA("CShell.dll") == NULL ) {
        Sleep(120);
    }
    
    	bool nosky = true;
    		
    	for(;;) {
        __asm pushad;
    
    
    if(GetAsyncKeyState(VK_F3)&1) {
    nosky = !nosky;
    }
    
    
    if (nosky) {
    PushToConsole("DrawSky 1");
    }
    else {
    PushToConsole("DrawSky 0");
    }
    Sleep(120);
        __asm popad;
        }
    
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    MessageBoxA(0, " ", "Hack Injetado", 0);
    CreateThread(NULL, NULL,hello, NULL, NULL, NULL);
    }
    return TRUE;
    }



  5. #5
    SmartGold's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    8
    My Mood
    Busy
    Well i dont know but we need to stay on the topic!

  6. #6
    mestrelost's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    4
    lol so here
    but if you get the TLC sends me a PM
    Message

  7. #7
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Download cshell i posted. it is unpacked.

    look for addy yourself.

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  8. #8
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    Mestre i think push to console are all patched.so .. this aint gonna work
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  9. #9
    mestrelost's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    4
    So it is The Thurs

    Code:
    void __cdecl PushToConsole (char * szVal) {
    Note: That this Patch or
    Code:
    PushToConsole (DrawSky 1 ");
    }
    else {
    PushToConsole (DrawSky 0 ");
    PS: Or is it that this patch aki
    ----------
    Will I have to tidy?

    if you have a more updated code could send me
    Thanks




  10. #10
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    Mest... you have to Make the whole hack with a different way .. Push to Console hacks are all patched.. so both are wrong... i think only some work but dunno which ..
    find another way to make hacks. Like d3d or so ..

    Quote Originally Posted by Nubzgetkillz View Post
    Download cshell i posted. it is unpacked.

    look for addy yourself.
    where did u exactly post the unpacked cshell ?
    Last edited by Fly3r; 01-26-2011 at 08:40 AM.
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  11. #11
    Swiftdude's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Illinois.
    Posts
    12,572
    Reputation
    1130
    Thanks
    2,996
    My Mood
    Cynical
    you gotta unpack cshell on your own.
    ╪closed╪
    Still love you Giggletron