Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 12:31

  • 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 08/03/2011, 10:09   #4786
 
elite*gold: 0
Join Date: May 2011
Posts: 171
Received Thanks: 81
@ KingClem die header habe ich das war für andere die möglicherweise OpenGL hooken wollen
achja hab nu au n ReHook also können wir beide ja anfangen mit unserem Pwn Hack(NoDelay,NoReload tested workt!) :P
R3d~F!st is offline  
Old 08/03/2011, 19:33   #4787
 
Hanfi™'s Avatar
 
elite*gold: 13
Join Date: Feb 2011
Posts: 333
Received Thanks: 90
kann mir wer virtual jump source geben ?
Hanfi™ is offline  
Thanks
1 User
Old 08/03/2011, 20:14   #4788
 
elite*gold: 0
Join Date: Jul 2011
Posts: 3,812
Received Thanks: 1,840
PHP Code:
       switch (CH_VJUMP)
{
posiX = *(float*)(Player OFS_X);
posiY = *(float*)(Player OFS_Y);
posiZ = *(float*)(Player OFS_Z);
case 
0: *(float*)(ADR_VIRTUALJUMP) = 43;
case 
1: *(float*)(ADR_VIRTUALJUMP) = 500;

xRoute66x is offline  
Thanks
2 Users
Old 08/03/2011, 20:36   #4789
 
Hanfi™'s Avatar
 
elite*gold: 13
Join Date: Feb 2011
Posts: 333
Received Thanks: 90
danke funktioniert
Hanfi™ is offline  
Thanks
1 User
Old 08/03/2011, 21:45   #4790
 
elite*gold: 0
Join Date: Jul 2011
Posts: 3,812
Received Thanks: 1,840
Kann mir wer pls helfen?
Die CqC Prone source geht irgendwie nicht in meinen D3D hack rein.
In meinem NoMenu hat es geklappt xD

PHP Code:
       //CQC_Prone
#define ADR_CQCPRONE   0xADAD2C


if (CH_CQCPRONE)
{
if (
GetAsyncKeyState('c'))
{
*(
float*)(ADR_CQCPRONE) = 3.0F;
}
else if (
GetAsyncKeyState('c'))
{
*(
float*)(ADR_CQCPRONE) = 3.0F;
}
}
else
{
*(
float*)(ADR_CQCPRONE) = 1.0F;

xRoute66x is offline  
Thanks
1 User
Old 08/04/2011, 01:09   #4791
 
elite*gold: 11
Join Date: Aug 2011
Posts: 64
Received Thanks: 60
^^^^

Quote:
if(SuperNoSpread == 0) *(double*)ADR_SUPERNOSPREAD = 5;
if(SuperNoSpread == 1) *(double*)ADR_SUPERNOSPREAD = 0;
^
^^
Silent4Six is offline  
Old 08/04/2011, 10:24   #4792
 
Hanfi™'s Avatar
 
elite*gold: 13
Join Date: Feb 2011
Posts: 333
Received Thanks: 90
hat wer glasswalls source für menü?
Hanfi™ is offline  
Thanks
1 User
Old 08/04/2011, 10:40   #4793
 
elite*gold: 11
Join Date: Aug 2011
Posts: 64
Received Thanks: 60
Quote:
Originally Posted by Hanfi™ View Post
hat wer glasswalls source für menü?
Menu:
Code:
if(GlassWalls==1)
{
*(int*)ADR_GLASSWALLS = 4;
}


No Menu:
Code:
void GlassWalls ()
{
if(GetAsyncKeyState(VK_NUMPAD1) &1) // Numpad 1 schaltet GlassWalls ein
{
*(int*)ADR_GLASSWALLS = 4;
}
if(GetAsyncKeyState(VK_NUMPAD2) &1) // Numpad 2 schaltet GlassWalls aus
{
*(int*)ADR_GLASSWALLS = 0;
}
}
Silent4Six is offline  
Thanks
1 User
Old 08/04/2011, 10:44   #4794
 
Neqqa™'s Avatar
 
elite*gold: 6
Join Date: Mar 2010
Posts: 1,184
Received Thanks: 834
noch ne Methode GlassWall zu machen:

Code:
if(m_Stride == 40)
		{
			pDevice->SetRenderState(D3DRS_ZENABLE, D3DZB_FALSE);
		}
Neqqa™ is offline  
Thanks
1 User
Old 08/04/2011, 10:53   #4795
 
elite*gold: 1
Join Date: Jul 2011
Posts: 472
Received Thanks: 1,444
Code:
if(AS_Invisible==1)
{
*(float*)(Playerx+INVISIBLE) = 19;
}
_TradEmArk_:) is offline  
Thanks
1 User
Old 08/04/2011, 11:23   #4796
 
elite*gold: 0
Join Date: Jul 2011
Posts: 112
Received Thanks: 32
Quote:
Originally Posted by _TradEmArk_:) View Post
Code:
if(AS_Invisible==1)
{
*(float*)(Playerx+INVISIBLE) = 19;
}
C&P aus meinem Projekt
FriendlyHacker is offline  
Thanks
1 User
Old 08/04/2011, 12:04   #4797
 
elite*gold: 1
Join Date: Jul 2011
Posts: 472
Received Thanks: 1,444
Ist von Cyber ;*
_TradEmArk_:) is offline  
Old 08/04/2011, 12:13   #4798
 
elite*gold: 0
Join Date: Jul 2011
Posts: 112
Received Thanks: 32
Quote:
Originally Posted by _TradEmArk_:) View Post
Ist von Cyber ;*
ja und wo sind dann die credits ? :*
FriendlyHacker is offline  
Old 08/04/2011, 14:30   #4799
 
elite*gold: 219
Join Date: Jan 2011
Posts: 1,444
Received Thanks: 1,369
xKarraka Sprite Hack ... emm habe ne frage dazu habe jetzt meine Menu rein gemacht neue Detour ist drine . Wen ich warrock starte after 1 min werde ich gekickt wegen ungewönliche spielehandlung

Was ist das noch Dt :/
*Pumio* is offline  
Old 08/04/2011, 16:49   #4800
 
elite*gold: 0
Join Date: Jul 2011
Posts: 3,812
Received Thanks: 1,840
Quote:
xKarraka Sprite Hack ... emm habe ne frage dazu habe jetzt meine Menu rein gemacht neue Detour ist drine . Wen ich warrock starte after 1 min werde ich gekickt wegen ungewönliche spielehandlung

Was ist das noch Dt :/
Hast du denn einen neuen Hook?
Wenn nicht, musst du neu rein machen.
xRoute66x 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 +2. The time now is 12:31.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.