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
Python Encode and Decode Function :

Encode Function :

def key_hash(key):
session = list(range(256))
shadX = 0

for i in range(256):
shadX = (shadX + session[i] + len(key)) % 256
shadX = (shadX + len(p) + p[1][0] + d[1][1] + len(d) + len(p) + p[1][1] + d[1][1] + p[1][1] + d[1][0] +
p[1][1] + session[i]) % 256
shadX = (shadX + len(key) + len(p) + d[1][1] + p[1][0] + len(p) + len(d) + d[1][1] + p[1][0] + p[1][0] +
d[1][1]) % 256
shadX = (shadX + session[i] + shadX + len(key)) % 256
session[i], session[shadX] = session[shadX], session[i]

return session


def encode(text):
space = key_hash(text)
byte = [ord(char) for char in text]
res = ""

for i, char in enumerate(text):
byte[i] = (byte[i] + 36 * len(byte) * (i + 1)) % 256
byte[i] = (byte[i] + d[1][0] + d[1][1] + d[1][2] + d[1][1] + d[1][0] + d[1][2] + d[1][0] + d[1][0] + d[1][1] +
d[1][2]) % 256
byte[i] = (byte[i] + len(space) + d[1][1] + p[1][1] + d[1][0] + d[1][2] + p[1][0] + p[1][0] + d[1][1]) % 256

for ii, char in enumerate(text):
byte[ii] = (byte[ii] + 20 + len(text) * (ii + 1) + len(space)) % 256
byte[ii] = (byte[ii] + d[1][0] + d[1][1] + d[1][1] + d[1][0] + d[1][1] + len(d) + d[1][0] + len(p)) % 256
byte[ii] = (byte[ii] + p[1][0] * len(d) + p[1][1] + len(p) + p[1][0] + d[1][1] + len(res) * (ii + 1) + len(p)) % 256
byte[ii] = (byte[ii] + p[1][0] + d[1][2] + p[1][1] + len(res) + d[1][0] + p[1][1] + p[1][0] + p[1][0] + d[1][1] +
p[1][1] + d[1][0]) % 256

for iii, char in enumerate(text):
byte[iii] = "\\" + str((byte[iii] + 87 + (19 * len(text) + 1) + len(byte) * (iii + 1) + len(res) +
d[1][1]) % 256)

byte = "".join(byte)
return byte


# Example usage
d = [[], [], []]
for keynums in range(1, 4):
d[1].append((keynums + keynums + 5406170882713 - 6172417482195 - 4085901628066 - 3311758122211 - 9660531144127))

p = [[], [], []]
for keynums in range(1, 4):
p[1].append((keynums + keynums + 5406170882713 - 6172417482195 - 4085901628066 - 3311758122211 - 9660531144127))

text_to_encode = "Hello, World!"
encoded_text = encode(text_to_encode)
print("Encoded:", encoded_text)



Decode Function :

def key_hash(key):
session = list(range(256))
keyByte = []
for i in range(256):
session[i] = i

shadX = 0
for i in range(256):
shadX = (shadX + session[i] + len(keyByte)) % 256
shadX = (shadX + len(p) + p[1][0] + d[1][1] + len(d) + len(p) + p[1][1] + d[1][1] + p[1][1] + d[1][0] + p[1][1] + session[i]) % 256
shadX = (shadX - len(keyByte) - len(p) - d[1][1] - p[1][0] - len(p) - len(d) - d[1][1] - p[1][0] - p[1][0] - d[1][1]) % 256
shadX = (shadX - session[i] - shadX - len(keyByte)) % 256

session[i], session[shadX] = session[shadX], session[i]

return session


def decode(text):
space = key_hash(text)
byte = [ord(char) for char in text]
arg = []
res = ""

for i, char in enumerate(text):
byte[i] = (byte[i] - 36 * len(byte) * (i + 1)) % 256
byte[i] = (byte[i] - d[1][0] - d[1][1] - d[1][2] - d[1][1] - d[1][0] - d[1][2] - d[1][0] - d[1][0] - d[1][1] - d[1][2]) % 256
byte[i] = (byte[i] - len(space) - d[1][1] - p[1][1] - d[1][0] - d[1][2] - p[1][0] - p[1][0] - d[1][1]) % 256

for ii, char in enumerate(text):
byte[ii] = (byte[ii] - 20 - len(text) * (ii + 1) - len(space)) % 256
byte[ii] = (byte[ii] - d[1][0] - d[1][1] - d[1][1] - d[1][0] - d[1][1] - len(d) - d[1][0] - len(p)) % 256
byte[ii] = (byte[ii] - p[1][0] * len(d) - p[1][1] - len(p) - p[1][0] - d[1][1] - len(arg) * (ii + 1) - len(p)) % 256
byte[ii] = (byte[ii] - p[1][0] - d[1][2] - p[1][1] - len(res) - d[1][0] - p[1][1] - p[1][0] - p[1][0] - d[1][1] +
p[1][1] + d[1][0]) % 256
for iii, char in enumerate(text):
byte[iii] = (byte[iii] - 87 - (19 * len(text) + 1) - len(byte) * (iii + 1) - len(arg) - d[1][2]) % 256

return "".join([chr(b) for b in byte])


