Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 21:48

  • 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 10/09/2011, 10:46   #5371
 
elite*gold: 0
Join Date: Sep 2011
Posts: 326
Received Thanks: 760
Quote:
Originally Posted by R3d~F!st View Post
Hier Invi MEM
On Value: muss höher wie 5(glaube 5 ist höchste GameMode value) sein
ihr könnt auch 999 oder 1549641 nehmen

Give Creditz!
W.T.H?!

Die GameMode addy ist von Pastor aka Willi aka Dominik

Also Credits zu ihm.
Code:
if(RF_INVI == 1)
{
*(float*)(*player + OFS_INVI) = 20;
}
else
{
*(float*)(*player + OFS_INVI) = 1;
}

Zu dem code nur

Don´t cry, this code works:

static bool InviciblePatch;

if (CH_Invisible)
{
if (!InviciblePatch)
{
*(long*)(Serverx+OFS_INVISIBLE) -= 2;
InviciblePatch = true;
}
}
else
{
if (InviciblePatch)
{
*(long*)(Serverx+OFS_INVISIBLE) += 2;
InviciblePatch = false;
}
}
SK1LL0R.. is offline  
Thanks
1 User
Old 10/09/2011, 12:02   #5372
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 434
Received Thanks: 396
Quote:
Originally Posted by R3d~F!st View Post
Hier Invi MEM
Code:
if(RF_INVI == 1)
{
*(float*)(*player + OFS_INVI) = 20;
}
else
{
*(float*)(*player + OFS_INVI) = 1;
}
man merkt echt wie wenig hier ahnung haben es hat wahrscheinlich kaum einer bemerkt aber OFS_INVI = OFS_GAMEMODE xD
Wenn ihr Gamemode höher setzt als es gibt seid ihr Invi habt BoneShot ZOmbieGod ZOmbieInvi xD man sieht wieviel c&perhier gibt die nichtma lesen können :Facepalm:

On Value: muss höher wie 5(glaube 5 ist höchste GameMode value) sein
ihr könnt auch 999 oder 1549641 nehmen

Give Creditz!
Quote:
Originally Posted by SK1LL0R.. View Post
W.T.H?!

Die GameMode addy ist von Pastor aka Willi aka Dominik

Also Credits zu ihm.
Code:
if(RF_INVI == 1)
{
*(float*)(*player + OFS_INVI) = 20;
}
else
{
*(float*)(*player + OFS_INVI) = 1;
}

Zu dem code nur

Don´t cry, this code works:

static bool InviciblePatch;

if (CH_Invisible)
{
if (!InviciblePatch)
{
*(long*)(Serverx+OFS_INVISIBLE) -= 2;
InviciblePatch = true;
}
}
else
{
if (InviciblePatch)
{
*(long*)(Serverx+OFS_INVISIBLE) += 2;
InviciblePatch = false;
}
}


Okay bringen wir es zu ende war ihr angefangen habt.
R3d => soweit stimmt was du sagst wobei dein zurück auf 1 eher nich gut ist.Würde es wenn dann eher auf 2-4 setzen aber egal.Alles noch okay,text passt auch.Bisschen zuviel flame aber egal Das ist eh sinn und zweck von epvp warrock section.

Skill0r => Faill0r atm ,würde mal sagen die source haste schön aus google und hier als deine ausgegeben.Und genau dein Code zeigt dein NOSkill vermögen ,anstatt nämlich wie andy nachzudenken was macht mein offset überhaupt fängst du an irgendeinen sinnlosen kram zu machen ,welcher genau die folgen wie no damage und headshot undso auf einmal hat,wollen wir das?Nein!Also?Nachdenken und verdammt nochmal lernen was ihr überhaupt in euren C&P D3D Mega ich bin cool bases macht!


Perfekte Source aus meiner sicht dafür:
Code:
if(RF_INVI == 1)
{
*(float*)(*player + OFS_INVI) = 6; //Error
}
else
{
*(float*)(*player + OFS_INVI) = 3; //BG
}
Dont cry Skill0r hast recht.

//EDIT :
Skil0r bevor du dich versuchst rauszureden hier deine source mal erklärt:

Wenn ich in CQC GM = 1 - 2 = -1 = ERROR
Wenn ich in UO = GM=2-2 = 0 = ERROR oder CQC = Geht warscheinlich auch nicht..
WEnn ich in BG = GM = 3-2 = 1 = CQC oder UO = Alles normal invi geht nicht.
WEnn ich in AI = GM = 4-2 = 2 = UO oder BG= Alles normal invi geht nicht.

hmm...Brain.exe wohl mangelwahre.
C&P entarnt.
Go away!
KingClem™ is offline  
Thanks
4 Users
Old 10/09/2011, 12:11   #5373
 
