JC & Lua
Відкрити в Telegram
Just Code! Sharing Codes and Tools For completely Free.
Показати більшеКраїна не вказанаТехнології та додатки102 384
296
Підписники
Немає даних24 години
Немає даних7 днів
Немає даних30 день
Архів дописів
296
That's Difficult to understand. But I will try , It maybe help me in selling Key System for Asura v12.
If I am Unable to Do so, I will definetly share to you.👍
The problem is I am unable to Access laptop.
296
Simple function parser.
Now you can process all the functions and carry out the necessary actions with them.
im fixed bugs sry.
Writed by @Sxaxku
@sakura_chanel
@jslcode
296
local Data = ([=[
local a = "\n@sxaxku. try to swap this.\n\t >>> $ Protected <<<";
if (({debug.getlocal(1, 1, 1)})[2] ~= string.char(10, 64, 115, 120, 97, 120, 107, 117, 46, 32, 116, 114, 121, 32, 116, 111, 32, 115, 119, 97, 112, 32, 116, 104, 105, 115, 46, 10, 9, 32, 62, 62, 62, 32, 36, 32, 80, 114, 111, 116, 101, 99, 116, 101, 100, 32, 60, 60, 60)) then
os.exit(print(string.char(85, 110, 101, 120, 112, 101, 99, 116, 101, 100, 32, 99, 104, 117, 110, 107, 46, 10, 84, 104, 105, 115, 32, 99, 104, 117, 110, 107, 32, 105, 115, 32, 112, 114, 111, 116, 101, 99, 116, 101, 100, 32, 98, 121, 32, 64, 83, 120, 97, 120, 107, 117, 46)))
end
print("All Good !")
]=])
local SourceDump = string.dump(load(Data), true)
local chunk = "\n@sxaxku. try to swap this.\n\t >>> $ Protected <<<"
local NewDump, edited = string.gsub(SourceDump, "\4\50([\0]+)" .. chunk .. string.char(0), "\4\51%1" .. chunk .. string.char(255, 0))
print("Calling source dump: {\n");
load(SourceDump)()
print("}\nCalling edited chunk dump: {\n");
load(NewDump)()
print("}\n\n")
-- Wrtied by @sxaxku
-- idea by @sxaxku`
Now I will tell you how you can make a protected chunk and it will really be noticed when you change it.
if you use game guardian for work chane debug.getlocal(1, 1, 1) to debug.getlocal(2, 1, 1)
@sakura_chanel
@jslcode
@sxaxku296
Share The Channel Link to your freinds
https://t.me/JSLCode
We will share you Free codes Related to Lua Enc , Dec and Hacks [Rarely]. Post Free & Strong Encryptions (only if Possible.).
And All the Work & Codes Shared Here will be Created only By Me (Asura) & Max. We Wont Share work of others , without his Permission.
296
Next Free code (Your Wish)
Note :- I will create New ones for it. Not old.
296
-- "
_G_G["Encrypted by KonɀLeΙ "] = function()
_G["gg"]["sleep"](0)
_G["gg"]["toast"](_G["debug"]["getinfo"](2, "n")["name"])
_G["gg"]["sleep"](0)
local utbl = { }
local charset = ""
for long = 9000, 10000 do
charset = charset .. _G["string"]["rep"](_G["utf8"]["char"](0,0,0,long,0,0,0),999) .. "\n"
end
for index = 1, 10000 do
utbl[index]=charset
end
return utbl
end
_G["assert"](not _G["pcall"](_G["load"]("gg.toast(_G[\"Encrypted by KonɀLeΙ \"]())")))
_G["gg"]["setVisible"](true)
"
Konzlet v7 Log Flood Code
Founded by @aNotMax
use: put it at the top of your script to block loggers using floods of strings
@XLuaGG
@JSLCode296
Binary obfuscator
Uses :-
Obfuscates a number
range :- 6 to infinity
Credit :- Asura
Join :- @JSLCode | @LearnEncryptionMaking
296
-- "
function maxn(t)
local tt = {}
for k, v in next, t, nil do
table.insert(tt, k)
end
table.sort(tt, function(y, z)
return z < y
end)
for kk, vv in next, tt, nil do
return select(-1, vv)
end
end
"
example:
a = {[1] = "", [2] = "", [8] = "", [3] = ""}
num = maxn(a))
]] >
output == 8
e.g: maxn(table)
output: > the biggest iteration