Ich habe ein kleines problem :-D9
Ich möchte einen D3D hack coden aber leider fehlt mir
ein wichtiger teil
also hat einer vielleciht eine neuere DrawBox für mich ???
sonst würde der hack funzen :-D
oder könnt ihr ihn überarbeiten
Hier die source von der DrawBox:
Problem ist jetzt nur das cih D3D9 benutze und i wie funzt das da nciht.
void DrawBox(IDirect3DDevice8 *pD3Ddev, int x, int y, int w, int h, D3DCOLOR col)
{
struct QuadVertex {
float x,y,z,rhw;
DWORD dwColor;
};
IDirect3DVertexBuffer8 *pVertexBuffer = NULL;
QuadVertex qV[4];
BYTE *pVertexData = NULL;
if (pD3Ddev->CreateVertexBuffer((4*sizeof(QuadVertex)),(D3DU SA GE_WRITEONLY|D3DUSAGE_DYNAMIC),(D3DFVF_XYZRHW|D3DF VF_DIFFUSE),D3DPOOL_DEFAULT,&pVertexBuffer)<0) return;
void D3D9Menu:rawTextR(int x,int y,DWORD color,char *text, ID3DXFont* pFont1)
{
RECT rect, rect2;
SetRect( &rect, x, y, x, y );
SetRect( &rect2, x - 0.1, y + 0.2, x - 0.1, y + 0. );
pFont1->DrawTextA(NULL,text,-1,&rect2, DT_RIGHT|DT_NOCLIP, BLACK );
pFont1->DrawTextA(NULL,text,-1,&rect, DT_RIGHT|DT_NOCLIP, color );
}
void D3D9Menu:rawTextL(int x,int y,DWORD color,char *text, ID3DXFont* pFont1)
{
RECT rect, rect2;
SetRect( &rect, x, y, x, y );
SetRect( &rect2, x - 0.1, y + 0.2, x - 0.1, y + 0. );
pFont1->DrawTextA(NULL,text,-1,&rect2, DT_LEFT|DT_NOCLIP, BLACK );
pFont1->DrawTextA(NULL,text,-1,&rect, DT_LEFT|DT_NOCLIP, color );
}
void D3D9Menu:rawTextC(int x,int y,DWORD color,char *text, ID3DXFont* pFont1)
{
RECT rect, rect2;
SetRect( &rect, x, y, x, y );
SetRect( &rect2, x - 0.1, y + 0.2, x - 0.1, y + 0. );
pFont1->DrawTextA(NULL,text,-1,&rect2, DT_CENTER|DT_NOCLIP, BLACK );
pFont1->DrawTextA(NULL,text,-1,&rect, DT_CENTER|DT_NOCLIP, color );
}
mhh war einfach zu finden ich hab einfach 10min gegoogelt^^
also ich bin grad an einem d3d menu dran, aber dennoch kommen immer diese zwei fehler(die kommen bei jedem d3dmenu hack den ich erstelle...):
Quote:
1>------ Erstellen gestartet: Projekt: Full VIP Source, Konfiguration: Debug Win32 ------
1>LINK : error LNK2001: Nicht aufgelöstes externes Symbol "__DllMainCRTStartup@12".
1>C:\Users\Andre\documents\visual studio 2010\Projects\Full VIP Source\Debug\Full VIP Source.dll : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.
========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
ich weiß echt nicht mehr weiter.
Habe schon sehr lange bei google gesucht aber nix gutes gefunden, so dass die fehler nicht mehr auftreten....
Hoffe es kann mir einer hier helfen...
EDIT:
und irgendwie ist wenn ich auf release gehe, steht da das die dll erstellt wurde, aber wenn ich in den ordner gehe wo es gespeichert sein sollte, dann ist da keine .dll( des release läuft auch bei dem hack so schnell(also es läd keine dateien wie ....cpp oder so.)) (es macht eben gar nix nur steht halt da das es erstellt worden ist aber eigentlich wurde es gar nicht erstellt)^^
Hoffe ich habs nich zu umständlich formuliert xD
mhh warte ich schau mal
oder sag mir mal wie das geht damit ich´s gleich machen kann falls nicht eingefügt ist...
sry ich kenn mich mit sowas nicht sooooo gut aus^^
mhh warte ich schau mal
oder sag mir mal wie das geht damit ich´s gleich machen kann falls nicht eingefügt ist...
sry ich kenn mich mit sowas nicht sooooo gut aus^^
hatte ja auch noch nie solche fehlermeldungen^^
Also Extras -> Optionen -> C/C++ Verweise -> Verweisdateien
und da den Pfad für das Direct X SDK Raussuchen...
ok doch noch das glecihe problem "-_-
wenn das richtig wär in SDK 2009 wür de mein hack laufen pls help
void DrawBox(IDirect3DDevice8 *pD3Ddev, int x, int y, int w, int h, D3DCOLOR col)
{
struct QuadVertex {
float x,y,z,rhw;
DWORD dwColor;
};
IDirect3DVertexBuffer8 *pVertexBuffer = NULL;
QuadVertex qV[4];
BYTE *pVertexData = NULL;
if (pD3Ddev->CreateVertexBuffer((4*sizeof(QuadVertex)),(D3DUSA GE_WRITEONLY|D3DUSAGE_DYNAMIC),(D3DFVF_XYZRHW|D3DF VF_DIFFUSE),D3DPOOL_DEFAULT,&pVertexBuffer)<0) return;
wolltest du nicht d3d9 machen?^^
ich schau mal nach bei meinem ganzen source codes ob ich da was für dich hab^^
falls es das ist was ich mein (DrawBox)^^
WTB Flyff Source code snippets 04/01/2012 - Flyff Trading - 0 Replies Hellow I posted this because I wanted to buy a fix scroll of unbinding.Which removes soul-link of an item.If you have its code snippets PM me.Don't sell me a code which is release because all of them are not working.I wanted to buy a fix one and a non-buggy code
Payment:via Paypal
[Autoit] Youtube Code Snippets 07/29/2011 - AutoIt - 5 Replies Tag Zusammen.
Wie wohl die meisten von euch mitbekommen haben, bieten derzeit sehr viele User hier sogenannte Youtube Services an, bei denen man Abos, Likes, Dislikes etc. kaufen kann.
Doch wer wirklich Erfolg haben will, braucht natürlich viele Abonnenten und Likes, was per Hand Tage dauern würde.
Deshalb werden hier in letzter Zeit immer mehr Youtube Bots verkauft.
Was, wie ich finde, ein ziemliche Abzocke ist, da das meist nur sehr schlechte Bots sind, die lediglich den Internet...
Some Code-Snippets[PSERVER] 07/15/2011 - Kal Hacks, Bots, Cheats & Exploits - 17 Replies This is the code of the hack which Fremo released..
I got new methods so I dont need this anymore & maybe it'll help some people...
G31 Adult Skill
if(comboBox4->Text=="Panther'crit'")
{
KC->Chat(255," Panther Skill ON");
KC->Threads=1;
KC->lasttime = timeGetTime()-15000;
}
else if(comboBox4->Text=="Tiger'otp'")
[Release] Code Snippets Manager 01/21/2011 - Coding Releases - 0 Replies Code Snippets Manager
http://upit.cc/images/1d47d78e.jpg
Hab mich heute mal rangesetzt, und einen kleinen Manager für
Code-Snippets(Code-Fetzen) gecodet, da ich alles sortiert
in einer Anwendung wollte.
Da es sicherlich jemand nützlich finden wird, lad ich es hier mal hoch.