elite*gold: 0
Join Date: Sep 2011
Posts: 326
Received Thanks: 760
Quote:
Originally Posted by KingClem™ View Post
Okay bringen wir es zu ende war ihr angefangen habt.
R3d => soweit stimmt was du sagst wobei dein zurück auf 1 eher nich gut ist.Würde es wenn dann eher auf 2-4 setzen aber egal.Alles noch okay,text passt auch.Bisschen zuviel flame aber egal Das ist eh sinn und zweck von epvp warrock section.

Skill0r => Faill0r atm ,würde mal sagen die source haste schön aus google und hier als deine ausgegeben.Und genau dein Code zeigt dein NOSkill vermögen ,anstatt nämlich wie andy nachzudenken was macht mein offset überhaupt fängst du an irgendeinen sinnlosen kram zu machen ,welcher genau die folgen wie no damage und headshot undso auf einmal hat,wollen wir das?Nein!Also?Nachdenken und verdammt nochmal lernen was ihr überhaupt in euren C&P D3D Mega ich bin cool bases macht!


Perfekte Source aus meiner sicht dafür:
Code:
if(RF_INVI == 1)
{
*(float*)(*player + OFS_INVI) = 6; //Error
}
else
{
*(float*)(*player + OFS_INVI) = 3; //BG
}
Dont cry Skill0r hast recht.

//EDIT :
Skil0r bevor du dich versuchst rauszureden hier deine source mal erklärt:

Wenn ich in CQC GM = 1 - 2 = -1 = ERROR
Wenn ich in UO = GM=2-2 = 0 = ERROR oder CQC = Geht warscheinlich auch nicht..
WEnn ich in BG = GM = 3-2 = 1 = CQC oder UO = Alles normal invi geht nicht.
WEnn ich in AI = GM = 4-2 = 2 = UO oder BG= Alles normal invi geht nicht.

hmm...Brain.exe wohl mangelwahre.
C&P entarnt.
Go away!
HM ich rede mich nicht raus weil
1. Ich sage nicht das es meine ist
2. Sie Funktioniert perfekt
3. Du keine Ahnung hast.
SK1LL0R.. is offline  
Old 10/09/2011, 12:43   #5374
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 434
Received Thanks: 396
Ich keine ahnung?hmm dann sag mal was an meiner erklärung gerade falsch war.

Antispam:
Code:
if(pHacks->Weapon.Scope==1)  
{if(GetAsyncKeyState(VK_RBUTTON))
{*(DWORD*)(ADR_Scope) = 1; }}else if //x1
(pHacks->Weapon.Scope==2){
	{if(GetAsyncKeyState(VK_RBUTTON))
		*(DWORD*)(ADR_Scope) = 8;}//x2
}else{*(DWORD*)(ADR_Scope) = 5;}//none
KingClem™ is offline  
Old 10/09/2011, 14:03   #5375
 
elite*gold: 0
Join Date: Sep 2010
Posts: 10,215
Received Thanks: 5,781
Wer sich weiter gegenseitig angiften möchte, sollte doch dann bitte auch mit den Konsequenzen leben können.
theitfan1337 is offline  
Old 10/09/2011, 14:34   #5376
 
.Tiq3reye™'s Avatar
 
elite*gold: 15
Join Date: Apr 2011
Posts: 1,524
Received Thanks: 971
Quote:
Originally Posted by SubZerom|_ View Post


NoReload Memory...
Happy fun
Die Version ohne Screen

Code:
if(NoReload)
{
*(float*)(ADR_PLAYERPOINTER+MEM_NORELOAD) = 1229;
}

MEM_NORELOAD 0x842F30
.Tiq3reye™ is offline  
Thanks
1 User
Old 10/09/2011, 15:46   #5377
 
elite*gold: 0
Join Date: May 2011
Posts: 171
Received Thanks: 81
Ja KC wie du ja weisst code ich nicht mehr aktiv daher teste ich meine
Sources auch nicht.

warum ich nicht mehr aktiv bin wissen meine bros (<3)

an die die die source benutzen *player = ADR_SERVPTR
ich habe eine funktion in der ich *player als globale definition benutze

Antispam:
Code:
{
*(float*)(*player/*VEHICLEPTR*/ + OFS_VEHSPECIAL) = 45;
}
/*
Funktionen:
VehNoDelay
VehUnlAmmo
VehNoDmg
*/
R3d~F!st is offline  
Thanks
1 User
Old 10/09/2011, 16:55   #5378
 
[Chrono]logic™'s Avatar
 
elite*gold: 0
Join Date: Sep 2011
Posts: 96
Received Thanks: 36
eure NoReload source failt -.-' und es gibt ein Crash
[Chrono]logic™ is offline  
Old 10/09/2011, 17:24   #5379
 
elite*gold: 0
Join Date: Sep 2011
Posts: 326
Received Thanks: 760
Quote:
Originally Posted by [Chrono]logic™ View Post
eure NoReload source failt -.-' und es gibt ein Crash
Logisch dump warrock.exe und guck mal was das für eine addy ist?!

Ihr braucht das OFS dafür.
SK1LL0R.. is offline  
Thanks
1 User
Old 10/10/2011, 16:41   #5380
 
