Hello,
i have created script ,lua
and i would like linked this with website php or html checking
for example
the code is
*****
if menu1 == 1 then A() end
if menu1 == 2 then B() end
if menu1 == 3 then C() end
if menu1 == 4 then D() end
if menu1 == 5 then Exit() end
*****
and to start the code should be first checking with my webite like "http://*****.com/xx.php"
if i have add source on website "1"
the script is open and show in script "login"
if i have change it my website to "0"
unlogin try again
script not open and
end
print('GET 4: ', gg.makeRequest('https://localhost.com/login.php', {['User-Agent']='My BOT'}).content)
same as this coded
but i need including
function right()
gg.alert("1")
end
function wrong()
gg.alert("0")
os.exit();
geting the number from the website
i need help
could you help me