@import url(“https://fonts.googleapis.com/css2?display=swap&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;700&family=Outfit:wght@600;700;800&display=swap”);
/* ===========================
DAMNMODZ GTA 5 CHEATS SCOPE
=========================== */
.dm-gtacheats{
–dm-red:#DC2626;
–dm-red-2:#EF4444;
–dm-gold:#F59E0B;
–dm-green:#22C55E;
–dm-blue:#3B82F6;
–dm-bg:#0A0A0F;
–dm-surface:#12121A;
–dm-surface-2:#16161F;
–dm-surface-3:#1A1A24;
–dm-border:rgba(255,255,255,0.09);
–dm-border-2:rgba(255,255,255,0.14);
–dm-text:#FFFFFF;
–dm-muted:#9CA3AF;
–dm-dim:#6B7280;
–dm-radius-lg:18px;
–dm-radius-xl:24px;
–dm-radius-2xl:32px;
–dm-shadow: 0 18px 60px rgba(0,0,0,0.45);
–dm-shadow-soft: 0 10px 30px rgba(0,0,0,0.30);
–dm-font-head:”Outfit”, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
–dm-font-body:”Inter”, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
–dm-font-mono:”JetBrains Mono”, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, “Liberation Mono”, monospace;
font-family: var(–dm-font-body);
color: var(–dm-muted);
line-height: 1.65;
}
.dm-gtacheats *{ box-sizing:border-box; }
.dm-gtacheats a{
color: var(–dm-text);
text-decoration: none;
}
.dm-gtacheats a:hover{ color: var(–dm-red-2); }
.dm-gtacheats p{ margin: 0 0 14px 0; }
.dm-gtacheats p strong{ color: var(–dm-text); }
.dm-gtacheats h2{
font-family: var(–dm-font-head);
color: var(–dm-text);
font-weight: 800;
font-size: 1.45rem;
margin: 42px 0 16px 0;
padding-left: 14px;
border-left: 6px solid var(–dm-red);
border-radius: 6px;
letter-spacing: 0.2px;
}
.dm-gtacheats h3{
font-family: var(–dm-font-head);
color: var(–dm-text);
font-weight: 800;
font-size: 1.05rem;
margin: 22px 0 10px 0;
}
.dm-gtacheats code{
font-family: var(–dm-font-mono);
font-weight: 700;
font-size: 0.86em;
padding: 2px 7px;
border-radius: 999px;
border: 1px solid var(–dm-border);
background: rgba(0,0,0,0.18);
color: var(–dm-text);
white-space: nowrap;
}
/* ===========================
PANEL
=========================== */
.dm-gtacheats .dm-panel{
background:
radial-gradient(1200px 400px at 20% -10%, rgba(220,38,38,0.18), transparent 60%),
radial-gradient(900px 360px at 95% 0%, rgba(59,130,246,0.10), transparent 55%),
linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
border: 1px solid var(–dm-border);
border-radius: var(–dm-radius-2xl);
box-shadow: var(–dm-shadow-soft);
overflow:hidden;
}
.dm-gtacheats .dm-panel-inner{ padding: 18px; }
.dm-gtacheats .dm-disclaimer{
border-left: 4px solid var(–dm-red);
background: linear-gradient(90deg, rgba(220,38,38,0.14), rgba(10,10,15,0));
color: var(–dm-muted);
padding: 12px 16px;
border-radius: 0 var(–dm-radius-xl) var(–dm-radius-xl) 0;
margin: 0 0 18px 0;
font-size: 0.92rem;
font-style: italic;
}
.dm-gtacheats .dm-disclaimer strong{
color: var(–dm-red);
font-style: normal;
}
/* ===========================
NAV CHIPS
=========================== */
.dm-gtacheats .dm-nav{
display:flex;
flex-wrap:wrap;
gap:10px;
margin: 16px 0 0 0;
}
.dm-gtacheats .dm-chip{
appearance:none;
border:1px solid var(–dm-border);
background: rgba(255,255,255,0.04);
color: var(–dm-text);
padding: 10px 12px;
border-radius: 999px;
font-family: var(–dm-font-mono);
font-size: 0.78rem;
letter-spacing: 0.4px;
cursor:pointer;
transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.dm-gtacheats .dm-chip:hover{
transform: translateY(-1px);
border-color: rgba(220,38,38,0.55);
box-shadow: 0 0 0 4px rgba(220,38,38,0.12);
}
.dm-gtacheats .dm-chip:active{ transform: translateY(0px); }
.dm-gtacheats .dm-chip:focus{
outline:none;
box-shadow: 0 0 0 4px rgba(59,130,246,0.20);
border-color: rgba(59,130,246,0.55);
}
/* ===========================
HERO GRID
=========================== */
.dm-gtacheats .dm-hero{ margin: 18px 0 22px 0; }
.dm-gtacheats .dm-hero-grid{
display:grid;
grid-template-columns: 1fr;
gap: 12px;
margin-top: 14px;
}
.dm-gtacheats .dm-card{
border:1px solid var(–dm-border);
background: rgba(255,255,255,0.04);
border-radius: var(–dm-radius-xl);
padding: 14px 14px;
cursor:pointer;
transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
position: relative;
overflow: hidden;
}
.dm-gtacheats .dm-card::before{
content:””;
position:absolute;
inset:-2px;
background: radial-gradient(500px 180px at 20% 0%, rgba(220,38,38,0.20), transparent 60%);
opacity:0;
transition: opacity 0.18s ease;
pointer-events:none;
}
.dm-gtacheats .dm-card:hover{
transform: translateY(-2px);
border-color: rgba(255,255,255,0.18);
background: rgba(255,255,255,0.06);
box-shadow: 0 14px 40px rgba(0,0,0,0.38);
}
.dm-gtacheats .dm-card:hover::before{ opacity:1; }
.dm-gtacheats .dm-card-top{
display:flex;
align-items:flex-start;
justify-content:space-between;
gap:10px;
position:relative;
z-index:1;
}
.dm-gtacheats .dm-card-title{
font-family: var(–dm-font-head);
color: var(–dm-text);
font-weight: 800;
font-size: 1.02rem;
line-height: 1.25;
margin:0 0 4px 0;
}
.dm-gtacheats .dm-card-sub{
margin:0;
color: var(–dm-dim);
font-family: var(–dm-font-mono);
font-size: 0.78rem;
letter-spacing: 0.3px;
}
.dm-gtacheats .dm-badge{
flex:0 0 auto;
padding: 7px 10px;
border-radius: 999px;
border: 1px solid var(–dm-border);
background: rgba(0,0,0,0.18);
font-family: var(–dm-font-mono);
font-size: 0.72rem;
color: var(–dm-muted);
}
.dm-gtacheats .dm-badge.dm-badge-high{ color: rgba(34,197,94,0.95); border-color: rgba(34,197,94,0.30); }
.dm-gtacheats .dm-badge.dm-badge-med{ color: rgba(245,158,11,0.95); border-color: rgba(245,158,11,0.30); }
.dm-gtacheats .dm-badge.dm-badge-low{ color: rgba(148,163,184,0.90); border-color: rgba(148,163,184,0.22); }
.dm-gtacheats .dm-card-desc{
position:relative;
z-index:1;
margin: 10px 0 0 0;
font-size: 0.92rem;
}
/* ===========================
CALLOUTS
=========================== */
.dm-gtacheats .dm-callout{
display:flex;
gap:12px;
align-items:flex-start;
border:1px solid var(–dm-border);
background: rgba(255,255,255,0.04);
border-radius: var(–dm-radius-xl);
padding: 14px;
margin: 16px 0;
}
.dm-gtacheats .dm-callout-icon{
width:40px;
height:40px;
border-radius: 999px;
display:flex;
align-items:center;
justify-content:center;
background: rgba(220,38,38,0.12);
border:1px solid rgba(220,38,38,0.22);
color: var(–dm-red);
font-size: 18px;
flex: 0 0 auto;
}
.dm-gtacheats .dm-callout-title{
font-family: var(–dm-font-head);
font-weight: 800;
color: var(–dm-text);
margin: 0 0 4px 0;
font-size: 0.98rem;
}
.dm-gtacheats .dm-callout p{
margin:0;
font-size: 0.92rem;
color: var(–dm-muted);
}
/* ===========================
KEY VALUE
=========================== */
.dm-gtacheats .dm-kv{
display:flex;
gap:10px;
flex-wrap:wrap;
margin-top: 8px;
}
.dm-gtacheats .dm-k{
font-family: var(–dm-font-mono);
color: var(–dm-dim);
font-size: 0.78rem;
}
.dm-gtacheats .dm-v{
font-family: var(–dm-font-body);
color: var(–dm-text);
font-weight: 600;
font-size: 0.92rem;
}
/* ===========================
LIST
=========================== */
.dm-gtacheats .dm-list{
margin: 10px 0 0 0;
padding: 0;
list-style:none;
display:grid;
gap: 8px;
}
.dm-gtacheats .dm-list li{
border: 1px solid var(–dm-border);
background: rgba(0,0,0,0.14);
border-radius: 14px;
padding: 10px 12px;
color: var(–dm-muted);
font-size: 0.92rem;
}
.dm-gtacheats .dm-list strong{ color: var(–dm-text); }
/* ===========================
STEP BLOCKS
=========================== */
.dm-gtacheats ol{
margin: 10px 0 10px 0;
padding: 16px 18px 16px 42px;
border-radius: var(–dm-radius-xl);
border: 1px solid var(–dm-border);
background: rgba(255,255,255,0.04);
}
.dm-gtacheats ol li{
margin: 0 0 8px 0;
color: var(–dm-muted);
}
.dm-gtacheats .dm-result{
margin: 10px 0 0 0;
padding: 12px 14px;
border-radius: var(–dm-radius-xl);
border: 1px solid rgba(34,197,94,0.22);
background: rgba(34,197,94,0.06);
color: var(–dm-muted);
}
.dm-gtacheats .dm-stop{
margin: 10px 0 0 0;
padding: 12px 14px;
border-radius: var(–dm-radius-xl);
border: 1px solid rgba(245,158,11,0.22);
background: rgba(245,158,11,0.06);
color: var(–dm-muted);
}
.dm-gtacheats .dm-undo{
margin: 10px 0 0 0;
padding: 12px 14px;
border-radius: var(–dm-radius-xl);
border: 1px solid rgba(148,163,184,0.22);
background: rgba(148,163,184,0.06);
color: var(–dm-muted);
}
/* ===========================
TABLES
=========================== */
.dm-gtacheats .dm-table-wrap{
margin: 12px 0 0 0;
border: 1px solid var(–dm-border);
border-radius: var(–dm-radius-xl);
overflow-x:auto;
background: rgba(0,0,0,0.14);
}
.dm-gtacheats table.dm-table{
width:100%;
border-collapse: collapse;
min-width: 860px;
}
.dm-gtacheats table.dm-table thead th{
text-align:left;
font-family: var(–dm-font-mono);
font-size: 0.78rem;
letter-spacing: 0.3px;
color: var(–dm-dim);
padding: 12px 12px;
border-bottom: 1px solid var(–dm-border);
background: rgba(255,255,255,0.03);
}
.dm-gtacheats table.dm-table tbody td{
vertical-align: top;
padding: 12px 12px;
border-bottom: 1px solid var(–dm-border);
color: var(–dm-muted);
font-size: 0.92rem;
}
.dm-gtacheats table.dm-table tbody tr:hover td{
background: rgba(255,255,255,0.03);
}
.dm-gtacheats .dm-note{
margin: 12px 0 0 0;
font-size: 0.92rem;
color: var(–dm-muted);
}
/* ===========================
ACCORDION
=========================== */
.dm-gtacheats .dm-acc{
margin: 14px 0 0 0;
display:flex;
flex-direction:column;
gap: 12px;
}
.dm-gtacheats .dm-acc-item{
border: 1px solid var(–dm-border);
background: rgba(255,255,255,0.04);
border-radius: var(–dm-radius-2xl);
overflow:hidden;
transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.dm-gtacheats .dm-acc-item:hover{
border-color: rgba(255,255,255,0.18);
background: rgba(255,255,255,0.06);
}
.dm-gtacheats .dm-acc-item.is-open{
border-color: rgba(220,38,38,0.55);
box-shadow: 0 16px 50px rgba(0,0,0,0.38);
}
.dm-gtacheats .dm-acc-trigger{
width:100%;
display:flex;
align-items:center;
justify-content:space-between;
gap: 12px;
padding: 16px 16px;
border: none;
background: transparent;
cursor:pointer;
text-align:left;
}
.dm-gtacheats .dm-acc-left{ min-width: 0; }
.dm-gtacheats .dm-acc-title{
display:block;
font-family: var(–dm-font-head);
color: var(–dm-text);
font-weight: 900;
font-size: 1.05rem;
line-height: 1.25;
margin:0;
}
.dm-gtacheats .dm-acc-sub{
display:block;
margin-top: 6px;
font-family: var(–dm-font-mono);
color: var(–dm-dim);
font-size: 0.78rem;
letter-spacing: 0.3px;
}
.dm-gtacheats .dm-acc-right{
display:flex;
align-items:center;
gap: 10px;
flex: 0 0 auto;
}
.dm-gtacheats .dm-acc-chip{
border: 1px solid var(–dm-border);
background: rgba(0,0,0,0.16);
border-radius: 999px;
padding: 7px 10px;
font-family: var(–dm-font-mono);
font-size: 0.72rem;
color: var(–dm-muted);
white-space: nowrap;
}
.dm-gtacheats .dm-acc-icon{
width: 22px;
height: 22px;
position: relative;
border-radius: 999px;
border: 1px solid rgba(220,38,38,0.30);
background: rgba(220,38,38,0.10);
flex: 0 0 auto;
transition: transform 0.22s ease;
}
.dm-gtacheats .dm-acc-icon::before,
.dm-gtacheats .dm-acc-icon::after{
content:””;
position:absolute;
left:50%;
top:50%;
transform: translate(-50%, -50%);
background: var(–dm-red);
border-radius: 2px;
}
.dm-gtacheats .dm-acc-icon::before{ width: 2px; height: 12px; }
.dm-gtacheats .dm-acc-icon::after{ width: 12px; height: 2px; }
.dm-gtacheats .dm-acc-item.is-open .dm-acc-icon{ transform: rotate(45deg); }
.dm-gtacheats .dm-acc-panel{
overflow:hidden;
max-height: 0;
transition: max-height 0.28s ease;
}
.dm-gtacheats .dm-acc-inner{
padding: 0 16px 16px 16px;
border-top: 1px solid var(–dm-border);
}
.dm-gtacheats .dm-acc-inner p{ margin-top: 14px; }
/* ===========================
FAQ SEARCH
=========================== */
.dm-gtacheats .dm-faq-tools{
display:flex;
gap: 10px;
align-items:center;
flex-wrap:wrap;
margin-top: 10px;
}
.dm-gtacheats .dm-faq-search{
width: 100%;
max-width: 520px;
padding: 12px 14px;
border-radius: 14px;
border: 1px solid var(–dm-border);
background: rgba(0,0,0,0.18);
color: var(–dm-text);
font-family: var(–dm-font-body);
font-size: 0.95rem;
transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.dm-gtacheats .dm-faq-search:focus{
outline:none;
border-color: rgba(59,130,246,0.60);
box-shadow: 0 0 0 4px rgba(59,130,246,0.18);
}
/* ===========================
SECTION FLASH
=========================== */
.dm-gtacheats .dm-flash{ animation: dmFlash 0.7s ease; }
@keyframes dmFlash{
0%{ box-shadow: 0 0 0 0 rgba(220,38,38,0.0); }
40%{ box-shadow: 0 0 0 6px rgba(220,38,38,0.12); }
100%{ box-shadow: 0 0 0 0 rgba(220,38,38,0.0); }
}
/* ===========================
RESPONSIVE
=========================== */
@media (min-width: 720px){
.dm-gtacheats .dm-hero-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (prefers-reduced-motion: reduce){
.dm-gtacheats .dm-chip,
.dm-gtacheats .dm-card,
.dm-gtacheats .dm-acc-item{
transition:none;
}
.dm-gtacheats .dm-acc-panel{ transition:none; }
}
If you want GTA 5 cheat codes that actually work, this is the full Story Mode list with the real button inputs, PC commands, and phone numbers.
This is for players on PC, PS5, PS4, Xbox Series X|S, and Xbox One who want weapons, vehicle spawns , invincibility, and world effects without wasting time on fake “money” or “invisibility” claims.
✅
Assumptions
Platforms: PC, PS5, PS4, Xbox Series X|S, Xbox One
Inputs: Controller, Phone, PC Console
Assumptions
Warnings
Entry
Weapons
Vehicles
Not Working
FAQ
GTA 5 Weapon Cheat Codes
Weapons And Ammo Mods
Fast
Pick the cheat you want from the table, enter it, then test safely away from civilians.
GTA 5 Vehicle Spawn Cheat Codes
Planes, Cars, Bikes
Common
Stand in an open area before spawning anything and spawn one vehicle at a time.
GTA 5 Cheat Codes Not Working
Decision Forks
Fix
If cheats fail only in GTA Online, stop and switch to Story Mode.
GTA 5 Cheat Code Assumptions
Game Mode: Story Mode (single-player).
Online Status: Offline or Story Mode freeroam. Cheats do not work in GTA Online .
Platforms Covered: PC, PS5, PS4, Xbox Series X|S, Xbox One.
Input Types: Controller button sequences, in-game phone dial, PC console command window.
Instant Delivery
Need this done fast?
Choose your game, pick a package, and checkout in seconds.
GTA 5 Cheat Code Warnings
Make a manual save before using any cheat.
Avoid activating cheats during missions if you care about mission score.
Restart the game when you want trophies and achievements to track normally again.
What You Should Notice: A “Cheat Activated” style notification appears after a valid code entry.
How To Undo It: Most toggle-style cheats can be entered again to disable. If something stays weird, reload your save or restart the game.
GTA 5 Cheat Code Entry
GTA 5 Controller Cheats
Enter the button sequence quickly during gameplay.
Use the D-pad for directional inputs.
Watch for the activation notification.
What You Should Notice: A confirmation notification pops up, and the effect starts immediately.
How To Undo It: Re-enter the same code if it is a toggle. Otherwise, reload your save or restart.
GTA 5 Phone Cheats
Open the in-game phone.
Go to the dial pad.
Dial the number shown below and place the call.
What You Should Notice: The cheat activates right after the call connects, and you get a notification.
How To Undo It: Same as above. Toggle cheats can often be entered again.
GTA 5 PC Console Cheats
Press the tilde key (~) to open the console (on many keyboards it is the key under Esc).
Type the PC command exactly as shown.
Press Enter.
What You Should Notice: The console closes and the effect activates immediately.
How To Undo It: Re-enter if it is a toggle, or reload or restart.
GTA 5 Weapon Cheat Codes
Pick the cheat you want from the table.
Enter it using controller, phone, or PC console.
If the cheat affects ammo types, equip a weapon and test it safely away from civilians.
What You Should Notice: Your inventory or damage behavior changes immediately.
How To Undo It: For ammo modifiers, switching sessions by reloading a save or restarting is the cleanest undo.
Cheat
PC
Phone
PlayStation
Xbox
Weapons + extra ammo set
TOOLUP
1-999-866-587
Triangle, R2, Left, L1, X, Right, Triangle, Down, Square, L1, L1, L1
Y, RT, Left, LB, A, Right, Y, Down, X, LB, LB, LB
Explosive Melee Attacks
HOTHANDS
1-999-4684-2637
Right, Left, X, Triangle, R1, Circle, Circle, Circle, L2
Right, Left, A, Y, RB, B, B, B, LT
Slow Motion Aim
DEADEYE
1-999-332-3393
Square, L2, R1, Triangle, Left, Square, L2, Right, X
X, LT, RB, Y, Left, X, LT, Right, A
Explosive Bullets
HIGHEX
1-999-444-439
Right, Square, X, Left, R1, R2, Left, Right, Right, L1, L1, L1
Right, X, A, Left, RB, RT, Left, Right, Right, LB, LB, LB
Incendiary Bullets (flammable rounds)
INCENDIARY
1-999-462-363-4279
L1, R1, Square, R1, Left, R2, R1, Left, Square, Right, L1, L1
LB, RB, X, RB, Left, RT, RB, Left, X, Right, LB, LB
Codes are commonly listed across major cheat lists.
GTA 5 Player Cheat Codes
Pick the cheat you want from the table.
Activate it in free roam.
If you are testing Skyfall, do it away from mission areas and traffic.
What You Should Notice: Health, armor, ability, or player state changes immediately.
How To Undo It: Invincibility is time-limited. Other effects can often be toggled off by re-entering the code or clearing by reload or restart.
Cheat
PC
Phone
PlayStation
Xbox
Invincibility (5 minutes)
PAINKILLER
1-999-724-654-5537
Right, X, Right, Left, Right, R1, Right, Left, X, Triangle
Right, A, Right, Left, Right, RB, Right, Left, A, Y
Max Health & Armor
TURTLE
1-999-887-853
Circle, L1, Triangle, R2, X, Square, Circle, Right, Square, L1, L1, L1
B, LB, Y, RT, A, X, B, Right, X, LB, LB, LB
Recharge Special Ability
POWERUP
1-999-769-3787
X, X, Square, R1, L1, X, Right, Left, X
A, A, X, RB, LB, A, Right, Left, A
Parachute
SKYDIVE
1-999-759-3483
Left, Right, L1, L2, R1, R2, R2, Left, Left, Right, L1
Left, Right, LB, LT, RB, RT, RT, Left, Left, Right, LB
Drunk Mode
LIQUOR
1-999-547-867
Triangle, Right, Right, Left, Right, Square, Circle, Left
Y, Right, Right, Left, Right, X, B, Left
Skyfall (drop from high altitude)
SKYFALL
1-999-759-3255
L1, L2, R1, R2, Left, Right, Left, Right, L1, L2, R1, R2, Left, Right, Left, Right
LB, LT, RB, RT, Left, Right, Left, Right, LB, LT, RB, RT, Left, Right, Left, Right
Codes are commonly listed across major cheat lists.
GTA 5 Wanted Level Cheat Codes
Use the “Raise” cheat if you want instant heat.
Use the “Lower” cheat if you want the police to back off.
If you are already in combat, move to cover before changing wanted level.
What You Should Notice: Your wanted stars go up or down immediately.
How To Undo It: Use the opposite cheat, or lose the cops normally.
Cheat
PC
Phone
PlayStation
Xbox
Raise Wanted Level
FUGITIVE
1-999-3844-8483
R1, R1, Circle, R2, Left, Right, Left, Right, Left, Right
RB, RB, B, RT, Left, Right, Left, Right, Left, Right
Lower Wanted Level
LAWYERUP
1-999-5299-3787
R1, R1, Circle, R2, Right, Left, Right, Left, Right, Left
RB, RB, B, RT, Right, Left, Right, Left, Right, Left
Codes are commonly listed across major cheat lists.
GTA 5 Movement Cheat Codes
Activate the movement cheat you want.
Test it in an open area, not in tight interiors.
If you are speed-running across the map, avoid mission triggers.
What You Should Notice: Sprinting, swimming, or jumping behavior changes immediately.
How To Undo It: Re-enter the same cheat if it is a toggle, or clear by reload or restart.
Cheat
PC
Phone
PlayStation
Xbox
Fast Run
CATCHME
1-999-228-2463
Triangle, Left, Right, Right, L2, L1, Square
Y, Left, Right, Right, LT, LB, X
Fast Swim
GOTGILLS
1-999-4684-4557
Left, Left, L1, Right, Right, R2, Left, L2, Right
Left, Left, LB, Right, Right, RT, Left, LT, Right
Super Jump
HOPTOIT
1-999-467-8648
Left, Left, Triangle, Triangle, Right, Right, Left, Right, Square, R1, R2
Left, Left, Y, Y, Right, Right, Left, Right, X, RB, RT
Codes are commonly listed across major cheat lists.
GTA 5 World Cheat Codes
Activate one world cheat at a time.
If you combine physics cheats, do it somewhere safe like a desert road.
Re-enter slow motion cheats if you want to cycle the effect.
What You Should Notice: Weather, gravity, time flow, or vehicle handling changes immediately.
How To Undo It: For most world toggles, enter the cheat again, or reload or restart to fully reset.
Cheat
PC
Phone
PlayStation
Xbox
Moon Gravity
FLOATER
1-999-356-2837
Left, Left, L1, R1, L1, Right, Left, L1, Left
Left, Left, LB, RB, LB, Right, Left, LB, Left
Slow Motion
SLOWMO
1-999-756-966
Triangle, Left, Right, Right, Square, R2, R1
Y, Left, Right, Right, X, RT, RB
Change Weather (cycles weather)
MAKEITRAIN
1-999-625-348-7246
R2, X, L1, L1, L2, L2, L2, Square
RT, A, LB, LB, LT, LT, LT, X
Slippery Cars
SNOWDAY
1-999-766-9329
Triangle, R1, R1, Left, R1, L1, R2, L1
Y, RB, RB, Left, RB, LB, RT, LB
Codes are commonly listed across major cheat lists.
GTA 5 Vehicle Spawn Cheat Codes
Stand in an open area before spawning anything.
Spawn one vehicle at a time if you want it to appear reliably.
For special spawns like Dodo, Kraken, and Duke O’Death, confirm you have unlocked them first.
What You Should Notice: The vehicle spawns near you, usually on nearby ground.
How To Undo It: Destroy the vehicle, walk away, or reload your save. Spawn cheats do not “un-spawn” cleanly.
Cheat
PC
Phone
PlayStation
Xbox
Spawn Buzzard helicopter
BUZZOFF
1-999-289-9633
Circle, Circle, L1, Circle, Circle, Circle, L1, L2, R1, Triangle, Circle, Triangle
B, B, LB, B, B, B, LB, LT, RB, Y, B, Y
Spawn Stunt Plane
BARNSTORM
1-999-227-678-676
Circle, Right, L1, L2, Left, R1, L1, L1, Left, Left, X, Triangle
B, Right, LB, LT, Left, RB, LB, LB, Left, Left, A, Y
Spawn Duster (crop duster)
FLYSPRAY
1-999-3597-7729
Right, Left, R1, R1, R1, Left, Triangle, Triangle, X, Circle, L1, L1
Right, Left, RB, RB, RB, Left, Y, Y, A, B, LB, LB
Spawn Comet sports car
COMET
1-999-266-38
R1, Circle, R2, Right, L1, L2, X, X, Square, R1
RB, B, RT, Right, LB, LT, A, A, X, RB
Spawn Rapid GT sports car
RAPIDGT
1-999-727-4348
R2, R2, L1, Circle, Right, L1, R1, Right, Left, Circle, R2
RT, RT, LB, B, Right, LB, RB, Right, Left, B, RT
Spawn Stretch limousine
VINEWOOD
1-999-8463-9663
R2, Right, L2, Left, Left, R1, L1, Circle, Right
RT, Right, LT, Left, Left, RB, LB, B, Right
Spawn Trashmaster garbage truck
TRASHED
1-999-872-7433
Circle, R1, Circle, R1, Left, Left, R1, L1, Circle, Right
B, RB, B, RB, Left, Left, RB, LB, B, Right
Spawn Caddy (golf cart)
HOLEIN1
1-999-465-3461
Circle, L1, Left, R1, L2, X, R1, L1, Circle, X
B, LB, Left, RB, LT, A, RB, LB, B, A
Spawn Sanchez dirt bike
OFFROAD
1-999-633-7623
Circle, X, L1, Circle, Circle, L1, Circle, R1, R2, L2, L1, L1
B, A, LB, B, B, LB, B, RB, RT, LT, LB, LB
Spawn PCJ-600 motorbike
ROCKET
1-999-762-538
R1, Right, Left, Right, R2, Left, Right, Square, Right, L2, L1, L1
RB, Right, Left, Right, RT, Left, Right, X, Right, LT, LB, LB
Spawn BMX
BANDIT
1-999-226-348
Left, Left, Right, Right, Left, Right, Square, Circle, Triangle, R1, R2
Left, Left, Right, Right, Left, Right, X, B, Y, RB, RT
Spawn Dodo seaplane
EXTINCT
1-999-398-4628
Phone Only
Phone Only
Spawn Kraken submarine
BUBBLES
1-999-282-2537
Phone Only
Phone Only
Spawn Duke O'Death
DEATHCAR
1-999-3328-4227
Phone Only
Phone Only
Core spawns are documented across major cheat lists. Unlock-gated spawns are commonly reported to require these prerequisites.
GTA 5 Special Cheat Codes
GTA 5 Director Mode Cheat
Open the in-game phone.
Dial 1-999-5782-5368.
Confirm you enter Director Mode.
What You Should Notice: Director Mode becomes available immediately after activation.
How To Undo It: Exit Director Mode and return to Story Mode.
GTA 5 Black Cellphones Cheat
This one is a phone-only easter egg. Many guides report it changes the phone appearance and can trigger a small explosion overhead when activated.
Open the in-game phone.
Dial 1-999-367-3767.
Watch your phone after the call connects.
What You Should Notice: Your phone appearance can change. You may also see a small explosion overhead in some versions.
How To Undo It: Restart the session or reload a save if the phone stays altered.
GTA 5 Money Cheats
There is no money cheat code in GTA 5 Story Mode, and there is no legit “infinite money” phone number.
Ignore any site or video claiming “money cheat codes ” for GTA 5.
Do not download files promising money cheats. Those are typically trainers or scams.
If you need cash, use normal in-game methods . This guide does not cover them.
What You Should Notice: You stop wasting time searching for a money cheat that is not in the game.
GTA 5 Invisibility Cheats
GTA 5 does not have a standard “invisibility” cheat in the same way it has invincibility. The cheat most people mean is Invincibility , which is PAINKILLER .
Use the Invincibility cheat from the Player table.
Confirm you see the activation notification.
Test by taking a small amount of damage.
What You Should Notice: Your character can ignore damage for a limited time.
How To Undo It: Wait it out, or restart the game session.
GTA 5 Cheat Codes Not Working
GTA 5 Cheat Code Decision Forks
GTA Online Block
If This Then That
Fork
If cheats fail only in GTA Online , then stop. Cheats are blocked there. Switch to Story Mode.
Unlock Gated Spawns
If This Then That
Fork
If only Dodo, Kraken, or Duke O’Death fails, then go to the unlock checks below. Those spawns are commonly unlock-gated.
Input Method
If This Then That
Fork
If a code never activates, then retry it with the phone dial method and watch for the activation notification.
GTA 5 Cheat Code Basics
Confirm you are in Story Mode.
Retry the cheat using the phone dial method.
Watch for the activation notification.
What You Should Notice: If the cheat is valid and allowed, you get a confirmation notification.
Stop Here If Fixed: If you see the activation notification and the effect works.
For controller codes, use the D-pad for directions.
Enter the sequence quickly with no pauses.
For PC console, open the console with the tilde key and type the command exactly.
What You Should Notice: The cheat activates consistently once the input method is correct.
Stop Here If Fixed: If cheats now activate reliably.
GTA 5 Unlock Checks
For Kraken , complete the Wildlife Photography Challenge first.
For Dodo , complete the Sea Plane random event first.
For Duke O’Death , complete the Duel random event first (this event is commonly tied to story progress).
What You Should Notice: After the unlock, the phone-only spawn cheat can start working.
Stop Here If Fixed: If the vehicle now spawns after dialing the number.
GTA 5 Cheat Codes FAQ
Short answers to the most searched questions. Use the search bar to filter.
Are GTA 5 Cheat Codes Available In GTA Online?
Story Mode Only
FAQ
Is There A GTA 5 Money Cheat Code?
No Money Cheat
FAQ
No. GTA 5 does not have a money cheat.
Is There A GTA 5 Invisibility Cheat?
Invincibility Match
FAQ
Not as a standard cheat. The closest match is the invincibility cheat (PAINKILLER).
Do GTA 5 Cheats Disable Trophies And Achievements?
Session Effect
FAQ
Yes, for the current session when cheats are used.
How Do I Enter GTA 5 Cheats On PC?
Console Command
FAQ
Open the console with the tilde key (~), type the command, then press Enter.
Why Will The Dodo, Kraken, Or Duke O’Death Not Spawn?
Unlock Check
FAQ
Those spawns are commonly locked until you complete their unlock events or challenges.
Can I Turn Off GTA 5 Cheats Without Restarting?
Toggle Or Reload
FAQ
Some toggle cheats can be entered again to disable. If a state stays weird, reload a save or restart.
What Is The Black Cellphone Cheat In GTA 5?
Phone Easter Egg
FAQ
It is a phone-only easter egg tied to 1-999-367-3767, often reported to change phone appearance and trigger a small explosion overhead.
{
“@context”: “https://schema.org”,
“@type”: “FAQPage”,
“mainEntity”: [
{
“@type”: “Question”,
“name”: “Are GTA 5 Cheat Codes Available In GTA Online?”,
“acceptedAnswer”: { “@type”: “Answer”, “text”: “No. Cheats are blocked in GTA Online.” }
},
{
“@type”: “Question”,
“name”: “Is There A GTA 5 Money Cheat Code?”,
“acceptedAnswer”: { “@type”: “Answer”, “text”: “No. GTA 5 does not have a money cheat.” }
},
{
“@type”: “Question”,
“name”: “Is There A GTA 5 Invisibility Cheat?”,
“acceptedAnswer”: { “@type”: “Answer”, “text”: “Not as a standard cheat. The closest match is the invincibility cheat (PAINKILLER).” }
},
{
“@type”: “Question”,
“name”: “Do GTA 5 Cheats Disable Trophies And Achievements?”,
“acceptedAnswer”: { “@type”: “Answer”, “text”: “Yes, for the current session when cheats are used.” }
},
{
“@type”: “Question”,
“name”: “How Do I Enter GTA 5 Cheats On PC?”,
“acceptedAnswer”: { “@type”: “Answer”, “text”: “Open the console with the tilde key (~), type the command, then press Enter.” }
},
{
“@type”: “Question”,
“name”: “Why Will The Dodo, Kraken, Or Duke O’Death Not Spawn?”,
“acceptedAnswer”: { “@type”: “Answer”, “text”: “Those spawns are commonly locked until you complete their unlock events or challenges.” }
},
{
“@type”: “Question”,
“name”: “Can I Turn Off GTA 5 Cheats Without Restarting?”,
“acceptedAnswer”: { “@type”: “Answer”, “text”: “Some toggle cheats can be entered again to disable. If a state stays weird, reload a save or restart.” }
},
{
“@type”: “Question”,
“name”: “What Is The Black Cellphone Cheat In GTA 5?”,
“acceptedAnswer”: { “@type”: “Answer”, “text”: “It is a phone-only easter egg tied to 1-999-367-3767, often reported to change phone appearance and trigger a small explosion overhead.” }
}
]
}
(function(){
function qs(root, sel){ return root.querySelector(sel); }
function qsa(root, sel){ return Array.prototype.slice.call(root.querySelectorAll(sel)); }
function initJump(root){
var jumpers = qsa(root, “[data-dm-target]”);
jumpers.forEach(function(el){
el.addEventListener(“click”, function(){
var targetSel = el.getAttribute(“data-dm-target”);
if(!targetSel){ return; }
var target = qs(root, targetSel) || document.querySelector(targetSel);
if(!target){ return; }
target.scrollIntoView({ behavior: “smooth”, block: “start” });
try{
target.classList.add(“dm-flash”);
setTimeout(function(){ target.classList.remove(“dm-flash”); }, 750);
}catch(e){}
});
el.addEventListener(“keydown”, function(e){
if(e.key === “Enter” || e.key === ” “){
e.preventDefault();
el.click();
}
});
});
}
function closeItem(item){
item.classList.remove(“is-open”);
var trigger = qs(item, “.dm-acc-trigger”);
var panel = qs(item, “.dm-acc-panel”);
if(trigger){ trigger.setAttribute(“aria-expanded”, “false”); }
if(panel){
panel.style.maxHeight = “0px”;
panel.setAttribute(“hidden”, “hidden”);
}
}
function openItem(item){
item.classList.add(“is-open”);
var trigger = qs(item, “.dm-acc-trigger”);
var panel = qs(item, “.dm-acc-panel”);
if(trigger){ trigger.setAttribute(“aria-expanded”, “true”); }
if(panel){
panel.removeAttribute(“hidden”);
panel.style.maxHeight = panel.scrollHeight + “px”;
}
}
function initAccordion(root, selector, singleOpen){
var acc = qs(root, selector);
if(!acc){ return; }
var items = qsa(acc, “.dm-acc-item”);
items.forEach(function(item){
var trigger = qs(item, “.dm-acc-trigger”);
var panel = qs(item, “.dm-acc-panel”);
if(!trigger || !panel){ return; }
closeItem(item);
trigger.addEventListener(“click”, function(){
var isOpen = item.classList.contains(“is-open”);
if(singleOpen){
items.forEach(function(other){
if(other !== item){ closeItem(other); }
});
}
if(isOpen){
closeItem(item);
}else{
openItem(item);
}
});
window.addEventListener(“resize”, function(){
if(item.classList.contains(“is-open”)){
panel.style.maxHeight = panel.scrollHeight + “px”;
}
});
});
}
function initFaqSearch(root){
var input = qs(root, “.dm-faq-search”);
if(!input){ return; }
var faqItems = qsa(root, “.dm-faq-item”);
input.addEventListener(“input”, function(){
var q = (input.value || “”).trim().toLowerCase();
faqItems.forEach(function(item){
var title = qs(item, “.dm-acc-title”);
var text = title ? title.textContent.toLowerCase() : “”;
item.style.display = text.indexOf(q) !== -1 ? “” : “none”;
});
});
}
document.addEventListener(“DOMContentLoaded”, function(){
var root = document.querySelector(“.dm-gtacheats”);
if(!root){ return; }
initJump(root);
initAccordion(root, ‘.dm-acc[data-dm-acc=”faq”]’, true);
initFaqSearch(root);
});
})();