|
You last visited: Today at 08:01
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% |
04/14/2012, 12:07
|
#6826
|
elite*gold: 0
Join Date: Mar 2012
Posts: 3,513
Received Thanks: 1,023
|
Quote:
Originally Posted by Crytec'
brauche helfe und die source wegen 2d radar
und suche always crosshair source
Danke
mfg Crytec'
|
bei always crosshair war es :
Datentyp : BYTE
Value : 0x22
Ich glaube das es so ist,hab es so im Kopf..
|
|
|
04/14/2012, 12:23
|
#6827
|
elite*gold: 0
Join Date: Jul 2011
Posts: 3,812
Received Thanks: 1,840
|
Crosshair
Code:
if (CH_cross==1)
{
int x = ( GetSystemMetrics( 0 ) / 2);
int y = ( GetSystemMetrics( 1 ) / 2);
D3DRECT rec = { x - 10, y, x + 10, y + 1};
D3DRECT rec2 = { x, y - 10, x + 1, y + 10};
pDevice->Clear(1, &rec, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255, 255, 0, 0), 0, 0); //Red
pDevice->Clear(1, &rec2, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255, 255, 0, 0), 0, 0); //Red
}
Creditz to CyberRazzer
|
|
|
04/14/2012, 12:37
|
#6828
|
elite*gold: 0
Join Date: Mar 2012
Posts: 3,513
Received Thanks: 1,023
|
Quote:
Originally Posted by xroute66x™ :)
Crosshair
Code:
if (CH_cross==1)
{
int x = ( GetSystemMetrics( 0 ) / 2);
int y = ( GetSystemMetrics( 1 ) / 2);
D3DRECT rec = { x - 10, y, x + 10, y + 1};
D3DRECT rec2 = { x, y - 10, x + 1, y + 10};
pDevice->Clear(1, &rec, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255, 255, 0, 0), 0, 0); //Red
pDevice->Clear(1, &rec2, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255, 255, 0, 0), 0, 0); //Red
}
Creditz to CyberRazzer
|
Er sucht schon Always Crosshair..
|
|
|
04/14/2012, 12:41
|
#6829
|
elite*gold: 15
Join Date: Apr 2012
Posts: 1,079
Received Thanks: 302
|
hallo epvp user seit parr tagen habe ein problem bei mein Hack
nach 10min kommt das kann mir jemand helfen?
|
|
|
04/14/2012, 12:42
|
#6830
|
elite*gold: 0
Join Date: Mar 2012
Posts: 3,513
Received Thanks: 1,023
|
Detected ?
|
|
|
04/14/2012, 12:46
|
#6831
|
elite*gold: 15
Join Date: Apr 2012
Posts: 1,079
Received Thanks: 302
|
Quote:
Originally Posted by Donnie Brasco
Detected ?
|
nein ist nicht detcted  habe alles geupdatet deatour ist noch o.k das ist was neues für mich
|
|
|
04/14/2012, 12:58
|
#6832
|
elite*gold: 0
Join Date: Apr 2012
Posts: 1,510
Received Thanks: 3,014
|
Quote:
Originally Posted by Crytec'
nein ist nicht detcted  habe alles geupdatet deatour ist noch o.k das ist was neues für mich 
|
Würde schon sagen das sie Detected ist, schick mir mal deine Detour, falls du sie nicht Public stellen möchtest per PN.
|
|
|
04/14/2012, 15:53
|
#6833
|
elite*gold: 0
Join Date: Feb 2012
Posts: 24
Received Thanks: 3
|
Quote:
Originally Posted by TradEmArk™˟
Würde schon sagen das sie Detected ist, schick mir mal deine Detour, falls du sie nicht Public stellen möchtest per PN.
|
Was ist der unterschied zwischen Dir geben und hier public machen?
|
|
|
04/14/2012, 16:02
|
#6834
|
elite*gold: 0
Join Date: Apr 2012
Posts: 3
Received Thanks: 5
|
Quote:
|
Was ist der unterschied zwischen Dir geben und hier public machen?
|
1 zu 0 für TheOwnerxX.:
Das war eiskalt xD
|
|
|
04/14/2012, 16:53
|
#6835
|
elite*gold: 0
Join Date: Apr 2012
Posts: 1,510
Received Thanks: 3,014
|
Quote:
Originally Posted by TheOwnerxX.:
Was ist der unterschied zwischen Dir geben und hier public machen?
|
Was willst du den jetzt?
Ich habe mich geändert, wer es immer noch nicht Verstanden hat ist selbst Schuld.
|
|
|
04/14/2012, 18:48
|
#6836
|
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 434
Received Thanks: 396
|
Cry me a river kiddys xD
Ich hab mich geändert,omg,tust ja so als ob du im knast warst oder so -.-
|
|
|
04/14/2012, 20:05
|
#6837
|
elite*gold: 0
Join Date: Feb 2012
Posts: 24
Received Thanks: 3
|
Ja man, der war im Anti Hack releasing knast ya
|
|
|
04/14/2012, 22:27
|
#6838
|
elite*gold: 31
Join Date: Oct 2011
Posts: 2,276
Received Thanks: 2,029
|
#Request Working Auto Start & Ready!
|
|
|
04/14/2012, 23:09
|
#6839
|
elite*gold: 0
Join Date: Nov 2009
Posts: 126
Received Thanks: 95
|
#Request:
Tips on fixing PartyProgrammeDetected
|
|
|
04/14/2012, 23:17
|
#6840
|
elite*gold: 26
Join Date: Dec 2010
Posts: 4,343
Received Thanks: 2,395
|
Code:
VOID BotHacks()
{
// DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
// DWORD dwServerPtr = *(DWORD*)ADR_ServerPointer;
// if ( dwPlayerPtr == 0 && dwServerPtr != 0 && *(int*)(dwServerPtr+ADR_MYSIZE) != 4294967295 )
// {
// if ( CH_AutoStart )
// {
// if ( *(int*)(dwServerPtr+ADR_LocalPointer) == *(int*)(dwServerPtr+OFS_MASTER) )
// {
// DWORD dwStartPtr = *(DWORD*)ADR_ROOMPOINTER;
// if(dwStartPtr)
// {
// dwStartPtr = *(DWORD*)(dwStartPtr+OFS_StartRoomSize);
// if(dwStartPtr)
// {
// Sleep(700);
// DWORD dwStartRoom = ASM_AUTOSTART;
// __asm
// {
// PUSH dwStartPtr;
// CALL [dwStartRoom];
// }
// }
// }
// }
// }
//
// if ( CH_AutoReady )
// {
// if ( *(int*)(dwServerPtr+ADR_LocalPointer) != *(int*)(dwServerPtr+OFS_MASTER) && *(int*)((ImReady)+(ADR_GlobalPointer*(*(int*)(dwServerPtr+ADR_LocalPointer))))!=1 )
// {
// DWORD dwReadyPtr = *(DWORD*)ADR_ROOMPOINTER;
// if(dwReadyPtr)
// {
// dwReadyPtr = *(DWORD*)(dwReadyPtr+OFS_ReadyRoomSize);
// if(dwReadyPtr)
// {
// Sleep(700);
// DWORD dwReadyRoom = ASM_AUTOSTART;
// __asm
// {
// PUSH dwReadyPtr;
// CALL [dwReadyRoom];
// }
// }
// }
// }
// }
// }
}
|
|
|
 |
|
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 08:02.
|
|