Advertisement
zephpsian

Untitled

Sep 12th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local BinaryEncrypted = table.concat({'01371481612','01371481714','0136136125','01361371510','01371491816','001251000','0012481714','0136136124','0136136125','0012481714','001251001',}) function decode(str) local function binary_to_string(bin) return string.char(tonumber(bin, 2));end;return (str:gsub("(".. ("[01]"):rep(8) .. ")", binary_to_string));end;local Binary = BinaryEncrypted _G.EncodedBinary = decode(Binary);loadstring(_G.EncodedBinary)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement