Quick actions

cmd+k|ctrl+k

Navigation

Languages

Encrypt Fivem Lua FREE 

Snippet info

Language

Lua

Visibility

public

Author

team3lesports

Created

2022-06-06T20:19:51.125682Z

Updated

2022-06-07T21:36:03.652853Z

-- Put the code between [[
-- EX. Citizen.CreateThread(function,(data)
-- while true do 
--  print("FIVEM LUA")
--  Wait(0.5)
--end)
-- ]] 

local thing = [[
]]


local encoded = thing:gsub(".", function(Polo) return "\\" .. Polo:byte() end) or thing .. "\""

print("FIVEM LUA ENCRYPTER FREE")
print("\67\114\101\100\32\116\105\108\108\32\42\80\111\108\111\35\57\57\57\57\10")
print("\80\117\116\32\116\104\101\32\97\98\111\118\101\32\101\110\99\111\100\101\100\32\115\116\114\105\110\103\32\105\110\116\111\32\116\104\101\32\108\111\97\100\115\116\114\105\110\103\32\98\101\108\111\119\32\98\101\116\119\101\101\110\32\116\104\101\32\113\117\111\116\97\116\105\111\110\32\109\97\114\107\115\32\102\111\114\32\116\104\101\32\111\98\102\117\115\99\97\116\101\100\32\115\99\114\105\112\116\115\46\10")
print(encoded)
INFO