Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 23:41

  • 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 03/27/2011, 17:44   #2911
 
•~•Pr0Sk1ll•~•'s Avatar
 
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
ya mit structs weiss ich is ya dann easy
•~•Pr0Sk1ll•~• is offline  
Old 03/27/2011, 18:04   #2912
 
Лузифер's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 47
Received Thanks: 42
Quote:
Originally Posted by •~•Pr0Sk1ll•~• View Post
ya mit structs weiss ich is ya dann easy
LOL?
Wieso fragste dann danach ?
Лузифер is offline  
Thanks
1 User
Old 03/27/2011, 18:12   #2913
 
•~•Pr0Sk1ll•~•'s Avatar
 
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
hab nie gefragt ob man
structs braucht
hab gefragt wie man den killt
•~•Pr0Sk1ll•~• is offline  
Old 03/28/2011, 00:47   #2914
 
elite*gold: 0
Join Date: Mar 2011
Posts: 4
Received Thanks: 1
Hat Jemand hat ein HackShield Addie sie mir geben können
NoMenuKing is offline  
Old 03/28/2011, 09:35   #2915
 
HackTec's Avatar
 
elite*gold: 76
Join Date: Apr 2010
Posts: 1,773
Received Thanks: 1,242
kann mir einer sagen wieso Scope permanent an ist? und nicht mit rechtsklick wieder verschwindet ? ein anzeichen dafür ist schon da xD er will das scope wieder back setzen nur schafft es nicht :/

ps: menü hack

Quote:
void Scopee()
{
if(sco==1)
{
if(GetAsyncKeyState(VK_RBUTTON))
{
*(int*)(ADR_SCOPE) = (int)1;
}
else
{
*(int*)(ADR_SCOPE) = (int)0;
}}}
HackTec is offline  
Old 03/28/2011, 10:19   #2916
 
•~•Pr0Sk1ll•~•'s Avatar
 
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
bin inner Schule deshalb muss ichs
kurz machen
deins
Code:
void Scopee()
{
if(sco==1)
{
if(GetAsyncKeyState(VK_RBUTTON))
{
*(int*)(ADR_SCOPE) = (int)1;
}
else
{
*(int*)(ADR_SCOPE) = (int)0;
}}}
meins
Code:
bool Scope = false;

if(SCOPE== 1 && Scope ==false)
{
if(GetAsyncKeyState(VK_RBUTTON))
{
*(int*)(ADR_SCOPE) = (int)1;
Scope = true;
}
else
{
if(GetAsyncKeyState(VK_BUTTON)&& Scope == true)
{
Scope = false;
*(int*)(ADR_SCOPE) = (int)5;
}
}
}
Frage workt des SPUP????
Code:
cPatch SpUp5(ADR_ASM_STAMINA5,"\x90\x90",2,true);

bool Staminapatched = false;

if(SPUP5 == 1 && Staminapatched == false)
{
SpUp5.Patch()
Staminapached = true;
}
if(SPUP5 == 0 && Staminapatched == true)
{
SpUp5.Restore();
Staminapatched = false;
}
•~•Pr0Sk1ll•~• is offline  
Old 03/28/2011, 13:33   #2917
 
elite*gold: 9
Join Date: Feb 2011
Posts: 625
Received Thanks: 1,153
hätte jemand die D3DX8.h und D3D8.h datei für mich
Cri2me09 is offline  
Old 03/28/2011, 13:35   #2918
 
NikM's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 972
Received Thanks: 1,583
Microsoft DirectX SDK ?
NikM is offline  
Thanks
1 User
Old 03/28/2011, 13:36   #2919
 
elite*gold: 9
Join Date: Feb 2011
Posts: 625
Received Thanks: 1,153
Quote:
Originally Posted by NikM View Post
Microsoft DirectX SDK ?
ja

kannst du mal kurz skype online kommen ?
Cri2me09 is offline  
Old 03/28/2011, 15:08   #2920
 
BlackLegend™'s Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 2,527
Received Thanks: 4,404
Quote:
Originally Posted by Cri2me09 View Post
ja

kannst du mal kurz skype online kommen ?
Bla du hast ne alte D3D8 Base du brauchst aber D3D9 :P
BlackLegend™ is offline  
Old 03/28/2011, 15:28   #2921
 
elite*gold: 0
Join Date: Apr 2010
Posts: 1,106
Received Thanks: 1,748
Quote:
Originally Posted by •~•Pr0Sk1ll•~• View Post
Frage workt des SPUP????
Code:
cPatch SpUp5(ADR_ASM_STAMINA5,"\x90\x90",2,true);

bool Staminapatched = false;

if(SPUP5 == 1 && Staminapatched == false)
{
SpUp5.Patch()[B][COLOR="Red"];[/COLOR][/B]
Staminapa[B][COLOR="Red"]t[/COLOR][/B]ched = true;
}
if(SPUP5 == 0 && Staminapatched == true)
{
SpUp5.Restore();
Staminapatched = false;
}
Sollte funktionieren


Edit: Hat jemand Quick Plant & Defuse Bytes? Ich hab ehrlich gesagt keine ahnung wie ich bytes suche ^^
Büny™ is offline  
Thanks
1 User
Old 03/28/2011, 17:50   #2922
 
•~•Pr0Sk1ll•~•'s Avatar
 
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
büny
machs doch mit Nops
•~•Pr0Sk1ll•~• is offline  
Old 03/28/2011, 18:01   #2923
 
Son_Goten's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 349
Received Thanks: 431
nciht alles kann man mit Nops machen
Son_Goten is offline  
Old 03/28/2011, 18:42   #2924
 
elite*gold: 0
Join Date: Apr 2010
Posts: 1,106
Received Thanks: 1,748
Quote:
Originally Posted by Son_Goten View Post
nciht alles kann man mit Nops machen
^this, naja bytes hab ich jetz schon, brauche nur noch wtw bytes ^^ dachte 3x Nops würden geheen aber crash sofort beim anmachen :P
Büny™ is offline  
Old 03/28/2011, 19:17   #2925
 
•~•Pr0Sk1ll•~•'s Avatar
 
elite*gold: 1
Join Date: Nov 2008
Posts: 576
Received Thanks: 166
haben QuickPlant & Defuse
die gleichen Bytes??
QPlant hab ich
•~•Pr0Sk1ll•~• 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 23:42.


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.