Lilibeth
Gold Elite
- Joined
- Jul 4, 2021
- Messages
- 186
- Reaction score
- 57,266
- Points
- 316
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.
Hidden link for visitors, to see
Log in or register now.
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