Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gg.setVisible(false)
- gg.alert("Made By Al Tasin")
- gg.toast("Start")
- PUBGMH = 1
- function HOME()
- M= gg.choice({
- "How to use",
- "Hake Games",
- "Exit"
- })
- if M==1 then
- HS()
- end
- if M==2 then
- HG()
- end
- if M==3 then
- E()
- end
- end
- function HS()
- gg.alert("coming")
- end
- function HG()
- data =
- gg.prompt({
- [1]='Enter Your Coins or Gems',
- }, {[1]='0'
- })
- gg.searchNumber
- (data[1],
- gg.TYPE_DWORD, false,
- gg.SIGN_EQUAL, 0, -1)
- found =
- gg.getResultCount()
- gg.alert
- ('We found: '..found)
- gg.getResults(100)
- flo =
- gg.prompt({
- [2]='money',
- }, {[2]='0'
- })
- gg.editAll
- (flo[2],
- gg.TYPE_DWORD)
- end
- function E()
- gg.alert("Thanks FOR USE")
- gg.setVisible(true)
- os.exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement