Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish

    Is this method patched or is it just fail coding?

    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* )( 0x3778BFB0 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }	
    void main()
    {
    while(true)
    Sleep(1);
    {
    //hacks
    }
    }
    DWORD WINAPI dwHackThread(LPVOID)
    {
    while( !IsGameReadyForHook() )
    Sleep(1);
    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;
    }
    Credits to CN, /

    It always disconnects in game, it didn't disconnect yesterday but it started to do so today.. Any ideas on how to improve this?

  2. #2
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    Read the sticky...

    There is a reason as to why its there.

  3. #3
    koolwrench's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    California
    Posts
    173
    Reputation
    10
    Thanks
    48
    My Mood
    Amused
    *cough
    old LTC address

    and code demon isnt that way ptc command patched?
    DONT FORGET TO PRESS THE THANKS BUTTON

    accomplishment list:
    post 5 times []
    post 10 times []
    post 50 times[]
    post 100 times[]
    begin to learn coding[]
    code first program []
    code second program[]
    code first hack []
    code a awsome hack[]
    become a member[]
    become a well known[]
    get a unbeliavable[]
    get an unbeliavble+[]
    get called a haxor without hacking[]
    hack without being called a hacker[]






    RESPECT LIST:
    [MPGH]Dave84311
    [Mpgh]Liz

  4. #4
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish
    Quote Originally Posted by CodeDemon View Post
    Read the sticky...

    There is a reason as to why its there.
    Lmao...fail, never mind I see the problem..

  5. #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 HiddenoO View Post
    More specific, please.
    Its right there in giant letters at the top of the page READ BEFORE POSTING: WE DON'T NEED ANYMORE OF THE FOLLOWING QUESTIONS... your answer is in that thread.

  6. #6
    koolwrench's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    California
    Posts
    173
    Reputation
    10
    Thanks
    48
    My Mood
    Amused
    Quote Originally Posted by HiddenoO View Post
    Lmao...fail, never mind I see the problem..
    Quote Originally Posted by CodeDemon View Post
    Its right there in giant letters at the top of the page READ BEFORE POSTING: WE DON'T NEED ANYMORE OF THE FOLLOWING QUESTIONS... your answer is in that thread.
    lol good to see the problem solved anyway back to coding some more
    DONT FORGET TO PRESS THE THANKS BUTTON

    accomplishment list:
    post 5 times []
    post 10 times []
    post 50 times[]
    post 100 times[]
    begin to learn coding[]
    code first program []
    code second program[]
    code first hack []
    code a awsome hack[]
    become a member[]
    become a well known[]
    get a unbeliavable[]
    get an unbeliavble+[]
    get called a haxor without hacking[]
    hack without being called a hacker[]






    RESPECT LIST:
    [MPGH]Dave84311
    [Mpgh]Liz

  7. #7
    HiddenoO's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Anchorage, AK
    Posts
    840
    Reputation
    33
    Thanks
    212
    My Mood
    Devilish
    Quote Originally Posted by CodeDemon View Post
    Its right there in giant letters at the top of the page READ BEFORE POSTING: WE DON'T NEED ANYMORE OF THE FOLLOWING QUESTIONS... your answer is in that thread.
    Oh, and ya one more question..Is the ptc method i'm using patched?

  8. #8
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    READ MY SIG (not to be mean just do it)

    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

  9. #9
    koolwrench's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    California
    Posts
    173
    Reputation
    10
    Thanks
    48
    My Mood
    Amused
    i would have to press numpad 0 for 2 seconds to turn on if i did ur sig O.o
    DONT FORGET TO PRESS THE THANKS BUTTON

    accomplishment list:
    post 5 times []
    post 10 times []
    post 50 times[]
    post 100 times[]
    begin to learn coding[]
    code first program []
    code second program[]
    code first hack []
    code a awsome hack[]
    become a member[]
    become a well known[]
    get a unbeliavable[]
    get an unbeliavble+[]
    get called a haxor without hacking[]
    hack without being called a hacker[]






    RESPECT LIST:
    [MPGH]Dave84311
    [Mpgh]Liz

  10. #10
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    That LTClient Address is a spy!

  11. #11
    HL-SDK's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    11
    Thanks
    26
    Quote Originally Posted by koolwrench View Post
    i would have to press numpad 0 for 2 seconds to turn on if i did ur sig O.o
    No - you are wrong. It would turn on as quickly as possible, then when disabled, it would have a holdoff time of 0.2 seconds.

    But the worst thing is that it uses a Sleep statement in a single thread that could probably be doing other things. You might want to find a way to ditch the sleep statement, or create more threads.

  12. #12
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by HL-SDK View Post
    No - you are wrong. It would turn on as quickly as possible, then when disabled, it would have a holdoff time of 0.2 seconds.

    But the worst thing is that it uses a Sleep statement in a single thread that could probably be doing other things. You might want to find a way to ditch the sleep statement, or create more threads.
    No- you are wrong. It is behind Learn = true; which when it is activated.

    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

  13. #13
    HL-SDK's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    56
    Reputation
    11
    Thanks
    26
    Haha, sorry. I should have read your useless signature but I couldn't take the time to. It isn't that I am a slow reader or anything, it is just very trivial code. I was tripped up.

  14. #14
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Code:
    bool solved = true

  15. The Following User Says Thank You to |Drake™| For This Useful Post:

    HL-SDK (10-11-2010)

  16. #15
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by |Drake™| View Post
    Code:
    bool solved = true
    Code:
    bool solved = true;
    only declares it. you must add the function
    Code:
    if(GetAsyncKeyState(VK_CONTROL)<0){
    if(solved) {
    PushToConsole("SolveQuestion 0");
    solved = false;
    }else{
    PushToConsole("SolveQuestion 1");
    solved = true;
    }
    }
    Or you can make it an auto-on

    Code:
    PushToConsole("SolveQuestion 1");
    HEHE JOKES. LOLCODE

    Code:
    lol solved = laugh;
    
    if(choke(VK_CONTROL)<0){
    if(solved) {
    lmfao("SolveQuestion");
    solved = cough;
    }else{
    lmfao("SolveQuestion"):
    solved = laugh;
    }
    }

    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

Page 1 of 2 12 LastLast

Similar Threads

  1. [Discussion] So is there any possible ways to hack on this new patch V. 1.31?
    By roylytammy in forum Vindictus Discussions
    Replies: 24
    Last Post: 06-17-2011, 03:30 PM
  2. ok this is an easy fix i just forgot
    By Byrd in forum Combat Arms Help
    Replies: 4
    Last Post: 08-03-2010, 05:49 PM
  3. Replies: 9
    Last Post: 07-18-2010, 07:18 AM
  4. [Question]Are strifes chams patched or am i just using them incorrectly
    By wolfff in forum Combat Arms Hacks & Cheats
    Replies: 51
    Last Post: 09-05-2008, 02:02 PM