Shadow!! [ Official ]
310 subscribers
36 photos
8 videos
725 files
89 links
Welcome To Shadow!! [Official]
YouTube : Shadow!!
Encryption and Decryption Lua Script
And Game Modding etc.......
Owner @The_Deleted_Error
YouTube : https://m.youtube.com/channel/UCbOBFnZb12FDCKNBNWoEYQQ
Download Telegram
Forwarded from ๐˜๐ฎ๐ก ๐’๐ค๐จ๐ง๐ก โŠฐ๐˜โŠฑ ๐™“ { ๐‚๐ก๐š๐ง๐ง๐ž๐ฅ }
#simple encode.lua
688 B
------------------------------------
Encode Byte
------------------------------------
# Simple #
-> Make by @Huy_Modz
โ”โ”€โ”โ”€เผบเผปโ”€โ”€โ”€โ”โ”€โ”
๐ŸŒพTelegram : @Huy_Modz
๐ŸŒพJoin my Channel :
https://t.me/Channel_Huymodz
โ”โ”€โ”โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”โ”€โ”
Alright!!
Shadow 4.0 Under Development
- New encode
- 10x more powerfull than shadow 3.0


Stay Tuned
Just Join :

Channel : @shadow009
Group Chat : @shadow0006

For More
Forwarded from JC & Lua (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š)
md5.lua
3.9 KB
MD5 Algorithmn

Not By me I'm Just sharing it

Join :- @LearnEncryptionMaking
Also :- @JSLCode
test log._enc.lua
15.3 KB
Try Log, hook with any tool, just don't lasm or sstool it don't have any lasm or sstool blocker
Shadow!! [ Official ]
test log._enc.lua
Log Blocker
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
@Shad_x007

For More!!
Forwarded from ๐˜๐ฎ๐ก ๐’๐ค๐จ๐ง๐ก โŠฐ๐˜โŠฑ ๐™“ { ๐‚๐ก๐š๐ง๐ง๐ž๐ฅ }
#Bypass_Block_TungDen_V16.lua
55.2 KB
---------------------------------------------------
Bypass Block Log Tรนng ฤen V16
---------------------------------------------------
-- Bypass All Block Hook/Log
-- Tool Use for Only V16 Tung Den
---------------------------------------------------
Note : khum j lรจ khum thแปƒ ๐Ÿ‘
-> Made by @Huy_Modz
-> Video How To Use :
https://t.me/Channel_Huymodz/863
โ”โ”€โ”โ”€โ”€โ”€โ”€โ”€เผบเผปโ”€โ”€โ”€โ”€โ”€โ”โ”€โ”
๐ŸŒพJoin my Channel :
https://t.me/Channel_Huymodz
โ”โ”€โ”โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”โ”€โ”
Media is too big
VIEW IN TELEGRAM
How's To Make Bot Ddoss ๐ŸŽซ

Video Tutorial Ddoss ๐ŸŽซ
This media is not supported in your browser
VIEW IN TELEGRAM
โค1
India Won T20 World Cup After 17 Years ๐Ÿ†๐Ÿฅณ
๐ŸŽ‰3
local function __shadX(message)
--print("[LOG]: " .. message)
end


local function AIEnhancedAlert(message)

gg.alert("๐’†œ" .. message .. "", "")
__shadX("AI Alert triggered: " .. message)
end

local function adaptiveVisibilityCheck()
while gg.isVisible() do
AIEnhancedAlert("Customized chunk protection activated")
end
end

local function __shadHookFunction(...)
__shadX(" hook function initiated.")
gg.setVisible(false)
local status, ret = pcall(originalSearchNumber, ...)

if not status then
__shadX("Error detected by AI: " .. ret)
return nil
end

if gg.isVisible() then
adaptiveVisibilityCheck()
end

__shadX("hook function completed.")
return ret
end

local function attachQuantumHook()
if not originalSearchNumber then
originalSearchNumber = gg.searchNumber
gg.searchNumber = __shadHookFunction
__shadX(" hook attached to gg.searchNumber.")
else
__shadX("hook already attached.")
end
end

