[RELEASE] [PAID] LifeInvader Job

Informations

Hi everybody, In this script you can play a common everyday programmer! The job is to fix computers the old fashioned way by closing popups and starting the antivirus, this script takes its cue from the mission of the original GTA story. In this script you will have the following features:

  • Optimized code; (idle ~0.03 - working ~0.05)
  • Simple integration of your framework (Inside you will find the a readme with the lines to modify);
  • Simple config to add and remove positions;
  • Clear code to modify.

Video

Buy Here

Tebex (15€ + Fees)

My Other releases

Props/Objects Placer
Animated Livery 2.0

6 Likes

Honestly, looks like a great script. Gives me story mode vibes. Can you include a preview of the config?

1 Like

That’s all! Inside you will also find a readme to help you integrating your framework :slight_smile:

Config = {}

Config.Positions = {
    [1] = {coords = vector3(-1055.611, -242.84, 44.00)}, 
    [2] = {coords = vector3(-1053.375, -244.50, 44.0)},
    [3] = {coords = vector3(-1057.607, -244.32, 44.0)},
    [4] = {coords = vector3(-1059.727, -248.2341, 44.0)},
    [5] = {coords = vector3(-1050.26, -240.35, 44.0)}
}
2 Likes

Does it require an actual job or is it more like an activity?

1 Like

Actually is standalone! So it has no paycheck or stuff like that.

Who buys decides what to do!

1 Like

Ah, is it possible for me to make it ESX compatible?

1 Like

Not so sure if it works (i dont use ESX anymore), but it should.

ESX Guide
  1. Add this at the start of the client/job.lua;
ESX = nil

Citizen.CreateThread(function()
	while ESX == nil do
		TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
		Citizen.Wait(0)
	end

	while ESX.GetPlayerData().job == nil do
		Citizen.Wait(10)
	end

	ESX.PlayerData = ESX.GetPlayerData()
end)
  1. Add this at line 51 client/job.lua;
if ESX.PlayerData.job and ESX.PlayerData.job.name == 'JOB_NAME' then
-- Code
end
  1. Add this at the start of server/main.lua;
ESX = nil

TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
  1. Add this at line 41 client/job.lua;
TriggerServerEvent('sicklevi_programmerjob:paycheck')
  1. Add this at the end of server/main.lua
RegisterNetEvent('sicklevi_programmerjob:paycheck')
AddEventHandler('sicklevi_programmerjob:paycheck', function()
local _source = source
local xPlayer = ESX.GetPlayerFromId(_source)
xPlayer.addAccountMoney('bank', 10000)
end)
1 Like

This is highly vulnerable btw

1 Like

I know, he should add some checks between client and server but i cant test them actually because i dont have an ESX server setup and I won’t want to do it.

2 Likes

17.50 euros for this is pretty insane, not gonna lie.

1 Like

@seawolph
I was thinking about it too honestly, in fact I lower it at the same price as my other script which seems to me a more honest price.

1 Like

Is a good price, the people want all for 7$ or less and then leak the script lol, the owner waste her time to do it, so if you like pay it, 15$ + fees is a good number.

3 Likes