SS • Lua
213 subscribers
209 photos
24 videos
714 files
133 links
- > offline .
Download Telegram
-- Converts a byte to a string of 0s and 1s.

function byte2bin(n)
local t = {}
for i=7,0,-1 do
t[#t+1] = math.floor(n / 2^i)
n = n % 2^i
end
return table.concat(t)
end
local h2b = {
['0']='0000', ['1']='0001', ['2']='0010', ['3']='0011',
['4']='0100', ['5']='0101', ['6']='0110', ['7']='0111',
['8']='1000', ['9']='1001', ['A']='1010', ['B']='1011',
['C']='1100', ['D']='1101', ['E']='1110', ['F']='1111'
}
function hex2bin(n)
return n:upper():gsub(".", h2b)
end
function dec2bin(n)
return hex2bin(tostring(n):format("%X"))
end
--String to binary

-- 1. Convert String to HEX
function string.tohex(str)
return (str:gsub('.', function (c)
return string.format('%02X', string.byte(c)) end))
end

-- 2. Helper function to covert base n number
function basen(n,b)
n = math.floor(n)
if not b or b == 10 then return tostring(n) end
local digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
local t = {}
local sign = ""
if n < 0 then sign = "-" n = -n end
repeat local d = (n % b) + 1 n = math.floor(n / b)
table.insert(t, 1, digits:sub(d,d)) until n == 0
return sign .. table.concat(t,"")
end

-- 3. Function to convert Hex to bin
function hex2bin(s)
dec = tonumber(s,16)
return tostring(basen(dec,2))
end


--- testing
str = 'im XOR'
s = string.tohex(str)
print(s) -- = 696D20584F52
bin = hex2bin(s)
print(bin) -- = 11010010110110100100000010110000100111101010010
function CheckTime()
date = os.date("*t", os.time())
date = 10000 * date.year + 100 * date.month + date.day
if date > 20210119 then
print("🌾 Script Expired :> ")
os.exit()
end
end
CheckTime()
/lua

local str = "print (\" nhu long lon \")"
print (str)

str = string.dump(load(str), true, true)
print (str)

str = string.gsub(str, '.', function (c)
return string.format("\\x%02x", c:byte())
end)
print ("load(\"" .. str .. "\")()")
if debug.traceback == nil or gg.getFile == nil then while(true) do return end end
Forwarded from Deleted Account
Forwarded from Deleted Account
KonzletV6*BETA*.lua
127.3 KB
Forwarded from DeCrypt All Lua (𝙃𝙤𝙩𝙜𝙞𝙧𝙡𝙘𝙝𝙞𝙣𝙖)
» enc konzlet v6 beta Leaked!
By @rhoLua.

• Join for more: @luaLeak,@SSUpdateEnc.
Share free ? 😂
SS • Lua
Share free ? 😂
Give I
This media is not supported in your browser
VIEW IN TELEGRAM
SS • Lua
Share free ? 😂
--- Go Copy Tool Dec 😂😂

A = gg.prompt({"🔸 sᴇʟᴇᴄᴛ sᴄʀɪᴘᴛ:","❦ ᴅᴇᴄʀʏᴘᴛ KonɀLeΙ͠ v5.0"},{"/sdcard/Decode Konzlet5"},{"file","checkbox"})


---- Congratulations all were tricked 😂
[Dec]SCRIPT K1GAMERV.4.3.lua.lua
193.7 KB
Game : PUBG Mobile
Encode Type : ELGGRevo5.0
[Dec]load_0000000._𝚍𝚎𝚌_.lua
55.4 KB
Script Hack : Call of duty ?
Encode Type : TopGeo 9.1
Encode Tool 2.0 (Duo).lua
11 KB
Encode Tool Duo <
Bùi?
kẹc
Chịc
SS • Lua
Chịc
Gỡ chặn đê
Forwarded from MAKIM CHANNEL
#Encryption ______.lua
34.2 KB