Leak | Codes Channel
رفتن به کانال در Telegram
255
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-57 روز
+930 روز
در حال بارگیری داده...
کانالهای مشابه
هیچ دادهای
مشکلی وجود دارد؟ لطفاً صفحه را تازه کنید یا با مدیر پشتیبانی ما تماس بگیرید.
ابر برچسبها
اشارات ورودی و خروجی
---
---
---
---
---
---
جذب مشترکین
ژانویه '25
ژانویه '25
+11
در 0 کانالها
دسامبر '24
+170
در 4 کانالها
Get PRO
نوامبر '240
در 1 کانالها
Get PRO
اکتبر '24
+4
در 0 کانالها
Get PRO
سپتامبر '240
در 0 کانالها
Get PRO
اوت '24
+9
در 0 کانالها
Get PRO
ژوئیه '240
در 0 کانالها
Get PRO
ژوئن '240
در 0 کانالها
Get PRO
مه '24
+77
در 0 کانالها
| تاریخ | رشد مشترکین | اشارات | کانالها | |
| 16 ژانویه | 0 | |||
| 15 ژانویه | +1 | |||
| 14 ژانویه | 0 | |||
| 13 ژانویه | 0 | |||
| 12 ژانویه | 0 | |||
| 11 ژانویه | +1 | |||
| 10 ژانویه | 0 | |||
| 09 ژانویه | +2 | |||
| 08 ژانویه | +2 | |||
| 07 ژانویه | +1 | |||
| 06 ژانویه | 0 | |||
| 05 ژانویه | +1 | |||
| 04 ژانویه | 0 | |||
| 03 ژانویه | 0 | |||
| 02 ژانویه | 0 | |||
| 01 ژانویه | +3 |
پستهای کانال
| 2 | https://t.me/PremiumGifterBot?start=1804489430
-- Invite you to get free premium Telegram | 58 |
| 3 | https://t.me/FreeAovAcc
-- free aov acc test hack. | 62 |
| 4 | 🎉 Happy New year 2025 | 78 |
| 5 | Hook_ModMenu___.lua | 173 |
| 6 | Subway_surfers.lua | 146 |
| 7 | 👀 I will share when I have it all done. | 162 |
| 8 | 👀 Simple Lua Tools Test Hook HexPath | 38 |
| 9 | Tools : @BadLuck_69 | 164 |
| 10 | Protected Il2cpp Dump.lua | 173 |
| 11 | 👀 Leak Tools HookModMemu? ( hook full [ClassName, MethodName, Offset, Hex (on/off)] | 200 |
| 12 | ChineseTable = {
["a"] = "爱", ["b"] = "比", ["c"] = "才", ["d"] = "的", ["e"] = "额",
["f"] = "非", ["g"] = "给", ["h"] = "好", ["i"] = "一", ["j"] = "见",
["k"] = "可", ["l"] = "了", ["m"] = "么", ["n"] = "你", ["o"] = "哦",
["p"] = "平", ["q"] = "去", ["r"] = "人", ["s"] = "是", ["t"] = "天",
["u"] = "有", ["v"] = "微", ["w"] = "我", ["x"] = "心", ["y"] = "也",
["z"] = "在", ["1"] = "一", ["2"] = "二", ["3"] = "三", ["4"] = "四",
["5"] = "五", ["6"] = "六", ["7"] = "七", ["8"] = "八", ["9"] = "九",
["0"] = "零", ["-"] = "-", [" "] = " ", -- Keep dashes and space
}
-- Create reverse emoji substitution table
reverseChineseTable = {}
for k, v in pairs(ChineseTable) do
reverseChineseTable[v] = k
end
-- Function to encode the key into emoji
function encodeToEmoji(key)
local emojiEncoded = ""
for i = 1, #key do
local char = key:sub(i, i)
emojiEncoded = emojiEncoded .. (ChineseTable[char] or char) -- Replace with emoji or keep the char
end
return emojiEncoded
end
print(encodeToEmoji("Hello, Work"))
function decodeFromEmoji(emojiKey)
local decoded = ""
local i = 1
while i <= #emojiKey do
local char = emojiKey:sub(i, i)
local matchedChar = reverseChineseTable[char]
if matchedChar then
decoded = decoded .. matchedChar
else
-- Handle multi-character emojis
local found = false
for length = 2, 4 do -- Emojis can be up to 4 characters long in UTF-8
if i + length - 1 <= #emojiKey then
local emojiChar = emojiKey:sub(i, i + length - 1)
local match = reverseChineseTable[emojiChar]
if match then
decoded = decoded .. match
i = i + length - 1
found = true
break
end
end
end
if not found then
decoded = decoded .. char -- Append unknown characters
end
end
i = i + 1
end
return decoded
end
👀 Emoji Encryption ( Enc, Dec ) | 394 |
| 13 | for i=1,0 do;_()$_={}_._=_;_._=_._ _._={}for i in(_)do;_【_】=_ end;_()$i={("\08\06"|"\08\06")}if i.i==i.i then;i.i=i.i()end;end;while(true)do;while(true)do;break end;break end;
Lua ( TDecompiler Block ) | 1 170 |
| 14 | 🛠️ GG Lua Tool ( Dump All Methods Name, Offset By Class Name )
--- | 607 |
| 15 | ToolsDumpCS____.lua | 631 |
| 16 | 🌽 A Pretty Cool Tool From Someone ( Dump All Methods Name + Offset By Class Name ) | 633 |
| 17 | do
local x = debug.getinfo(debug.getinfo)
local v = debug.getinfo(1)
local o = v["func"]
if o ~= x.func then
return
end
debug.getinfo = o
local n = debug.getinfo(o)
if n.istailcall then
return
end
if tostring(debug) ~= tostring(debug) then
return
end
end
👀 GGLua ( Simple defensive code ) | 1 742 |
| 18 | local info = debug.getinfo
debug.getinfo = function (x)
if type(x) == "number" then
if x == 1 then
return {
["func"] = debug.getinfo
}
end
return info(x)
end
if type(x) == "function" then
return {
['currentline'] = -1,
['func'] = x,
['istailcall'] = false,
['isvararg'] = true,
['lastlinedefined'] = -1,
['linedefined'] = -1,
['namewhat'] = '',
['nparams'] = 0,
['nups'] = 0,
['short_src'] = '[Java]',
['source'] = '=[Java]',
['what'] = 'Java',
}
end
return info(x)
end
local tostr = tostring
tostring = function(x)
if tostr(x):find("@") then
x = tostr(x):gsub("@", "")
end
return tostr(x)
end
🛠️ GG Lua bypass(debug.getinfo, tostring) removes simple lua defenses. | 1 663 |
| 19 | local allowed_ip = {
"1.1.1.1" -- you ip Address
}
local headers = {["User-Agent"] = "Mozilla/5.0"}
local response = gg.makeRequest("https://api.ipify.org", {["headers"] = headers})
if response.content then
local user_ip = response.content
local allowed = false
for i, v in ipairs(allowed_ip) do
if v == user_ip then
allowed = true
break
end
end
if allowed then else
gg.alert("⚠️ something went error\n you ip not in the list..!","")
os.exit(1)
end else
gg.alert("⚠️ Failed to get ip Address..!","")
os.exit(2)
end
📝 Lua GG Codes Login ( Form You ip Address ). | 566 |
| 20 | local spam = { };
spam.log = ' '
spam.log = string.rep(spam.log, 1024 * 1024)
spam.u = { };
for k = 1, 1 * 1024 do
spam.u[k] = spam.log
end
for k, v in next, gg do
local function hook(...)
_ENV["pcall"](v, spam.log, spam.u)
return v(...)
end
gg[k] = type(v) == type(type) and hook or v
end
👀 SELGG ( Logs Blocked | Codes Easy Bypass 👍 ) | 1 727 |
