KiranLua
20 subscribers
6 photos
1 video
16 files
Welcome to KiranLua

Owner :- @UKR_known_1

My Teacher :- @YouKnowAsura
Download Telegram
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!
/Kill Kiran
Kiranima x Asurima
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
...

Never mind.. testing bot..
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 of MyohSUI .
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
Ea
sy to remove big lasm

To
ol by MYOHSUI and @YouKnowAsura ( Kid)
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
๐Ÿ”ฅ2โค1
This media is not supported in your browser
VIEW IN TELEGRAM
[REF] q...lua
425 B
Brainfuck converter!

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
Any new idea to make something?

Like encode?
...
This media is not supported in your browser
VIEW IN TELEGRAM
xo.py
3.7 KB
A chimple tic-tac-toe game :)

No cp also :D
โค1๐ŸŽ‰1
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
Welcome to KiranLua

Owner :- @UKR_known_1

My teacher :- @BotFather YouKnowAsura
๐Ÿค”1๐Ÿ˜ฑ1
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿ‘3
KiranLua
xo.py
xo-1.py
5.9 KB
xo game!

What's new:
- Bug fixed
- Added a new input method
- Added dialogs on KeyboardIntrrupted
โค1๐ŸŽ‰1