Advertisement
Muu2736

ถาวร

Mar 25th, 2025 (edited)
60
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 เซียน]=====]
  5. local scriptVersion = '1.0.0'
  6. local scriptAuthor = 'User'
  7.  
  8. -- วันหมดอายุ
  9. local expirationDate = os.time({year=2025, month=12, day=30}) -- วันที่หมดอายุ: 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(100)
  36.     gg.toast("👑 RUN ออโต้กันแบน BY เซียน")
  37.     gg.sleep(500)
  38. end
  39.  
  40. -- Menu function (ไม่ต้องวนลูป)
  41. local options = {
  42.       ""👑     เด้งแพ็ค"",
  43.        "🔴     2T รีสอต",
  44.        "🔴     +6 วุธ",
  45.        "🔴     +6 เสื้อ",
  46.        "🔴     ออก"
  47. }
  48.  
  49. local choice = gg.choice(options, nil, scriptName)
  50. if choice == 1 then
  51.     mainAction()
  52. elseif choice == 2 then
  53.     gg.alert("📣 กำลังอัพเดต เกมพึ่งอัพเดตไป ครับหัวหน้าใจเยสๆๆนะครับ")
  54. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement