Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    |Zeus|'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Heaven
    Posts
    94
    Reputation
    10
    Thanks
    573
    My Mood
    Devilish

    |Zeus| Simple auto-on base (Decryption,IsGameReady,...)


    Here is my simple auto-on base for CrossFire.

    Decryption of everything is auto-enabled,See ghost hack is included.

    Main.CPP
    Code:
    #include <windows.h>
    #include <process.h>
    #include <fstream> 
    #include "addy.h"
    #include "safe.h"
    using namespace std;
    
    
    bool bseeghost;//,///sss///,///sss/// 
        
    
    
    UINT WINAPI DEeZEUS( LPVOID )
    {
    while(GetModuleHandleA("CShell.dll"));
    {
    for(int i=0; i<677; i++)
     {
                        if (GetAsyncKeyState(VK_F12)&1) {//If the DLL is succesfully hooked, you should heare a BEEP when you press F12
                        MessageBeep(MB_ICONINFORMATION);
                        
                    }
    DWORD cshell = (DWORD)GetModuleHandleA("CShell.dll"); 
    DWORD pWeaponMgr =*(DWORD*)(WeaponMgr + cshell);
    DWORD pBasicPlayer =*(DWORD*)(BasicPlayer + cshell);
    
    
    
    if (bseeghost)
     {
     if(pBasicPlayer!=0)//If there are characters in the room that are ghosts
     {
     *(float*)(pBasicPlayer + CharacterHiddenWalkAlpha  ) = 300.000000;//See ghost code
     *(float*)(pBasicPlayer + CharacterHiddenRunAlpha  ) = 300.000000;//See ghost code
     }
     }
    }
    } 
    return(0);
    }
    
    
        
    
    
    
    BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
    {
    if (fdwReason == 1)
    {
    system("start https://www.mpgh.net/forum/members/1728709--zeus-.html");
    DisableThreadLibraryCalls(hinstDLL);
    _beginthreadex(0, 0, DEeZEUS, 0, 0, 0);//Start DEeZEUS hacks and DEeZEUS decryption.
    }
    return 1;
    }


    safe.h
    Code:
    char *DEeZEUS(const char *plaintext)
    {
        int len = strlen(plaintext);
        char *cyphertext = new char[len + 1];
        for(int i = 0; i < len; ++i) {
            cyphertext[i] = plaintext[i] - 45;
        }
        cyphertext[len] = 0; 
        return cyphertext;
    }


    addy.h
    Code:
    #define DIPEngine1             0x004B76C2
    #define DIPEngine2             0x004B5EBD
    #define EndSceneEngine             0x004562AF
    #define PresentEngine             0x004C797F
    
    #define WallHack             0x6DDD94
    #define WeaponMgr             0xD48844
    #define BasicPlayer 0xCE1710
    #define FallDamagePtr             0xD48824
    #define DamageZonePtr             0x3F9264
    #define WallPtr             0xD4882C
    #define PtcPtr                 0x45F4CC
    #define ClientShell             0x46D2A0
    
    #define PtcOffset             0x200
    #define DamagePerMeter             0x4
    #define MovementDuckWalkRate         0xC
    #define C4DefuseTime             0x80
    #define MaxCanDefuseDistance         0x84
    #define CharacterHiddenAlpha         0x88
    #define CharacterHiddenWalkAlpha     0x8C
    #define CharacterHiddenRunAlpha     0x90
    #define BulletPosOffset         0x3528
    #define ShotReactYaw             0x3538
    #define ShotReactPitch             0x3708
    #define DetailReactPitchShot         0x1060
    #define DetailReactYawShot         0x11C8
    #define DetailPerturbShot         0xEF8
    #define PerturbMin             0x53C
    #define PerturbMax             0x6A4
    #define KnifeNormalRange         0xA58
    #define KnifeBigshotRange         0xA7C
    #define KnifeNormalRange2         0xA98
    #define KnifeBigshotRange2         0xABC
    #define KnifeNormalAniRate         0xA6C
    #define KnifeBigshotAniRate         0xA94
    #define KnifeNormalAniRate2         0xAB4
    #define KnifeBigshotAniRate2         0xAD8
    #define KnifeNormalAngle         0xA64
    #define KnifeBigshotAngle         0xA88
    #define KnifeNormalAngle2         0xAA4
    #define KnifeBigshotAngle2         0xAC8
    #define KnifeNormalAmmoDamage         0xC00
    #define KnifeBigshotAmmoDamage         0xC0C
    #define KnifeNormalAmmoDamage2         0xC18
    #define KnifeBigshotAmmoDamage2     0xC24
    #define Range                 0x80C
    #define AmmoDamage             0x81C
    #define Knockback             0x3CCC
    #define ReloadAnimRatio         0xC38
    #define MoveSpeedPenalty         0xB10
    #define ZoomInMoveSpeedPenalty         0x3948
    #define MovePenaltyForDelayFire     0x394C
    #define DamageCameraPenalty         0x3910
    #define TextureType             0x574
    #define EdgeShotEnabled         0x568
    #define WallShotEnabled         0x56C
    #define PerfectWallShotEnabled         0x570
    #define AttackMoveTypeRunningLSidePercentage         0x1BC
    #define AttackMoveTypeRunningRSidePercentage         0x1C0
    #define AttackMoveTypeWalkingLSidePercentage         0x1C4
    
    
    
    
    
    //DEeZEUS
    
    #define STRING_seeghost DEeZEUS("*’’”•œ*¡")



    Credits:
    - @|Zeus|
    - @DOOP
    - @TrolledGuy


    Give credits when you use.

    You don't like it?? Then don't comment.

  2. The Following 4 Users Say Thank You to |Zeus| For This Useful Post:

    dreek1 (01-04-2013),Hacker Fail (01-14-2013),King Aldrin (05-21-2013),rohar (01-04-2013)

  3. #2
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw
    @|Zeus| and ? more code too leech and more code to patch ......
     




    MY Latest Aimbot on : Orbital Space (Video Comming Soon)'





     

    - @UltraPGNoob
    - @dicky88smd
    - @giniyat101

  4. #3
    0danado's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Crossfire Al
    Posts
    97
    Reputation
    10
    Thanks
    16
    My Mood
    Blah
    Patched ?

  5. #4
    |Zeus|'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Heaven
    Posts
    94
    Reputation
    10
    Thanks
    573
    My Mood
    Devilish
    Quote Originally Posted by bandi12 View Post
    @|Zeus| and ? more code too leech and more code to patch ......
    Just to help people. Hope some guys will learn something.

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

    rohar (01-04-2013)

  7. #5
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    Old.. /facefloor anyways nice one /gewd

  8. #6
    |Zeus|'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Heaven
    Posts
    94
    Reputation
    10
    Thanks
    573
    My Mood
    Devilish
    Quote Originally Posted by Dead(H)ell View Post
    Old.. /facefloor anyways nice one /gewd
    It makes it harder to get detected because of the decription .
    And I am pretty sure some people will learn from this.

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

    rohar (01-04-2013)

  10. #7
    Problem ?'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    Working ?

    a

  11. #8
    |Zeus|'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Heaven
    Posts
    94
    Reputation
    10
    Thanks
    573
    My Mood
    Devilish
    Quote Originally Posted by Problem ? View Post
    Working ?
    a
    Yes its working

  12. #9
    rohar's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    12
    My Mood
    Goofy
    Do you know what would be great?
    A tutorial explaining how to do your own hacks, with a little of C++ knowledge of course.
    I was looking for something like this to start on making hacks

  13. #10
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    Using Code tags would be a great suggestion , because no offence but your post sucks.
    And tell me how it would be hard to detect when you are giving out the method you are using and.. you are crypting to plain text.
    Also CapsLocked Letters wont really help @ the detection part.
    Another thing. I think its against the rules using code that starts IE or G.Chrome leading to somewhere e.t.c
    Last edited by Fly3r; 01-04-2013 at 12:10 PM.
    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?




  14. #11
    Dave84311's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    The Wild Wild West
    Posts
    35,837
    Reputation
    5782
    Thanks
    41,292
    My Mood
    Devilish
    Code tags help a ton to make it look better.





    THE EYE OF AN ADMINISTRATOR IS UPON YOU. ANY WRONG YOU DO IM GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE IM GONNA BE


    "First they ignore you. Then they laugh at you. Then they fight you. Then you lose.” - Dave84311

    HAVING VIRTUAL DETOX

  15. The Following 2 Users Say Thank You to Dave84311 For This Useful Post:

    Fly3r (01-05-2013),|Zeus| (01-05-2013)

  16. #12
    Scynix's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    173
    Reputation
    37
    Thanks
    611
    My Mood
    Happy
    why so much 0?
    *(float*)(pBasicPlayer + CharacterHiddenWalkAlpha ) = 300.000000;//See ghost code

    300 is good too lol
    And the weapon loop is outdated
    -> there are alot of things that you even dont need
    Last edited by Scynix; 01-04-2013 at 12:37 PM.

  17. The Following User Says Thank You to Scynix For This Useful Post:

    dakr54 (01-04-2013)

  18. #13
    |Zeus|'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Heaven
    Posts
    94
    Reputation
    10
    Thanks
    573
    My Mood
    Devilish
    Quote Originally Posted by Dave84311 View Post
    Code tags help a ton to make it look better.
    Thanks .


    ---------- Post added at 08:47 PM ---------- Previous post was at 08:45 PM ----------

    Quote Originally Posted by Scynix View Post
    why so much 0?
    *(float*)(pBasicPlayer + CharacterHiddenWalkAlpha ) = 300.000000;//See ghost code

    300 is good too lol
    And the weapon loop is outdated
    -> there are alot of things that you even dont need
    I know,but the base works.
    If you have basic c++ knowledge you could make it better.

  19. #14
    tynab's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    382
    Reputation
    10
    Thanks
    1,167
    My Mood
    Blah
    leeeeeeeeeeching starts !
    Last edited by tynab; 01-04-2013 at 02:26 PM.

    New Windows 8 Injector!
    Newest Windows 8 Injector (Fast and very X-Mas) !
    My web browser for computer . Selling how to make that for 30 $ or less


  20. #15
    ahmed nsr's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    thx for this code

  21. The Following User Says Thank You to ahmed nsr For This Useful Post:

    bukachit (01-17-2013)

Page 1 of 3 123 LastLast

Similar Threads

  1. [Detected] Simples Auto On CA BR
    By Alessandro100_10 in forum Combat Arms Brazil Hacks
    Replies: 54
    Last Post: 07-05-2011, 09:59 AM
  2. Toppoc444's First Simple Auto-On
    By toppoc444 in forum Combat Arms Hacks & Cheats
    Replies: 29
    Last Post: 10-12-2010, 05:29 PM
  3. Auto On Base|Hot-Key|Noob Friendly|
    By ultahackers in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 10-10-2010, 09:44 AM
  4. [TUT]How to make a simple Auto Clicker!
    By Takari in forum Programming Tutorials
    Replies: 24
    Last Post: 09-20-2010, 07:28 PM
  5. [TUT]How to make a Simple Auto Clicker!
    By DeathHunter in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 22
    Last Post: 04-15-2010, 12:30 PM