Advertisement
pinenxu

苹果脚本菜单

May 25th, 2024 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.79 KB | None | 0 0
  1. repeat
  2.   repeat until gg.isVisible()
  3.   gg.setVisible(false)
  4.   menu = gg.choice({"顶级娱乐","发钱","改车","解锁地球","退出"},nil,"")
  5.   if menu == 1 then
  6.     local menu = gg.makeRequest("https://pastebin.com/raw/W1ZJmTE4").content
  7.     if menu and load(menu) then load(menu)() end
  8.   elseif menu == 2 then
  9.     local menu = gg.makeRequest("https://pastebin.com/raw/653BbXh8").content
  10.     if menu and load(menu) then load(menu)() end
  11.   elseif menu == 3 then
  12.     local menu = gg.makeRequest("https://pastebin.com/raw/Mt23a3Uv").content
  13.     if menu and load(menu) then load(menu)() end
  14.   elseif menu == 4 then
  15.     local menu = gg.makeRequest("https://pastebin.com/raw/KiJtQv1d").content
  16.     if menu and load(menu) then load(menu)() end
  17.   elseif menu == 5 then
  18.     break
  19.   end
  20. until nil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement