• Guest did you know we are live since end 2019? Still going strong thanks to all of you!💪❤

QBCORE Zarev Server

bl9z

Member
Joined
Dec 30, 2023
Messages
21
Reaction score
8
Points
8
Credits
2,862
Appreciate this @Lt.Ghost but he said it’s a old server in his discord not the one in the pics
 

Attachments

  • IMG_9322.jpeg
    IMG_9322.jpeg
    89.1 KB · Views: 105
  • IMG_9321.jpeg
    IMG_9321.jpeg
    89.3 KB · Views: 100
  • IMG_9320.jpeg
    IMG_9320.jpeg
    82.1 KB · Views: 97

ItzHighNL

Administrator
God VIP
Joined
Nov 12, 2020
Messages
1,408
Reaction score
2,218
Points
113
Credits
286
Then you already are infected, be sure to use the malware checker on any of your local servers

Code:
@echo off
set malwarefound=0
echo You must put this in your resoures directory!
echo [MalScanner] Welcome. Press enter to begin scanning.
pause
echo [MalScanner] Malware A checked
findstr /s /m "random_char" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware B checked
findstr /s /m "Enchanced_Tabs" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware C checked
findstr /s /m "helpCode" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware D checked -- may be found in certain Cfx default resources, is a false positive
findstr /s /m "assert(load(" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware E checked
findstr /s /m "\x50\x65\x72\x66\x6f\x72\x6d\x48\x74\x74\x70\x52\x65\x71\x75\x65\x73\x74" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware F checked
findstr /s /m "helperServer" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware G checked
findstr /s /m "\x52\x65\x67\x69\x73\x74\x65\x72\x4e\x65\x74\x45\x76\x65\x6e\x74" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
if %malwarefound%==1 (
echo [MalScanner] Malware found! Check the above logged bad resource files. They contain malicious code. Use source comparison to remove it.
) else (
echo [MalScanner] No malware found.
)


pause
 

Attachments

exu9x

Well-known member
Joined
Jan 27, 2023
Messages
286
Reaction score
102
Points
43
Location
GHANA
Credits
3,265
Then you already are infected, be sure to use the malware checker on any of your local servers

Code:
@echo off
set malwarefound=0
echo You must put this in your resoures directory!
echo [MalScanner] Welcome. Press enter to begin scanning.
pause
echo [MalScanner] Malware A checked
findstr /s /m "random_char" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware B checked
findstr /s /m "Enchanced_Tabs" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware C checked
findstr /s /m "helpCode" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware D checked -- may be found in certain Cfx default resources, is a false positive
findstr /s /m "assert(load(" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware E checked
findstr /s /m "\x50\x65\x72\x66\x6f\x72\x6d\x48\x74\x74\x70\x52\x65\x71\x75\x65\x73\x74" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware F checked
findstr /s /m "helperServer" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
echo [MalScanner] Malware G checked
findstr /s /m "\x52\x65\x67\x69\x73\x74\x65\x72\x4e\x65\x74\x45\x76\x65\x6e\x74" *.lua
if %errorlevel%==0 (
set malwarefound=1
)
echo ------------------------------------
if %malwarefound%==1 (
echo [MalScanner] Malware found! Check the above logged bad resource files. They contain malicious code. Use source comparison to remove it.
) else (
echo [MalScanner] No malware found.
)


pause
Is this like safe to use?
 

ItzHighNL

Administrator
God VIP
Joined
Nov 12, 2020
Messages
1,408
Reaction score
2,218
Points
113
Credits
286
Yes it is to check your folder for any malicious code like cipher
 

ItzHighNL

Administrator
God VIP
Joined
Nov 12, 2020
Messages
1,408
Reaction score
2,218
Points
113
Credits
286
Networkblock blocks some domains which are known to be used for the cipher panel.
Just make sure you scan your files using this free tool, and you will see the results where you might be infected if you ever got infected by a cipher resource.
 
Back
Top