Thread: 2 LTC Sig-Scans

Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    @markoj

    [php]void Searchaddies()
    {
    while(!ReadyHook())
    Sleep(10);
    LTC = FindPattern(all for the LTCClient);
    }[/php]

    [php]DWORD __stdcall GetAddy(void*)
    {
    Searchaddies();
    return 0;
    }[/php]

    [php]int __stdcall DllMain ( HMODULE hDll, DWORD dwReason, void* lpReserved )
    {
    DisableThreadLibraryCalls(hDll);

    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    CreateThread(NULL, NULL, GetAddy, NULL, NULL, NULL);
    }
    return true;
    }[/php]

    there can be errors made that into Google Chrome not copied by my source, but i think u can do it^^
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  2. The Following User Says Thank You to kotentopf For This Useful Post:

    markoj (10-13-2010)

  3. #17
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by kotentopf View Post
    @markoj

    [php]void Searchaddies()
    {
    while(!ReadyHook())
    Sleep(10);
    LTC = FindPattern(all for the LTCClient);
    }[/php]

    }[/php]

    there can be errors made that into Google Chrome not copied by my source, but i think u can do it^^
    / already figured it out but Thank you
    Dont ban me

  4. #18
    Gordon`'s Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    283
    Reputation
    24
    Thanks
    325
    Quote Originally Posted by markoj View Post
    Its in my ptc
    [php]void PTC(const char* szCommand)//Marko's PTC Method
    {
    HMODULE hMod = GetModuleHandleA("CShell.dll");
    if(hMod == NULL)
    return;
    //DWORD *Address = (DWORD*)FindPattErn((DWORD)GetModule("Enginl.dll") , lala, (PBYTE)"", "");


    //PTC command
    }
    [/php]
    better:
    [php]
    void PTC(const char* szCommand)//Marko's PTC Method
    {
    HMODULE hMod = GetModuleHandleA("CShell.dll");
    if(hMod == NULL)
    return;

    static DWORD *Address = NULL;
    if(Address == NULL)
    Address = (DWORD*)FindPattErn((DWORD)GetModule("Engine.dll") , lala, (PBYTE)"", "");


    //PTC command
    }
    [/php]

    It only searches till it found the address.
    For more: Learn C++ - 8.11 — Static member variables


  5. The Following User Says Thank You to Gordon` For This Useful Post:

    markoj (10-14-2010)

  6. #19
    ken53406's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    In your moms slop hole :D
    Posts
    151
    Reputation
    9
    Thanks
    97
    My Mood
    Aggressive
    Thanks btw i havent seen Gordon' on this site in forever :O
    troll says: FUK YO COUCH NIGGA!
    V
    [img]https://www.******************/forums/images/smilies/troll_run.gif[/img]


    My goals list:
    Legend:

    Complete - Incomplete -

    30 Posts: [] | 50 Posts: []
    70 Posts: [] | 100 Posts: []
    500 Posts: [] | 1,000 Posts: []
    Release a CA NA pub: [] | Release a CFNA Pub: []
    Pro C++ Coder: [] | Pro VB Coder: []
    [IMG]https://images.encyclopediadramatic*****m/images/5/57/Pedobear_a.gif[/IMG]

    Don't forget:

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Search for Addy once using sig scan?
    By SF-Abel in forum Combat Arms Coding Help & Discussion
    Replies: 4
    Last Post: 12-03-2010, 06:07 PM
  2. [help] ok need a sig scan
    By speedforyou in forum Combat Arms Coding Help & Discussion
    Replies: 15
    Last Post: 10-30-2010, 05:53 PM
  3. Sig Scan Problem
    By Sydney in forum Combat Arms Coding Help & Discussion
    Replies: 11
    Last Post: 09-27-2010, 12:08 AM
  4. Sig Scan for GameStatus
    By ipwnuuaal5 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 09-03-2010, 02:05 PM
  5. Instant Reload Sig Scan
    By J in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 08-18-2010, 10:33 AM