local function __ShadX()
__shadX(" system initialization started.")
attachQuantumHook()
__shadX(" system initialization completed.")
end

__ShadX()


Paste It in Top of Your Script.

Join :
Channel :
@shadow009
Chat Group :
@shadow0006
:
@Shad_x007
๐Ÿ’ฉ1
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.
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 : RL_PW



For more, Join above Channels must
๐Ÿ‘1
Forwarded from LearnEncryptionMaking (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š)
#Fix_goto.lua
871 B
Yo guys this is a tool for Fixing Missing goto labels in Lasm.

This tool is made by me yesterday only for Bydz v8.0 but I realised that it's universal. You can use the idea. You simply process the Lasm via this tool and perform trail and error by running the output Lasm in gg. It makes it easier to find missing goto.



By @YouKnowAsura & @LearnEncryptionMaking
Forwarded from ๐˜๐ฎ๐ก ๐’๐ค๐จ๐ง๐ก โŠฐ๐˜โŠฑ ๐™“ { ๐‚๐ก๐š๐ง๐ง๐ž๐ฅ }
#New Encrypt#.lua
243 KB
-----------------------------------------
New Encryption Tool
-----------------------------------------
- ๐Ÿ‘พ โ€ข สŸแด€sแด แดส™า“แดœsแด„แด€แด›แด‡
- ๐Ÿ‘พ โ€ข สœษชแด…แด‡ sแด›ส€ษชษดษข
- ๐Ÿ โ€ข {
# สŸแดแด€แด…า“ษชสŸแด‡
# แด…แดา“ษชสŸแด‡
} * {
# สœแดแดแด‹
# สŸแดษข
} * ส™สŸแดแด„แด‹แด‡ส€
แด‡ษดแด„แดแด…แด‡ แด›สแด˜แด‡ 0x(...)
-----------------------------------------
- Note : Tool Run long time
ยฉ ALL DONE BY ME ALONE
-----------------------------------------
-> Make by @Huy_Modz
โ”โ”€โ”โ”€โ”€โ”€เผบเผปโ”€โ”€โ”€โ”โ”€โ”
๐ŸŒพTelegram : @Huy_Modz
๐ŸŒพJoin my Channel :
https://t.me/Channel_Huymodz
โ”โ”€โ”โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”โ”€โ”
Forwarded from ๐Ÿ‡น ๐Ÿ‡ช ๐Ÿ‡ฏ ๐Ÿ˜ˆ๐Ÿ‡ง ๐Ÿ‡ฆ ๐Ÿ‡ญ ๐Ÿ‡ฆ ๐Ÿ‡ฉ ๐Ÿ‡บ ๐Ÿ‡ท ๐Ÿ˜ˆ๐Ÿ‡ง ๐Ÿ‡ญ ๐Ÿ‡ฆ ๐Ÿ‡ฎ๐Ÿšฉ
DUNE_enc.lua
45.1 KB
{QQ}_DUNE_enc_2_4Pe9V_oN_aq.lasm.lua
363 B
Encrypted By Konzlet v7
Decrypted By @shadow009
YouTube: @Shadow007YT
Join @shadow009 For More
Decrypted script Fix it Yourself
๐Ÿคฃ1
๐Ÿ‡ฎ๐Ÿ‡ณ Happy Independence Day ๐Ÿ‡ฎ๐Ÿ‡ณ

๐Ÿ‡ฎ๐Ÿ‡ณ เค†เคช เคธเคญเฅ€ เค•เฅ‹ เคธเฅเคตเคคเค‚เคคเฅเคฐเคคเคพ เคฆเคฟเคตเคธ เค•เฅ€ เคขเฅ‡เคฐ เคธเคพเคฐเฅ€ เคถเฅเคญเค•เคพเคฎเคจเคพเคเค ๐Ÿ‡ฎ๐Ÿ‡ณ

@shadow009
โค3