Security System

This system will not be useful if you do not use Unique Phones, since it will simply be a purely aesthetic system. If you enable Unique Phones, this could be the most important document regarding the security of your data.

Smartphone PRO has a Unique Phones system that will allow you to lose your phone, its information or even steal other data from players, whether social networks or other applications on your phone. Remember to always use the Backup system.

Is there a way to break the security of a phone?

There is no way to break this security unless the player himself gives you the password to his phone. Since even if you have FaceID enabled, there will always be a backup password.

Does FaceID really work with my character's face?

Yes, FaceID will only work with the character in which said security was registered, if you cover your face or use masks, you will have to enter the backup password because you will not be able to create your FaceID.

What happens if I fail a password multiple times?

If you fail the password multiple times, the phone will simply be locked for a few seconds or minutes.

I don't remember my phone password, what do I do?

Simple, within config.lua we will have access to a technician who will be found on our map. You can use it to recover a password.

Config.ResetPassword = {
    coords = vec3(1000.32, -103.89, 73.95),
    ped = {
        coords = vec3(1000.32, -103.89, 73.95),
        h = 121.65,
        model = `a_m_m_afriamer_01`
    },
    blip = {
        coords = vec3(1000.32, -103.89, 73.95),
        name = 'Technical',
        sprite = 89,
        color = 1,
        scale = 0.5
    },
    money = 500
}

Password security

Remember that your data will not be safe if you do not use a password, if you do not use such a thing, your applications or social networks will be at risk.

In the Settings application we will find the option to add a password to our phone, this will allow us to provide unbreakable security unless you share your data with another person, if this is not the case, the phone will not be able to be unlocked.


Security using FaceID

If you do not have your face uncovered, this system will not work and you will need to use the backup password.

In the same Settings application we will find the option to enable FaceID, which will allow us to unlock the phone with our own face. To do this we need to set a backup password in case we do not have our face clean, with a mask or covered in some way.

If your phone is stolen, Face ID will not allow anyone else to use the system.


I do not remember my password

In this particular case, we can access our trusted Technician, who is in the city marked with a blip by default. We can make use of that system by editing our config.lua in Config.ResetPassword.

Config.ResetPassword = {
    coords = vec3(1000.32, -103.89, 73.95),
    ped = {
        coords = vec3(1000.32, -103.89, 73.95),
        h = 121.65,
        model = `a_m_m_afriamer_01`
    },
    blip = {
        coords = vec3(1000.32, -103.89, 73.95),
        name = 'Technical',
        sprite = 89,
        color = 1,
        scale = 0.5
    },
    money = 500
}

Last updated