Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    MightySaa0d's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    MPGH
    Posts
    602
    Reputation
    14
    Thanks
    208
    My Mood
    Innocent

    I want a brief explanation on what a base/addy is. (Philong :))

    So, after i finished reading the C++ language tutorial (As i said before it didn't explain how to make a hack, and i'm sure there are no books teach how to make a hack because they are for learning purposes not hacking) Now i want to jump to CF hacking.

    First, what is a base?

    is it this?
    Code:
    DWORD WINAPI Hacks(LPVOID)
    {
    
        bool onehit = true,
         reload = true,
         fragdmg = true,
    	 shotgun = true,
    	 change = true,
    	 weight = true,
    	 range = true,
    	 nospread = true;
    
    
        while(1)
        {
            DWORD CShell     = (DWORD)GetModuleHandleA("CShell.dll");
    	DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);
    	//DWORD dwPlayerPointer = *(DWORD*)( CShell + PlayerPointer);
    or

    Code:
    bool IsGameReadyForHook()
    {
        if(GetModuleHandleA("CShell.dll")   != NULL
        && GetModuleHandleA("ClientFx.fxd") != NULL)
            return true;
        return false;
    }
    
    DWORD WINAPI Wait(LPVOID)
    {
        while(!IsGameReadyForHook()) Sleep(200);
    	CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
        return false;
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
        DisableThreadLibraryCalls(hDll);
        
        if ( dwReason == DLL_PROCESS_ATTACH )
        {
    	MessageBox(NULL, L"Creditd : ( Write Your Name Here )", MB_OK);
    
    	CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0,0);
        }
        return true;
    }

    I may say it's not, because i think this is a hook.

    It cannot be the defined things. it cannot be an offset. it cannot be the hack its self


    And one more thing

    What is an addy? i'm mixed up between an addy and an offset. Is the addy LT Client?

    I hope i don't cause any disturbance
    Last edited by MightySaa0d; 10-13-2011 at 11:33 PM.
    Quote Originally Posted by Jacket View Post
    I'm sexy as fuck.

    Tired of being like him?
    Then be his master and step on him just like you step of crickets! (cockroaches)


    Thanks to the GalacticGods tutorial (By me). You will become an expert in coding just like him!

    Joke


    Just take my advice seriously and read here!!!!!!!!!!
    AND become like SwiftDude and G-Force!
    https://www.mpgh.net/forum/242-crossf...ml#post5248338

  2. #2
    RedDragonz's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    0
    @MightySaa0d
    bro even i read like 5 books still didn't get how to make hacks why don't we work together well i know some of the things add me in msn MPGHcrazies@hotmail.com

  3. #3
    Ghost's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Under your bed, watching you sleep.
    Posts
    24,790
    Reputation
    3851
    Thanks
    3,662
    /moved to C++ section
    remember, this is crossfire section, not c++
    Do not go gentle into that good night,
    Old age should burn and rave at close of day;
    Rage, rage against the dying of the light.

  4. #4
    RedDragonz's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    0
    @[MPGH]Ghost
    yea i know but less viewers in C++ section !

  5. #5
    MightySaa0d's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    MPGH
    Posts
    602
    Reputation
    14
    Thanks
    208
    My Mood
    Innocent
    @RedDragonz i added you
    Quote Originally Posted by Jacket View Post
    I'm sexy as fuck.

    Tired of being like him?
    Then be his master and step on him just like you step of crickets! (cockroaches)


    Thanks to the GalacticGods tutorial (By me). You will become an expert in coding just like him!

    Joke


    Just take my advice seriously and read here!!!!!!!!!!
    AND become like SwiftDude and G-Force!
    https://www.mpgh.net/forum/242-crossf...ml#post5248338

  6. #6
    MightySaa0d's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    MPGH
    Posts
    602
    Reputation
    14
    Thanks
    208
    My Mood
    Innocent
    @Ghost

    man move it back to crossfire section

    I need help from there, i'm asking about crossfire
    Quote Originally Posted by Jacket View Post
    I'm sexy as fuck.

    Tired of being like him?
    Then be his master and step on him just like you step of crickets! (cockroaches)


    Thanks to the GalacticGods tutorial (By me). You will become an expert in coding just like him!

    Joke


    Just take my advice seriously and read here!!!!!!!!!!
    AND become like SwiftDude and G-Force!
    https://www.mpgh.net/forum/242-crossf...ml#post5248338

  7. #7
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    This belongs here. You'll get help here. Just wait.

  8. #8
    xdajay's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    India
    Posts
    138
    Reputation
    10
    Thanks
    18
    My Mood
    Lonely
    Man c++ is section with more intealigent Guys you will get help for sure
    WTF?I am totaly Flushed


    T u He Ha Sab Kuch
    Taray Bina Reha Na Sakno
    Wrong way to death

  9. #9
    RedDragonz's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    0
    @xdajay
    ikr because they can know abt cF hacks and all i would prefer to move this to CF section i also need the help in same thinggy

  10. #10
    xdajay's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    India
    Posts
    138
    Reputation
    10
    Thanks
    18
    My Mood
    Lonely
    Hmm I think hassen bro should Teach how to make hacks with c++ ,may be . just wait for him
    WTF?I am totaly Flushed


    T u He Ha Sab Kuch
    Taray Bina Reha Na Sakno
    Wrong way to death

  11. #11
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    Hassan knows no more about hacking than many other nameless members...
    A base is not really related to hacking, don't worry about bases.
    A "addy" or address is a location in memory of some block of code that is usually of some intrest.
    For example to get unlimited ammo in some game, you have to find the address that holds the ammo value.

  12. #12
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by xdajay View Post
    Hmm I think hassen bro should Teach how to make hacks with c++ ,may be . just wait for him
    Lol. I don't know anything about hacking. Hacks can smd.

  13. #13
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    i used to hack now im making games not breaking them

  14. #14
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,680
    My Mood
    Breezy
    Isn't a base (in hacking terms) just time a template to create your hack from?
    Last edited by master131; 10-15-2011 at 04:42 PM.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  15. #15
    Qmo's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    #cmd<user> CONTRIBUTION GAME HACKING
    Posts
    2,008
    Reputation
    246
    Thanks
    5,874
    My Mood
    Relaxed
    before jump into making a hack and prior to discussing all of these

    may I ask .....
    Do you already have and understand the basic of c++ ?





    اَللّهُ اَكْبَرُ

    .:If u can respect other people work, then u will get what u want:.

  16. The Following User Says Thank You to Qmo For This Useful Post:

    Hassan (10-16-2011)

Page 1 of 2 12 LastLast

Similar Threads

  1. What PUBLIC Base do u guys think is the Best
    By Finish in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 31
    Last Post: 08-10-2010, 12:42 AM
  2. You guys want a new pub or what?
    By raghib33 in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 78
    Last Post: 01-28-2010, 12:05 PM
  3. Source Code Dump + Explanations on what they do!
    By Pixie in forum Visual Basic Programming
    Replies: 3
    Last Post: 11-09-2009, 06:51 AM
  4. what do u want to see in a KOL bot?
    By AN1MAL in forum General Game Hacking
    Replies: 6
    Last Post: 05-15-2008, 07:25 AM
  5. Replies: 4
    Last Post: 06-06-2006, 10:16 PM