Skip to content

Commit 79af529

Browse files
committed
Console v0.6
1 parent 1850ed3 commit 79af529

File tree

3 files changed

+157
-33
lines changed

3 files changed

+157
-33
lines changed

CLEO Redux/GTA SA/Console/Console[mem]/configs.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ export let configsInfo: {
44
description: string,
55
commands: string[]
66
}[] = [
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+
},
727
{
828
name: 'Terminator',
929
description: 'Invulnerability and heavy cars',
@@ -23,6 +43,14 @@ export let configsInfo: {
2343
'CAR HEAVY 1'
2444
]
2545
},
46+
{
47+
name: 'Parkour master',
48+
description: 'Infinite stamina, no fall damage',
49+
commands: [
50+
'COLLISIONPROOF 1',
51+
'NEVER TIRED 1'
52+
]
53+
},
2654
{
2755
name: 'Leave me alone',
2856
description: 'Clears wanted level and disables it',

0 commit comments

Comments
 (0)