elite*gold: 0
Join Date: May 2011
Posts: 171
Received Thanks: 81
Hier die möglichen NoReload Addys:

Code:
0x42F50
0x42F30//die hier am wahrscheinlichsten
0x42F56
0x42F36//die hier dannach
eine davon müsste es sein man erkennts net so gut

für Off:
Code:
float reload;

void NORELOAD()
{
reload = *(float*)(*player + OFS_NORELOAD);
if(RF_NORELOAD == 0)
*(float*)(*player + OFS_NORELOAD) = reload;
else if(RF_NORELOAD)
*(float*)(*player + OFS_NORELOAD) = 1229;
}
R3d~F!st is offline  
Thanks
2 Users
Old 10/10/2011, 16:58   #5381
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 434
Received Thanks: 396
R3D es fehlt ein bool/integer etc.. damit es nur einmal geloggt wird.

//EDIT => ma eben C gescheckt und ich würde schwer behaupten die Offsets sind mega falsch xD
-0x3**** dann passt es etwa xD
KingClem™ is offline  
Old 10/10/2011, 17:22   #5382
 
elite*gold: 0
Join Date: May 2011
Posts: 171
Received Thanks: 81
woe gesagt man siehts total scheisse auf "Skilll"or's pic

Hier:
Code:
void Switch( int Input1, int Input2 , bool System )
{
if(GetAsyncKeyState(Input1)&& System == false)
System = true;
else if(GetAsyncKeyState(Input2)&& System)
System = false;
}

Usage:

void Slot()
{
Switch(VK_F5,VK_F6,Slot5);
if(Slot5)
*(bool*)(*(DWORD*)ADR_SERVPTR + OFS_Slot5) = true(
}
Ja wegen
dem
boolen:

Code:
bool reloadlog = false;

if(reloadlog == false){
//Log
reloadlog = true;
}
R3d~F!st is offline  
Old 10/11/2011, 15:52   #5383
 
Büny :)'s Avatar
 
elite*gold: 1
Join Date: Jun 2011
Posts: 302
Received Thanks: 367
Quote:
Originally Posted by [Chrono]logic™ View Post
eure NoReload source failt -.-' und es gibt ein Crash
wenn man alles nur kopiert ohne vorher logisch nachzudenken wie es anzuwenden ist, kein wunder
Büny :) is offline  
Thanks
2 Users
Old 10/11/2011, 15:56   #5384
 
elite*gold: 0
Join Date: Oct 2011
Posts: 233
Received Thanks: 80
Quote:
Originally Posted by [Chrono]logic™ View Post
eure NoReload source failt -.-' und es gibt ein Crash
Haha failor,das ist ein Offset, genau wie NoDelay etc.
Quote:
Originally Posted by SK1LL0R.. View Post
Logisch dump warrock.exe und guck mal was das für eine addy ist?!

Ihr braucht das OFS dafür.
Jaja^^

Quote:
Code:
float reload;

void NORELOAD()
{
reload = *(float*)(*player + OFS_NORELOAD);
if(RF_NORELOAD == 0)
*(float*)(*player + OFS_NORELOAD) = reload;
else if(RF_NORELOAD)
*(float*)(*player + OFS_NORELOAD) = 1229;
}
Patch ist einfach und unkompliziert
SubZerom|_ is offline  
Old 10/11/2011, 18:56   #5385
 
elite*gold: LOCKED
Join Date: Dec 2009
Posts: 434
Received Thanks: 396
ma wieder gelangweilt xD
Also =>
Code:
char	*opt_Height[] = {"Default","As Stand","x2","x3","x4"};

if(pHacks->Player.ch)//Crouch Height
{
	switch(pHacks->Player.ch)
	{
		break;
	case 0: *(float*)(ADR_VH2) = 25;//Default
	case 1: *(float*)(ADR_VH2) = 40;//As Standing
	case 2: *(float*)(ADR_VH2) = 50;//x2
	case 3: *(float*)(ADR_VH2) = 75;//x3
	case 4: *(float*)(ADR_VH2) = 100;//x4
	}
}
if(pHacks->Player.ph) //Prone Height
{
	switch(pHacks->Player.ph)
	{break;
	case 0: *(float*)(ADR_VH3) = 12.5; //Default Height
	case 1: *(float*)(ADR_VH3) = 40; //As Standing
	case 2: *(float*)(ADR_VH3) = 25; //x2
	case 3: *(float*)(ADR_VH3) = 37.5;//x3
	case 4: *(float*)(ADR_VH3) = 50;//x4
	}
}
Addressen:
Code:
#define ADR_VHI 0x0084A92C //default VirtualJump (Walking)
#define ADR_VH2 (ADR_VHI-0x4) //crouch
#define ADR_VH3 (ADR_VH2 +0xC) //prone
Enjoy.Made by me
KingClem™ is offline  
Thanks
1 User
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 21:48.


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.