Jump to content
  • 0

How to make a script like that?


FangYX

Question

6 answers to this question

Recommended Posts

Can u fix this script?

local Z = gg.prompt({"DRONE VIEW :[0;10]","Back","EXIT"}, nil,{"number","checkbox","checkbox"})

if Z == nil then else

if Z[1] == true then Tablet() end

if Z[2] == true then Off() end

if Z[3] == true then X8() end

if Z[4] == true then OffX8() end

if Z[5] == true then X10() end

if Z[6] == true then OffX10() end

if Z[7] == true then lv1() end

if Z[8] == true then lv1n() end

if Z[9] == true then lv2() end

if Z[10] == true then lv2n() end

if Z[11] == true then start() end

if Z[12] == true then d() end

  end

end

Link to comment
Share on other sites


local Z = gg.prompt({"DRONE VIEW :[0;10]","EXIT"}, nil,{"number","checkbox"})

--if cancel--
if Z == nil then Home() end <--return to whatever your main menu is

--if exit checkbox true--
if d[2] == true then os.exit() else
  
--your hack here--
gg.searchNumber(d[1])
...so on
  
end
end

 

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.