Advertisement
mahdiraddad1212

Mahdi

Aug 3rd, 2021
1,672
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 25.82 KB | None | 0 0
  1.  
  2.  local memFrom, memTo, lib, num, lim, results, src, ok = 0, -1, nil, 0, 32, {}, nil, false
  3. function name(n)
  4. if lib ~= n then
  5. lib = n
  6. local ranges = gg.getRangesList(lib)
  7. if #ranges == 0 then
  8. gg.toast("Error : " .. lib .. "☢تأكد أنك اخترت الإستعمال على فري فاير☢")
  9. os.exit()
  10. else
  11. memFrom = ranges[1].start
  12. memTo = ranges[#ranges]["end"]
  13.  end
  14. end
  15. end
  16. function hex2tbl(hex)
  17. local ret = {}
  18. hex:gsub("%S%S", function(ch)
  19. ret[#ret + 1] = ch
  20. return ""
  21. end)
  22. return ret
  23. end
  24. function original(orig)
  25. local tbl = hex2tbl(orig)
  26. local len = #tbl
  27. if len == 0 then
  28. return
  29. end
  30. local used = len
  31. if len > lim then
  32. used = lim
  33. end
  34. local s = ""
  35. for i = 1, used do
  36. if i ~= 1 then
  37. s = s .. ";"
  38. end
  39. local v = tbl[i]
  40. if v == "??" or v == "**" then
  41. v = "0~~0"
  42. end
  43. s = s .. v .. "r"
  44. end
  45. s = s .. "::" .. used
  46. gg.searchNumber(s, gg.TYPE_BYTE, false, gg.SIGN_EQUAL, memFrom, memTo)
  47. if len > used then
  48. for i = used + 1, len do
  49. local v = tbl[i]
  50. if v == "??" or v == "**" then
  51. v = 256
  52. else
  53. v = ("0x" .. v) + 0
  54. if v > 127 then
  55. v = v - 256
  56. end
  57. end
  58. tbl[i] = v
  59. end
  60. end
  61. local found = gg.getResultCount()
  62. results = {}
  63. local count = 0
  64. local checked = 0
  65. while not (found <= checked) do
  66. local all = gg.getResults(8)
  67. local total = #all
  68. local start = checked
  69. if total < checked + used then
  70. break
  71. end
  72. for i, v in ipairs(all) do
  73. v.address = v.address + myoffset
  74. end
  75. gg.loadResults(all)
  76. while total > start do
  77. local good = true
  78. local offset = all[1 + start].address - 1
  79. if len > used then
  80. local get = {}
  81. for i = lim + 1, len do
  82. get[i - lim] = {
  83. address = offset + i,
  84. flags = gg.TYPE_BYTE,
  85. value = 0
  86. }
  87. end
  88. get = gg.getValues(get)
  89. for i = lim + 1, len do
  90. local ch = tbl[i]
  91. if ch ~= 256 and get[i - lim].value ~= ch then
  92. good = false
  93. break
  94. end
  95. end
  96. end
  97. if good then
  98. count = count + 1
  99. results[count] = offset
  100. checked = checked + used
  101. else
  102. local del = {}
  103. for i = 1, used do
  104. del[i] = all[i + start]
  105. end
  106. gg.removeResults(del)
  107. end
  108. start = start + used
  109. end
  110. end
  111. end
  112. function replaced(repl)
  113. num = num + 1
  114. local tbl = hex2tbl(repl)
  115. if src ~= nil then
  116. local source = hex2tbl(src)
  117. for i, v in ipairs(tbl) do
  118. if v ~= "??" and v ~= "**" and v == source[i] then
  119. tbl[i] = "**"
  120. end
  121. end
  122. src = nil
  123. end
  124. local cnt = #tbl
  125. local set = {}
  126. local s = 0
  127. for _, addr in ipairs(results) do
  128. for i, v in ipairs(tbl) do
  129. if v ~= "??" and v ~= "**" then
  130. s = s + 1
  131. set[s] = {
  132. address = addr + i,
  133. value = v .. "r",
  134. flags = gg.TYPE_BYTE
  135. }
  136.  end
  137. end
  138. end
  139. if s ~= 0 then
  140. gg.setValues(set)
  141. end
  142. ok = true
  143. end
  144. gg.isVisible(false)
  145. gg.clearResults()
  146. os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/reportnew.db", gg.LOAD_APPEND)
  147. os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/ymrtc_log.txt", gg.LOAD_APPEND)
  148. os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/ffid.txt.enc", gg.LOAD_APPEND)
  149. os.remove(gg.EXT_STORAGE .. "/ᴍᴜʜᴀᴍᴀᴅɢᴀᴍᴇʀ.ʟᴜᴀ")
  150. t = gg.getListItems()
  151. gg.removeListItems(t)
  152. libil2cpp = "13073.3740234375;9.219563e-41;3.6734241e-39;1.4012985e-45;4.8808683e-39::25"
  153. libunity = "13073.3740234375;9.219563e-41;3.6734241e-39;1.4012985e-45;7.286752e-44;2.7887936e-38::33"
  154. GameVarDefRS = "00r;00r;50r;40r;33r;33r;B3r;3Fr::8"
  155. GameVarDefRS1 = "71r;3Dr;9Ar;40r;33r;33r;B3r;3Fr::8"
  156. os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/reportnew.db", gg.LOAD_APPEND)
  157. os.remove(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/ymrtc_log.txt", gg.LOAD_APPEND)
  158. gg.saveList(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/reportnew.db", gg.LOAD_APPEND)
  159. gg.saveList(gg.EXT_STORAGE .. "/Android/data/com.dts.freefireth/files/ymrtc_log.txt", gg.LOAD_APPEND)
  160. fileData = gg.EXT_STORAGE .. "/[###].dat"
  161. io.output(fileData):write([[
  162. 5273
  163. Var #9513FC90|9513fc90|10|42200000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|63ec90
  164. Var #9641C684|9641c684|10|e590013c|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|191b684
  165. Var #9641C688|9641c688|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|191b688
  166. Var #9A237484|9a237484|10|c0000000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|252484
  167. Var #9514E0B0|9514e0b0|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64d0b0
  168. Var #9514E0B4|9514e0b4|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64d0b4
  169. Var #951005D4|951005d4|10|e92d4830|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff5d4
  170. Var #951005D8|951005d8|10|e28db008|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff5d8
  171. Var #9512C6B0|9512c6b0|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|62b6b0
  172. Var #9512C6B4|9512c6b4|10|e28dff10|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|62b6b4
  173. Var #95FF8CF8|95ff8cf8|10|eb33a910|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|14f7cf8
  174. Var #9657E0FC|9657e0fc|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1a7d0fc
  175. Var #9657E100|9657e100|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1a7d100
  176. Var #95AEA134|95aea134|10|e5900018|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|fe9134
  177. Var #95AEA138|95aea138|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|fe9138
  178. Var #96417AA0|96417aa0|10|e92d4ff0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1916aa0
  179. Var #96417AA4|96417aa4|10|e28db01c|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1916aa4
  180. Var #95B2D454|95b2d454|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|102c454
  181. Var #95B2D458|95b2d458|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|102c458
  182. Var #95147D90|95147d90|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|646d90
  183. Var #95147D94|95147d94|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|646d94
  184. Var #96804868|96804868|10|e92d4bf0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1d03868
  185. Var #9680486C|9680486c|10|e28db018|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1d0386c
  186. Var #9A136280|9a136280|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|151280
  187. Var #9510C804|9510c804|10|e92d4ff0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b804
  188. Var #9510C808|9510c808|10|e28db01c|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b808
  189. Var #9510C950|9510c950|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b950
  190. Var #9510C954|9510c954|10|e1a01005|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b954
  191. Var #9574CAC0|9574cac0|10|3e4ccccd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|c4bac0
  192. Var #9574CD78|9574cd78|10|3e4ccccd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|c4bd78
  193. Var #96E86664|96e86664|10|42c80000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2385664
  194. Var #9640E110|9640e110|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190d110
  195. Var #9640E114|9640e114|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190d114
  196. Var #95152FFC|95152ffc|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|651ffc
  197. Var #95153000|95153000|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|652000
  198. Var #9510010C|9510010c|10|e92d4800|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff10c
  199. Var #95100110|95100110|10|e1a0b00d|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff110
  200. Var #959DE9F8|959de9f8|10|42700000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edd9f8
  201. Var #959DD758|959dd758|10|e92d4ff0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edc758
  202. Var #959DD75C|959dd75c|10|e28db01c|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edc75c
  203. Var #9640DAF0|9640daf0|10|e5900060|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190caf0
  204. Var #9640DAF4|9640daf4|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190caf4
  205. Var #9514D470|9514d470|10|43960000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64c470
  206. Var #964096EC|964096ec|10|e5900050|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|19086ec
  207. Var #964096F0|964096f0|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|19086f0
  208. Var #96411670|96411670|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1910670
  209. Var #96411674|96411674|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1910674
  210. Var #951594C8|951594c8|10|e92d48f0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|6584c8
  211. Var #951594CC|951594cc|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|6584cc
  212. Var #950FF744|950ff744|10|e5d00324|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5fe744
  213. Var #950FF748|950ff748|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5fe748
  214. Var #9AE86890|9ae86890|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1890
  215. Var #9AE86894|9ae86894|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1894
  216. Var #9AE86898|9ae86898|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1898
  217. Var #9AE8689C|9ae8689c|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea189c
  218. Var #9AE7A79C|9ae7a79c|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|e9579c
  219. ]]):close()
  220. gg.loadList(fileData, gg.LOAD_APPEND)
  221. gg.sleep(50)
  222. r = gg.getListItems()
  223. getReset = gg.getValues(r)
  224. gg.clearList()
  225. os.remove(fileData)
  226. fileData = gg.EXT_STORAGE .. "/[###].dat"
  227. io.output(fileData):write([[
  228. 5273
  229. Var #9513FC90|9513fc90|10|43b40000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|63ec90
  230. Var #9641C684|9641c684|10|e3a0000f|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|191b684
  231. Var #9641C688|9641c688|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|191b688
  232. Var #9A237484|9a237484|10|447a0000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|252484
  233. Var #9514E0B0|9514e0b0|10|e3a00001|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64d0b0
  234. Var #9514E0B4|9514e0b4|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64d0b4
  235. Var #951005D4|951005d4|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff5d4
  236. Var #951005D8|951005d8|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff5d8
  237. Var #9512C6B0|9512c6b0|10|e3a00001|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|62b6b0
  238. Var #9512C6B4|9512c6b4|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|62b6b4
  239. Var #95FF8CF8|95ff8cf8|10|e3bb0000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|14f7cf8
  240. Var #9657E0FC|9657e0fc|10|e344007f|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1a7d0fc
  241. Var #9657E100|9657e100|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1a7d100
  242. Var #95AEA134|95aea134|10|e3430f96|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|fe9134
  243. Var #95AEA138|95aea138|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|fe9138
  244. Var #96417AA0|96417aa0|10|e3a00012|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1916aa0
  245. Var #96417AA4|96417aa4|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1916aa4
  246. Var #95B2D454|95b2d454|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|102c454
  247. Var #95B2D458|95b2d458|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|102c458
  248. Var #95147D90|95147d90|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|646d90
  249. Var #95147D94|95147d94|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|646d94
  250. Var #96804868|96804868|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1d03868
  251. Var #9680486C|9680486c|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1d0386c
  252. Var #9A136280|9a136280|10|bf800000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|151280
  253. Var #9510C804|9510c804|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b804
  254. Var #9510C808|9510c808|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b808
  255. Var #9510C950|9510c950|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b950
  256. Var #9510C954|9510c954|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b954
  257. Var #9574CAC0|9574cac0|10|0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|c4bac0
  258. Var #9574CD78|9574cd78|10|0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|c4bd78
  259. Var #96E86664|96e86664|10|c1d00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2385664
  260. Var #9640E110|9640e110|10|e3a00312|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190d110
  261. Var #9640E114|9640e114|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190d114
  262. Var #95152FFC|95152ffc|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|651ffc
  263. Var #95153000|95153000|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|652000
  264. Var #9510010C|9510010c|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff10c
  265. Var #95100110|95100110|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff110
  266. Var #959DE9F8|959de9f8|10|bf800000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edd9f8
  267. Var #959DD758|959dd758|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edc758
  268. Var #959DD75C|959dd75c|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edc75c
  269. Var #9640DAF0|9640daf0|10|e344045c|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190caf0
  270. Var #9640DAF4|9640daf4|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190caf4
  271. Var #9514D470|9514d470|10|437a0000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64c470
  272. Var #964096EC|964096ec|10|e3a0008a|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|19086ec
  273. Var #964096F0|964096f0|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|19086f0
  274. Var #96411670|96411670|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1910670
  275. Var #96411674|96411674|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1910674
  276. Var #951594C8|951594c8|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|6584c8
  277. Var #951594CC|951594cc|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|6584cc
  278. Var #950FF744|950ff744|10|e3a00001|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5fe744
  279. Var #950FF748|950ff748|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5fe748
  280. Var #9AE86890|9ae86890|10|bf8e3cc9|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1890
  281. Var #9AE86894|9ae86894|10|bf8e3cc9|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1894
  282. Var #9AE86898|9ae86898|10|bf8e3cc9|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1898
  283. Var #9AE8689C|9ae8689c|10|bf8e3cc9|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea189c
  284. Var #9AE7A79C|9ae7a79c|10|bf800000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|e9579c
  285. ]]):close()
  286. gg.loadList(fileData, gg.LOAD_APPEND)
  287. gg.sleep(50)
  288. r = gg.getListItems()
  289. getReset = gg.getValues(r)
  290. gg.clearList()
  291. os.remove(fileData)
  292. fileData = gg.EXT_STORAGE .. "/[###].dat"
  293. io.output(fileData):write([[
  294. 15742
  295. Var #96AECC44|96aecc44|10|e92d4830|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|222bc44
  296. Var #96AECC48|96aecc48|10|e28db008|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|222bc48
  297. Var #96A35D8C|96a35d8c|10|e92d48f0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2174d8c
  298. Var #96A35D90|96a35d90|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2174d90
  299. Var #96C3B264|96c3b264|10|e92d48f0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|237a264
  300. Var #96C3B268|96c3b268|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|237a268
  301. Var #96AECC44|96aecc44|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|222bc44
  302. Var #96AECC48|96aecc48|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|222bc48
  303. Var #96A35D8C|96a35d8c|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2174d8c
  304. Var #96A35D90|96a35d90|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2174d90
  305. Var #96C3B264|96c3b264|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|237a264
  306. Var #96C3B268|96c3b268|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|237a268
  307. ]]):close()
  308. gg.loadList(fileData, gg.LOAD_APPEND)
  309. gg.sleep(50)
  310. r = gg.getListItems()
  311. getReset = gg.getValues(r)
  312. gg.clearList()
  313.   b = [[
  314. 22343
  315. Var #CA989BCC|ca989bcc|10|e28db01ce92d4ff0|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|12ccbcc
  316. Var #CA989BD0|ca989bd0|10|e24dd004e28db01c|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.fr.freefireth-1/lib/arm/libil2cpp.so|12ccbd0
  317. ]]
  318.   fileData = gg.EXT_STORAGE .. '/[###].dat'
  319.   io.output(fileData):write(b):close()
  320.   gg.loadList(fileData, gg.LOAD_APPEND)
  321.   gg.sleep(50)
  322.   r = gg.getListItems()
  323.   getReset = gg.getValues(r)
  324.   gg.clearList()
  325.   os.remove(fileData)
  326.   b = [[
  327. 22343
  328. Var #CA989BCC|ca989bcc|10|e12fff1ee3a00000|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|12ccbcc
  329. Var #CA989BD0|ca989bd0|10|e24dd004e12fff1e|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|12ccbd0
  330. ]]
  331.   fileData = gg.EXT_STORAGE .. '/[###].dat'
  332.   io.output(fileData):write(b):close()
  333.   gg.loadList(fileData, gg.LOAD_APPEND)
  334.   gg.sleep(50)
  335.   r = gg.getListItems()
  336.   getReset = gg.getValues(r)
  337.   gg.clearList()
  338.   os.remove(fileData)
  339.   io.output(fileData):write([[
  340. 22343
  341. Var #CB4EBDB4|cb4ebdb4|10|e12fff1ee3a00000|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1db4db4
  342. Var #CB4EBDB8|cb4ebdb8|10|e59f0088e12fff1e|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1db4db8
  343. Var #CB4EBD00|cb4ebd00|10|e12fff1ee3a00000|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1db4d00
  344. Var #CB4EBD04|cb4ebd04|10|e59f0088e12fff1e|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1db4d04
  345. Var #CB4EBDB4|cb4ebdb4|10|e12fff1ee3a00000|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1db4db4
  346. Var #CB4EBDB8|cb4ebdb8|10|e59f0088e12fff1e|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1db4db8
  347. Var #C360FD18|c360fd18|10|e12fff1ee3a00000|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|12ccd18
  348. Var #C360FD1C|c360fd1c|10|e3a02000e12fff1e|0|0|0|0|rwxp|/mnt/expand/c5b07762-cc27-48b4-ad45-18ed81002585/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|12ccd1c
  349. ]]):close()
  350.   gg.loadList(fileData, gg.LOAD_APPEND | gg.LOAD_VALUES)
  351.   os.remove(fileData)
  352.   gg.sleep(50)
  353.   gg.clearList()
  354.   gg.alert("✔️sᴄʀɪᴘᴛ trial for 3 days✔️ \n✓sᴄʀɪᴘᴛ by vmx ff \n✓sᴄʀɪᴘᴛ ʜᴇᴀᴅsʜᴏᴛ", "•NEXT•")
  355.   function HOME()
  356.     gg.toast('VMX FF👽')
  357.     SN = gg.multiChoice({
  358.       '【IPHONE 8+】',
  359.       '【ANTHENA】',
  360.       '【AMMO 10K】',
  361.       '【RATE OF FIRE】',
  362.       '【FIX AIM】',
  363.       '【NO RECOIL】 ',
  364.       "【NO SFR】",
  365.       '            ⛔ 『 𝐄𝐗𝐈𝐓 』 ⛔'
  366.     }, nil, '               ╔─━━━━━━━━░░ 👑 ░░━━━━━━━━─╗\n                                              〘👽VMX FF 👽〙                 \n               ╚─━━━━━━━━░░  ★ ░░━━━━━━━━─╝')
  367.     if SN == nil then else
  368. if SN[1]  == true then M1() end
  369. if SN[2]  == true then M2() end
  370. if SN[3]  == true then M3() end
  371. if SN[4]  == true then M4() end
  372. if SN[5]  == true then M5() end
  373. if SN[6]  == true then M6() end
  374. if SN[7]  == true then M7() end
  375. if SN[8]  == true then x() end
  376.  
  377. end
  378.   PUBGMH = -1
  379. end
  380.  
  381.   function M1()
  382.     gg.setRanges(gg.REGION_CODE_APP)
  383.     gg.searchNumber('300', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -3)
  384.     gg.getResults(4)
  385.     gg.editAll('100', gg.TYPE_FLOAT)
  386.     gg.clearResults()
  387.     gg.toast('✔️🔥')
  388.   end
  389.  
  390.   function M2()
  391.     gg.setRanges(gg.REGION_ANONYMOUS)
  392.     gg.searchNumber('"00h;00h;80h;3Fh;13h;13h;17h;3Eh::8"', gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
  393.     gg.refineNumber('"00h;00h;80h;3Fh::4"', gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
  394.     gg.getResults(10000)
  395.     gg.editAll('"00h;00h;48h;43h"', gg.TYPE_BYTE)
  396.     gg.setRanges(gg.REGION_ANONYMOUS)
  397.     gg.searchNumber('"00h;00h;80h;3Fh;85h;7Bh;F6h;3Eh::8"', gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
  398.     gg.refineNumber('"00h;00h;80h;3Fh::4"', gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
  399.     gg.getResults(10000)
  400.     gg.editAll('"00h;00h;48h;43h"', gg.TYPE_BYTE)
  401.     gg.clearResults()
  402.     gg.setRanges(gg.REGION_ANONYMOUS)
  403.     gg.searchNumber('"00h;00h;80h;3Fh;13h;13h;17h;3Eh::8"', gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
  404.     gg.refineNumber('"00h;00h;80h;3Fh::4"', gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
  405.     gg.getResults(10000)
  406.     gg.editAll('"00h;00h;48h;43h"', gg.TYPE_BYTE)
  407.     gg.setRanges(gg.REGION_ANONYMOUS)
  408.     gg.searchNumber('"00h;00h;80h;3Fh;85h;7Bh;F6h;3Eh::8"', gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
  409.     gg.refineNumber('"00h;00h;80h;3Fh::4"', gg.TYPE_BYTE, false, gg.SIGN_EQUAL, 0, -1)
  410.     gg.getResults(10000)
  411.     gg.editAll('"00h;00h;48h;43h"', gg.TYPE_BYTE)
  412.     gg.clearResults()
  413.     gg.toast('✔️🔥')
  414.   end
  415.  
  416.   function M3()
  417.     gg.setRanges(gg.REGION_ANONYMOUS)
  418. gg.searchNumber("2D;.34::5", 16)
  419. gg.getResults(100)
  420. gg.editAll("10000", gg.TYPE_DWORD)
  421. gg.clearResults()
  422. gg.toast("M1887 💙👽")
  423. gg.setRanges(gg.REGION_ANONYMOUS)
  424. gg.searchNumber("20D;.07;.07;220~225;11;25::65", 16)
  425. gg.getResults(100)
  426. gg.editAll("10000", 4)
  427. gg.clearResults()
  428. gg.toast("MP40 🪐👽")
  429. gg.setRanges(gg.REGION_ANONYMOUS)
  430. gg.searchNumber("7D;.55::5", 16)
  431. gg.getResults(100)
  432. gg.editAll("10000", gg.TYPE_DWORD)
  433. gg.clearResults()
  434. gg.toast("DEAGLE🌪️👽")
  435.   end
  436.  
  437.   function M4()
  438.     gg.setRanges(gg.REGION_CODE_APP | gg.REGION_C_DATA)
  439.     name('libil2cpp.so')
  440.     myoffset = 22994036
  441.     original('7F 45 4C 46 01 01 01 00')
  442.     replaced('01 00 A0 E3 1E FF 2F E1')
  443.     gg.clearResults()
  444.     gg.toast('✔️🔥 ')
  445.   end
  446.  
  447.   function M5()
  448.     gg.setRanges(gg.REGION_ANONYMOUS)
  449. gg.searchNumber("1016018816", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
  450. gg.searchNumber("1016018816", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
  451. gg.getResults(gg.getResultsCount())
  452. gg.editAll("0016018816", gg.TYPE_DWORD)
  453. gg.clearResults()
  454. gg.toast("✔️🔥")
  455.   end
  456.  
  457.   function M6()
  458.     gg.setRanges(32)
  459. gg.searchNumber("0.01748251915", 16, false, 536870912, 0, -1)
  460. gg.getResults(999)
  461. gg.editAll("2.2447142e-38", 16)
  462. gg.clearResults()
  463. gg.setRanges(32)
  464. gg.searchNumber("1016018816", 4, false, 536870912, 0, -5)
  465. gg.getResults(500)
  466. gg.editAll("0006018816", 4)
  467. gg.clearResults()
  468. gg.toast("✔️🔥 ")
  469.   end
  470.  
  471.  
  472.   function M7()
  473. gg.setRanges(32)
  474.     gg.searchNumber('5.5;1.0;0.75::9', 16)
  475.     gg.refineNumber('1', 16)
  476.     gg.getResults(1)
  477.     gg.editAll('-999', 16)
  478.     gg.clearResults()
  479.     gg.setRanges(32)
  480.     gg.searchNumber('5.5;0.75::9', 16)
  481.     gg.refineNumber('0.75', 16)
  482.     gg.getResults(1)
  483.     gg.editAll('-999', 16)
  484.     gg.clearResults()
  485.     gg.toast('✔️🔥')
  486. end
  487.  
  488.   function x()
  489.     gg.toast(' 🔥👽VMX FF 👽🔥')
  490.     gg.sleep('1000')
  491.     print('❌☠VMX FF ☠❌')
  492.     print('▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱')
  493.     print('➠ ᴄʀᴇᴀᴛᴏʀ : 👽VMX FF👽 ')
  494.     print('➥ Yᴏᴜᴛᴜʙᴇ : VMX FF ')
  495.     print('➥ ɪɴꜱᴛᴀɢʀᴀᴍ : VMX_FF12 ')
  496.     print('▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱')
  497.     print('▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱')
  498.     print('▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱▰▱')
  499.     print('☆┌─┐   .─┐☆')
  500.     print('    │▒│ /▒/      ')
  501.     print('    │▒│/▒/       ')
  502.     print('    │▒/▒/─┬─┐')
  503.     print('    │▒│▒|▒│▒│ ')
  504.     print('┌┴─┴─┐-┘─┘  ')
  505.     print('│▒┌──┘▒▒▒│ ')
  506.     print('└┐▒▒▒▒▒▒┌┘')
  507.     print('    └┐▒▒▒▒┌┘')
  508.     gg.skipRestoreState()
  509.     gg.setVisible(true)
  510.     os.exit()
  511.   end
  512.  
  513.   while true do
  514.     if gg.isVisible(true) then
  515.       menu = 1
  516.       gg.setVisible(false)
  517.     end
  518.     if menu == 1 then
  519.       HOME()
  520.     end
  521.     menu = -1
  522.   end
  523.  
  524.  
  525.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement