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
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
KiranLua
xo.py
xo-1.py
5.9 KB
xo game!
What's new:
-
-
-
What's new:
-
Bug fixed-
Added a new input method-
Added dialogs on KeyboardIntrruptedโค1๐1
Add numbers together with this (kind of) simple python function!
Convert it in lua and enjoy adding very long numbers ๐
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
-----+-----+-----+-----+-----
| 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.
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.
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