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

Owner :- @UKR_known_1

My Teacher :- @YouKnowAsura
Download Telegram
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
Should I upload this pi's value estimation python code?

( Estimates closer values but needs time )
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