Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 17:03

  • Please register to post and access all features, it's quick, easy and FREE!

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%
Voters: 128. You may not vote on this poll

Closed Thread
 
Old 01/04/2011, 18:22   #931
 
Lucky Strike™'s Avatar
 
elite*gold: 2
Join Date: May 2010
Posts: 2,913
Received Thanks: 1,565
Quote:
Originally Posted by joki4444 View Post
Hi,
habe versucht D3D funktionen in meinen PublickHackzu bringen hab eine detour und acuh einen rehook aber warum crasht es denn immer bei mir??
ohne D3D funktionen crasht nichts
brauch ich eine spezielle detour oder so??
Für die anzeige des D3D-Menus brauchste ne d8-Detour, für Chams, etc. ne E9
Lucky Strike™ is offline  
Thanks
2 Users
Old 01/04/2011, 18:44   #932
 
elite*gold: 0
Join Date: Mar 2010
Posts: 483
Received Thanks: 96
Ok thanks ich wollte nur das mit der D9 detour wissen aber naja gut zu wissen

also jetzt noch einmal für die ganz dummen Ich habe eine D8 detour die -> SIZEOF_MOVEAX_JMPEAX aufruft ud eine D92 die ->SIZEOF_JMP_REL aufruft welche jetzt wofür???
joki4444 is offline  
Old 01/04/2011, 19:43   #933
 
elite*gold: 219
Join Date: Jan 2011
Posts: 1,444
Received Thanks: 1,369
Also ich habe ne frAGe ICh habe versucht no recol auf nummperpad 0 gemacht aba wie macht man das damit man die 0 nicht die ganze zeit halten mus und wie macht man das man auf 0 an und aus machen kan also (NumerPad)
*Pumio* is offline  
Old 01/04/2011, 19:55   #934
 
elite*gold: 0
Join Date: Mar 2010
Posts: 483
Received Thanks: 96
bool norecoil= false;

{
if(norecoil == true)
{
*(float*)(dwPlayerPtr+NoRecoil1) = 0;
*(float*)(dwPlayerPtr+NoRecoil2) = 0;
*(float*)(dwPlayerPtr+NoRecoil3) = 0;
}

if(GetAsyncKeyState(VK_NUMPAD0)&1) //ein oder ausschalten
{
Norecoil = Norecoil == false;
}
}
joki4444 is offline  
Old 01/04/2011, 20:08   #935
 
elite*gold: 219
Join Date: Jan 2011
Posts: 1,444
Received Thanks: 1,369
Get net

Öm habe vergessen zu erwehnen das ich für nomenu brauche
*Pumio* is offline  
Old 01/04/2011, 20:16   #936
 
elite*gold: 0
Join Date: Mar 2010
Posts: 483
Received Thanks: 96
ist für ein NoMenuHack!
wird i ein fehler angezeigt??
joki4444 is offline  
Old 01/04/2011, 20:28   #937
 
elite*gold: 20
Join Date: Feb 2010
Posts: 1,125
Received Thanks: 407
ja beschreib den fehler mal genauer.....

oder hasst du das bool falsch eingesetzt oder so^^??
Eragon5555 is offline  
Old 01/04/2011, 20:33   #938
 
elite*gold: 219
Join Date: Jan 2011
Posts: 1,444
Received Thanks: 1,369
Aslo Das komtm error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?

habe es so drine

Quote:
bool norecoil= false;

{
DWORD dwServerPtr = *(DWORD*)PlayerPTR;
if(norecoil == true)
{
*(float*)(dwPlayerPtr+NoRecoil1) = 0;
*(float*)(dwPlayerPtr+NoRecoil2) = 0;
*(float*)(dwPlayerPtr+NoRecoil3) = 0;
}

if(GetAsyncKeyState(VK_NUMPAD0)&1) //ein oder ausschalten
{
Norecoil = Norecoil == false;
}
}
*Pumio* is offline  
Old 01/04/2011, 20:36   #939
 
elite*gold: 20
Join Date: Feb 2010
Posts: 1,125
Received Thanks: 407
mhhhhhh hasst du das auch shcon in deiner source:?
PS: muss ganz unten hin....
Quote:
void Hacks()
{

norecoil();
Sleep(10);
}


BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:

CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Hacks , 0, 0, 0);

break;
case 2:
break;
}
return TRUE;
}

Eragon5555 is offline  
Old 01/04/2011, 20:37   #940
 
elite*gold: 0
Join Date: Mar 2010
Posts: 483
Received Thanks: 96
hast du es in eine void funktion gemacht also

bool norecoil= false;
void NoRecoil()
{
DWORD dwServerPtr = *(DWORD*)PlayerPTR;
if(norecoil == true)
{
*(float*)(dwPlayerPtr+NoRecoil1) = 0;
*(float*)(dwPlayerPtr+NoRecoil2) = 0;
*(float*)(dwPlayerPtr+NoRecoil3) = 0;
}

if(GetAsyncKeyState(VK_NUMPAD0)&1) //ein oder ausschalten
{
Norecoil = Norecoil == false;
}
}
joki4444 is offline  
Old 01/04/2011, 20:41   #941
 
elite*gold: 219
Join Date: Jan 2011
Posts: 1,444
Received Thanks: 1,369
Eragon5555 Habe ich

joki neuer error error C2659: "=": Funktion als linker Operand.
*Pumio* is offline  
Old 01/04/2011, 20:41   #942
 
elite*gold: 20
Join Date: Feb 2010
Posts: 1,125
Received Thanks: 407
ohh genau das wird der fehler gewesen sein

hab grad an was anderes gedacht xDDD

edit: machs mal so(alles)

NoRecoil:
Quote:
void norecoil()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
if(NoRecoil)
{
*(int*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(int*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(int*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
}
if(GetAsyncKeyState(VK_NUMPAD1) &1)
{
NoRecoil = NoRecoil==false;
}
}
}

ganz unten:

Quote:
void Hacks()
{

norecoil();

Sleep(10);
}


BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:

CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Hacks , 0, 0, 0);

break;
case 2:
break;
}
return TRUE;
}

und da wo du die ganzen bool sachen hasst^^ das hier:

Quote:
bool NoRecoil = false;
Eragon5555 is offline  
Old 01/04/2011, 20:46   #943
 
elite*gold: 0
Join Date: Mar 2010
Posts: 483
Received Thanks: 96
Quote:
bool Norecoil= false;

{
if(Norecoil == true)
{
*(float*)(dwPlayerPtr+NoRecoil1) = 0;
*(float*)(dwPlayerPtr+NoRecoil2) = 0;
*(float*)(dwPlayerPtr+NoRecoil3) = 0;
}

if(GetAsyncKeyState(VK_NUMPAD0)&1) //ein oder ausschalten
{
Norecoil = Norecoil == false;
}
}
bei mir wirds ohne fehler complimirt
joki4444 is offline  
Old 01/04/2011, 20:52   #944
 
elite*gold: 20
Join Date: Feb 2010
Posts: 1,125
Received Thanks: 407
junge?! wollen wir heute mal wieder aggresiv werden?!

lass diese ausdrücke und das gespamme
#reported den Grund wirst du selber wissen....
Eragon5555 is offline  
Old 01/04/2011, 20:55   #945
 
elite*gold: 0
Join Date: Mar 2010
Posts: 483
Received Thanks: 96
sry Komplimieren wird mit K geschireben ^^
______________
und funzt es??
joki4444 is offline  
Closed Thread


Similar Threads 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 17:03.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.