Jump to content
  • 0

Fix my script


BaldiGT

Question

3 answers to this question

Recommended Posts

function YT()
T = load(gg.makeRequest('https://pastebin.com/raw/viQFwRz6').content)
pcall(T)
end

function Maintenance()
gg.alert('Script Maintenance')
os.exit()
end

function Main()
gg.alert('hi... This Is Menu Hack')
gg.toast('Enjoy')
end

while true do
Main()
end

I don't know what's you make, but good luck!

Link to comment
Share on other sites

1 minute ago, maulz said:

function YT()
T = load(gg.makeRequest('https://pastebin.com/raw/viQFwRz6').content)
pcall(T)
end

function Maintenance()
gg.alert('Script Maintenance')
os.exit()
end

function Main()
gg.alert('hi... This Is Menu Hack')
gg.toast('Enjoy')
end

while true do
Main()
end

I don't know what's you make, but good luck!

Ty

Link to comment
Share on other sites

--offline script/launcher
nomaintenace=0
T=load(gg.makeRequest('https://pastebin.com/raw/1Smub0MA')
 pcall(T)
  
--pastebin
maintenance=1 --maintenance on
if maintenance>nomaintenance then
gg.alert('script maintenance')
os.exit()
  else
gg.alert(Hi this is menu hack')
gg.toast('enjoy')
end
  

I didn't really understand what u want but guessing you want your script to check if there is maintenance undergoing in your pastebin and execute accordingly

You can edit the variable maintenance to 0 if there is no maintenance and 1 if there is one

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.