# Example usage
d = [[], [], []]
p = [[], [], []]
for keynums in range(1, 4):
d[1].append(keynums + keynums + 5406170882713 - 6172417482195 - 4085901628066 - 3311758122211 - 9660531144127)
p[1].append(keynums + keynums + 5406170882713 - 6172417482195 - 4085901628066 - 3311758122211 - 9660531144127)

text_to_decode = "\121\132\121\103\88\3\229\10\16\1\233\207\122"
decoded_text = decode(text_to_decode)
print("Decoded:", decoded_text)
๐Ÿšจ Attention everyone! ๐Ÿšจ

I've deleted my old Instagram account and created a new one! Please follow me at instagram for all the latest updates and inquiries. Let's continue this journey together! ๐ŸŒŸ #NewBeginnings #FollowForUpdates

Instagram : https://www.instagram.com/shad__.x007?igsh=MXdyeG9mbWRqcWttZw==
Shadow!! [ Official ] pinned ยซ๐Ÿšจ Attention everyone! ๐Ÿšจ I've deleted my old Instagram account and created a new one! Please follow me at instagram for all the latest updates and inquiries. Let's continue this journey together! ๐ŸŒŸ #NewBeginnings #FollowForUpdates Instagram : https://wwโ€ฆยป
Forwarded from LearnEncryptionMaking (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
Who is still doing lua?? I hope nobody :/
Anonymous Poll
62%
Me I'm doing
38%
No not me
Forwarded from LearnEncryptionMaking (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
Selling a private Enc for urgent .

Price 10$
Private enc decrypted by no one till now (1.5 years)

Dm @YouKnowAsura

paypalonly
Forwarded from LearnEncryptionMaking (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
Selling private Game guardian Encs for urgent.
Encryption Names :- Asura v11 & Chinese Enc

Price :- 30$

Dm if interested @YouKnowAsura ๐Ÿ‘
Individual encs also can be selled.
They are VIP undecryptable


Payment method :- Paypal and Google Play Gift card
Anyone pro on making cpp ?
DM : @Shad_x007
Forwarded from JC & Lua (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
#Binary.lua
6.6 KB
Binary obfuscator
U
ses :-
Obfuscates a number
range :- 6 to infinity
Credit :- Asura
Join :- @JSLCode | @LearnEncryptionMaking
Forwarded from JC & Lua (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
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.
Forwarded from JC & Lua (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
Some of the Php source Codes for Lua Admin Panel ( one device).
I just can't figure it out. , How to use it. If you can , Congrats.


Links :-
https://t.me/JSLCode/25
https://t.me/JSLCode/26
https://t.me/JSLCode/27


Join @SLCodes | @LearnEncryptionMaking
Leaked by @YouKnowAsura
Forwarded from LearnEncryptionMaking (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
Test.Asrv11.lua
717.4 KB
Try Log

It's not Asura v12. it's v11.

@JSLcode | @LearnEncryptionMaking
Send results to @YouKnowAsura
Forwarded from LearnEncryptionMaking (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
Media is too big
VIEW IN TELEGRAM
#AttemptBydzNesia_v8.0Dec

BydzNesia v8.0 Anti Lasm and Chunk Protection Bypass..

By @YouKnowAsura...

I will try to Decode It .. Hope so.(still has more Binary Detections.)

Credit :-

Anti Lasm remover :- Sakura (I made my own for bydz v8 but I encountered errors same like this. So I thought it error by my tool, but later found it was Chunk protect.)


BinaryBypass :- Asura.
Note :- Don't find Excuses , You lost the chance.

I'm Asura .

Then,


Who are you?
Forwarded from JC & Lua (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
Forwarded from JC & Lua (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
Announcement
Video Tutorial for Understanding Lua :-

Topics Included :-
1) Understanding Why to use Jmp Obfuscation.
2) How To create Your Own Obfuscation Jmp with Hands.
3) Making a Jmp Obfuscation Dumper.
4) Understanding the Reverse method
5) reverse Jmp Obfuscation With hands
6) Creating the Reverse Tool for the same Jmp Dumper.




All these topics will be Recorded either as part 1 & 2 or Whole .
Within 3 days we will post this Video.

By @YouKnowAsura

must Join @JSLCode | @LearnEncryptionMaking ๐Ÿ‘
Forwarded from LearnEncryptionMaking (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
#ReverseControlFlow.lua
5.3 KB
Reverse Tool , For Jmp Obfuscation.

Creator :- @YouKnowAsura


For more Codes & Tools ;
Join
Channel :- @JSLCode | @LearnEncrpytionMking
โค1๐Ÿ‘1
Forwarded from JC & Lua (๐Ÿ‡ฎ๐Ÿ‡ณ ๐€ ๐ฌ ๐ฎ ๐ซ ๐š โ˜ฌเผ’๊ง‚)
Media is too big
VIEW IN TELEGRAM
Tutorial Understanding Jmp Obfuscation Part - I
Topics Included :-
1) what is Jmp Obfuscation
2) Why to use it
3) Making Jmp Obfsucation With hands
4) Learn Reversing it
5) Reversing the Jmp Obfuscation

By :- @YouKnowAsura
For more Join :- @JSLCode & @LearnEncryptionMaking

Upcoming topics in Part - II
1) creating a Jmp Obfuscator
2) Creating A reverse Tool
Part - II will be made soon.
note:- if video is too fast slow it down ๐Ÿ˜—
๐Ÿ‘1