View Full Version : lR6Game v.91 RELEASED!
RuffianSoldier
28th June 2005, 22:02
I am releasing the public version of my hack.
Its isnt loaded with features - but it has the essentials in a small easy to use hack.
I fixed ESP (It now is a different color for different team - I had teh cases wrong ) and I added Skin Hack
------------------------
lR6GAME v0.91
------------------------
Coded by RuffianSoldier A.K.A. §ÞÃûüѤ§ëéФ
This hack is undetected by PB servers that DO NOT check CVAR! (works great in non-deticated PB servers)
I am not responsible if you get banned!
Instructions:
1. Back up your ravenshield.ini (located in your rvs system folder)
2. Rename lR6Game.u to lR6Game.utx
3. Put lR6Game.utx on C:\ drive
4. Open ravenshield.ini
5. Change PlayerConsole=R6Game.R6Console to PlayerConsole=lr6game.r6consolel
6. Go down to the paths and add: Paths=C:\*.utx
7. Play RvS :D
Commands:
laim = No recoil + retlock
lspe = speedhack
lgod = godmode
lnos = no scope
lzum = super zoom
lnor = no reload
lmag = extra clips
llog = toggle banner
lesp = ESP
lmen = toggle menu
lfsf = Dont have to click each time you want to shoot when using Single shot or burst.
lski = Skin hack
Thank you:
[RAM]dtp'
Kizzamp
GLoGG
XeiaieX
Fluid
28th June 2005, 22:44
this is great!!
but how do u make the little thing that lookes liek a 1 ????
GLoGG
29th June 2005, 00:06
this is great!!
but how do u make the little thing that lookes liek a 1 ????
It is a L
Thank you:
[RAM]dtp'
Kizzamp
GLoGG
XeiaieX
^^ np
RuffianSoldier
29th June 2005, 00:24
;-)
If anyone has other questions feal free to ask
pwnedz0r
29th June 2005, 00:52
too bad u put norecoil and retlock in one
norecoil can be visible seen
for the rest great hack
RuffianSoldier
29th June 2005, 01:21
umm... if you move your mouse around no one will know.......
I found it annoying having to type in so many commands......
Jurgis
29th June 2005, 04:25
k lil problem... made a back up ravenshield.ini, changed the one in system folder, changed playerconsole=r6game.r6console to playerconsole=ir6game.r6consolel
added the path thing, saved .u to C:\.... and i try to play, goes through videos then black screen...
Edit: i also tried fixing some things around, made the IR6Game.R6Consolel capitalized, tried it without that extra L at end... and still nothing
any ideas?
RuffianSoldier
29th June 2005, 05:26
Lr6game.r6consolel
lol looks like you got it working anyway - wasnt that you in the server?
VoN DuTch™
29th June 2005, 05:32
Uploaded::
Filename: lR6GAME v0.91.zip
Database: MPCDownloads.com (http://www.mpcdownloads.com) -> Raven Shield
---
Jurgis
29th June 2005, 05:36
heheh yeah i got it.... but i got a CE.... exact reasons are hmmm... all hacks on except skin and we were on warehouse and i used night vision and got a crash... i will join a server and copy the error report exactly for ya
malakai
29th June 2005, 06:09
umm... if you move your mouse around no one will know.......
I found it annoying having to type in so many commands......
ya.... well recoil and shakeing ur gun vigerously look noticably different....... any ways, im to scurd of getting banned again :p beside most servers are running cvar checks......its really scary
Jurgis
29th June 2005, 06:38
just go to servers without punkbuster.... me and ruffian had plenty of fun in them servers.... oh and ruffian if you got msn can ya messenge me? if not, email me at kcjg8@comcast.net
RuffianSoldier
29th June 2005, 06:52
Jurgis - most hacks will give you crits if you turn on night vision.
my MSN is ruffiansoldier@mysticalnexus.com
lol Malakai i feal ya - but still - hang out in ATC no one gives if you have no recoil
KizZamP-
29th June 2005, 09:48
all hacks will flip you outta ur game if u press 5 (nightvision) .the explonation is in the bbotactive.
frikos
29th June 2005, 13:09
I found it annoying having to type in so many commands......
the i would propose to use the keyevent
add it to your myinteraction.uc
just for an example
function bool KeyEvent( EInputKey Key, EInputAction Action, FLOAT Delta )
{
if( Action==IST_Press )
{
if ( Key==IK_Numpad2 )
{
if (R6Console|.bperfectaim)
{
R6Console|.bperfectaim = false;
}
else
{
R6Console|.bperfectaim = true;
}
}
}
}
then you ca (de-)activate your perfectaim with numpad2
find all the actions ad keys here
HERE (http://wiki.beyondunreal.com/wiki/Interactions)
drewpaul86
29th June 2005, 18:09
or just use utpt-> open engine.u and look at interactions class
RuffianSoldier
29th June 2005, 22:17
OMG FRIKOS TY!
I have been wanting to do that.
schieter
29th June 2005, 23:45
nice job ruffian
RuffianSoldier
30th June 2005, 00:15
ty,
Damn. I get an error when i add the keyfunctions.
I need a return value:
Return True; makes it so no keys work
Return False; makes it so keys work but I cant use my keys to toggle.
WTF?!
EDIT:
Turns out i dont need return value -
Even though i get that error (it compiles even with it) I can still toggle :D
.TriCycle.
5th July 2005, 08:45
OS: Windows 2000 5.0 (Build: 2195)
CPU: AuthenticAMD PentiumPro-class processor @ 1828 MHz with 511MB RAM
Video: SAPPHIRE RADEON 9200SE ATLANTIS 128MB (6476)
UD3DRenderDevice::HandleFullScreenEffects->StaticFindObject(Inventory_t.Flash.Flash) failed.
History: UD3DRenderDevice::SetRes <- UWindowsViewport::TryRenderDevice <- UWindowsViewport::OpenWindow <- UGameEngine::Init <- InitEngine
I get this error when trying to load game??
Jurgis
5th July 2005, 09:04
seems to me like you added no flash to it, or somethin....
.TriCycle.
5th July 2005, 09:30
ok, i fixed it...now i have athe same problem as some1 else.. it loads fine, then the screen goes black.?!?!?
Fluid
5th July 2005, 18:41
ok, i fixed it...now i have athe same problem as some1 else.. it loads fine, then the screen goes black.?!?!?
i used to get this 2 what did u name ur hack in the C drive?
RuffianSoldier
5th July 2005, 18:56
You dont have to put it on C:Drive... or make a path....
You can always just chuck it in hte textures folder :)
.TriCycle.
5th July 2005, 20:46
Ok, i tried that.. i took out the path, threw the lr6 file into textrues folder..and still i get a blackscreen after the intro...ummm it is something to do with this line here >>PlayerConsole=LR6Game.R6Consolel<< if i took out Your Ls it works fine....
What did Jurgis Do?... o and @Hack_Noob... i dont have RvS on my C drive, i have them on D.. so i have to remake all the INIs that come with hax.. and thank god this one didnt come with one.
Jurgis
6th July 2005, 01:37
copy and paste the lines directly from the readme file... thats what i did and it worked fine... i think there is like a letter some people miss...
RuffianSoldier
6th July 2005, 03:41
Well, here is what I tell everyone who gets a black screen:
Its not the hack - its you. :)
If you get a black screen your doing something wrong obviously - try started over.
Jurgis
6th July 2005, 05:29
ok... you can copy and paste it from here....
in the ravenshield.ini file....
1)Change PlayerConsole=R6Game.R6Console to PlayerConsole=lr6game.r6consolel
2)Go down to the paths and add: Paths=C:\*.utx
RuffianSoldier
6th July 2005, 06:10
^^
That works..
Or you can chuck it in your textures folder and forget about adding a path
.TriCycle.
6th July 2005, 08:24
i fixed it... problem solved.*
RuffianSoldier
6th July 2005, 09:10
great :D
need anymore help, hit me up
GLoGG
11th July 2005, 00:37
not detected?
No it is detected alright butt only in servers that DO check cvar checkings so if u would go into a non-dedicated pb server u will be fine ;)
RuffianSoldier
11th July 2005, 01:04
Exactly - it might help to READ MY FIRST POST!
lord almighty, read the posts folks
Here, replace the orriginal zip with this one (talkin to the leet moderators)
This contains lR6Game.utx instead of lR6Game.u - and the instructions say too put in textures folder instead of putting on C drive and making a path.
Im doing this because I made this to be the easiest to use .u hack - so im just making it easier.
.TriCycle.
11th July 2005, 04:38
awww so nice of you ruffian thanx :-D
RuffianSoldier
11th July 2005, 08:17
lol np
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.