File tree Expand file tree Collapse file tree 3 files changed +157
-33
lines changed
CLEO Redux/GTA SA/Console Expand file tree Collapse file tree 3 files changed +157
-33
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ export let configsInfo: {
4
4
description : string ,
5
5
commands : string [ ]
6
6
} [ ] = [
7
+ {
8
+ name : 'Mere mortal' ,
9
+ description : 'Clears all proofs and other cheats' ,
10
+ commands : [
11
+ 'BULLETPROOF 0' ,
12
+ 'FIREPROOF 0' ,
13
+ 'EXPLOSIONPROOF 0' ,
14
+ 'COLLISIONPROOF 0' ,
15
+ 'MELEEPROOF 0' ,
16
+ 'NEVER TIRED 0' ,
17
+ 'CAR BULLETPROOF 0' ,
18
+ 'CAR FIREPROOF 0' ,
19
+ 'CAR EXPLOSIONPROOF 0' ,
20
+ 'CAR COLLISIONPROOF 0' ,
21
+ 'CAR MELEEPROOF 0' ,
22
+ 'TYRES BULLETPROOF 0' ,
23
+ 'PETROL TANK BULLETPROOF 0' ,
24
+ 'CAR HEAVY 0'
25
+ ]
26
+ } ,
7
27
{
8
28
name : 'Terminator' ,
9
29
description : 'Invulnerability and heavy cars' ,
@@ -23,6 +43,14 @@ export let configsInfo: {
23
43
'CAR HEAVY 1'
24
44
]
25
45
} ,
46
+ {
47
+ name : 'Parkour master' ,
48
+ description : 'Infinite stamina, no fall damage' ,
49
+ commands : [
50
+ 'COLLISIONPROOF 1' ,
51
+ 'NEVER TIRED 1'
52
+ ]
53
+ } ,
26
54
{
27
55
name : 'Leave me alone' ,
28
56
description : 'Clears wanted level and disables it' ,
You can’t perform that action at this time.
0 commit comments