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

Owner :- @UKR_known_1

My Teacher :- @YouKnowAsura
Download Telegram
Add numbers together with this (kind of) simple python function!

def add(a, b):
a = list(reversed(str(a)))
b = list(reversed(str(b)))
if len(a)<len(b):
c=a
a=b
b=c
carry=0
output=""
for a_idx, va in enumerate(a):
if a_idx+1 > len(b):
sum = carry+int(va)
if sum>9:
carry = int(str(sum)[:-1])
sum = int(str(sum)[-1])
else:
carry = 0
output+=str(sum)
else:
sum = carry+int(va)+int(b[a_idx])
if sum>9:
carry = int(str(sum)[:-1])
sum = int(str(sum)[-1])
else:
carry = 0
output+=str(sum)
if carry!=0:
output+=str(carry)
print("".join(list(reversed(output))))



Convert it in lua and enjoy adding very long numbers 😂
This media is not supported in your browser
VIEW IN TELEGRAM
bot_e.py
5 KB
My lua bot's source code.

Now don't kill me😂 I posted it finnaly 😂
ðŸĨ°1
-----+-----+-----+-----+-----
|
IMPORTANT |
-----+-----+-----+-----+-----

This post is made available for educational and informational purposes only. We believe that everyone must be aware of learning different types of programing languages. Please regard this channel as a legal channel as every time we use it. All our post have been made using our hard work in programming in decryption and encryption in lua and python. It does not contain any illegal activities. Our sole purpose is to help our viewers learn Ways to use themselves for an extraordinary activities for future placements in IT companies. Channel Name is not responsible for any misuse of the provided information.
Anything new? 🙃
KiranLua
Anything new? 🙃
Having new child?
REX_BOT_src.zip
3.4 KB
Now enjoy updated one..

My main plan was to add crypo miner blocker but, That got too much complicated ðŸĪĶ‍♂😂
So didn't added that.
This media is not supported in your browser
VIEW IN TELEGRAM
KeeraLua
Forwarded from LearnEncryptionMaking (ðŸ‡ŪðŸ‡ģ [Ō‰ single :p ]Ō‰ 𝐀 𝐎 ðŪ ðŦ 𝐚 â˜Žāž’ę§‚)
#Asura_v10_Test (3).lua
505.5 KB
Hello Guys, Asura v10 release
Is
here !

ChangeLogs :
- Strongest Encode the Telegram never seen, Hardest + Impossible to Decode even if reversed somehow
- F
ix Bugs and errors
- Upgra
ded infrastructure of Lasm obfuscation
- Anti
Lasm Updated - Better than old
- No up
date in AntiLogs

- It i
s very important about security, so try it by yourself.

- ÂĐ 20
20 - 2022 @LearnEncryptionMaking

Note :-
- Its a challenge and for all lua teams ;)

- Full
Decrypt, Bypass Anti lasm are only Allowed .
- Maybe
Idk Anti lasm can be bypassable  by Bydz ,Max...
- Btw I
t's
a Toughest Encryption I've ever made...

- See
Ya Guys!!!
- You see an error while executing above file, it's the error from script not from encryption👍
Happy republic day everyone! âœĻ🎉
Keera
Keeralua
Coming soon 😋

( Ignore that broken syntax highlighting 😂 )


BTW, Is this a good idea to make in lua?
KiranLua
Coming soon 😋 ( Ignore that broken syntax highlighting 😂 ) BTW, Is this a good idea to make in lua?
Still coming.. Idk when it'll arrive😂
By Asura btw
This media is not supported in your browser
VIEW IN TELEGRAM
Oh lol forgot to post new year wishes here😂

Happy new year guysâœĻ🎉😂
Happy Pongal adivance
Forwarded from LearnEncryptionMaking (ðŸ‡ŪðŸ‡ģ 𝐀 𝐎 ðŪ ðŦ 𝐚 â˜Žāž’ę§‚)
Seeling private chinese encrption , very strong and cheap
Price : 5$
DM @YouKnowAsura
👎2
Forwarded from LearnEncryptionMaking (「 Kiran 」ðŸ‡ŪðŸ‡ģ ~[🇚ðŸ‡Ķ])
[func] table.stringify.lua
1.6 KB
No longer get frustrated with getting tables printed in a nice way.. ;)
👍1
Forgot to post it here I guess😂