Advertisement
Muu2736

เด้งแพคFB

Mar 29th, 2025 (edited)
2,679
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Script generated by GameGuardian 101.1
  2. -- Lua help: http://gameguardian.net/help/
  3.  
  4. local scriptName = [=====[╔═══════    PRO YG BY ➡️เซียน    ═══════╗]=====]
  5. local scriptVersion = '1.0.0'
  6. local scriptAuthor = 'User'
  7.  
  8. -- วันหมดอายุ
  9. local expirationDate = os.time({year=2026, month=5, day=10}) -- วันที่หมดอายุ: 30 มีนาคม 2025
  10. local currentDate = os.time()
  11.  
  12. -- เช็ควันหมดอายุ
  13. if currentDate > expirationDate then
  14.     gg.alert("🙏วันใช้งานหมด🙏 กรุณาติดต่อ🧑‍✈️ FB เซียน ประวีน")
  15.     os.exit()
  16. end
  17.  
  18. -- init
  19. gg.require('101.1', 16142)
  20. gg.toast(scriptName..' v'..scriptVersion..' by '..scriptAuthor)
  21.  
  22. -- Function to perform the main action
  23. function mainAction()
  24.     gg.clearResults()
  25.     gg.searchNumber("h0200000012CA9A3BFF", gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1, 0)
  26.  
  27.     local results = gg.getResults(100)
  28.     for i, v in ipairs(results) do
  29.         if v.flags == gg.TYPE_BYTE then
  30.             v.value = "h3300000012CA9A3BFF"
  31.             v.freeze = true
  32.         end
  33.     end
  34.     gg.addListItems(results)
  35.     gg.processResume()
  36.     gg.toast("👑 RUN ออโต้กันแบน BY เซียน")
  37. end
  38.  
  39. -- Menu function (ไม่ต้องวนลูป)
  40. local options = {
  41.     "💵      ╰┈➤  เด้งแพคFB ปั้มยุทธ์ BY เซียน",
  42.     "🔨      ╰┈➤  ตีบวก +10  100%",
  43.   "👑   ออก"
  44. }
  45.  
  46. local choice = gg.choice(options, nil, scriptName)
  47. if choice == 1 then
  48.     mainAction()
  49. elseif choice == 2 then
  50.     gg.alert("▄▀▄▀▄▀▄「 OPEN MENU พบกัน เร็ว ๆ นี้ 」▄▀▄▀▄▀▄")
  51.     elseif choice == 3 then
  52.     gg.alert("  🙏🙏 ขอบคุณที่ใช้บริการ 🙏🙏  ")
  53. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement