void D3D9Menu::DrawDot(int x, int y, int r, int g, int b, IDirect3DDevice9* pDevice)
{
DWORD color = D3DCOLOR_ARGB( 255, r, g, b );
FillRGB(x-1,y-1,2,2,color,pDevice);
}
You won't find the thing you're searching for. its VIP
Quote:
Originally Posted by TradEmArk™˟
Code:
void D3D9Menu::DrawDot(int x, int y, int r, int g, int b, IDirect3DDevice9* pDevice)
{
DWORD color = D3DCOLOR_ARGB( 255, r, g, b );
FillRGB(x-1,y-1,2,2,color,pDevice);
}
void D3D9Menu::DrawDot(int x, int y, int r, int g, int b, IDirect3DDevice9* pDevice)
{
DWORD color = D3DCOLOR_ARGB( 255, r, g, b );
FillRGB(x-1,y-1,2,2,color,pDevice);
}
Enjoy^^
Es gibt a) keine D3D9-Funktion mit Namen FillRGB und b) sollte man lieber DrawPrimitive verwenden.
Nach ist wohl D3DPT_POINTLIST geeignet, um Punkte zu rendern.
To All of those which are going to help me:
I began writing my powerlevel bot but I'm in great need of these sources:
Auto Start/Rdy [32 + 64]
Auto Enter [32 + 64]
Auto Plant
Auto Defuse
Auto C4
Auto Nipper
Plant/Defuse Anywhere
Quick Plant/Defuse
I learned how to write the bot but still don't know how to write the sources so any help would be appreciated and the credits will be given as they deserve.
Thanks
Aerrow107.
I just coded everything except the sources cause i don't know how to write them thats all.But all the defines,floats and addresses are written.
Please if someone can help,I'll be so glad.
also wrote this:
if(GetAsyncKeyState(VK_F9) &1)
{
*(long*) MEM_PLANTANYWHERE = 100.0f;
}
I just coded everything except the sources cause i don't know how to write them thats all.But all the defines,floats and addresses are written.
Please if someone can help,I'll be so glad.
also wrote this:
if(GetAsyncKeyState(VK_F9) &1)
{
*(long*) MEM_PLANTANYWHERE = 100.0f;
}
Yeah but I can't find the no-menu sources thats all.
Infact I wrote some in here but still not working even the auto plant/defuse burner posted:
//~~~~~~~~~~~~~~~~Hack Start~~~~~~~~~~~~~~~~
void Plant ()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(BYTE*)(MEM_PLANTANYWHERE) = 0x1; //Plant Anywhere
}
VirtualProtect((void*)MEM_NOSPAWN2, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)NoSpawnWait2, &t , sizeof(t));
VirtualProtect((void*)MEM_NOSPAWN2, sizeof(t), Protection, 0);
}
Ill be glad if someone help me out to do my first warrock powerlevel bot.
P.S Also I couldnt find
Quick Plant/Defuse
Auto C4
and
Auto Nipper
sources.
Yeah but I can't find the no-menu sources thats all.
Infact I wrote some in here but still not working even the auto plant/defuse burner posted:
//~~~~~~~~~~~~~~~~Hack Start~~~~~~~~~~~~~~~~
void Plant ()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(BYTE*)(MEM_PLANTANYWHERE) = 0x1; //Plant Anywhere
}
VirtualProtect((void*)MEM_NOSPAWN2, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)NoSpawnWait2, &t , sizeof(t));
VirtualProtect((void*)MEM_NOSPAWN2, sizeof(t), Protection, 0);
}
Ill be glad if someone help me out to do my first warrock powerlevel bot.
P.S Also I couldnt find
Quick Plant/Defuse
Auto C4
and
Auto Nipper
sources.
this is all for nomenu. And Please stop asking.
I Told you, that you find all sources in this biiiiiig thread.
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.