Advertisement
aiklaokhur

Untitled

Jan 17th, 2021
976
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. HOME = 1
  3. function HOME()
  4. MN1 = gg.choice({
  5. "╭⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓╮\n▓   🔻LESS RECOIL🔻  ▓\n╰⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓╯",
  6. "╭⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓╮\n▓         ❌ EXIT ❌        ▓\n╰⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓⎓╯"
  7. }, nil, (os.date("❑ SCRIPT BY : @M4FIA77\n❑ TELEGRAM : @JOKERDEC\n❑ %A,%d %B %Y,%H:%M %p")))
  8. if MN1 == nil then else
  9. if MN1 == 1 then LES()end
  10. if MN1 == 2 then CLOSE()end
  11. end
  12. JOKER = -1
  13. end
  14.  
  15. function LES(...)
  16. gg.setRanges(gg.REGION_C_DATA)
  17. gg.searchNumber("-1331928307225851337", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
  18. gg.refineAddress("DEC", -1, gg.TYPE_QWORD, gg.SIGN_EQUAL, 0, -1, 0)
  19. gg.getResults(2)
  20. gg.editAll("-1331928311210704896", gg.TYPE_QWORD)
  21. gg.clearResults()
  22. gg.toast("LESS RECOIL ✔")
  23. end
  24.  
  25. function CLOSE()
  26. os.exit()
  27. end
  28.  
  29. while true do
  30.   if gg.isVisible(true) then
  31.     JOKER = 1
  32.     gg.setVisible(false)
  33.   end
  34.   if JOKER == 1 then
  35.     HOME()
  36.   end
  37. end
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement