Advertisement
Mohammed515

سكنات

Sep 26th, 2022
922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.17 KB | None | 0 0
  1. function HOME()
  2. SN = gg.choice({
  3.    "قائمة الحماية",
  4.    "قائمة سكنات الملابس",
  5.    "قائمة الألوان ",
  6.    "خروج/Exit",
  7.      }, nil, "")
  8. if SN == nil then else
  9. if SN==1 then F1() end
  10. if SN==2 then F2() end
  11. if SN==3 then F3() end
  12. if SN==4then Exit () end
  13. end
  14. PUBGMH = -1
  15. end
  16.  
  17. function F1()
  18. gg.alert ("قريبا")
  19. end
  20.  
  21.  
  22.  function F2()
  23.  HH_ = gg.choice({
  24.       "سكن اللبسه الجديده ",
  25.      },nil, "")
  26.     if MM_ == nil then
  27.     XGCK=-1
  28.     end
  29.       if HH_ == 1 then Hh1() end
  30.     end
  31.    
  32.    function Hh1()
  33.   gg.clearResults()
  34. gg.setRanges(gg.REGION_ANONYMOUS)
  35. gg.searchNumber("1400129", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
  36. gg.searchNumber("1400129", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
  37. YFF15 = gg.getResults(1401)
  38. gg.editAll("1,406,574", gg.TYPE_DWORD)
  39. gg.clearResults()
  40.  
  41.   end
  42.  
  43.  function F3()
  44.  
  45. end
  46.  
  47. function Exit()
  48. print("❤️❤️❤️")
  49. gg.skipRestoreState()
  50.   os.exit()
  51.   gg.setVisible(true)
  52.  
  53. end
  54.  
  55.  
  56. while true do
  57.   if gg.isVisible(true) then
  58.     PUBGMH = 1
  59.     gg.setVisible(false)
  60.   end
  61.   gg.clearResults()
  62.   if PUBGMH == 1 then
  63.     HOME()
  64.  end
  65.  end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement