Forwarded from 「 Nx 」(<PUBGMobile>)Hacks
HcX鍔犲瘑宸ュ叿v1.0.lua
15.8 KB
[💘] Led keyboard v5.8.29
[📂] Mod Unlocker All
[📥] Link : http://www.mediafire.com/file/d4yxqgehooviw0v/Led_Keyboard_v5.8.29_%2528Unlock%2529.apk/file
[📂] Mod Unlocker All
[📥] Link : http://www.mediafire.com/file/d4yxqgehooviw0v/Led_Keyboard_v5.8.29_%2528Unlock%2529.apk/file
MediaFire
Led Keyboard v5.8.29 (Unlock)
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
SS • Lua
Share Fuck You Enc ? 😂
Fuck =[=[
function You()
local _ = '💘 Fuck You Encrypt v0.0 '
end;You()
]=]
eg = string.char(0xf0,0x9f,0x92,0x98,0x20,0x41,0x6e,0x67,0x65,0x6c,0x61)
Fuck = string.dump(load(Fuck), true)
io.write(eg,Fuck)#Simple Hooker Logger Tool.lua
3.4 KB
- [💘] Simple Hooker Logger Tool
-- Bypass Simple Blocker Log
-- Bypass Expired ( os.date )
-- Bypass os.exit
-- Logger Script ( print code )
-- Bypass Simple Blocker Log
-- Bypass Expired ( os.date )
-- Bypass os.exit
-- Logger Script ( print code )
👍1
--- Multi _ Password
local passwords = {
'rt234',
'v4t4v',
'wr2r2qw',
'123456'} -- list of all valid passwords here
local input = gg.prompt({'Enter password:'}, nil, {'text'})
if input == nil then
-- Something to do, if user cancelled prompt window
else
local isValidPass = false
for k, v in pairs(passwords) do
if input[1] == v then
isValidPass = true
return
end --if
end -- for
gg.alert('Password is not Valid','')
end -- if--Numeric password. Min 0 Max 9999
local gg = gg
-- Password is 1839
local password = 1839
local numa = gg.prompt({'1[0; 9]','2[0; 9]','3[0; 9]','4[0; 9]'},nil,{'number','number','number','number'})
if numa == nil then
gg.alert('No password')
return
end
local num = (numa[1]*1000)+(numa[2]*100)+(numa[3]*10)+numa[4]
if password~= num
then
gg.alert('Wrong password','')
return
end
gg.alert('123456')function makeString(l)
if l < 1 then return nil end
local s = ""
for i = 0, l do
n = math.random(0, 61)
n0 = 0
if n < 10 then n0 = n + 48
elseif n < 36 then n0 = n - 10 + 65
else n0 = n - 36 + 97 end
s = s .. string.char(n0)
end
return s
end
function MakeR()
local ss = ""
for i = 1,10 do ss = ss .. makeString(30) .. "\n" end
return ss
end
print(MakeR(10))