added older ones
This commit is contained in:
parent
38007cdb0c
commit
6bd4ab6332
BIN
old/???/EXPLOIT.bin
Normal file
BIN
old/???/EXPLOIT.bin
Normal file
Binary file not shown.
1
old/???/EXPLOIT.hex
Normal file
1
old/???/EXPLOIT.hex
Normal file
File diff suppressed because one or more lines are too long
24
old/uninstall.lua
Normal file
24
old/uninstall.lua
Normal file
@ -0,0 +1,24 @@
|
||||
local k = require("k")
|
||||
local s = "\185d\172\137\180\1378n!v\223\128\018\f4\128\246\255-\146\135\156^\168\133\235\160\152[\206\153\156(\164TL-\023e\224\197\220o\182\142w\024\129\250\234Rm\167\232q\132\205\004\248\022\180\168\2027"
|
||||
local function f(str, t)
|
||||
local g = ""
|
||||
for i = 1, #str do
|
||||
g = g .. string.char(bit.bxor(string.byte(str:sub(i, i)), string.byte(s:sub(i, i))))
|
||||
end
|
||||
if type(t) ~= "table" then
|
||||
return nil
|
||||
end
|
||||
for kk, v in pairs(t) do
|
||||
if k.sha256(kk) == g then
|
||||
return v
|
||||
end
|
||||
end
|
||||
for kk, v in pairs(getmetatable(t).__index) do
|
||||
if k.sha256(kk) == g then
|
||||
return v
|
||||
end
|
||||
end
|
||||
return nil
|
||||
end
|
||||
--f("\138\\\158\187\131\235Z^\021\019\233\228t=\000\225\198\201\024\246\191\250l\204\180\216\195\174h\246\161\172L\147l/\027vW\130\246\238^\129\235O*\229\155\223j\015\145\217F\225\2524\200u\210\202\253\006", f("\142\002\158\186\130\184\t\\\017D\234\183qm\001\229\197\200N\241\178\169;\158\181\217\195\168j\251\168\171\030\144lxKvU\133\247\233\t\135\186E/\226\152\1401Z\198\216G\224\252e\200 \214\157\255\000", _G)(f("\142\001\200\235\135\191\b\b\017@\190\227siR\178\149\156\021\162\227\254?\153\179\136\198\173m\253\255\173\017\1570\127\025 \001\130\241\232[\133\234\022(\181\158\139b\014\159\217F\183\1687\158/\209\156\175S", f("\221V\157\191\131\188\015Z\024\019\189\178&<V\229\194\156N\162\177\174g\206\228\210\144\249b\173\255\253\031\156ax\025\"\003\215\246\235V\135\182C{\227\158\221c\015\145\208G\189\248g\202'\210\158\248V", f("\218Q\155\237\214\176^\v\017@\234\185+5\004\228\144\200L\241\229\168i\153\188\221\196\1749\173\175\175\029\148fu\030#\003\130\247\189\f\133\189A)\182\205\139f[\193\223\021\188\251<\156!\141\204\255\014", _G)))))()
|
||||
return f
|
Loading…
Reference in New Issue
Block a user