|
You last visited: Today at 14:03
Advertisement
WarRock EU - Code Snippets
Discussion on WarRock EU - Code Snippets within the WarRock forum part of the Shooter category.
|
View Poll Results: Wie findet ihr diesen Thread
|
|
Klasse!
|
  
|
78 |
60.94% |
Geht so
|
  
|
17 |
13.28% |
|
Sinnlos, braucht keiner
|
  
|
33 |
25.78% |
02/26/2011, 11:37
|
#2191
|
elite*gold: 9
Join Date: Feb 2011
Posts: 216
Received Thanks: 290
|
kauknochen
include ade32.h/ade32.cpp
|
|
|
02/26/2011, 12:56
|
#2192
|
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
|
Luzifer wie suchst du Addys?
ich mach ollydbg die dump wr.exe öffnen
dann des search for.............
dann später eingeben DX01 für Playerpointer
aber wenn ich andre Addys suchen will komm ich net weiter
ich kann player/serverpointer
far/near fog
waterheight
und entweder water oda fogcolor weiss nimmer welches
|
|
|
02/26/2011, 13:31
|
#2193
|
elite*gold: 0
Join Date: May 2009
Posts: 634
Received Thanks: 794
|
Wo ist ade32?
|
|
|
02/26/2011, 13:56
|
#2194
|
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
|
hier mal meine Chams source
Code:
if (chams)
{
if (m_Stride == 36 || m_Stride == 32 || m_Stride == 44 && color2 > 0)
pDevice->SetRenderState(D3DRS_ZENABLE,false);
pDevice->SetRenderState(D3DRS_FILLMODE,D3DFILL_SOLID);
switch(color2)
{
case 1: {pDevice->SetRenderState(D3DRS_AMBIENT,RED);} break;
case 2: {pDevice->SetRenderState(D3DRS_AMBIENT,GREEN);} break;
case 3: {pDevice->SetRenderState(D3DRS_AMBIENT,YELLOW);} break;
case 4: {pDevice->SetRenderState(D3DRS_AMBIENT,BLUE);} break;
case 5: {pDevice->SetRenderState(D3DRS_AMBIENT,CYAN);} break;
case 6: {pDevice->SetRenderState(D3DRS_AMBIENT,ORANGE);} break;
case 7: {pDevice->SetRenderState(D3DRS_AMBIENT,PINK);} break;
case 8: {pDevice->SetRenderState(D3DRS_AMBIENT,BROWN);} break;
case 9: {pDevice->SetRenderState(D3DRS_AMBIENT,PURPLE);} break;
case 10:{pDevice->SetRenderState(D3DRS_AMBIENT,GREY);} break;
case 11:{pDevice->SetRenderState(D3DRS_AMBIENT,WHITE);} break;
case 12:{pDevice->SetRenderState(D3DRS_AMBIENT,BLACK);} break;
}
pDrawIndexedPrimitive(pDevice, Type, BaseVertexIndex, MinVertexIndex, NumVertices, startIndex, primCount);
}
if (m_Stride == 36 || m_Stride == 32 || m_Stride == 44 && color1 > 0)// why guckst eig chams an des workt^^ nur aus prinzip. eigentlich dürfte das nicht mit gener flashs gehen ... ^^ xD^^
{
pDevice->SetRenderState(D3DRS_ZENABLE,true);
pDevice->SetRenderState(D3DRS_FILLMODE,D3DFILL_SOLID);
switch(color1)
{
case 1: {pDevice->SetRenderState(D3DRS_AMBIENT,RED);} break;
case 2: {pDevice->SetRenderState(D3DRS_AMBIENT,GREEN);} break;
case 3: {pDevice->SetRenderState(D3DRS_AMBIENT,YELLOW);} break;
case 4: {pDevice->SetRenderState(D3DRS_AMBIENT,BLUE);} break;
case 5: {pDevice->SetRenderState(D3DRS_AMBIENT,CYAN);} break;
case 6: {pDevice->SetRenderState(D3DRS_AMBIENT,ORANGE);} break;
case 7: {pDevice->SetRenderState(D3DRS_AMBIENT,PINK);} break;
case 8: {pDevice->SetRenderState(D3DRS_AMBIENT,BROWN);} break;
case 9: {pDevice->SetRenderState(D3DRS_AMBIENT,PURPLE);} break;
case 10:{pDevice->SetRenderState(D3DRS_AMBIENT,GREY);} break;
case 11:{pDevice->SetRenderState(D3DRS_AMBIENT,WHITE);} break;
case 12:{pDevice->SetRenderState(D3DRS_AMBIENT,BLACK);} break;
}
}
Frage da steht ya
Code:
pDevice->SetRenderState(D3DRS_FILLMODE,D3DFILL_SOLID);
ist das dann Solid chams?
|
|
|
02/26/2011, 14:23
|
#2195
|
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
|
Quote:
Originally Posted by •~•Pr0Sk1ll•~•
Frage da steht ya
Code:
pDevice->SetRenderState(D3DRS_FILLMODE,D3DFILL_SOLID);
ist das dann Solid chams?
|
ja ... -.-
|
|
|
02/26/2011, 14:31
|
#2196
|
elite*gold: 0
Join Date: Jan 2011
Posts: 349
Received Thanks: 431
|
wie dumm da steht doch Solid 
wer Lesen kann ist Stark im vorteil was^^
|
|
|
02/26/2011, 14:33
|
#2197
|
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
|
Noch ne keline Info, ist zwar eig unnütz aber auch manchmal gut zu wissen:
Die meisten Leute sprechen Chams so aus: Tschäms
Aber in wirklichkeit spricht man es: Käms
Abgeleitet wird das von Chamälion... das spricht man ja schließlich auch nicht Tschamälion
|
|
|
02/26/2011, 14:43
|
#2198
|
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
|
xDDD nur das iwie des nicht Solid aussieht bei mir ich lad n Pic hoch mom
|
|
|
02/26/2011, 15:21
|
#2199
|
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
|
Quote:
Originally Posted by •~•Pr0Sk1ll•~•
xDDD nur das iwie des nicht Solid aussieht bei mir ich lad n Pic hoch mom

