[Release] 50% OFF Just Fake ID - A Identity Changer Script Synced With Database

FakeID

Welcome!

I’ve always wanted to make custom scripts and returning to the community! I’ve been working on FiveM servers since 2018, but only last year I really started gaining a passion on programming and tinker!
So, here I announce my recent “masterpiece”, this script allows you to place a item on a hidden store where your players can buy a item that when used allows them to change their name, this changes are made automaticly by the script on the Server Database (users column).

Some Showcases
Input of the name: Here
Video

Adding More Soon!

Please feel free to visit my TEBEX store by clicking HERE
I always accept suggestions and improvements! So if you have something in mind, we can make it work, and if you think I can improve something, let me know!
Thank you all.

7 Likes

First of all, can you please add a parenthesis after “release”? That makes me really nervous! :sweat_smile: :stuck_out_tongue:

Anyway, looks really great, good job! However, a preview video or a few photos would be really cool!

1 Like

Looks good! :slight_smile: Maybe make a preview on how this works?

1 Like

Damn me! Forgot it AHAHAH sorry about that

1 Like

I was actually finishing the render of the video, I will upload it in a second! Thank you for the reminder

Thank God, thank you very much! Finally I can live in peace again. :yum:

2 Likes

Ahahaha, thank you for the heads up!

1 Like

So this permanently changes the persons name in the DB? I would probably implement this into a lawyer job where people have to pay a lawyer to change their name ^^

Yes it changes permantly! Is a good possibility, I leave that to the Server Owner discretion :smiley:

i like this, could you please open console or show me how much ram it using? (ms)
and where do you change the ID?

2 Likes

Yes sure! Let me just fire up FiveM and I’ll get back to you! You mean the ID of the item?


Here’s the consuption of the script according to Resource Monitor.

To change the item ID open server.lua and change the item name on Line 5 and 7

ESX.RegisterUsableItem('ITEMNAME', function(source)

    local xPlayer = ESX.GetPlayerFromId(source)

    xPlayer.removeInventoryItem('ITEMNAME', 1)

    TriggerClientEvent('linux_fakeid:SetName',source)

end)

yes is it item?
what dependencies have?
like you go to a coord and you press E for example and set name?

how did you make yr console like this?
its old version of Fivem i think

It is a Usable Item, the dependencies of the resource are:

  1. Mythic Notify
  2. ESX

I opened svgui and typed resmon 1 :wink:
To have these features update your server artifacts

could you please explain what is svgui ?

Yes of course!
When your FiveM artifacts are updated, if you use the normal way of starting (Without TXAdmin) it opens a new window additional of your CMD window, that window is SV Gui :smiley:

i am using txadmin can i do it there?

Try typing on the FiveM console (F8) resmon 1