fa
Feedback
JC & Lua

JC & Lua

رفتن به کانال در Telegram

Just Code! Sharing Codes and Tools For completely Free.

نمایش بیشتر
کشور مشخص نشده استفناوری و برنامه‌ها102 384
296
مشترکین
اطلاعاتی وجود ندارد24 ساعت
اطلاعاتی وجود ندارد7 روز
اطلاعاتی وجود ندارد30 روز
آرشیو پست ها
lua网络验证系统 lua代码 php后台源码 (1).zip3.02 MB

U验证卡密版例子.zip2.72 KB

U验证用户管理系统2.0.zip8.34 KB

U验证卡密版1.0.zip1.50 MB

Why you can't use GitHub and GitHub API for make login system ?

https://t.me/JSLCode_Chats Join the Chat Group. Lets have Talk about what to be shared.

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 s
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.

I found Some Chinese Admin Panel Login [Full Source Code ].
Anonymous voting

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

Jmp Recovery Tool Not By me , Just thought to Share it. (Soon I will make one for you) Btw you need to know that every reverse tool has the same functionality but different methodology. (NO one can create Auto reverse for every Enc tool.) Join :- @JSLCode

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 @sxaxku

Next Code :- Reverse Tool. {Hope working good.}

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.

https://t.me/JSLCode_Chats Join the Chat Group.

Next Free code (Your Wish) Note :- I will create New ones for it. Not old.
Anonymous voting

-- "
_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 @JSLCode

Binary obfuscator Uses :- Obfuscates a number range :- 6 to infinity Credit :- Asura Join :- @JSLCode | @LearnEncryptionMaking

-- "
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