|
Das ist doch Solid.. wtf
€dit: ich weiß woran es liegt.
poste mal dein colors Header
|
|
|
02/26/2011, 15:25
|
#2200
|
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
|
kk mom
#define WHITE D3DCOLOR_ARGB(255, 255, 255, 255)
#define RED D3DCOLOR_ARGB(255, 255, 000, 000)
#define GREEN D3DCOLOR_ARGB(255, 000, 255, 000)
#define BLUE D3DCOLOR_ARGB(255, 000, 000, 255)
#define BLACK D3DCOLOR_ARGB(255, 000, 000, 000)
#define mBLACK D3DCOLOR_ARGB(100, 000, 000, 205)
#define PURPLE D3DCOLOR_ARGB(255, 125, 000, 255)
#define GREY D3DCOLOR_ARGB(255, 128, 128, 128)
#define YELLOW D3DCOLOR_ARGB(255, 255, 255, 000)
#define ORANGE D3DCOLOR_ARGB(255, 255, 125, 000)
#define BROWN D3DCOLOR_ARGB(255, 125, 125, 125)
#define CYAN D3DCOLOR_ARGB(255, 000, 255, 255)
#define PINK D3DCOLOR_ARGB(255, 255, 000, 125)
#define WHITE2 D3DCOLOR_ARGB(100, 255, 255, 255)
#define RED2 D3DCOLOR_ARGB(100, 255, 000, 000)
#define GREEN2 D3DCOLOR_ARGB(100, 000, 255, 000)
#define BLUE2 D3DCOLOR_ARGB(100, 000, 000, 255)
#define BLACK2 D3DCOLOR_ARGB(100, 000, 000, 000)
#define PURPLE2 D3DCOLOR_ARGB(100, 125, 000, 255)
#define GREY2 D3DCOLOR_ARGB(100, 128, 128, 128)
#define YELLOW2 D3DCOLOR_ARGB(100, 255, 255, 000)
#define ORANGE2 D3DCOLOR_ARGB(100, 255, 125, 000)
#define BROWN2 D3DCOLOR_ARGB(100, 125, 125, 125)
#define CYAN2 D3DCOLOR_ARGB(100, 000, 255, 255)
#define PINK2 D3DCOLOR_ARGB(100, 255, 000, 125)
#define Transparent (0,0,0,0)
#define MCOLOR_TEXT D3DCOLOR_ARGB(100, 000, 000, 255)
#define MENUCOLOR_TITLE D3DCOLOR_ARGB(255, 255, 255, 255)
#define MCOLOR_FOLDER D3DCOLOR_ARGB(255, 125, 000, 255)
#define MCOLOR_ACTIVE D3DCOLOR_ARGB(255, 000, 255, 000)
#define MCOLOR_INACTIVE D3DCOLOR_ARGB(255, 255, 000, 000)//try
#define MCOLOR_CURRENT D3DCOLOR_ARGB(255, 255, 255, 000)//
#define MCOLOR_ITEM D3DCOLOR_ARGB(255, 255, 255, 255)//
#define BackGround D3DCOLOR_ARGB(0,0,0,0)//
|
|
|
02/26/2011, 15:28
|
#2201
|
elite*gold: 0
Join Date: Jan 2011
Posts: 271
Received Thanks: 801
|
Hawk Mode
by Yazzn
Code:
DWORD dwADR_HAWKMODE = 0x8E41D0;
if( cVar.hawkmode )
*(FLOAT*)( dwADR_HAWKMODE ) = 2.0F;
|
|
|
02/26/2011, 15:28
|
#2202
|
elite*gold: 0
Join Date: May 2009
Posts: 2,527
Received Thanks: 4,404
|
einfach geil durfte es ja als erster testen n1
|
|
|
02/26/2011, 15:34
|
#2203
|
elite*gold: 0
Join Date: May 2009
Posts: 634
Received Thanks: 794
|
Hat wer ne funktionierende Detour Create für E9?
|
|
|
02/26/2011, 15:40
|
#2204
|
elite*gold: 9
Join Date: Feb 2011
Posts: 216
Received Thanks: 290
|
Google doch, laut regeln ist sowas verboten kauk
|
|
|
02/26/2011, 15:46
|
#2205
|
elite*gold: 0
Join Date: May 2009
Posts: 634
Received Thanks: 794
|
Sry..but wo stehtn das? und Google find ich nix das funzt
|
|
|
 |
|
Similar Threads
|
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.
|
All times are GMT +1. The time now is 14:04.
|
|