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

Guide Considerations While License&Auth.

Respown

Gold Elite
Joined
Aug 3, 2021
Messages
192
Solutions
1
Reaction score
98,700
Points
306
Location
root
Greetings, I will share the experience I gained with my licenses broken ;)


Structure of the license:
The structure of the license is very important. For example, if you are going to withdraw the license from php, you need to write the php from a site well.

Debuggers:
(HttpDebugger, WireShark, GlassWire, Burp Suite)
In these debuggers, they can monitor the incoming and outgoing data, in short, the network.
You need to encode the data while sending it (so that the man does not see the outgoing and incoming data and does not change it).

Function Overwrites:

Unfortunately, functions offered by most languages can be overwritten.
A few solutions:
Checking the hash of the function.
(Example in Go to topic. Checking that the function worked)

Of course, the license is not only about this, I wrote the first thing that came to my mind.


Greetings, as you know or not, fivem licenses can be bypassed (in some scripts) by returning http requests. I will explain the logic for you to detect this, but this is not a direct paste or something that will work.
once we define a global
example : vag = false
then we make this global true after throwing your own request
vag = true

Then you write this at the bottom of the script
Code:
Code:
Citizen.CreateThread(function()

Citizen.Wait(4000) -- Let's wait 4 seconds, maybe the request will reach the site late etc (increase if you are using cf)
if cloudfivem then
print('Http Check == +')
else
print('Http Check == - Server is shutting down. ')
-- you can close it here with os exit or loop
end
end)
 

Luauth

Member
Joined
Mar 20, 2024
Messages
4
Reaction score
6
Points
146
Location
DE
you could guys don't worry about all this cuz luauth.io take care of it <3
 
Top