Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Due to overzealous filtering on Microsoft’s side, some emails to Outlook and Hotmail addresses may not be delivered. If you’re affected, please use a different email address or try again later.

Dynamic Plate Generator 1.1.0

(1 review)

6 Screenshots

Dynamic_Plate_Generator.png

Dynamic Plate Generator is a lightweight C++ ASI mod for Grand Theft Auto V / LSPDFR that dynamically generates license plates using customizable formats defined in an .ini configuration file.

Unlike mods that rely on a fixed set of predefined plate styles, Dynamic Plate Generator allows you to create as many custom plate formats as you want, with a maximum plate length of 8 characters.

Whether you want realistic American-style plates, fictional state plates, European-inspired formats, police/government plates, or completely custom designs, you can define them yourself.


Features

  • 🚗 Dynamic License Plate Generation

  • 🔧 Fully configurable through an .ini file

  • ♾️ Unlimited custom plate formats

  • 🔤 Supports letters and numbers

  • 🔢 Supports multiple custom combinations

  • 🚓 Separate formats for Standard and Emergency / Government vehicles

  • Written in C++ as an ASI plugin

  • 🪶 Lightweight and designed to run in the background

  • 🎮 Designed for GTA V / LSPDFR environments

  • 📄 No need to modify game files manually

  • 🛠️ Easy-to-understand configuration


How It Works

Dynamic Plate Generator uses simple pattern characters to determine how license plates are generated.

Each format is defined using:

Character | Meaning
@ | Random letter
# | Random number
- | Literal separator

Example

Format_1 = @@@-####

This can generate plates such as:

ABC-4821
KTR-9037
XPM-1745

The letters represented by @ and numbers represented by # are generated dynamically.


Configuration

The configuration file contains separate sections for different vehicle categories.

[Formats_Standard]
; Merged Standard & Vanity formats
Format_1 = @@@-####
Format_2 = ##-@@-##
Format_3 = @@@@@@@
Format_4 = #@@@###

[Formats_Regional]
; Dedicated Emergency / Govt formats
Format_1 = @@-#####
Format_2 = ###-@@@@
Format_3 = @@-###-@
Format_4 = ####-@@@


Format Characters

@ — Letter

Each @ represents one randomly generated letter.

Example:

Format_1 = @@@

Possible results:

ABC
KPX
MTR
ZQW


# — Number

Each # represents one randomly generated number.

Example:

Format_1 = ####

Possible results:

4821
9037
1745
6208


- — Separator

The - character is treated as a literal separator.

Example:

Format_1 = ABC-####

Possible result:

ABC 4821

You can use separators wherever you want, provided the resulting plate stays within GTA V's character limit.


Creating Your Own Formats

You are not limited to the four formats included in the default configuration.

You can add as many formats as you want.

For example:

[Formats_Standard]
Format_1 = @@@-####
Format_2 = ##-@@-##
Format_3 = @@@@@@@
Format_4 = #@@@###

Format_5 = @@-#####
Format_6 = ####-@@
Format_7 = @#@-###@
Format_8 = ###-@@@
Format_9 = @@@@-##
Format_10 = ##@-####

The mod will read the available formats from the configuration and use them accordingly.

You can continue adding:

Format_11
Format_12
Format_13
Format_14
...

There is no requirement to stop at four formats.


Installation

Requirements

  • Grand Theft Auto V

  • Script Hook V

  • ASI Loader

  • LSPDFR (Optional)


Installation Steps

  1. Download the latest release of Dynamic Plate Generator.

  2. Extract the downloaded archive.

  3. Copy the mod files (DynamicPlateGenerator.asi & DynamicPlateGenerator.ini) into your GTA V main directory.

  4. Make sure the .asi file is located in the GTA V root directory alongside your other ASI plugins.

  5. Launch GTA V.

  6. The mod will automatically load through the ASI loader.

  7. Open the included .ini file to customize your license plate formats.



Credits

Dynamic Plate Generator

Developed by Admirable

C++ ASI Plugin for Grand Theft Auto V.

Special thanks to the GTA V and LSPDFR modding communities for their continued work, tools, documentation, testing, and support.


Download & Updates

The latest versions and updates will be available through:

The Patreon release is free. Supporting the project is completely optional but greatly appreciated.


Changelog

Version 1.0.0

  • Initial release

  • Dynamic license plate generation

  • Configurable standard plate formats

  • Configurable emergency/government plate formats

  • Support for custom plate patterns

  • Unlimited user-defined formats

  • @ character support for letters

character support for numbers

  • Maximum 8-character GTA V plate format support


License

This mod is provided for use with Grand Theft Auto V.

Please do not redistribute, re-upload, modify, or claim this mod as your own without permission from the original author.

For permissions regarding modification, redistribution, or inclusion in mod packs, please contact the author.


Enjoy Dynamic Plate Generator!

Create your own plates.
Build your own regions.
Make your GTA V world more dynamic.

Edited by admirable

What's New in Version 1.1.0

Released

Added

  • Character Exclusion System — Added the ability to exclude specific letters and numbers from generated license plates.

  • Users can exclude multiple characters by listing them in the .ini file using comma-separated values.

  • Supports excluding both alphabetic characters and numbers.

  • Excluded characters will no longer be selected when generating dynamic plates.

Version: 1.1
Release Type: Feature Update


Short Description

Dynamic Plate Generator is a lightweight C++ ASI mod for Grand Theft Auto V / LSPDFR, lets you customize license plate format.

AI disclosure

The author has disclosed that AI tools were used in creating the following aspects of this file:

  • Description
  • Images
  • Mod and Mod Content (Minor)

Debugging the errors

User Feedback

Recommended Comments

Su Ying Cheng

Members

Finally, I can escape the endless hell of "46EEK572" !!! Awesome!!!

admirable

Members Author

8 hours ago, Su Ying Cheng said:

Finally, I can escape the endless hell of "46EEK572" !!! Awesome!!!

Hell yeah!! Thanks

BJ USA

Members

Nice to have another choice in plate changing, thanks

This is the biggest description for a mod I've ever seen. This is a great mod nonetheless.

admirable

Members Author

20 hours ago, BJ USA said:

Nice to have another choice in plate changing, thanks

Pleasure to hear ☺️

13 hours ago, NotOurTimeToTalk said:

This is the biggest description for a mod I've ever seen. This is a great mod nonetheless.

Indeed it is. I will remove few sections in my free time. 😃 Thanks though

mazednik

Insiders

This is a really great modification to get rid of 46EEK572 and make checking plates much more immersive!

Would it be possible to add an option to exclude certain letters from generating? In my country, license plates are region-based, so it feels a bit weird seeing letters like 'Z, O, W' etc.

Thanks for your amazing work!

admirable

Members Author

8 hours ago, mazednik said:

This is a really great modification to get rid of 46EEK572 and make checking plates much more immersive!

Would it be possible to add an option to exclude certain letters from generating? In my country, license plates are region-based, so it feels a bit weird seeing letters like 'Z, O, W' etc.

Thanks for your amazing work!

I'll keep it in mind for future update.

Smurf Customs

Members

(edited)

On 8/16/2026 at 11:26 AM, mazednik said:

This is a really great modification to get rid of 46EEK572 and make checking plates much more immersive!

Would it be possible to add an option to exclude certain letters from generating? In my country, license plates are region-based, so it feels a bit weird seeing letters like 'Z, O, W' etc.

Thanks for your amazing work!


https://www.gta5-mods.com/scripts/british-number-plates
This does exactly what you want.

Edited by Code Master

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.