Advertisement
Shiko5303

Detect

Jul 15th, 2023 (edited)
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.03 KB | None | 0 0
  1. if (gg.PACKAGE == 'com.Shiko.Kiro') then else
  2. gg.alert("Eblan detected: \nOnly GG Shiko ")
  3. os.exit()
  4. end
  5. ebal_rot = {'0','1','2','3','4','5','6','7','8','9','10','11'}
  6.  
  7. if gg.isPackageInstalled("com.Shiko.Kiro") then else
  8. os.exit()
  9. end
  10. gg.clearResults(true)
  11. if gg.getTargetPackage() == "com.rexetstudio.blockstrike" then else
  12. gg.alert("Eblan detected: \nno detect process game")
  13. os.exit()
  14. end
  15.  
  16. gg.setVisible(false)
  17. gg.setRanges(gg.REGION_CODE_APP)
  18.       gg.searchNumber('h FF 43 02 D1 E8 1B 00 FD FA 67 04 A9 F8 5F 05 A9 F6 57 06 A9 F4 4F 07 A9 FD 7B 08 A9 FD 03 02 91 16 CF 00 D0 C8 3A 43 39', gg.TYPE_BYTE)  
  19.       gg.getResults(4)      
  20.       gg.editAll('h C0 03 5F D6', gg.TYPE_BYTE)
  21.       gg.clearResults(true)
  22.        
  23.        gg.searchNumber('h F4 4F BE A9 FD 7B 01 A9 FD 43 00 91 B3 F1 00 90 68 7A 73 39 E8 00 00 37 28 E7 00 F0 08 41 42 F9 00 01 40 B9 5F 20 FB 97', gg.TYPE_BYTE)  
  24.       gg.getResults(4)      
  25.       gg.editAll('h C0 03 5F D6', gg.TYPE_BYTE)
  26.       gg.clearResults(true)
  27.       gg.toast("Off/7.6.7/3812")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement