PDA

View Full Version : Which of these scripts DO NOT WORK???


(8)Hollowman
10th December 2004, 00:01
set r6engine.r6weapons m_bEmptyAllClips True |
set r6engine.r6weapons m_fDesiredAccuracy 10 |
set r6engine.r6weapons m_fEffectiveAccuracy 10 |
set r6engine.r6weapons m_iClipCapacity 9999 |
set r6engine.r6weapons m_iCurrentAverage 999 |
set r6engine.r6weapons m_iCurrentClip 99 |
set r6engine.r6weapons m_iCurrentNbofClips 99 |
set r6engine.r6weapons m_iNbBulletsInWeapon 200 |
set r6engine.r6weapons m_iNbofClips 99 |
set r6engine.r6weapons m_iNbofExtraClips 99 |
set r6engine.r6weapons m_iNbofRoundsInBurst 5 |
set r6engine.r6weapons m_iNbofRoundsToShoot 200 |
set r6engine.r6Playercontroller bcheatflying True |
set r6engine.r6playercontroller m_bReloading 100 |
set r6engine.r6playercontroller m_wAutoAim True |
set r6engine.r6playercontroller m_vAutoAimTarget (X=0.000000,Y=0.000000,Z=0.000000) |
set engine.actor m_bBulletGoThrough True |
set engine.actor m_bPawnGoThrough True |
set engine.actor m_bSeeThrough True |
set engine.actor m_fHeartBeatFrequencey 2 |
set engine.actor m_fHeartBeatTime 2 |
set r6weapons.r6HBSGadget m_bHeartBeatOn True |
set engine.playerReplicationInfo m_iKillCount 100 |
set engine.playerReplicationInfo m_iKillCountForEvent 100 |
set engine.playerReplicationInfo m_iRoundFired 100 |
set engine.playerReplicationInfo m_iRoundKillCount 100 |
set engine.playerReplicationInfo m_iRoundsHit 100 |
set engine.playerReplicationInfo m_iRoundsPlayed 10 |
set engine.playerReplicationInfo m_iRoundsWon 10 |
set engine.engineWeapon m_fReloadTime 0 |
set engine.engineWeapon m_fReloadEmptyTime 0 |

I need to know which of these don't work cause when I try to exec the file they're in, my game crashes. Thanks for the help.

DyslexicCheater
10th December 2004, 07:09
What's with the "|"?

(8)Hollowman
10th December 2004, 07:11
The | are for when I add them to my save file in rvs to bind all that to the "0" key. Will you help me out in which ones work? Am I close to no reload?

drewpaul86
10th December 2004, 07:52
for noreload or god or whatever else u may want, u must create a .u file or figure out native hooking. u are unable to obtain these as well as most other cheats through set commands.

Undertkr
10th December 2004, 18:58
i need a tutorial to create .u files, is there one?

(8)Hollowman
10th December 2004, 23:49
Yeah I though U's just used set commands, but using the decompile feature in UTPT I
know that isn't true. Could you help me out with .U files?