Jump to content

HOW TO ADD LOGIN ID & PASSWORD (online in lua script)


7worldsmods

Recommended Posts

i want to add online id and password in script it need a pho website i think and also i have code but i dont understand these i try many times but dont understand pls help me guys my email is [email protected] try to contact me on these or on mail its request sir 

 

login = 'website url '
func = 'website url'
function begin()
local data = assert(load(gg.makeRequest(func, nil, 'f=begin').content))
return data()
end
function starthack()
local data = assert(load(gg.makeRequest(func, nil, 'f=starthack').content))
return data()
end
function exelogin()
local data = assert(load(gg.makeRequest(func, nil, 'f=exelogin').content))
return data()
end
function loginform()
local data = assert(load(gg.makeRequest(func, nil, 'f=loginform').content))
return data()
end
begin()

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.