Advertisement
Muu2736

Untitled

Mar 29th, 2025 (edited)
498
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 ปั้ม BY เซียน    ➡️  30 มีนาคม 2025]=====]
  5. local scriptVersion = '1.0.0'
  6. local scriptAuthor = 'User'
  7.  
  8. -- วันหมดอายุ
  9. local expirationDate = os.time({year=2025, month=3, 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("h0100000012CA9A3BFF", 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.     "💵   เด้งแพค ปั้มยุทธ์ BY เซียน",
  42.   "🚪    Exit"
  43. }
  44.  
  45. local choice = gg.choice(options, nil, scriptName)
  46. if choice == 1 then
  47.     mainAction()
  48. elseif choice == 2 then
  49.     gg.alert("📣 🙏🙏 ขอบคุณที่ใช้ บริการครับ 🙏🙏 ")
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement