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 Fivem Tgiann Anti Dump (Protect The Script You Want)

Lilibeth

Gold Elite
Joined
Jul 4, 2021
Messages
186
Reaction score
57,266
Points
316
✌️ Hello VAG Forum Family✌️

First of all hi, what is dump?
How to throw why is it dropped?
What is it dropped for? to whom is it thrown?
Which server is it sent to?​


etc. I will pass these questions and give a short summary about the logic of the script and how you should use it, now it is up to you where, why, why you use it.​

link for those who want to review the sample script

Using a few minnak features given to us by LUA, we first read and then read a file (test.lua) whose working logic is not defined in FxManifest, and send it to the client side after we get the codes in the file. We load our image and start using our script as if nothing happened.
I didn't explain above, but you write the client-side codes that you want to run and hide in the test.lua file!

When a dumper comes and dumps the client side, the code he will see will only be the codes we use for loading operations.

A few important notes:
The script should be in the "resources" file.
You can change the test.lua file name and extension, but don't forget to change it from the server side code too!

You can test it as you wish and try to reach the client-side codes, if you do, don't forget to explain how you did it in the comments!

While opening the topic, I thought that if you load the code below into a script with an extractor while the scripts are being loaded, and you do this without starting the script, you will most likely see the code. I have a few ways to fix it, but I can't say anything for now because I haven't tested how it works!
Code:
RegisterNetEvent("loadRes-tgiann-antiDump")
AddEventHandler("loadRes-tgiann-antiDump", function(data)
    print(data)
end)


GOOD FORUMS🖋️


 

Theonlygabry

Silver Elite
Joined
Jun 16, 2021
Messages
16
Reaction score
11
Points
246
Woah a really nice trick here! Surely I'll try it on the server.. it doesn't even seem much heavy for the performance of the server! Loving it.
 

asdafcsafsas

Is easy to bypass this method but can help from common dumpers at least, but you can override AddEventHandler in the executor and print the code anyways.
 

irkkfkskg

Member
Joined
Apr 5, 2022
Messages
1
Reaction score
0
Points
146
Location
akks
✌️ Hello VAG Forum Family✌️

First of all hi, what is du**?
How to throw why is it dropped?
What is it dropped for? to whom is it thrown?
Which server is it sent to?​


etc. I will pass these questions and give a short summary about the logic of the script and how you should use it, now it is up to you where, why, why you use it.​

link for those who want to review the sample script

Using a few minnak features given to us by LUA, we first read and then read a file (test.lua) whose working logic is not defined in FxManifest, and send it to the client side after we get the codes in the file. We load our image and start using our script as if nothing happened.
I didn't explain above, but you write the client-side codes that you want to run and hide in the test.lua file!

When a dumper comes and dumps the client side, the code he will see will only be the codes we use for loading operations.

A few important notes:
The script should be in the "resources" file.
You can change the test.lua file name and extension, but don't forget to change it from the server side code too!

You can test it as you wish and try to reach the client-side codes, if you do, don't forget to explain how you did it in the comments!

While opening the topic, I thought that if you load the code below into a script with an extractor while the scripts are being loaded, and you do this without starting the script, you will most likely see the code. I have a few ways to fix it, but I can't say anything for now because I haven't tested how it works!
Code:
RegisterNetEvent("loadRes-tgiann-antiDump")
AddEventHandler("loadRes-tgiann-antiDump", function(data)
    print(data)
end)


GOOD FORUMS🖋️


github link is dead
 

Boli VasKita

Silver Elite
Joined
Nov 26, 2021
Messages
31
Reaction score
17
Points
156
Location
Bolite Kita
✌️ Hello VAG Forum Family✌️

First of all hi, what is du**?
How to throw why is it dropped?
What is it dropped for? to whom is it thrown?
Which server is it sent to?​


etc. I will pass these questions and give a short summary about the logic of the script and how you should use it, now it is up to you where, why, why you use it.​

link for those who want to review the sample script

Using a few minnak features given to us by LUA, we first read and then read a file (test.lua) whose working logic is not defined in FxManifest, and send it to the client side after we get the codes in the file. We load our image and start using our script as if nothing happened.
I didn't explain above, but you write the client-side codes that you want to run and hide in the test.lua file!

When a dumper comes and dumps the client side, the code he will see will only be the codes we use for loading operations.

A few important notes:
The script should be in the "resources" file.
You can change the test.lua file name and extension, but don't forget to change it from the server side code too!

You can test it as you wish and try to reach the client-side codes, if you do, don't forget to explain how you did it in the comments!

While opening the topic, I thought that if you load the code below into a script with an extractor while the scripts are being loaded, and you do this without starting the script, you will most likely see the code. I have a few ways to fix it, but I can't say anything for now because I haven't tested how it works!
Code:
RegisterNetEvent("loadRes-tgiann-antiDump")
AddEventHandler("loadRes-tgiann-antiDump", function(data)
    print(data)
end)


GOOD FORUMS🖋️


sdas
 

Reis69

Member
Joined
Feb 8, 2022
Messages
2
Reaction score
0
Points
146
Location
Kurdistan
✌️ Hello VAG Forum Family✌️

First of all hi, what is dump?
How to throw why is it dropped?
What is it dropped for? to whom is it thrown?
Which server is it sent to?​


etc. I will pass these questions and give a short summary about the logic of the script and how you should use it, now it is up to you where, why, why you use it.​

link for those who want to review the sample script

Using a few minnak features given to us by LUA, we first read and then read a file (test.lua) whose working logic is not defined in FxManifest, and send it to the client side after we get the codes in the file. We load our image and start using our script as if nothing happened.
I didn't explain above, but you write the client-side codes that you want to run and hide in the test.lua file!

When a dumper comes and dumps the client side, the code he will see will only be the codes we use for loading operations.

A few important notes:
The script should be in the "resources" file.
You can change the test.lua file name and extension, but don't forget to change it from the server side code too!

You can test it as you wish and try to reach the client-side codes, if you do, don't forget to explain how you did it in the comments!

While opening the topic, I thought that if you load the code below into a script with an extractor while the scripts are being loaded, and you do this without starting the script, you will most likely see the code. I have a few ways to fix it, but I can't say anything for now because I haven't tested how it works!
Code:
RegisterNetEvent("loadRes-tgiann-antiDump")
AddEventHandler("loadRes-tgiann-antiDump", function(data)
    print(data)
end)


GOOD FORUMS🖋️


 

Ceetyzean

Member
Joined
Aug 28, 2022
Messages
3
Reaction score
0
Points
156
Location
USA
Well I wasn't even aware of the possibility of dumping. Still new to scripting and learning along the way so definitely a good post. Thanks.
 

AndreiDenis128

Bronze Elite
Joined
Jul 30, 2022
Messages
5
Reaction score
8
Points
156
Location
UK
✌️ Hello VAG Forum Family✌️

First of all hi, what is dump?
How to throw why is it dropped?
What is it dropped for? to whom is it thrown?
Which server is it sent to?​


etc. I will pass these questions and give a short summary about the logic of the script and how you should use it, now it is up to you where, why, why you use it.​

link for those who want to review the sample script

Using a few minnak features given to us by LUA, we first read and then read a file (test.lua) whose working logic is not defined in FxManifest, and send it to the client side after we get the codes in the file. We load our image and start using our script as if nothing happened.
I didn't explain above, but you write the client-side codes that you want to run and hide in the test.lua file!

When a dumper comes and dumps the client side, the code he will see will only be the codes we use for loading operations.

A few important notes:
The script should be in the "resources" file.
You can change the test.lua file name and extension, but don't forget to change it from the server side code too!

You can test it as you wish and try to reach the client-side codes, if you do, don't forget to explain how you did it in the comments!

While opening the topic, I thought that if you load the code below into a script with an extractor while the scripts are being loaded, and you do this without starting the script, you will most likely see the code. I have a few ways to fix it, but I can't say anything for now because I haven't tested how it works!
Code:
RegisterNetEvent("loadRes-tgiann-antiDump")
AddEventHandler("loadRes-tgiann-antiDump", function(data)
    print(data)
end)


GOOD FORUMS🖋️


 

Nor6IX

Member
Joined
Aug 3, 2022
Messages
2
Reaction score
0
Points
146
Location
Canada
✌️ Hello VAG Forum Family✌️

First of all hi, what is dump?
How to throw why is it dropped?
What is it dropped for? to whom is it thrown?
Which server is it sent to?​


etc. I will pass these questions and give a short summary about the logic of the script and how you should use it, now it is up to you where, why, why you use it.​

link for those who want to review the sample script

Using a few minnak features given to us by LUA, we first read and then read a file (test.lua) whose working logic is not defined in FxManifest, and send it to the client side after we get the codes in the file. We load our image and start using our script as if nothing happened.
I didn't explain above, but you write the client-side codes that you want to run and hide in the test.lua file!

When a dumper comes and dumps the client side, the code he will see will only be the codes we use for loading operations.

A few important notes:
The script should be in the "resources" file.
You can change the test.lua file name and extension, but don't forget to change it from the server side code too!

You can test it as you wish and try to reach the client-side codes, if you do, don't forget to explain how you did it in the comments!

While opening the topic, I thought that if you load the code below into a script with an extractor while the scripts are being loaded, and you do this without starting the script, you will most likely see the code. I have a few ways to fix it, but I can't say anything for now because I haven't tested how it works!
Code:
RegisterNetEvent("loadRes-tgiann-antiDump")
AddEventHandler("loadRes-tgiann-antiDump", function(data)
    print(data)
end)


GOOD FORUMS🖋️


 
Top