Forwarded from LearnEncryptionMaking (⁅ꌗŦ𐌑⁆ 𝐀 𝐬 𝐮 𝐫 𝐚 ☬༒꧂ ✪)
Asura 5.2.lua
258.8 KB
Hello all 😉
It's Asura
I'm feeling some kind of good today.
So
I am sharing my Encryption
This is Asura 5.2
I hope you'll learn something
That's why I decided to share all my Encryptions open soure in future😉.
What Bolt said is true
I can't stop myself from sharing it 🙂😘.
I made some Anti Logs and Added detectors for preventing bypassing.
Learn from my Obfuscated Keys 😘.
I started my life here as noob & CP
so I decided to Become pro and teach All people at Begining.
My channel is Created for Teaching People 😏😁.
That's why LearnEncryptionMaking is not a name or and any brand;
return "it's a community helping Itself 🙂" end
Never Forget @YouKnowAsura
And
@LearnEncryptionMaking
See you Guys!
It's Asura
I'm feeling some kind of good today.
So
I am sharing my Encryption
This is Asura 5.2
I hope you'll learn something
That's why I decided to share all my Encryptions open soure in future😉.
What Bolt said is true
I can't stop myself from sharing it 🙂😘.
I made some Anti Logs and Added detectors for preventing bypassing.
Learn from my Obfuscated Keys 😘.
I started my life here as noob & CP
so I decided to Become pro and teach All people at Begining.
My channel is Created for Teaching People 😏😁.
That's why LearnEncryptionMaking is not a name or and any brand;
return "it's a community helping Itself 🙂" end
Never Forget @YouKnowAsura
And
@LearnEncryptionMaking
See you Guys!
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from LearnEncryptionMaking (⁅ꌗŦ𐌑⁆ 𝐀 𝐬 𝐮 𝐫 𝐚 ☬༒꧂ ✪)
Big Lasm tool.lua
7.4 KB
Hi Guys. It's Asura 🙂
I am Giving my Big lasm tool.
It's on basic principle ofMyohSUI .
I had controversy with @T_I_C so I'm posting.
I got one tool from 666.zipv6 . And I studied it.
Proof:-
There will be a coding like
Is size >= maxstr and DATA:sub(i+1(etc etc) == "(Hex code)" then
Go print that code. You will understand.
And secondly i made new features and upgraded my tool.
It can bypass almost all encs from a to z. And 1 to 3. Just i don't know why it can't do SEA enc.
Btw Thank me and Take this tool.
New feature :-
Find root and key of big lasm
Easy to remove big lasm
Tool byMYOHSUI and @YouKnowAsura ( Kid)
I am Giving my Big lasm tool.
It's on basic principle of
I had controversy with @T_I_C so I'm posting.
I got one tool from 666.zipv6 . And I studied it.
Proof:-
There will be a coding like
Is size >= maxstr and DATA:sub(i+1(etc etc) == "(Hex code)" then
Go print that code. You will understand.
And secondly i made new features and upgraded my tool.
It can bypass almost all encs from a to z. And 1 to 3. Just i don't know why it can't do SEA enc.
Btw Thank me and Take this tool.
New feature :-
Find root and key of big lasm
Easy to remove big lasm
Tool by
A simple python string emcoder..
def enc(x):
x=list(x) # conver string to a list with each key as a char
byte="" # for output
c=0 # to get current index
for i in x: # loop through all keys...
byte+=chr((ord(i)-c+91)%256) # convert char to ascii value then encode that using a simple formula then convert that encoded ascii value back to char..
c=c+1
return byte # now return that encoded value
# And in dec function we just alter the operators...
def dec(x):
x=list(x)
byte=""
c=0
for i in x:
byte+=chr((ord(i)+c-91)%256)
c=c+1
return byte
print(dec(enc("hello")))
#~ By @KiranLua
def enc(x):
x=list(x) # conver string to a list with each key as a char
byte="" # for output
c=0 # to get current index
for i in x: # loop through all keys...
byte+=chr((ord(i)-c+91)%256) # convert char to ascii value then encode that using a simple formula then convert that encoded ascii value back to char..
c=c+1
return byte # now return that encoded value
# And in dec function we just alter the operators...
def dec(x):
x=list(x)
byte=""
c=0
for i in x:
byte+=chr((ord(i)+c-91)%256)
c=c+1
return byte
print(dec(enc("hello")))
#~ By @KiranLua
🔥2❤1
[REF] q...lua
425 B
Brainfuck converter!
Made in lua! -- without gg api
Text to brainfuck
Made in lua! -- without gg api
Text to brainfuck
[REF] q.q..lua
329 B
Brainfuck converter!
Made in lua! -- without gg api
Brainfuck to text
Made in lua! -- without gg api
Brainfuck to text
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from N5
⁅ᎠᎬᏟ•ՏͲᎷ⁆DpsXFreeEncryptionV5ProVersion🐆enc_.lua
239 KB
ꜰᴜʟʟ ᴅᴇᴄʀyᴩᴛ ꜱᴄʀɪᴩᴛ : DpsXFreeEncryptionV5ProVersion.lua
[©]ᴅᴇᴄ ʙy :@o_STM
[⍉]ᴇɴcʀʏᴘтιoɴ : Encryption By DpsXLua 3.2
[♀️]ᴇxᴇᴄᴜᴛᴀʙʟᴇ : No
[🌀] TYPE : TOOL --> ENC TOOL
▂▂▂▂▂▂▂▂▂▂▂▂▂▂
ᴊᴏɪɴ ᴄʜᴀɴɴᴇʟ ꜰᴏʀ ᴍᴏʀᴇ ᴅᴇᴄʀyᴩᴛᴇᴅ ꜱᴄʀɪᴩᴛꜱ↴
@SniperSTMyt
@X_VIO_LUA
@NEO_DEC
@LUA_DEC_ENC
X VIO ~ STM
[©]ᴅᴇᴄ ʙy :@o_STM
[⍉]ᴇɴcʀʏᴘтιoɴ : Encryption By DpsXLua 3.2
[♀️]ᴇxᴇᴄᴜᴛᴀʙʟᴇ : No
[🌀] TYPE : TOOL --> ENC TOOL
▂▂▂▂▂▂▂▂▂▂▂▂▂▂
ᴊᴏɪɴ ᴄʜᴀɴɴᴇʟ ꜰᴏʀ ᴍᴏʀᴇ ᴅᴇᴄʀyᴩᴛᴇᴅ ꜱᴄʀɪᴩᴛꜱ↴
@SniperSTMyt
@X_VIO_LUA
@NEO_DEC
@LUA_DEC_ENC
X VIO ~ STM
🤔1😱1