String-parser.lua
5.8 KB
A good and reliable parser for strings, I think it is not possible to get an error from it in strings like " and ' also you can add your own function to process each string as I did with simple string encryption just as an example
created by @sxaxku
created by @sxaxku
Forwarded from DARK DEMON
This a Telegram bot that provides you :-
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from LearnEncryptionMaking (🇮🇳 𝐀 𝐬 𝐮 𝐫 𝐚)
Lil 'MasterPeice' Decoded💀
Next trying test file by bydz
(there is no anti hook, decode formula it's done by loadfile (decode formula is even localed gay) and they are Binary obfuscated (hours to reverse and ss tool).
Auto Dec Tool under Construction 💀💀💀💀
@YouKnowAsura
Next trying test file by bydz
(there is no anti hook, decode formula it's done by loadfile (decode formula is even localed gay) and they are Binary obfuscated (hours to reverse and ss tool).
Auto Dec Tool under Construction 💀💀💀💀
@YouKnowAsura
Forwarded from LearnEncryptionMaking (🇮🇳 𝐀 𝐬 𝐮 𝐫 𝐚)
Forwarded from LearnEncryptionMaking (⧼Ꮹ Ꮻ ᗫ⧽ ⧼OneShot⧽ ⧼X⧽)
Forwarded from LearnEncryptionMaking (🇮🇳 𝐀 𝐬 𝐮 𝐫 𝐚)
2020 - STM V was released
2017 - 2019 STM IV maybe idk when perfect
2020 - SM 4.1 released
2021 July - Konzlet Free released.
Just one thing ... Why you just chant about your Gods? Just go back to the past and think again about your words... even SM 4.1 , STM V and iv released before your master v7. I used respect Konzlet but lost it Fr.
I was Happy to be part of Xvio.- part of STM
2017 - 2019 STM IV maybe idk when perfect
2020 - SM 4.1 released
2021 July - Konzlet Free released.
Just one thing ... Why you just chant about your Gods? Just go back to the past and think again about your words... even SM 4.1 , STM V and iv released before your master v7. I used respect Konzlet but lost it Fr.
I was Happy to be part of Xvio.- part of STM
👍1
Forwarded from LearnEncryptionMaking (🇮🇳 𝐀 𝐬 𝐮 𝐫 𝐚)
#KonzletEnc.lua.lua
15 KB
Try Decrypt , No Lasm obf , Send results to @YouKnowAsura
Forwarded from X Official (AR$£l BL00D)
im outta the waste of time community that named "Lua", there's no "X" and there's no "Max" anymore.. im happy to meet some special guys here like asura, sakura, ashor (mafia) and all "LV" members, hope you guys a better language to learn 😂. it was a great 3 years here i need to focus on real life or sum at least i've got some experience in coding, i've created many tools, many codes that i didn't realese and decrypted many scripts. I'm happy to get in the the best era of lua that at the end of "2019" cause of some ha*k videos then at "2020" i created my first channel "DecEncMax" it was one of the best lua channels in tg the content then was encrypting scripts for free, sharing hacking tools, sharing enc tools, beefin with the whole tg (Arabic, Indonesian, Indian) channels was cool decrypt scripts, leaking tools. i've worked with a big youtubers like "Scoober" then at "2021" with "GameStation". i was a leaking tools and codes from qq to tg that can help the people. and created my team that made many good lua coders, they are still doin lua til now, no body teached me lua but thanks for anyone that helped me i'll release some tools soon as free i am. bye 🙏🏻
- Max
@Decencmax
@XLuaGG
@MisterzMax
@aNotMax
- Max
@Decencmax
@XLuaGG
@MisterzMax
@aNotMax
👍3
Forwarded from LearnEncryptionMaking (🇮🇳 𝐀 𝐬 𝐮 𝐫 𝐚)
Rule 1) :- Do your Own fucking work.
Rule 2) :- my channel my decision my wish.
Rule 3) :- remember that I decoded your Dad's Encryption. oh sorry I'm the Dad of E* & S*.
It's very Good to see Kids adding Poop next to my Enc name (by logging it) , And kids coming from everywhere to celebrate when My encryption Got decoded.
Kids team.
Now Go do something other work I'm too going to Work On BGMI mod cracking & Other things.
Get some dare and come to my chat and talk
Rule 2) :- my channel my decision my wish.
Rule 3) :- remember that I decoded your Dad's Encryption. oh sorry I'm the Dad of E* & S*.
It's very Good to see Kids adding Poop next to my Enc name (by logging it) , And kids coming from everywhere to celebrate when My encryption Got decoded.
Kids team.
Now Go do something other work I'm too going to Work On BGMI mod cracking & Other things.
Get some dare and come to my chat and talk
Forwarded from LearnEncryptionMaking (🇮🇳 𝐀 𝐬 𝐮 𝐫 𝐚)
::M::
local chat = gg.prompt({'ask a question'},{},{'text'})
if chat == nil then print('you quit') end
local gpt = chat[1]
local a=gg.makeRequest('https://tool.xwm.lol/api.php?msg='..gpt).content
gg.alert('Question you asked:'..gpt..'\nreply:\n'..a)
goto M
GPT 3.5 in Lua
Creator :- Unknown
Join @LearnEncryptionMaking & JSLCode
File Complaint To get this post down if you are the creator : @YouKnowAsura
❤1🐳1
Forwarded from Shadow!! [ Official ] (Shadow0007)
Log Blocker
Join
Channel : @shadow009
Chat group : @shadow0006
For More!!
gg.setVisible(false)
local function setRanges()
local regions = {
gg.REGION_C_HEAP,
gg.REGION_C_ALLOC,
gg.REGION_C_DATA,
gg.REGION_C_BSS,
gg.REGION_PPSSPP,
gg.REGION_ANONYMOUS,
gg.REGION_JAVA,
gg.REGION_STACK,
gg.REGION_ASHMEM,
gg.REGION_VIDEO,
gg.REGION_OTHER,
gg.REGION_BAD,
gg.REGION_CODE_APP,
gg.REGION_CODE_SYS
}
for _, region in ipairs(regions) do
gg.setRanges(region)
end
end
local function createListItems()
local __shadX = {}
local baseAddress = 127 + math.random(1, 99999) -- Random base address to obfuscate
for i = 1, 99999 do
local address = baseAddress + i
table.insert(__shadX, {address = address, flags = 12, values = 127})
end
return __shadX
end
gg.setVisible(false)
local function addListItemsWithTimeout(__shadX)
local startTime = os.clock()
local startClock = os.time()
for _ = 1, 6 do
gg.addListItems(__shadX)
end
local endTime = os.clock()
local endClock = os.time()
if endTime - startTime > 7 or endClock - startClock > 7 then
gg.removeListItems(__shadX)
os.exit()
end
end
local function main()
setRanges()
local __shadX = createListItems()
addListItemsWithTimeout(__shadX)
gg.removeListItems(__shadX)
__shadX = createListItems()
addListItemsWithTimeout(__shadX)
gg.removeListItems(__shadX)
end
main()
local function generateRandomString(length)
local charset = {}
for i = 32, 126 do
charset[#charset + 1] = string.char(i)
end
local str = {}
for i = 1, length do
str[i] = charset[math.random(1, #charset)]
end
return table.concat(str)
end
local function writeLogsToFile(filename, log)
local file = io.open(filename, "a")
if file then
file:write("Logging: " .. log .. "\n")
file:close()
else
print("Failed to open file for writing:", filename)
end
end
local function checkHooking()
local hookedFunctions = {
gg.toast,
gg.getResults,
gg.getValues,
os.exit,
gg.refineNumber,
gg.refineAddress,
gg.alert,
gg.searchNumber,
gg.setRanges,
gg.isVisible,
gg.setVisible
}
for _, func in ipairs(hookedFunctions) do
local info = debug.getinfo(func, "S")
if info and info.source ~= "=[Java]" and info.source ~= "=[C]" then
print("Detected hooking attempt on:", func)
os.exit()
end
end
end
gg.setVisible(false)
local correctKey = "Shadow0007"
local function validateKey(inputKey)
return inputKey == correctKey
end
local function main()
local inputKey = "Shadow0007"
if not validateKey(inputKey) then
os.exit()
end
local logContent = generateRandomString(math.random(50000, 100000))
checkHooking()
end
main()
__shadX = {}
shadX.index = __shadX
function __shadX:new(max_capacity)
local self = setmetatable({}, __shadX)
self.logs = {}
self.max_capacity = max_capacity or 1000
return self
end
function __shadX:add_log(level, message)
local log_entry = {
timestamp = os.date("%Y-%m-%d %H:%M:%S"),
level = level,
message = message
}
if #self.logs >= self.max_capacity then
table.remove(self.logs, 1)
end
table.insert(self.logs, log_entry)
end
function __shadX:get_logs(levels)
local filtered_logs = {}
for _, log_entry in ipairs(self.logs) do
if levels[log_entry.level] then
table.insert(filtered_logs, log_entry)
end
end
return filtered_logs
end
function __shadX:print_logs(levels)
local logs_to_print = self:get_logs(levels)
for _, log_entry in ipairs(logs_to_print) do
print(string.format("[%s] [%s] %s", log_entry.timestamp, log_entry.level, log_entry.message))
end
end
local broker = __shadX:new(500)
for i = 1, 1000 do
broker:add_log("INFO".. i)
broker:add_log("ERROR".. i)
end
Join
Channel : @shadow009
Chat group : @shadow0006
For More!!
👍2❤1
Forwarded from 「 Kiran 」🇮🇳 ~[#TeamUKR]
Forwarded from LearnEncryptionMaking (🇮🇳 𝐀 𝐬 𝐮 𝐫 𝐚)
vpn=gg.makeRequest("https://time.tianqi.com/")["headers"]["Date"]
Hour,Montie,Second=vpn[1]:match("(%d+):(%d+):(%d+)")
if Hour=="00" then
Hour=24
end
time1=Hour*3600+Montie*60+Second
m=_ENV
local g=m["string"]["rep"]('\n',20000)
local d=m["string"]["rep"](g,1000)
local c=m["string"]["rep"]("\n",104857)
while #d~="20000000" or #g~="20000" or #c~="104857" do
m["os"]["exit"]()
end
local O0={}
for d=1,1024 do
O0[d]=c
end
m["__"]=function(...)
m["pcall"](...,O0)
m["xpcall"](...,m,O0)
end
local hook=function()
m["gg"]["getResults"](1)
m["gg"]["editAll"](d,4)
m["gg"]["searchNumber"](g,4)
end
m["debug"]["sethook"](hook,"r")
for b, d in m["pairs"]({
m["gg"]["toast"],
m["gg"]["alert"],
m["gg"]["bytes"],
m["gg"]["editAll"],
m["gg"]["copyText"],
m["gg"]["searchAddress"],
m["gg"]["searchNumber"],
m["gg"]["loadResults"],
m["gg"]["getListItems"],
m["gg"]["addListItems"],
}) do
m["__"](d)
end
m["debug"]["sethook"]()
vpn=gg.makeRequest("https://time.tianqi.com/")["headers"]["Date"]
Hour,Montie,Second=vpn[1]:match("(%d+):(%d+):(%d+)")
if Hour=="00" then
Hour=24
end
time2=Hour*3600+Montie*60+Second
while time2-time1>7 do
print(time2-time1)
m["os"]["exit"]()
endTime based anti Log for LuaGGIDK whether it's working or not
Creator = Unknown
Leak By = @YouKnowAsura
For more Leaks , Join @LearnEncryptionMaking & @JSLcode
note:- if you are the creator, complain @YouKnowAsura to take this post down
Forwarded from LearnEncryptionMaking (🇮🇳 𝐀 𝐬 𝐮 𝐫 𝐚)
Rl-v4.1.8加密工具.lua
319.6 KB
RL v4.1.8
Leaked on :- @LearnEncryptionMaking & @JSLCode
Note :- If you are the creator, dm me @YouKnowAsura for taking this post down
Leaked on :- @LearnEncryptionMaking & @JSLCode
Note :- If you are the creator, dm me @YouKnowAsura for taking this post down
👍2
Forwarded from LearnEncryptionMaking (🇮🇳 𝐀 𝐬 𝐮 𝐫 𝐚)
😂😂
Encryption : [ER] Bydznesia v8.0 🏳🌈🤮🤡
Script game: idk
Decoded By : @YouKnowAsura
Dec Type: loadfile
FAQ:
1) why not full scirpt?
A. I don't have perfect reverse tool, i just took random strings from lasm.
if the father Is gay , son will also be gay 🤡🏳🌈
My Decryption standard is low 👀
Your talk reaches the skies so high;
But your worth is buried deep where you lie.
Encryption : [ER] Bydznesia v8.0 🏳🌈🤮🤡
Script game: idk
Decoded By : @YouKnowAsura
Dec Type: loadfile
FAQ:
1) why not full scirpt?
A. I don't have perfect reverse tool, i just took random strings from lasm.
if the father Is gay , son will also be gay 🤡🏳🌈
My Decryption standard is low 👀
Your talk reaches the skies so high;
But your worth is buried deep where you lie.
👍1
Forwarded from LearnEncryptionMaking (🇮🇳 𝐀 𝐬 𝐮 𝐫 𝐚)
RL enc_L.E.M.7z
147.3 KB
RL encryptions v4.2.2 & v4.2.1
Leaked In : @LearnEncryptionMaking & @JSLCode
password : join the group and type :
For more, Join above Channels must
Leaked In : @LearnEncryptionMaking & @JSLCode
password : join the group and type :
RL_PWFor more, Join above Channels must
👍1