Results 1 to 13 of 13
  1. #1
    dllbase's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    IN YOUR %#$
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Cool

    [Help]CA NA to CA BR

    Guys, I downloaded the top blast hack project full, and I wanted to use it for CA BR, need help

  2. #2
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    lern te laguige

  3. #3
    dllbase's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    IN YOUR %#$
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Cool
    please man...
    How can i find the adress of nx chams , no recoil ... etc
    please

  4. #4
    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 dllbase View Post
    please man...
    How can i find the adress of nx chams , no recoil ... etc
    please
    Theres no Address for chams, so find the Brazil ltclient, and however you would say chams in Brazilian
    Dont ban me

  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 markoj View Post
    Theres no Address for chams, so find the Brazil ltclient, and however you would say chams in Brazilian
    Chamerones!

  6. The Following User Says Thank You to CodeDemon For This Useful Post:

    markoj (10-05-2010)

  7. #6
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Learn the language.

    Its the inconvenient(For you) truth.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  8. #7
    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 CodeDemon View Post
    Chamerones!
    Ok so
    Code:
    void PushToConsole(const char* szCommand )
    {  
        if(((DWORD)GetModuleHandleA("CShell.dll")) != NULL )
        {
         DWORD *LTClient = ( DWORD* )(  Brazil LTClient  );
            void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
            __asm
            {
                push szCommand;
                call CONoff;
                add esp, 4;
            }
        }
    }
    Then
    Code:
    PushToConsole(Chamoranes 1);
    Dont ban me

  9. The Following User Says Thank You to markoj For This Useful Post:

    tahha (10-05-2010)

  10. #8
    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 markoj View Post
    Ok so
    Code:
    void PushToConsole(const char* szCommand )
    {  
        if(((DWORD)GetModuleHandleA("CShell.dll")) != NULL )
        {
         DWORD *LTClient = ( DWORD* )(  Brazil LTClient  );
            void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
            __asm
            {
                push szCommand;
                call CONoff;
                add esp, 4;
            }
        }
    }
    Then
    Code:
    PushToConsole(Chamoranes 1);
    no!!!! You spelled Chamerones wrong! / <3

    Why would he want to push Chamoranes(Bagels) to the console /

  11. #9
    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 CodeDemon View Post
    no!!!! You spelled Chamerones wrong! / <3

    Why would he want to push Chamoranes(Bagels) to the console /
    Bagels heal you but I thought bagels was enrolados, thats the way I was taught.
    PushToConsole(Chamerones 7);
    Guess what pênis is in english/
    Dont ban me

  12. #10
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Code:
    void PTC(char *Command){
        HMODULE nofail = GetModuleHandleA("CShell.dll");
        if(nofail = NULL)
            return;
        typedef int (*ptc)(const char *);
        DWORD* LTADDY = (DWORD*)BRAZIL;
        ptc ptc_c = *(ptc*)(*LTADDY + 0x208);
        ptc_c(Command);
    }
    Creds to Markoj. I dont know I just like it better
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  13. The Following User Says Thank You to whatup777 For This Useful Post:

    markoj (10-05-2010)

  14. #11
    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 whatup777 View Post
    Code:
    void PTC(char *Comand){
        HMODULE nofail = GetModuleHandleA("CShell.dll");
        if(nofail = NULL)
            return;
        typedef int (ptc)(const char *);
        DWORD* LTADDY = (DWORD*)BRAZIL;
        ptc ptc_c = *(ptc*)(*LTADDY + 0x208);
        ptc_c(Command);
    }
    Creds to Markoj. I dont know I just like it better
    Lol I didn't use that in my example for a reason/ but its all good
    Dont ban me

  15. #12
    klofee's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    2
    Learn the fucking C++ language and update it, choob.

  16. #13
    dllbase's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    IN YOUR %#$
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Cool
    thanks for all help,
    im searching for adress of the Br ltclient ,but i dont know how can i make that,
    i have the OLLYDBG
    -----
    how can i find by OLLYDBG ?

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Injector Admin help
    By asdfgas in forum Combat Arms Help
    Replies: 4
    Last Post: 04-27-2011, 06:12 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM