Advertisement
Guest User

CHEAT PUBG

a guest
Aug 25th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. password = 'Admin'
  2. PW = gg.prompt({'Masukkan Username: '},{[1]=''},{[1]='text'})
  3. if not PW then os.exit()
  4. end
  5. if PW[1] == password then
  6. gg.toast('Password Benar')
  7. else
  8. gg.alert('Password Salah') os.exit() end
  9. password = '2424182710'
  10. PW = gg.prompt({'Masukkan Password: '},{[1]=''},{[1]='number'})
  11. if not PW then os.exit()
  12. end
  13. if PW[1] == password then
  14. gg.toast('Password Benar')
  15. else
  16. gg.alert('Password Salah') os.exit() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement