Results 1 to 14 of 14
  1. #1
    vash000's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Posts
    80
    Reputation
    10
    Thanks
    3

    need some help on making sat chams probly worng place

    hey all i followed a tut on here about makeing ur frist hack and well i actualy read it and then learned that the LTClient was out of date well crash posted the new one i wish i new how to find it on my own yes iam new to this and all i really want is jest Sat chams and no recole but i think frist i should get the sat chames to work this is wat i got from the code

    #include <windows.h>
    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "d3d9.dll" ) != NULL
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL
    && GetModuleHandleA( "CShell.dll" ) != NULL )
    return true;
    return false;
    }
    void __cdecl PushToConsole( const char* szCommand )
    {
    DWORD *LTClient = ( DWORD* )( 0x377E7810 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    void main()
    {
    while(true)
    {
    PushToConsole("SkelModelStencil 1" );
    }
    }
    DWORD WINAPI dwHackThread(LPVOID)
    {
    while( !IsGameReadyForHook() )
    Sleep(100);
    main();
    return 0;
    }
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    CreateThread(NULL, NULL, dwHackThread, NULL, NULL, NULL);
    }
    return TRUE;
    }


    ok well when i build the dll and inject it it works for about 30 once iam in a game then it jest closes CA wat might i be doing worng here iam kinda new to this so i beleave if iam shown how this is done like also putting a base in to the dll to make a menu hack then i might be able to do it all my self from then on like also finding addies i dont know wat i need to open to get them enegin.exe or CShell.dll iam also running windows 7 32
    [IMG]https://i855.photobucke*****m/albums/ab119/vash000/Greenskullcopy.jpg[/IMG]

  2. #2
    flashlight95's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    12-34 Poopie Street Posts: Over 9000!
    Posts
    127
    Reputation
    10
    Thanks
    15
    The PushToConsole method is probably detected.

  3. #3
    vash000's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Posts
    80
    Reputation
    10
    Thanks
    3
    humm really then how would i get around that i dont know how to search for addies if thats wat u use to get around that iam usesing ida
    [IMG]https://i855.photobucke*****m/albums/ab119/vash000/Greenskullcopy.jpg[/IMG]

  4. #4
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    No offense but you need to learn how to use a period. I had alot of trouble understanding what you wrote.

  5. #5
    vash000's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Posts
    80
    Reputation
    10
    Thanks
    3
    ok. iam sorry. but do u know wat i need to do?
    [IMG]https://i855.photobucke*****m/albums/ab119/vash000/Greenskullcopy.jpg[/IMG]

  6. #6
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    First try packing your hack with something like UPX, Themida, or PEspin. Then try a different PTC method.

  7. #7
    vash000's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Posts
    80
    Reputation
    10
    Thanks
    3
    iam useing visual C++ express 2010. and its building that hack there in .dll but could it be that i have visual C++ open when i test the hack? also might i add that i am a NOOB at hacking.
    Last edited by vash000; 08-26-2010 at 03:19 PM.
    [IMG]https://i855.photobucke*****m/albums/ab119/vash000/Greenskullcopy.jpg[/IMG]

  8. #8
    117185's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    1
    Womg u did not booled it anyway if u dont know how 2 code!
    Please stop with coding hacks and start coding in C#

  9. #9
    vash000's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Posts
    80
    Reputation
    10
    Thanks
    3
    k well the think is that if i only knew wat it is that i need to look for. to make hacks work then i would be alright also how to look for wat i need. besides witch is better C++ or C#
    [IMG]https://i855.photobucke*****m/albums/ab119/vash000/Greenskullcopy.jpg[/IMG]

  10. #10
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    use longevities RunConsoleCommand method... it is posted somewhere in the depths of the source code section

  11. #11
    flayer669's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    220
    Reputation
    19
    Thanks
    33
    My Mood
    Dead
    Quote Originally Posted by vash000 View Post
    ok. iam sorry. but do u know wat i need to do?
    Lmao that made me laugh
    Subscribe

    www.Youtube.com/XanaxEdits

    [IMG]https://img.photobucke*****m/albums/v739/gore_ridden/stroke.gif[/IMG]




    :yourock1:

  12. #12
    LightzOut's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    25
    Well if your new to hacking you should probably go learn some C++ first. You just need an alternative PushToConsole method. Just search around for an undetected one if you don't know how to write one yourself.

  13. #13
    vash000's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Posts
    80
    Reputation
    10
    Thanks
    3
    u see thats the thing. everybody wonts teli kill or opk all i really want is nx chams and no recoile thats it
    [IMG]https://i855.photobucke*****m/albums/ab119/vash000/Greenskullcopy.jpg[/IMG]

  14. #14
    LightzOut's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    25
    Well we can't spoonfeed everything, especially when ptc's are the easiest form of hacking around. Just search around the forum, you will find one soon enough.

Similar Threads

  1. [Help Request] Need some help to make a bot
    By Domo in forum Vindictus Help
    Replies: 6
    Last Post: 05-21-2011, 10:15 AM
  2. need some help <<< chams
    By Alienth in forum Combat Arms Help
    Replies: 5
    Last Post: 09-25-2009, 11:31 PM
  3. I need a webhoster and some help to make www.warrockshop.net!
    By bambell in forum WarRock - International Hacks
    Replies: 10
    Last Post: 10-14-2007, 09:03 AM
  4. i just finish kwr chams hack but i need some help
    By aprill27 in forum WarRock Korea Hacks
    Replies: 10
    Last Post: 05-30-2007, 03:01 PM
  5. Trying to make trainer, and need some help
    By xpector in forum WarRock - International Hacks
    Replies: 0
    Last Post: 04-24-2007, 05:55 AM