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

Owner :- @UKR_known_1

My Teacher :- @YouKnowAsura
Download Telegram
Channel created
Hello This is Kiran Lua.
I am Now Officially A member of Lua Community.
Hey! This is Kiran

Im quite good at lua stuffs...

Language that I know:-
Lua ( good )
Python ( good )
Js ( not much )
Smali ( kinda good )
Brain fudge ( god )
Java ( idk this.. learning... )
--Try statement in lua

t=false
-- try from here
pcall(load([[
print("Unfinished function bracket =>"
-- To see if execution was without any error or not..
t=true
]]))
-- catch/except from here..
if t==false then print("Failed to get results...") end

-- @KiranLua
Forwarded from LearnEncryptionMaking ([Left TG] 𝓐𝓼𝓾𝓻𝓪 ☬༒꧂ ✪)
'𝐄𝐧𝐜𝐫𝐲𝐩𝐭𝐢𝐨𝐧 𝐀𝐬𝐮𝐫𝐚 𝐯𝟒.𝟏'
Title Added Successfully.
And Soon Asura v4.1 test Will be Posted ;)
-- Simple byte formula...

--Encode and decode both...

-- make a function
function enc(x)
-- convert all char to a byte table..
-- like "AaBb" to {65,97,66,98}
x={x:byte(1,-1)}
-- loop in with all the bytes..

for i in pairs(x) do

--[[
Put the formula.. don't be confused with this.. its just a mathematical thing..

for example ABC, now..

A = 65 then (65+(1³+255))%255
(65+255)%255
320%255
65

( bruhh made mistake here...
1^3 + 255 = 1+255 = 256..
so answer will be 66 not 65 )

B = 66 then (66+(2³+255))%255
(66+263)%255
329%255
74

C = 67 then (67+(3³+255))%255
(67+282)%255
349%255
94

So answer will be {65,66,67} to {65,74,94} ( final: {66,74,94} )

Answer in Char = "AJ^" ("BJ^")
]]

x[i]=(x[i]+(i^3+256))%255
end
return string.char(table.unpack(x))
end

function dec(x)
x={x:byte(1,-1)}
for i in pairs(x) do
x[i]=(x[i]-(i^3+256))%255
end
return string.char(table.unpack(x))
end

print(enc("Hello world!"))
print(dec(enc("Hello again!")))

-- Tutorial by @KiranLua
Forwarded from LearnEncryptionMaking ([Left TG] 𝓐𝓼𝓾𝓻𝓪 ☬༒꧂ ✪)
Asura [4.1].lua
457.9 KB
Hello World!
This is Asura v4.1 Encryption

This is a Competition :-

1.What to do to win here?
Decrypt this Script and, you won!
Send file to @YouKnowAsura

2. What do I get if I Decrypt this encryption?
Actually I can't give you Anything...
I am a Kid -_-

3. What are the conditions?
Send ss tool results along with Decrypt
And without any errors

Decrypt through Lasm only
Log, load etc etc will not be acceptable .

4. When competition starts?
Get set go!!! Competition started

5. Duration?
2 days.



++++++++++++++++++++++++
Dm @YouKnowAsura
++++++++++++++++++++++++
Support :-
@LearnEncryptionMaking
++++++++++++++++++++++++
print(os.date('Date: %x\nTime: %r'))

-- Get date and time with 1 line of code ;)
Exams😢

No posts now🤦‍♂
Forwarded from LearnEncryptionMaking ([Left TG] 𝓐𝓼𝓾𝓻𝓪 ☬༒꧂ ✪)
Obfuscator.lua
54.7 KB
Hello Again.


This is Asura v4.1 or Asura v"cp"

I realised that I'm nothing in Lua Except a big 0.

I'm Sharing My Last Encryption,
This is quite good and I don't Make Anymore. Cause I am leaving Lua.

I have exams and I have a good Career to go with. So good bye Lua. ❤️

God made me this. I shared all my 4 Encryptions Open source. For some or other reason.
Never Forget :-
@YouKnowAsura
@LearnEncryptionMaking
Hey! Im back!!

I forgot that this channel also exists lol😂
Lol
666Zip.v6.zip
620 KB
Made for ppl who write code but forgot to indent it 🤦‍♂

( Not 100% working on all type of codes )
( Have some bugs.. )
( Will not work on 1 lined codes.. )
!REFORMAT.lua
1.4 KB
Emjoy! ❤️