-
Автор темы
- #1
Simple lua loader, for your lua.
Код:
--////coded by Ram1n#8847
--//if you don't want to use "if text == "/Login " .."URL-in-Nil".." /Password " "URL-in-Nil" " /2F " .."URL-in-Nil".. "" then"
function Verification(text)
if text == "/Login " "1" " /Password " "1" " /2F " "1" "" then
client.exec("clear")
Ram1n()
else
client.exec("clear")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"User-Not-Found")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Paswolrd-Not-Found")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Idi-Naxui-Man")
end
end
--//URL-version
--//The entire text can be replaced by URL
function Verification(text)
if text == "/Login " ..URL.." /Password " ..URL.. " /2F " ..URL.. "" then
client.exec("clear")
Ram1n()
else
client.exec("clear")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"User-Not-Found")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Paswolrd-Not-Found")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Idi-Naxui-Man")
end
end
--//URL-version ALL
function Verification(text)
if text == ""..URL..""..URL..""..URL..""..URL..""..URL..""..URL.."" then
client.exec("clear")
Ram1n()
else
client.exec("clear")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"User-Not-Found")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Paswolrd-Not-Found")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Idi-Naxui-Man")
end
end
--//URL-version 1 httt
function Verification(text)
if text == ""..URL.."" then
client.exec("clear")
Ram1n()
else
client.exec("clear")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"User-Not-Found")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Paswolrd-Not-Found")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Idi-Naxui-Man")
end
end
--//More sophisticated version
function startPRT()
print("blat eto pizdec chel")
end
function Start()
function Verificationfsis()
function Verification(text)
if text == ""..URL.."" then
client.exec("clear")
Ram1n()
else
client.exec("clear")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"User-Not-Found")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Paswolrd-Not-Found")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Idi-Naxui-Man")
end
end
end
function VerificationLoad(text)
if text == "Load Script" then
client.exec("clear")
client.log(load_succesfully)
Verificationfsis()
else
client.exec("clear")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Failed to contact the server")
end
end
end
startPRT()
function VerificationStart(text)
if text == "Start" then
client.exec("clear")
Start()
else
client.exec("clear")
client.color_log(lua_color.r, lua_color.g, lua_color.b,"Failed to contact the server")
end
end
--//A simple version of the loader
Последнее редактирование: