Advertisement
Al_Tasin

Edit

Apr 30th, 2020
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.72 KB | None | 0 0
  1. gg.setVisible(false)
  2. gg.alert("Made By Al Tasin")
  3. gg.toast("Start")
  4.  PUBGMH = 1
  5.  function HOME()
  6.  M= gg.choice({
  7.     "How to use",
  8.     "Hake Games",
  9.     "Exit"
  10.     })
  11.     if M==1 then
  12.     HS()
  13.     end
  14.     if M==2 then
  15.     HG()
  16.     end
  17.     if M==3 then
  18.     E()
  19.     end
  20. end
  21.  function HS()
  22.  gg.alert("coming")
  23.  end
  24.     function HG()
  25.  data =
  26.     gg.prompt({
  27.     [1]='Enter Your Coins or Gems',
  28.     }, {[1]='0'
  29.     })
  30.     gg.searchNumber
  31.     (data[1],
  32.     gg.TYPE_DWORD, false,
  33.  gg.SIGN_EQUAL, 0, -1)
  34.  found =
  35.  gg.getResultCount()
  36.  gg.alert
  37.  ('We found: '..found)
  38.  gg.getResults(100)
  39.  flo =
  40.  gg.prompt({
  41.  [2]='money',
  42.   }, {[2]='0'
  43.     })
  44.  gg.editAll
  45.  (flo[2],
  46.     gg.TYPE_DWORD)
  47. end
  48.  function E()
  49.  gg.alert("Thanks FOR USE")
  50.  gg.setVisible(true)
  51.  os.exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement