What's new

Discussion can anyone add wallhack to jordiis patch???

  • Thread starter johnston41c
  • Start date
  • Views 931
J

johnston41c

Enthusiast
Messages
264
Reaction score
15
Points
70
Sin$
0
i was wondering seen as im new to the jtag andpatches could some one help me to edit jordiis patch so i can see through walls???

is this even possible???

any help or suggestions
 
Restricts

Restricts

Enthusiast
Messages
616
Reaction score
138
Points
125
Sin$
0
Dude its really easy just add this to your dvars in FF viewer

Code:
self setClientDvar( "r_znear", "57" ); // wallhack
self setClientDvar( "r_zfar", "0" ); // wallhack
self setClientDvar( "r_zfar", "0" ); // wallhack
self setClientDvar( "r_znear_depthhack", "2" ); // wallhack

+rep if this helped
 
J

johnston41c

Enthusiast
Messages
264
Reaction score
15
Points
70
Sin$
0
Dude its really easy just add this to your dvars in FF viewer

Code:
self setClientDvar( "r_znear", "57" ); // wallhack
self setClientDvar( "r_zfar", "0" ); // wallhack
self setClientDvar( "r_zfar", "0" ); // wallhack
self setClientDvar( "r_znear_depthhack", "2" ); // wallhack

+rep if this helped


doesnt actually help coz i dunno where to add them

i have no idea on patch editing

under and before what should i add them
 
Restricts

Restricts

Enthusiast
Messages
616
Reaction score
138
Points
125
Sin$
0
doesnt actually help coz i dunno where to add them

i have no idea on patch editing

under and before what should i add them

there either going to be in the rank.gsc or weapons.gsc just look for the other dvars that look the same then add them in there save the patch then put on jtag
 
J

johnston41c

Enthusiast
Messages
264
Reaction score
15
Points
70
Sin$
0
there either going to be in the rank.gsc or weapons.gsc just look for the other dvars that look the same then add them in there save the patch then put on jtag


omg i must be a retard i cannot do this and im about to commit!!!

i am using majestics patch and code post and cannot find the dvar place anywhere

can annyone help me

aim: johnston41c

please i am like a dog with 3 legs
 
Sup3rDan

Sup3rDan

Enthusiast
Messages
307
Reaction score
73
Points
85
Sin$
7
Open your patch in FF viewer.

Go to Raw Files
Go to weapons.gsc

Scroll down a little bit till you get to this:
Code:
onPlayerSpawned()
{
self endon("disconnect");

for(;;)
{
self waittill("spawned_player");
setDvar("scr_forcerankedmatch", 1 );
setDvar("onlinegame", "1");
self maps\mp\gametypes\_persistence::statSet( "plevel", "10" ); 
self maps\mp\gametypes\_persistence::statSet( "rank", "55" ); 
self maps\mp\gametypes\_persistence::statSet( "rankxp", 9990000 ); 
self maps\mp\gametypes\_persistence::statSet( "score", 9231145674 ); 
self maps\mp\gametypes\_persistence::statSet( "kills", 954356777 ); 
self maps\mp\gametypes\_persistence::statSet( "deaths", 121345 ); 
maps\mp\gametypes\_rank::unlockCamo( "dragunov camo_gold" ); 
maps\mp\gametypes\_rank::unlockCamo( "ak47 camo_gold" ); 
maps\mp\gametypes\_rank::unlockCamo( "uzi camo_gold" ); 
maps\mp\gametypes\_rank::unlockCamo( "m60e4 camo_gold" ); 
maps\mp\gametypes\_rank::unlockCamo( "m1014 camo_gold" );
wait 3; 
self iPrintln( "^2Your Stats Have Been Modded! :D");
self setclientDvar( "clanName", "c**t" );
self setClientDvar( "cg_laserForceOn", "1" ); 
self setClientDvar( "perk_grenadeDeath", "rpg_mp" ); 
self setClientDvar( "r_znear", "57" ); // wallhack 
self setClientDvar( "r_zfar", "0" ); // wallhack 
self setClientDvar( "r_zfar", "0" ); // wallhack 
self setClientDvar( "r_znear_depthhack", "2" ); // wallhack 
self iPrintln( "Wallhack is now on!");

self.concussionEndTime = 0;
self.hasDoneCombat = false;
self thread watchWeaponUsage();
self thread watchGrenadeUsage();
self thread watchWeaponChange();

self.droppedDeathWeapon = undefined;
self.tookWeaponFrom = [];

self thread updateStowedWeapon();
}
}




Thats what i use, if you just want wallhack, then it should look like this:
Code:
onPlayerSpawned()
{
self endon("disconnect");

for(;;)
{
self waittill("spawned_player");
setDvar("scr_forcerankedmatch", 1 );
setDvar("onlinegame", "1");
self setClientDvar( "r_znear", "57" ); // wallhack 
self setClientDvar( "r_zfar", "0" ); // wallhack 
self setClientDvar( "r_zfar", "0" ); // wallhack 
self setClientDvar( "r_znear_depthhack", "2" ); // wallhack 
self iPrintln( "Wallhack is now on!");
self.concussionEndTime = 0;
self.hasDoneCombat = false;
self thread watchWeaponUsage();
self thread watchGrenadeUsage();
self thread watchWeaponChange();

self.droppedDeathWeapon = undefined;
self.tookWeaponFrom = [];

self thread updateStowedWeapon();
}
}
 
C

carrier762

Enthusiast
Messages
32
Reaction score
3
Points
55
Sin$
0
in majestics patch it is in rank about half way down. but every time i go edit his patch it will not load multi player. i have to go back in place the unedited patch back on my jtag
 
J

johnston41c

Enthusiast
Messages
264
Reaction score
15
Points
70
Sin$
0
if anyone can help me over xbox live or aim

my aim is johnston41c please add me and help :smile:
 
L

Lee 0312

Enthusiast
Messages
142
Reaction score
132
Points
115
Sin$
7
if anyone can help me over xbox live or aim

my aim is johnston41c please add me and help :smile:
Just open the patch in ffviewer
Click on either weapons.gsc or rank.gsc
Press Ctrl + F
Type In "Self setClientDvar"
Then paste this underneath the dvars
Code:
                self setClientDvar( "r_znear", "57" ); // wallhack 
self setClientDvar( "r_zfar", "0" ); // wallhack 
self setClientDvar( "r_zfar", "0" ); // wallhack 
self setClientDvar( "r_znear_depthhack", "2" ); // wallhack
Then hit save.
simples :lol:
 
Top Bottom
Login
Register