Advertisement
Charliezkie

Tower of hell Auto win Script

Sep 1st, 2019
4,440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.86 KB | None | 0 0
  1. local BinaryEncrypted = table.concat({'01100111','01100001','01101101','01100101','00101110','01010011','01110100','01100001','01110010','01110100','01100101','01110010','01000111','01110101','01101001','00111010','01010011','01100101','01110100','01000011','01101111','01110010','01100101','00101000','00100010','01010011','01100101','01101110','01100100','01001110','01101111','01110100','01101001','01100110','01101001','01100011','01100001','01110100','01101001','01101111','01101110','00100010','00101100','00100000','01111011','00001010','00100000','00100000','00100000','00100000','01010100','01101001','01110100','01101100','01100101','00100000','00111101','00100000','00100010','01001101','01100001','01100100','01100101','00100000','01100010','01111001','00100000','01000000','01000011','01101000','01100001','01110010','01101100','01101001','01100101','01111010','01101011','01101001','01100101','00100011','00110101','00111000','00110010','00110000','00100010','00111011','00001010','00100000','00100000','00100000','00100000','01010100','01100101','01111000','01110100','00100000','00111101','00100000','00100010','01010100','01101111','01110111','01100101','01110010','00100000','01101111','01100110','00100000','01101000','01100101','01101100','01101100','00100000','01000001','01110101','01110100','01101111','00100000','01110111','01101001','01101110','00100000','01010011','01100011','01110010','01101001','01110000','01110100','00100010','00111011','00001010','00100000','00100000','00100000','00100000','01000100','01110101','01110010','01100001','01110100','01101001','01101111','01101110','00100000','00111101','00100000','00110001','00110000','00111011','00001010','01111101','00101001','00001010','00001010','01110111','01101000','01101001','01101100','01100101','00100000','01110100','01110010','01110101','01100101','00100000','01100100','01101111','00001010','00100000','00100000','00100000','00100000','01110111','01100001','01101001','01110100','00101000','00101110','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00110000','00101001','00001010','00100000','00100000','00100000','00100000','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','01001000','01110101','01101101','01100001','01101110','01101111','01101001','01100100','01010010','01101111','01101111','01110100','01010000','01100001','01110010','01110100','00101110','01000011','01000110','01110010','01100001','01101101','01100101','00100000','00111101','00100000','01000011','01000110','01110010','01100001','01101101','01100101','00101110','01101110','01100101','01110111','00101000','01010111','01101111','01110010','01101011','01110011','01110000','01100001','01100011','01100101','00101110','01110100','01101111','01110111','01100101','01110010','00101110','01110011','01100101','01100011','01110100','01101001','01101111','01101110','01110011','00101110','01100110','01101001','01101110','01101001','01110011','01101000','00101110','01000110','01101001','01101110','01101001','01110011','01101000','00101110','01110000','01101111','01110011','01101001','01110100','01101001','01101111','01101110','00101001','00001010','01100101','01101110','01100100',}) 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