RandomScripter

Muscle Simulator

Jul 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. _G.auto = true
  2. local BinaryEncrypted = table.concat({'00001010','01110111','01101000','01101001','01101100','01100101','00100000','01110100','01110010','01110101','01100101','00100000','01100100','01101111','00100000','00001010','00001001','01101001','01100110','00100000','01011111','01000111','00101110','01100001','01110101','01110100','01101111','00100000','01110100','01101000','01100101','01101110','00100000','00001010','00001010','00001010','01101100','01101111','01100011','01100001','01101100','00100000','01101000','01101111','01101101','01101111','00100000','00111101','00100000','00001010','01111011','00001010','00001001','01100111','01100001','01101101','01100101','00101110','01010000','01101100','01100001','01111001','01100101','01110010','01110011','00101110','01001100','01101111','01100011','01100001','01101100','01010000','01101100','01100001','01111001','01100101','01110010','00101110','01000011','01101000','01100001','01110010','01100001','01100011','01110100','01100101','01110010','00101110','01010111','01100101','01101001','01100111','01101000','01110100','00101110','01001000','01100001','01101110','01100100','01101100','01100101','00101100','00001010','00001001','00110001','00001010','00001010','01111101','00001010','01110111','01100001','01101001','01110100','00101000','00110000','00101110','00110000','00110101','00101001','00001010','01100111','01100001','01101101','01100101','00111010','01000111','01100101','01110100','01010011','01100101','01110010','01110110','01101001','01100011','01100101','00101000','00100010','01010010','01100101','01110000','01101100','01101001','01100011','01100001','01110100','01100101','01100100','01010011','01110100','01101111','01110010','01100001','01100111','01100101','00100010','00101001','00101110','01100001','01100100','01100100','01010011','01110100','01110010','01100101','01101110','01100111','01110100','01101000','00111010','01000110','01101001','01110010','01100101','01010011','01100101','01110010','01110110','01100101','01110010','00101000','01110101','01101110','01110000','01100001','01100011','01101011','00101000','01101000','01101111','01101101','01101111','00101001','00101001','00001010','00001001','01100101','01101100','01110011','01100101','00001010','00001001','01110010','01100101','01110100','01110101','01110010','01101110','00100000','01100101','01101110','01100100','00001010','01100101','01101110','01100100','00001010',}) 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)() -- best obfuscation
Add Comment
Please, Sign In to add comment