Thread: Anksel D3D Base

Results 1 to 9 of 9

Hybrid View

  1. #1
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh

    Anksel D3D Base

    This is modified from my original release elsewhere, i made this version for here thats barely updated, but it will inject and will show menu. My other release, the menu didn't crash for about an hour. I haven't updated it because i'm lazy lol.

    This menu has the following in it
    Hackshield bypass (FULL, just needs update)
    DIP Hook (should work, update strides to CA and your good)
    detours (i'm guessin the detours are fully undetected after a little update to em)

    Whats needed:
    PTC Method
    hacks (duh)


    How to follow this source:

    its pretty self explanitory, there are hacks there to show you where they go


    Adding to the menu!

    d3d stuff goes in this section:
    Code:
    /************************************/
    /*	          Present	            */
    /************************************/
    HRESULT __stdcall myPresent ( LPDIRECT3DDEVICE9 pDevice, CONST RECT* pSourceRect,CONST RECT* pDestRect,HWND hDestWindowOverride,CONST RGNDATA* pDirtyRegion)
    {
    	if(!Create)
    	{
    		D3DXCreateFont(pDevice, 14, 0, FW_HEAVY, 0, FALSE, DEFAULT_CHARSET, OUT_TT_ONLY_PRECIS, DEFAULT_QUALITY, /*DEFAULT_PITCH | */FF_DONTCARE, TEXT("Arial"), &g_pFont );
    		Create = true;
    	}
    	////////////////
    	if( g_pFont == NULL )
    		g_pFont->OnLostDevice();
    	else
    		DrawMenu(pDevice);//draw our menu
    	////////////////
    
    	if(mousesupport){
    		mouse_enabled = 1;
    	}else{
    		mouse_enabled = 0;
    	}
    
    
    	//if(cmpstrlen("test","changeme")==TRUE)
    	//{
    		//MessageBox(NULL,"string len matched","Message",NULL);
    	//}
    
    //Calling our HackThread
    HackThread();
    
    
    
    //CrossHair
    	if (CH_cross==1)...
    Addy Hacks and PTC hacks go here
    Code:
    /************************************/
    /*		        HACK	            */
    /************************************/
    void HackThread(void)
    {
    
    	//D3D Redirect
    	if(redirect==1)
    	{
    	ShellExecute(NULL,NULL,"https://www.mpgh.net","open",NULL,NULL);
    	redirect=0;
    	}
    
    //Teleport
    if(CH_Teleport==1){
    	DWORD dwPlayerPointer = *(DWORD*)Addr_Playerpointer;
    if(dwPlayerPointer != 0)
    {



    first: add an int for the menu (example)
    Code:
    int nofog = 0;
    second: add to the menu like this
    Code:
    pMenu->AddItem(" NoFog",&nofog,sOnOff);
    third: add the hack like this:
    Code:
    void HackThread(void)
    {
    
    	//D3D Redirect
    	if(redirect==1)
    	{
    	ShellExecute(NULL,NULL,"https://www.mpgh.net","open",NULL,NULL);
    	redirect=0;
    	}
    
    
    if (nofog == 1)
    {
    	PushIt("FogEnabled 0");
    } else {
    	PushIt("FogEnabled 1");
    }

    want to add multiple selection like crosshairs is?

    first: add the int like above, example
    Code:
    int CH_cross = 0;
    second: add a char* to match up with what you want, example
    Code:
    char* sColor_Cross  [] = { "[OFF]","[Red]","[Green]","[White]","[Blue]","[Purple]","[Grey]","[Yellow]","[Black]","[Orange]" };
    third: add your menu item, the number of options char* goes after the int, the number says how many selections (this case, 10)
    Code:
    pMenu->AddItem(" CrossHair",&CH_cross,sColor_Cross,10);
    forth: add the hacks in like this to the appropriate section
    Code:
    if (CH_cross==1)
    if (CH_cross==2)
    if (CH_cross==3)
    etc. till the 2nd last number (this case 9), because 10 is off


    [b]Jotti because VT is down >.>
    <b>Downloadable Files</b> Downloadable Files

    commando: You're probably the best non-coder coder I know LOL


  2. The Following 21 Users Say Thank You to supercarz1991 For This Useful Post:

    96neko (02-11-2017),ala2728 (05-06-2012),AtomicStone (05-19-2012),darlwis (04-24-2012),DethBlaze (04-28-2012),Dong'Rickz (12-06-2016),ed234 (11-25-2012),Flengo Jr. (11-16-2011),GreenBird201 (07-05-2012),iknowitsfake26 (07-10-2018),kssiobr (08-05-2013),Leacher2019 (01-20-2019),madeven (12-02-2012),marciopxv1 (04-30-2012),Nightmare (11-18-2011),ramindx1 (04-30-2012),ryu9903 (05-05-2012),Ryuzaki™ (08-19-2012),sxtronic (10-25-2012),userfree11 (11-29-2011),wraithkilla (04-29-2012)

  3. #2
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love
    /approved..........................
    Keep me motivated for my hack development!

  4. The Following User Says Thank You to J For This Useful Post:

    Flengo Jr. (11-16-2011)

  5. #3
    Metroid Escapes's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    6
    How do you update the hackshield bypass?

  6. #4
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    dump the Hackshield dll's and such same way you would engine/cshell

    commando: You're probably the best non-coder coder I know LOL


  7. #5
    Flengo Jr.'s Avatar
    Join Date
    Oct 2011
    Gender
    female
    Location
    anywhere
    Posts
    608
    Reputation
    113
    Thanks
    199
    My Mood
    Aggressive
    Some One Been Busy thought Nice Job Man Keep it Up + Thanked


    https://www.mpgh.net/forum/207-combat...base-yolo.html

    Biggest Leecher in History



    Leeching Libary - NEOHACKS

    Is this so neo[/SPOILER]

  8. #6
    MAOZEDINGDONG's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    5
    nice implementation....the hs bypass functions arent even called....

  9. #7
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    cpp file was removed. i just realized that....

    commando: You're probably the best non-coder coder I know LOL


  10. #8
    Nightmare's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    North of Hell
    Posts
    2,396
    Reputation
    149
    Thanks
    6,601
    My Mood
    Worried
    @supercarz1991 she picks up in CABR?

  11. #9
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    i was about to post that image

    commando: You're probably the best non-coder coder I know LOL


Similar Threads

  1. [RELEASE]vb.net menue d3d base
    By GER-Domi. in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 12-08-2010, 02:18 PM
  2. D3D base for d3d8 and d3d9
    By iTZBOOGEY in forum WarRock Hack Source Code
    Replies: 8
    Last Post: 10-26-2010, 07:53 PM
  3. [Request] A D3D Base
    By iTZBOOGEY in forum WarRock Hack Source Code
    Replies: 3
    Last Post: 10-23-2010, 04:52 PM
  4. [REQUEST] D3D Base
    By AeroMan in forum C++/C Programming
    Replies: 0
    Last Post: 12-15-2009, 02:02 PM
  5. D3D base error, Why im i getting this?
    By HazXoD3D in forum C++/C Programming
    Replies: 5
    Last Post: 10-15-2009, 11:05 AM