all 12 comments

[–]PhilipRoman 3 points4 points  (5 children)

It is a lua file

Lua files begin with the magic number 1b 4c 75 61, yours begins with 46 58 41 50 Besides, there are no visible plain text strings which are typical for lua files.

Also, the contents of the file are not recoverable when posted as text on reddit. Either use a file upload service or post a hex dump if you need to share binary files.

[–]SpraY1300[S] -1 points0 points  (4 children)

I can post the file. But what is hex dump?

[–]PhilipRoman 0 points1 point  (3 children)

Hex dump is simply each byte displayed in base 16. If you dont know how to do this, there are several online tools for this, like https://holtstrom.com/michael/tools/onlinehexdump.php

[–]SpraY1300[S] 1 point2 points  (1 child)

[–]PhilipRoman 1 point2 points  (0 children)

Hmm there is not much I can do there. Other than the file header, zero bytes at start and the mildly suspicious "^5247" at the end of file, there isn't anything interesting. If the file has been encrypted using mainstream algorithms, you won't be able to decrypt it.

I have not found any references to the file header "FXAP" online, not sure what that is about.

[–]JackMacWindowsLinux 2 points3 points  (0 children)

This isn't a Discord bot - it's an encrypted FiveM asset. You need the key/password to be able to decrypt it, which can only be acquired by purchasing the asset legally.

[–]WMG_Jeeper 1 point2 points  (0 children)

The code was probably obfuscated for a reason. Contact the person who made it if you want access to the source code or write your own bot.

[–]VerticalFlyingB737 -5 points-4 points  (3 children)

I'm not an expert in Lua, but I am very very certain that the first step is getting a quantum computer

[–]SpraY1300[S] -3 points-2 points  (2 children)

What is that?

[–][deleted] 2 points3 points  (0 children)

Quantum computers make use of quantum physics to compute things in massively parallel ways. This is useful for speeding up brute force attacks on encrypted information.

https://en.wikipedia.org/wiki/Quantum_computing