Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Jim-VanillaUnicorn 1.7.3 (NEWEST EDITION)

awesomeray

Gold Elite
Joined
Dec 10, 2022
Messages
43
Reaction score
934
Points
306
Location
London
Features:

Full support for the GTA default interior
Full support for Gabz Vanilla Unicorn
Every single chair usable
All menus are built in qb-menu
40 new items
18 New Alcoholic Drinks
1 Non-Alcoholic Drink
11 New Foods
Payment system built in
Payments go straight to Vanilla Unicorns society account accessible through the bossmenu
Every successful payment gives everyone with the job, and who is on duty, a receipt that can be cashed in at the pacific bank only by employee’s
Opened a locked room behind the bar in Gabz VU and made it a make shift kitchen.
For the default interior, edited props to allow food to made behind the bar
All poles usable with a chance of 3 different animations
Private Dances available in the VIP room of both MLO’s
Stripper Peds added around the MLO to allow people to pay for de-stress
–==============================–

Dependencies:

qb-core
qb-menu
qb-target
Jim Payments 12 - Free script from me to handle payments
and worker rewards
Gabz VU MLO - 11
–==============================–

LINK TO PURCHASE 💵
(DO NOT BUY) GET FOR FREE
 

Attachments

  • jim-vanillaunicorn.zip
    842.6 KB · Views: 21,556
Last edited:

MrSanchoJose

Silver Elite
Joined
Oct 7, 2022
Messages
17
Solutions
1
Reaction score
16
Points
156
Location
USA
Do you still get that print in F8 script by Jimathy?
 

awesomeray

Gold Elite
Joined
Dec 10, 2022
Messages
43
Reaction score
934
Points
306
Location
London
yes, you can remove it if you want, up to you. If you want to remove it, all of the print jim statements in jimathys scripts are in his config file.

This is an exact copy of the vanilaunicorn, no features missing, all included. I dont know no one else was able to decrypt jims scripts. The only one you cant decrypt fully is the cat cafe one, and thats only the props you cant, otherwise its all easy to find the funtions which are encrypted in the shared.lua or function.lua normally.
 

awesomeray

Gold Elite
Joined
Dec 10, 2022
Messages
43
Reaction score
934
Points
306
Location
London
Do you still get that print in F8 script by Jimathy?
yes, you can remove it if you want, up to you. If you want to remove it, all of the print jim statements in jimathys scripts are in his config file.

This is an exact copy of the vanilaunicorn, no features missing, all included. I dont know no one else was able to decrypt jims scripts. The only one you cant decrypt fully is the cat cafe one, and thats only the props you cant, otherwise its all easy to find the funtions which are encrypted in the shared.lua or function.lua normally.
 

MrSanchoJose

Silver Elite
Joined
Oct 7, 2022
Messages
17
Solutions
1
Reaction score
16
Points
156
Location
USA
yes, you can remove it if you want, up to you. If you want to remove it, all of the print jim statements in jimathys scripts are in his config file.

This is an exact copy of the vanilaunicorn, no features missing, all included. I dont know no one else was able to decrypt jims scripts. The only one you cant decrypt fully is the cat cafe one, and thats only the props you cant, otherwise its all easy to find the funtions which are encrypted in the shared.lua or function.lua normally.
oh ok thank you :D and was wondering if this one is easy to crack? i have the file but i cant use it no more.
 

MrSanchoJose

Silver Elite
Joined
Oct 7, 2022
Messages
17
Solutions
1
Reaction score
16
Points
156
Location
USA
i will look at it tomorrow hopefully its 1 am for me and im here trying to finish of my computer science coursework due in in the morning lol
hey checking in if you had a chance to look at the file?
 

awesomeray

Gold Elite
Joined
Dec 10, 2022
Messages
43
Reaction score
934
Points
306
Location
London
I dont think i will be able to, i mean like its actual ui is open source, so i can create a script out of it which functions the same however im just very busy atm, soz
 

Artis

Bronze Elite
Joined
Sep 17, 2022
Messages
19
Reaction score
3
Points
166
Location
usa
SCRIPT ERROR: Jim-vanillaunicorn/client/client.lua:39: attempt to index a nil value (field '?')
any idea how to fix this
 

awesomeray

Gold Elite
Joined
Dec 10, 2022
Messages
43
Reaction score
934
Points
306
Location
London
SCRIPT ERROR: Jim-vanillaunicorn/client/client.lua:39: attempt to index a nil value (field '?')
any idea how to fix this
You either havent added the job inside the job.lua, or you havent set any bossroles to any role of the job.
 

Artis

Bronze Elite
Joined
Sep 17, 2022
Messages
19
Reaction score
3
Points
166
Location
usa
You either havent added the job inside the job.lua, or you havent set any bossroles to any role of the job.
i did both
['vanilla'] = {
label = 'Vanilla Unicorn',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = { name = 'Recruit', payment = 50 },
['1'] = { name = 'Novice', payment = 75 },
['2'] = { name = 'Experienced', payment = 100 },
['3'] = { name = 'Advanced', payment = 125 },
['4'] = { name = 'Manager', isboss = true, payment = 150 },
},
},
 

BigDahmerBoy

Silver Elite
Joined
Jul 31, 2022
Messages
17
Reaction score
1,011
Points
306
Location
United Kingdom
Is there anyone here that can configure this to a different map? i have a different VU and i have absolutely no idea how to change locations etc
 

madyxv23

Member
Joined
Jul 26, 2023
Messages
3
Reaction score
8
Points
156
Location
United States
Does anyone have the decrypted jim-catcafe? looking everywhere for it, it would be much appreciated!
 

Martin2456

Member
Joined
Oct 30, 2023
Messages
2
Reaction score
1
Points
156
Location
Slovakia
i did both
['vanilla'] = {
label = 'Vanilla Unicorn',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = { name = 'Recruit', payment = 50 },
['1'] = { name = 'Novice', payment = 75 },
['2'] = { name = 'Experienced', payment = 100 },
['3'] = { name = 'Advanced', payment = 125 },
['4'] = { name = 'Manager', isboss = true, payment = 150 },
},
},
Hi. Did you solved this error?
 

Fohesontap

Silver Elite
Joined
Aug 29, 2023
Messages
17
Reaction score
293
Points
296
Location
USA
I'm going to download and test, this would be awesome to use! If I run into any errors, I'll attempt to fix and give updates!
 

Martin2456

Member
Joined
Oct 30, 2023
Messages
2
Reaction score
1
Points
156
Location
Slovakia
I'm going to download and test, this would be awesome to use! If I run into any errors, I'll attempt to fix and give updates!
Yes this script is amazing and wokrs but for me throwing that one error but idknw 🫣
 
Top