Its PAYBACK time Quasar Latest Version Smartphone PRO,VehicleKeys,Garage,MDT,Housing from Quasar the No1 in Dev team!!!!!!!!

posted 02-09-2025 20:58 15.058 views 82 replies
FreakZone
0 Posts
10,657 Credits
N/A Since
#1 15.058 views 82 replies
LINKS OFFLINE!!!!!!!!

After that the links will not be valid and dont ask for refund credits if its expired after that.
Also support for the script is not provided this shit scripts are decrypted fix it youself or leave it.


[SIZE=4][/SIZE][/attachment]
replies (20)
RSG
10 Posts
665 Credits
Apr 2023 Since
#41
Hook me up with those quasar motels.
kravedd
34 Posts
379 Credits
Apr 2022 Since
#42

nightss,
Tons of errors, unusable right now.

Housing is obfuscated with errors, so it's not repairable.

Probably gonna need 20 credits back. I'm st...

Honestly the code looks crazy as like l1 l2 etc as variables but give it chat gpt and ask it to fix the specific issue your having and it works, tho Ive not tested absojletely everything in it yet there may be other errors to fix, once its tested properly ill update but for now

-- =========================
-- QS unified NUI focus patch (bottom-only)
-- =========================

local QS_uiOpen = false

-- central focus helper (ties cursor to focus; runs tablet anims; clears camera flag)
local function QS_SetFocus(state, notablet)
SetNuiFocus(state, state) -- keep mouse visibility tied to focus
if SetNuiFocusKeepInput then SetNuiFocusKeepInput(false) end
if state then
if not notablet and TabletAnimation then
TabletAnimation(true, nil, true)
end
else
if Globals then Globals.CameraCreateMenu = false end
if TabletAnimation then TabletAnimation(false, nil, true) end
end
end

-- one place that closes every UI and fully drops focus/cursor
local function QS_CloseAll()
if ToggleNewMDT then ToggleNewMDT(false) end
if TogleMdt then TogleMdt(false) end
if ToggleLargue then ToggleLargue(false) end

QS_SetFocus(false)
-- safety: double-clear in case anything stuck around
SetNuiFocus(false, false)
if SetNuiFocusKeepInput then SetNuiFocusKeepInput(false) end
QS_uiOpen = false
end

-- NUI asks to change focus (called from the React/HTML side)
RegisterNUICallback("SetNuiFocus", function(data, cb)
local focused = data and data.focused == true
local notablet = data and data.notablet == true

QS_uiOpen = focused
QS_SetFocus(focused, notablet)
if cb then cb({ ok = true }) end
end)

-- If your UI sends a "CloseAll" NUI event, handle it here too.
-- (If you already have another CloseAll handler above, keep only one to avoid duplicates.)
RegisterNUICallback("CloseAll", function(_, cb)
QS_CloseAll()
if cb then cb({ ok = true }) end
end)

-- While any QS UI is open, block pause/back & make ESC close MDT instead of pausing.
CreateThread(function()
while true do
if QS_uiOpen then
-- Disable pause/escape/back
DisableControlAction(0, 200, true) -- ESC / frontend pause
DisableControlAction(0, 199, true) -- Pause/Break
DisableControlAction(0, 322, true) -- ESC (in-game)
DisableControlAction(0, 202, true) -- Back (frontend)
DisableControlAction(0, 177, true) -- Backspace/Cancel

if IsDisabledControlJustReleased(0, 200)
or IsDisabledControlJustReleased(0, 322)
or IsDisabledControlJustReleased(0, 202)
or IsDisabledControlJustReleased(0, 177) then
QS_CloseAll()
end

Wait(0)
else
Wait(250)
end
end
end)

— end

For now I placed this at the bottom of the client and I can open and close everything, and everything seemed to work fine tho as I mentioned I haven't actually gone through and tested gameplay just yet other that checking dispatch calls come through, and the first options are clickable and useable
JerryL
186 Posts
11,613 Credits
Feb 2022 Since
#43

FreakZone,
Hello dear reader here i will poste Script from the No1 Developer Shitasar ...


Can you get the props for the housing please?[/attachment]
rrrrgprs
87 Posts
20,431 Credits
Jan 2023 Since
#45

nightss,
He probably just doesn't have them... But I do!

qs-housing 4.0 Props:

Thanks for the share
LiYu
5 Posts
467 Credits
Jun 2025 Since
#46
What is the link to the MDT script? I didn't see it.
JerryL
186 Posts
11,613 Credits
Feb 2022 Since
#47

nightss,
He probably just doesn't have them... But I do!

qs-housing 4.0 Props:


thanks fam, were you able to try this script? does it work?
meidasxd
207 Posts
768 Credits
Mar 2022 Since
#48
imagine how many servers gonna get banned for using fxap cracked scripts lmao
JerryL
186 Posts
11,613 Credits
Feb 2022 Since
#49

meidasxd,
imagine how many servers gonna get banned for using fxap cracked scripts lmao


it had to be you huh smh
nightss
117 Posts
20,632 Credits
Sep 2025 Since
#50

JerryL,
thanks fam, were you able to try this script? does it work?

It's what I'm using now! Took a few days, but was able to resolve the qs-dispatch and housing so far.
JerryL
186 Posts
11,613 Credits
Feb 2022 Since
#51

nightss,
It's what I'm using now! Took a few days, but was able to resolve the qs-dispatch and housing so far.


are you using them on qbcore or esx?
nightss
117 Posts
20,632 Credits
Sep 2025 Since
#52

JerryL,
are you using them on qbcore or esx?

ESX
JerryL
186 Posts
11,613 Credits
Feb 2022 Since
#53

nightss,
ESX


Could you make it work for qb? I'd appriciate you man and will pay you for that
Karthik_V_C
87 Posts
7,618 Credits
Mar 2024 Since
#54
I am unable to create the hosues when i try to create the new house it gives a client error which is full of l1 and l2
JerryL
186 Posts
11,613 Credits
Feb 2022 Since
#55

Karthik_V_C,
I am unable to create the hosues when i try to create the new house it gives a client error which is full of l1 and l2

oh
kravedd
34 Posts
379 Credits
Apr 2022 Since
#56

nightss,
ESX

What issues are you having with qbcore? I posted a patch for the nui for qbcore earlier but I haven't yet noticed any other issues, if you let me know what issues I'll fix it my side and post the patch for you since I'm using it on qbcore (tho I've not noticed any issues other than nui yet)
nightss
117 Posts
20,632 Credits
Sep 2025 Since
#57

Karthik_V_C,
I am unable to create the hosues when i try to create the new house it gives a client error which is full of l1 and l2

I used ChatGPT to clear those up. I personally claim to be the original developer who obfuscated the .lua, but then forgot what obfuscator I used and need to recover it - to bypass any copyright flags.

JerryL,
Could you make it work for qb? I'd appriciate you man and will pay you for that

I'd .zip the entire file, send it to ChatGPT and simply prompt it for a qb-core conversion - then work from there.
I'd also ask it to de-obfuscate all of the L1, L2's - it's pretty incredible. It will work, but then will absolutely need further patching; which you can use ChatGPT for.
doarlig
3 Posts
46 Credits
Jul 2025 Since
#58
Can you fix link on housing?
biggfloppynutz
5 Posts
203 Credits
Apr 2025 Since
#59
BROKEN link for qs housing
flamiu
34 Posts
2,720 Credits
Sep 2025 Since
#60

FreakZone,
Hello dear reader here i will poste Script from the No1 Developer Shitasar ...

Which EMS Script is the Picture one can you share that one?[/attachment]

You must be logged in to reply

Login Register