BSUnlimited D3D

Posts 1–15 of 56 · Page 1 of 4
BSUnlimited D3D
I am coding a new D3D hack, that is for BlackShot.
Here is some sneak preview of the source code;
#include "stdafx.h"
#include "BSUnlimited.h"
#include <windows.h>
#include <stdio.h>
using namespace std;

typedef HRESULT (WINAPI *nDrawIndexedPrimitive)(LPDIRECT3DDEVICE9,DWORD,DW ORD,DWORD,DWORD,DWORD,DWORD);
nDrawIndexedPrimitive pnDrawIndexedPrimitive;

typedef HRESULT (WINAPI *nSetTransform)(LPDIRECT3DDEVICE9,DWORD,D3DMATRIX* );
nSetTransform pnSetTransform;

typedef HRESULT (WINAPI *nPresent)(LPDIRECT3DDEVICE9,DWORD,DWORD,DWORD,DWO RD);
nPresent pnPresent;

typedef HRESULT (WINAPI *nEndScene)(LPDIRECT3DDEVICE9);
nEndScene pnEndScene;

//***BOOLEANS***
bool Chams = false;
bool UAMMO = false;

HANDLE hThread;
HMODULE hEhSvc,hD3D8Dll,hThisDll;UINT pStride;

void D3D() //Classname
{
while(1){
if(GetAsyncKeyState(VK_SHIFT)+(VK_E) &1){ //"" activates the menu.
Chams = !Chams;
}
if(Chams==true){

}
Sleep(50);
}
}

BOOL WINAPI DllMain(HINSTANCE module, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)D3D, NULL, NULL, NULL); //create the new Thread
MessageBox(NULL, L"BSUnlimited - D3D", L"BlackShot", MB_OK;
}
return TRUE;
}
Of course, I have just started it from scratch, I haven't added the GG bypass yet, and it will be keys activated, like "*".
I will try my best in this, since this is the first time I am coding a base from scratch. Will try to finish it by Season 2.
I will post updates ASAP. If you guys think this is useless, please close this thread
Oh and, those people who specialised in finding addresses and coding undetected hooks, please add my skype;
CaezerDaBoss
No noobs begging thanks.
NyC Ceazer Well Do It Fast
Ermm , actually. I think the season 2 will be different code because many item already added and maybe they will IMPROVE the gameguard . Anyway , nice job bro !
GameGuard really improved all D3D even VIP hack chams also detected
Quote Originally Posted by Arcton View Post
GameGuard really improved all D3D even VIP hack chams also detected
I like that . xD Now I can play blackshot without hackers !
Quote Originally Posted by GM_Aae View Post


I like that . xD Now I can play blackshot without hackers !

+1. Agree with you! =)
So now i will crack the GameGuard finding the promblem...
Of course it is useful to know ... because the battle is already a right.
yup i will wait caezer99..nice work dude..
Quote Originally Posted by AhYong View Post
Trololololol
where my rapid???
All the best bro! Keep it up when u already done! Share with us!
nice dude
background-1 - Copy.jpg85 KB · 10 downloads
Keep the good work up,make singaporeans proud of u
Posts 1–15 of 56 · Page 1 of 4
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?