Results 1 to 15 of 15
  1. #1
    WolfenXD's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Konoha
    Posts
    159
    Reputation
    10
    Thanks
    11

    Question Help With Making a Base- Im Only 13 -.-

    Ive read thoroughly through the C++ for Dummies 5th edition. It seems to talk about very general C++ things. I have a bit of knowledge/understanding of C++ (i think) But the book didn't say anything specific about DLLs. And i was looking for the Crossfire Tuts and most were just codes and i was trying to figure out to put them together. But the TUTs didnt tell me much about how to start off and what needed to be done with those codes.


    Ive been searching around and couldn't find any crossfire specific TUTS (SO dont say go google it )

    IF ANYONE IS ABLE TO SHOW/TELL ME HOW TO START OFF I WOULD APPRECIATE IT

    Don't Give Hate Comment Please, im just looking for some help


  2. #2
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,987
    My Mood
    Asleep
    there is no crossfire hack tuts
    u just gotta learn C++ and ASM

  3. #3
    WolfenXD's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Konoha
    Posts
    159
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by errol641 View Post
    there is no crossfire hack tuts
    u just gotta learn C++ and ASM
    oh.....well urm whats ASM?


  4. #4
    maximus8011's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    7
    and after that learn C++ try to find Addys,see that:https://www.mpgh.net/forum/242-crossf...ind-addys.html
    Last edited by maximus8011; 12-10-2011 at 08:43 AM.

  5. #5
    [I]Tfrix's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    In My Room
    Posts
    213
    Reputation
    10
    Thanks
    100
    My Mood
    Fine
    bool Ready2Hook()
    {
    if(GetModuleHandleA("CShell.dll") != NULL
    && GetModuleHandleA("ClientFx.fxd") != NULL)
    return 1;
    return 0;
    }

    DWORD WINAPI Wait(LPVOID)
    {
    while(!Ready2Hook()) Sleep(200);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
    return 0;
    }

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);

    if ( dwReason == DLL_PROCESS_ATTACH )
    {

    MessageBoxA(0, "efesfesf","afseff", 0);

    CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
    }
    return 1;
    }





    not my, just a base that i dont need

  6. #6
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    Thats not even a base ...
    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?




  7. #7
    [[SeXergy]]'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    417
    Reputation
    27
    Thanks
    130
    My Mood
    Sneaky
    Quote Originally Posted by [I]Tfrix View Post
    bool Ready2Hook()
    {
    if(GetModuleHandleA("CShell.dll") != NULL
    && GetModuleHandleA("ClientFx.fxd") != NULL)
    return 1;
    return 0;
    }

    DWORD WINAPI Wait(LPVOID)
    {
    while(!Ready2Hook()) Sleep(200);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
    return 0;
    }

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);

    if ( dwReason == DLL_PROCESS_ATTACH )
    {

    MessageBoxA(0, "efesfesf","afseff", 0);

    CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
    }
    return 1;
    }





    not my, just a base that i dont need
    LOOOL dat is not a base that is just copied and pasted ... If u didnt copy and paste you would know that is not a base and its a DLLMain.

  8. #8
    WolfenXD's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Konoha
    Posts
    159
    Reputation
    10
    Thanks
    11
    Soooooo.....do i just copy and past a base into C++ express and then replace/fill in some of the codes? .........By searching through the other DLLs? oh and do i need to decompile the CShell?


  9. #9
    antihacking1's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    90
    Reputation
    10
    Thanks
    21
    My Mood
    Aggressive
    You will not get any help outthere...Most people here just uses Swiftdude base or someone else base without even knowing how the stuff works, And then they just say "Learn C++", because they cant help you....

    I recommend you to search about Dlls, just use google lol...
    And about "DllMain" and about the function CreateThread too
    very useful, to start...

    DllMain entry point
    CreateThread function

    Check those 2 links, Learn more about pointers, And then get a base outthere and learn from it...But dont Copy paste, or you will not learn anything...
    Dumb people.../Fp
    Quote Originally Posted by [[MightySaa0d]] View Post
    use C++
    it's newer version of C#

  10. The Following User Says Thank You to antihacking1 For This Useful Post:

    maximus8011 (12-10-2011)

  11. #10
    OmgItzBluffer's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    3
    Good luck kid , your gonna need to take a few months to learn it , I am 14 and I would love to be able to code hacks, however it just takes to much concentration , I'll be honest with you , at 13 years old you gotta learn simple coding in order to understand c++ or c# or anything complicated, I suggest you make some injectors with Visual Basic and get into the whole " coding" thing , then move your way up to web coding ( html , css, java script) , then learn C++ , but I won't learn C++ , no time because at our age we've got school man .
    Okay thats just my suggestion(s)

  12. #11
    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 OmgItzBluffer View Post
    Good luck kid , your gonna need to take a few months to learn it , I am 14 and I would love to be able to code hacks, however it just takes to much concentration , I'll be honest with you , at 13 years old you gotta learn simple coding in order to understand c++ or c# or anything complicated, I suggest you make some injectors with Visual Basic and get into the whole " coding" thing , then move your way up to web coding ( html , css, java script) , then learn C++ , but I won't learn C++ , no time because at our age we've got school man .
    Okay thats just my suggestion(s)
    Kid please, I was creating Remote Admin Tools using protocols and ports in Visual Basics when I was 11.
    By the time I was 13 I already knew VB.net, HTML, Some PHP, and Various methods in hacking accounts and passwords.

  13. #12
    [I]Tfrix's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    In My Room
    Posts
    213
    Reputation
    10
    Thanks
    100
    My Mood
    Fine
    Quote Originally Posted by [[SeXergy]] View Post
    LOOOL dat is not a base that is just copied and pasted ... If u didnt copy and paste you would know that is not a base and its a DLLMain.
    he is looking for bases? oops :P

    man learn c++ is the best you can doo

    (sry i fought he wanted a hook :P)


    This was posted some time ago man. press thx .... NOOOOWW xD

    https://www.mpgh.net/forum/242-crossf...rce-codes.html
    Last edited by [I]Tfrix; 12-10-2011 at 11:32 PM.

  14. #13
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Your age doesn't matter.
    If you started coding earlier, you could already know advanced programming.

    A typical no menu hack works like this :
    - Create a hack thread or hook into the game
    - Wait for game librarys
    - If it is auto-on, put every hack on, else wait until the user presses a key and activate it

    A tip : A * after the type of the variable means, that it is a pointer, a * before it means, that he reads / writes to it.
    You also can use just a pointer and work with it like an array

  15. #14
    liquidcool's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0
    hahaha i agree

  16. #15
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    LOL...so what..am 12 and i released a few hacks..not rly good hacks..but they arent bad
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

Similar Threads

  1. [Help Request] Help with making an injector..
    By Nercrojuice in forum CrossFire Help
    Replies: 8
    Last Post: 08-14-2011, 12:04 PM
  2. [Help Request] Help With Making Mod
    By mastalol in forum Combat Arms Mod Help
    Replies: 7
    Last Post: 06-10-2011, 02:29 AM
  3. [Help Request] Need help with making binds !
    By JonathanTBM in forum Vindictus Help
    Replies: 4
    Last Post: 05-10-2011, 07:40 PM
  4. Help with making a UCE...
    By tolb in forum WarRock - International Hacks
    Replies: 10
    Last Post: 06-10-2007, 02:56 PM
  5. help with makeing trainers
    By damanis1 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-19-2007, 04:59 AM