Advertisement
HRWN2143

ffh4x

Jul 7th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.69 KB | None | 0 0
  1. gg.alert("my youtube link"," copy ")
  2. gg .copyText('https://www.youtube.com/channel/UCL8lCo8Uds5xsfkdDvEbmQg')
  3. gg.toast("copied")
  4. gg.sleep("555")
  5. gg.toast("ad loading fail")
  6. gg.sleep("500")
  7. gg.alert("FFH4X"," login ")
  8. gg.alert("USER : ?\n\nPASS : ?"," text ")
  9.  
  10. local password = "ffh4x"
  11.  
  12.  
  13.  
  14. local prompt = gg.prompt ( { "user" } ,nil
  15.  
  16. , { "number " } ) or { " " }
  17.  
  18. if prompt [1] ~= password then
  19.  
  20. while ( true ) do
  21.  
  22. gg.alert ( "not found user" )
  23.  
  24. os.exit ( )
  25.  
  26. end
  27.  
  28. end
  29.  
  30. gg.alert(" vip "," memu"," login")
  31. gg.toast("loading")
  32. gg.sleep(5000)
  33. gg.toast("⬜ 10%")
  34.  
  35. gg.sleep("333")
  36.  
  37. gg.toast("⬜⬜ 20%")
  38.  
  39. gg.sleep("333")
  40.  
  41. gg.toast("⬜⬜⬜ 30%")
  42.  
  43. gg.sleep("333")
  44.  
  45. gg.toast("⬜⬜⬜⬜ 40%")
  46.  
  47. gg.sleep("333")
  48.  
  49. gg.toast("⬜⬜⬜⬜⬜ 50%")
  50.  
  51. gg.sleep("333")
  52.  
  53. gg.toast("⬜⬜⬜⬜⬜⬜ 60%")
  54.  
  55. gg.sleep("333")
  56.  
  57. gg.toast("⬜⬜⬜⬜⬜⬜⬜ 70%")
  58.  
  59. gg.sleep("333")
  60.  
  61. gg.toast("⬜⬜⬜⬜⬜⬜⬜⬜ 80%")
  62.  
  63. gg.sleep("333")
  64.  
  65. gg.toast("⬜⬜⬜⬜⬜⬜⬜⬜⬜ 90%")
  66.  
  67. gg.sleep("333")
  68.  
  69. gg.toast("⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜100%")
  70.  
  71. gg.sleep("333")
  72. gg.toast("not found password")
  73. gg.sleep("999")
  74. gg.toast("checking ")
  75. gg.sleep("5000")
  76. gg.toast("verifying ")
  77. gg.sleep("5000")
  78. gg.toast(" warring not found /com.dts.freefireth/com.dts.freefirmaxth/ ")
  79. gg.sleep(5000)
  80. gg.toast("⬜ 10%")
  81.  
  82. gg.sleep("222")
  83.  
  84. gg.toast("⬜⬜ 20%")
  85.  
  86. gg.sleep("333")
  87.  
  88. gg.toast("⬜⬜⬜ 30%")
  89.  
  90. gg.sleep("555")
  91.  
  92. gg.toast("⬜⬜⬜⬜ 40%")
  93.  
  94. gg.sleep("111")
  95.  
  96. gg.toast("⬜⬜⬜⬜⬜ 50%")
  97.  
  98. gg.sleep("999")
  99.  
  100. gg.toast("⬜⬜⬜⬜⬜⬜ 60%")
  101.  
  102. gg.sleep("123")
  103.  
  104. gg.toast("⬜⬜⬜⬜⬜⬜⬜ 70%")
  105.  
  106. gg.sleep("193")
  107.  
  108. gg.toast("⬜⬜⬜⬜⬜⬜⬜⬜ 80%")
  109.  
  110. gg.sleep("516")
  111.  
  112. gg.toast("⬜⬜⬜⬜⬜⬜⬜⬜⬜ 90%")
  113.  
  114. gg.sleep("345")
  115.  
  116. gg.toast("⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜100%")
  117.  
  118.  
  119. local password = "ffh4x"
  120.  
  121.  
  122.  
  123. local prompt = gg.prompt ( { "password" } ,nil
  124.  
  125. , { "number " } ) or { " " }
  126.  
  127. if prompt [1] ~= password then
  128.  
  129. while ( true ) do
  130.  
  131. gg.alert ( "wrong" )
  132.  
  133. os.exit ( )
  134.  
  135. end
  136.  
  137. end
  138.  
  139. local memFrom, memTo, lib, num, lim, results, src, ok = 0, -1, nil, 0, 32, {}, nil, false
  140. function name(n)
  141. if lib ~= n then
  142. lib = n
  143. local ranges = gg.getRangesList(lib)
  144. if #ranges == 0 then
  145. else
  146. memFrom = ranges[1].start
  147. memTo = ranges[#ranges]["end"]
  148. end
  149. end
  150. end
  151. function hex2tbl(hex)
  152. local ret = {}
  153. hex:gsub("%S%S", function (ch)
  154. ret[#ret + 1] = ch
  155. return ""
  156. end)
  157. return ret
  158. end
  159. function original(orig)
  160. local tbl = hex2tbl(orig)
  161. local len = #tbl
  162. if len == 0 then return end
  163. local used = len
  164. if len > lim then used = lim end
  165. local s = ''
  166. for i = 1, used do
  167. if i ~= 1 then s = s..";" end
  168. local v = tbl[i]
  169. if v == "??" or v == "**" then v = "0~~0" end
  170. s = s..v.."r"
  171. end
  172. s = s.."::"..used
  173. gg.searchNumber(s, gg.TYPE_BYTE, false, gg.SIGN_EQUAL, memFrom, memTo)
  174. if len > used then
  175. for i = used + 1, len do
  176. local v = tbl[i]
  177. if v == "??" or v == "**" then
  178. v = 256
  179. else
  180. v = ("0x"..v) + 0
  181. if v > 127 then v = v - 256 end
  182. end
  183. tbl[i] = v
  184. end
  185. end
  186. local found = gg.getResultCount();
  187. results = {}
  188. local count = 0
  189. local checked = 0
  190. while true do
  191. if checked >= found then
  192. break
  193. end
  194. local all = gg.getResults(8)
  195. local total = #all
  196. local start = checked
  197. if checked + used > total then
  198. break
  199. end
  200. for i, v in ipairs(all) do
  201. v.address = v.address + myoffset
  202. end
  203. gg.loadResults(all)
  204. while start < total do
  205. local good = true
  206. local offset = all[1 + start].address - 1
  207. if used < len then
  208. local get = {}
  209. for i = lim + 1, len do
  210. get[i - lim] = {address = offset + i, flags = gg.TYPE_BYTE, value = 0}
  211. end
  212. get = gg.getValues(get)
  213. for i = lim + 1, len do
  214. local ch = tbl[i]
  215. if ch ~= 256 and get[i - lim].value ~= ch then
  216. good = false
  217. break
  218. end
  219. end
  220. end
  221. if good then
  222. count = count + 1
  223. results[count] = offset
  224. checked = checked + used
  225. else
  226. local del = {}
  227. for i = 1, used do
  228. del[i] = all[i + start]
  229. end
  230. gg.removeResults(del)
  231. end
  232. start = start + used
  233. end
  234. end
  235.  
  236. end
  237. function replaced(repl)
  238. num = num + 1
  239. local tbl = hex2tbl(repl)
  240. if src ~= nil then
  241. local source = hex2tbl(src)
  242. for i, v in ipairs(tbl) do
  243. if v ~= "??" and v ~= "**" and v == source[i] then tbl[i] = "**" end
  244. end
  245. src = nil
  246. end
  247. local cnt = #tbl
  248. local set = {}
  249. local s = 0
  250. for _, addr in ipairs(results) do
  251. for i, v in ipairs(tbl) do
  252. if v ~= "??" and v ~= "**" then
  253. s = s + 1
  254. set[s] = {
  255. ["address"] = addr + i,
  256. ["value"] = v.."r",
  257. ["flags"] = gg.TYPE_BYTE,
  258. }
  259. end
  260. end
  261. end
  262. if s ~= 0 then gg.setValues(set) end
  263. ok = true
  264. end
  265. gg.clearResults()
  266. t = gg.getListItems()
  267. gg.removeListItems(t)
  268.  
  269. libil2cpp = "3.5;9.219563e-41;3.34241e-39;1.4012985e-45;4.8808683e-39::25"
  270. libunity = "3.5;9.219563e-41;3.34241e-39;1.4012985e-45;.52e-44;2.936e-38::33"
  271. if gg.isVisible(true) then
  272. gg.setVisible(false)
  273. end -- Iғ | Sɴ
  274. gg.clearResults()
  275. Random = 1
  276. b = [[
  277. 5273
  278. Var #9513FC90|9513fc90|10|42200000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|63ec90
  279. Var #9641C684|9641c684|10|e590013c|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|191b684
  280. Var #9641C688|9641c688|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|191b688
  281. Var #9A237484|9a237484|10|c0000000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|252484
  282. Var #9514E0B0|9514e0b0|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64d0b0
  283. Var #9514E0B4|9514e0b4|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64d0b4
  284. Var #951005D4|951005d4|10|e92d4830|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff5d4
  285. Var #951005D8|951005d8|10|e28db008|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff5d8
  286. Var #9512C6B0|9512c6b0|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|62b6b0
  287. Var #9512C6B4|9512c6b4|10|e28dff10|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|62b6b4
  288. Var #95FF8CF8|95ff8cf8|10|eb33a910|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|14f7cf8
  289. Var #9657E0FC|9657e0fc|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1a7d0fc
  290. Var #9657E100|9657e100|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1a7d100
  291. Var #95AEA134|95aea134|10|e5900018|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|fe9134
  292. Var #95AEA138|95aea138|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|fe9138
  293. Var #96417AA0|96417aa0|10|e92d4ff0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1916aa0
  294. Var #96417AA4|96417aa4|10|e28db01c|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1916aa4
  295. Var #95B2D454|95b2d454|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|102c454
  296. Var #95B2D458|95b2d458|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|102c458
  297. Var #95147D90|95147d90|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|646d90
  298. Var #95147D94|95147d94|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|646d94
  299. Var #96804868|96804868|10|e92d4bf0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1d03868
  300. Var #9680486C|9680486c|10|e28db018|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1d0386c
  301. Var #9A136280|9a136280|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|151280
  302. Var #9510C804|9510c804|10|e92d4ff0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b804
  303. Var #9510C808|9510c808|10|e28db01c|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b808
  304. Var #9510C950|9510c950|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b950
  305. Var #9510C954|9510c954|10|e1a01005|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b954
  306. Var #9574CAC0|9574cac0|10|3e4ccccd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|c4bac0
  307. Var #9574CD78|9574cd78|10|3e4ccccd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|c4bd78
  308. Var #96E86664|96e86664|10|42c80000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2385664
  309. Var #9640E110|9640e110|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190d110
  310. Var #9640E114|9640e114|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190d114
  311. Var #95152FFC|95152ffc|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|651ffc
  312. Var #95153000|95153000|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|652000
  313. Var #9510010C|9510010c|10|e92d4800|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff10c
  314. Var #95100110|95100110|10|e1a0b00d|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff110
  315. Var #959DE9F8|959de9f8|10|42700000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edd9f8
  316. Var #959DD758|959dd758|10|e92d4ff0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edc758
  317. Var #959DD75C|959dd75c|10|e28db01c|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edc75c
  318. Var #9640DAF0|9640daf0|10|e5900060|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190caf0
  319. Var #9640DAF4|9640daf4|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190caf4
  320. Var #9514D470|9514d470|10|43960000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64c470
  321. Var #964096EC|964096ec|10|e5900050|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|19086ec
  322. Var #964096F0|964096f0|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|19086f0
  323. Var #96411670|96411670|10|e92d4c70|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1910670
  324. Var #96411674|96411674|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1910674
  325. Var #951594C8|951594c8|10|e92d48f0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|6584c8
  326. Var #951594CC|951594cc|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|6584cc
  327. Var #950FF744|950ff744|10|e5d00324|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5fe744
  328. Var #950FF748|950ff748|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5fe748
  329. Var #9AE86890|9ae86890|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1890
  330. Var #9AE86894|9ae86894|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1894
  331. Var #9AE86898|9ae86898|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1898
  332. Var #9AE8689C|9ae8689c|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea189c
  333. Var #9AE7A79C|9ae7a79c|10|358637bd|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|e9579c
  334. ]]
  335. fileData = gg.EXT_STORAGE .. "/[###].dat"
  336. io.output(fileData):write(b):close()
  337. gg.loadList(fileData, gg.LOAD_APPEND)
  338. gg.sleep(50)
  339. r = gg.getListItems()
  340. getReset = gg.getValues(r)
  341. gg.clearList()
  342. os.remove(fileData)
  343.  
  344. b = [[
  345. 5273
  346. Var #9513FC90|9513fc90|10|43b40000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|63ec90
  347. Var #9641C684|9641c684|10|e3a0000f|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|191b684
  348. Var #9641C688|9641c688|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|191b688
  349. Var #9A237484|9a237484|10|447a0000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|252484
  350. Var #9514E0B0|9514e0b0|10|e3a00001|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64d0b0
  351. Var #9514E0B4|9514e0b4|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64d0b4
  352. Var #951005D4|951005d4|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff5d4
  353. Var #951005D8|951005d8|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff5d8
  354. Var #9512C6B0|9512c6b0|10|e3a00001|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|62b6b0
  355. Var #9512C6B4|9512c6b4|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|62b6b4
  356. Var #95FF8CF8|95ff8cf8|10|e3bb0000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|14f7cf8
  357. Var #9657E0FC|9657e0fc|10|e344007f|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1a7d0fc
  358. Var #9657E100|9657e100|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1a7d100
  359. Var #95AEA134|95aea134|10|e3430f96|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|fe9134
  360. Var #95AEA138|95aea138|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|fe9138
  361. Var #96417AA0|96417aa0|10|e3a00012|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1916aa0
  362. Var #96417AA4|96417aa4|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1916aa4
  363. Var #95B2D454|95b2d454|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|102c454
  364. Var #95B2D458|95b2d458|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|102c458
  365. Var #95147D90|95147d90|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|646d90
  366. Var #95147D94|95147d94|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|646d94
  367. Var #96804868|96804868|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1d03868
  368. Var #9680486C|9680486c|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1d0386c
  369. Var #9A136280|9a136280|10|bf800000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|151280
  370. Var #9510C804|9510c804|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b804
  371. Var #9510C808|9510c808|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b808
  372. Var #9510C950|9510c950|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b950
  373. Var #9510C954|9510c954|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|60b954
  374. Var #9574CAC0|9574cac0|10|0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|c4bac0
  375. Var #9574CD78|9574cd78|10|0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|c4bd78
  376. Var #96E86664|96e86664|10|c1d00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2385664
  377. Var #9640E110|9640e110|10|e3a00312|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190d110
  378. Var #9640E114|9640e114|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190d114
  379. Var #95152FFC|95152ffc|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|651ffc
  380. Var #95153000|95153000|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|652000
  381. Var #9510010C|9510010c|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff10c
  382. Var #95100110|95100110|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5ff110
  383. Var #959DE9F8|959de9f8|10|bf800000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edd9f8
  384. Var #959DD758|959dd758|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edc758
  385. Var #959DD75C|959dd75c|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|edc75c
  386. Var #9640DAF0|9640daf0|10|e344045c|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190caf0
  387. Var #9640DAF4|9640daf4|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|190caf4
  388. Var #9514D470|9514d470|10|437a0000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|64c470
  389. Var #964096EC|964096ec|10|e3a0008a|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|19086ec
  390. Var #964096F0|964096f0|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|19086f0
  391. Var #96411670|96411670|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1910670
  392. Var #96411674|96411674|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|1910674
  393. Var #951594C8|951594c8|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|6584c8
  394. Var #951594CC|951594cc|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|6584cc
  395. Var #950FF744|950ff744|10|e3a00001|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5fe744
  396. Var #950FF748|950ff748|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|5fe748
  397. Var #9AE86890|9ae86890|10|bf8e3cc9|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1890
  398. Var #9AE86894|9ae86894|10|bf8e3cc9|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1894
  399. Var #9AE86898|9ae86898|10|bf8e3cc9|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea1898
  400. Var #9AE8689C|9ae8689c|10|bf8e3cc9|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|ea189c
  401. Var #9AE7A79C|9ae7a79c|10|bf800000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|e9579c
  402. ]]
  403. fileData = gg.EXT_STORAGE .. "/[###].dat"
  404. io.output(fileData):write(b):close()
  405. gg.loadList(fileData, gg.LOAD_APPEND)
  406. gg.sleep(50)
  407. r = gg.getListItems()
  408. getReset = gg.getValues(r)
  409. gg.clearList()
  410. os.remove(fileData)
  411. b = [[
  412. 15742
  413. Var #96AECC44|96aecc44|10|e92d4830|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|222bc44
  414. Var #96AECC48|96aecc48|10|e28db008|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|222bc48
  415. Var #96A35D8C|96a35d8c|10|e92d48f0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2174d8c
  416. Var #96A35D90|96a35d90|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2174d90
  417. Var #96C3B264|96c3b264|10|e92d48f0|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|237a264
  418. Var #96C3B268|96c3b268|10|e28db010|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|237a268
  419. Var #96AECC44|96aecc44|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|222bc44
  420. Var #96AECC48|96aecc48|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|222bc48
  421. Var #96A35D8C|96a35d8c|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2174d8c
  422. Var #96A35D90|96a35d90|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|2174d90
  423. Var #96C3B264|96c3b264|10|e3a00000|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|237a264
  424. Var #96C3B268|96c3b268|10|e12fff1e|0|0|0|0|rwxp|/data/app/com.dts.freefireth-1/lib/arm/libil2cpp.so|237a268
  425. ]]
  426. fileData = gg.EXT_STORAGE .. "/[###].dat"
  427. io.output(fileData):write(b):close()
  428. gg.loadList(fileData, gg.LOAD_APPEND)
  429. gg.sleep(50)
  430. r = gg.getListItems()
  431. getReset = gg.getValues(r)
  432. gg.clearList()
  433. os.remove(fileData)
  434. gg.setVisible(true)
  435.  
  436. if os.date('%Y%m%d') > '20220802' then
  437. hh=gg.alert('data up \n new memu mods in yt')
  438. os.exit()
  439. end
  440.  
  441.  
  442. gg.toast("BY RAIZ mods")
  443. gg.alert("darkxblue team ffh4x"," ")
  444. gg.alert("PS TEAM , GODTEAM"," ")
  445.  
  446. function Main0()
  447. SN = gg.choice({
  448. Ghost .. "Ghost hack",
  449. Stone .. "Stone hack️",
  450. Head .. "antenna",
  451. Diamond .. "speed x3",
  452. "Wall kill️",
  453. "Aimlock , Aimbot",
  454. "exit",
  455. }, nil, "═══════════════════ \n ▶ ffh4x king\n ▶MODS BY RAIZ\n ▶ ANTIBAN __upgrade-2022/08/29\n ═══════════════════════")
  456. if SN==1 then
  457. Main2()
  458. end
  459. if SN==2 then
  460. Main3()
  461. end
  462. if SN==3 then
  463. Main4()
  464. end
  465. if SN==4 then
  466. Main5()
  467. end
  468. if SN==5 then
  469. Main6()
  470. end
  471. if SN==6 then
  472. Main7()
  473. end
  474. if SN==7 then
  475. HS8()
  476. end
  477. FX=0
  478. end
  479.  
  480. Ghost = " ❌️ "
  481. function Main2()
  482. if Ghost == " ❌️ " then
  483. gg.setVisible(false)
  484. gg.setRanges(gg.REGION_CODE_APP)
  485. name("libil2cpp.so")
  486. myoffset = 13536000
  487. original("7F 45 4C 46 01 01 01 00")
  488. replaced("00 00 A0 E3 1E FF 2F E1")
  489. gg.addListItems(gg.getResults(gg.getResultsCount()))
  490. gg.saveList("/storage/emulated/0/Android/data/com.dts.freefireth/files/contentcache/Temp/android/MultiThread/CompulsoryRes/gameassetbundles/config/.a.txt", gg.LOAD_VALUES)
  491. gg.clearList()
  492. gg.setVisible(true)
  493. gg.toast("Ghost hack")
  494. Ghost = " ✅ "
  495. elseif Ghost == " ✅ " then
  496. gg.setRanges(gg.REGION_CODE_APP)
  497. name("libil2cpp.so")
  498. myoffset = 13536000
  499. original("7F 45 4C 46 01 01 01 00")
  500. replaced("F0 4F 2D E9 1C B0 8D E2")
  501. gg.addListItems(gg.getResults(gg.getResultsCount()))
  502. gg.saveList("/storage/emulated/0/Android/data/com.dts.freefireth/files/contentcache/Temp/android/MultiThread/CompulsoryRes/gameassetbundles/config/.aa.txt", gg.LOAD_VALUES)
  503. gg.clearList()
  504. gg.clearResults()
  505. gg.toast("Ghost hack")
  506. Ghost = " ❌️ "
  507. end
  508. end
  509.  
  510. Stone = " ❌️ "
  511. function Main3()
  512. if Stone == " ❌️ " then
  513. gg.clearResults()
  514. io.output(fileData):write([[
  515. 20672
  516. Var #9CDFC4A8|9cdfc4a8|10|0|0|0|0|0|r-xp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|abff68
  517. Var #9CDFC4B8|9cdfc4b8|10|0|0|0|0|0|r-xp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|abff78
  518. Var #9CDFC4E8|9cdfc4e8|10|0|0|0|0|0|r-xp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|abffa8
  519. ]]):close()
  520. gg.loadList(fileData, gg.LOAD_APPEND | gg.LOAD_VALUES)
  521. os.remove(fileData)
  522. gg.sleep(50)
  523. gg.clearList()
  524. gg.clearResults()
  525. gg.toast("Wall hack stone")
  526. Stone = " ✅ "
  527. elseif Stone == " ✅ " then
  528. gg.clearResults()
  529. io.output(fileData):write([[
  530. 12873
  531. Var #9D95DF68|9d95df68|10|cafffe57|0|0|0|0|r-xp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|abff68
  532. Var #9D95DF78|9d95df78|10|cafffe53|0|0|0|0|r-xp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|abff78
  533. Var #9D95DFA8|9d95dfa8|10|cafffe47|0|0|0|0|r-xp|/data/app/com.dts.freefireth-1/lib/arm/libunity.so|abffa8
  534. ]]):close()
  535. gg.loadList(fileData, gg.LOAD_APPEND | gg.LOAD_VALUES)
  536. os.remove(fileData)
  537. gg.sleep(50)
  538. gg.clearList()
  539. gg.clearResults()
  540. gg.toast("Wall hack stone")
  541. Stone = " ❌️ "
  542. end
  543. end
  544.  
  545. Head = " ❌️ "
  546. function Main4()
  547. if Head == " ❌️ " then
  548. gg.setRanges(gg.REGION_ANONYMOUS)
  549. gg.searchNumber("73r;6Cr;20r;35r;00r;00r;80r;3Fr::8", 1)
  550. gg.getResults(1000)
  551. gg.editAll("73r;6Cr;20r;35r;9Ar;19r;34r;43r", 1)
  552. gg.clearResults()
  553. gg.searchNumber("E9r;C5r;4Ar;35r;00r;00r;80r;3Fr::8", 1)
  554. gg.getResults(1000)
  555. gg.editAll("E9r;C5r;4Ar;35r;9Ar;19r;34r;43r", 1)
  556. gg.clearResults()
  557. gg.toast("antenna")
  558. gg.toast("BY RAIZ MODS")
  559. Head = " ✅ "
  560. elseif Head == " ✅ " then
  561. gg.setRanges(gg.REGION_ANONYMOUS)
  562. gg.searchNumber("73r;6Cr;20r;35r;9Ar;19r;34r;43r::8", 1)
  563. gg.getResults(1000)
  564. gg.editAll("73r;6Cr;20r;35r;00r;00r;80r;3Fr", 1)
  565. gg.clearResults()
  566. gg.searchNumber("E9r;C5r;4Ar;35r;9Ar;19r;34r;43r::8", 1)
  567. gg.getResults(1000)
  568. gg.editAll("E9r;C5r;4Ar;35r;00r;00r;80r;3Fr", 1)
  569. gg.clearResults()
  570. gg.toast("antenna")
  571. gg.toast("BY RAIZ MODS")
  572. Head = " ❌️ "
  573. end
  574. end
  575.  
  576. Diamond = " ❌️ "
  577. function Main5()
  578. if Diamond == " ❌️ " then
  579. gg.setRanges(gg.REGION_C_ALLOC)
  580. gg.searchNumber("1.0F;0.33333334327F;0.02999999933F:9", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, -0, -1, -0)
  581. gg.refineNumber("1.0", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, -0, -1, -0)
  582. revert = gg.getResults(1)
  583. gg.editAll("3.0", gg.TYPE_FLOAT)
  584. gg.clearResults()
  585. gg.toast("speed x3")
  586. Diamond = " ✅️ "
  587. elseif Diamond == " ✅️ " then
  588. gg.setRanges(gg.REGION_C_ALLOC)
  589. gg.searchNumber("3.0F;0.33333334327F;0.02999999933F:9", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, -0, -1, -0)
  590. gg.refineNumber("3.0", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, -0, -1, -0)
  591. revert = gg.getResults(1)
  592. gg.editAll("1.0", gg.TYPE_FLOAT)
  593. gg.clearResults()
  594. gg.toast("speed x1")
  595. Diamond = " ❌️ "
  596. end
  597. end
  598.  
  599. function Main6()
  600. gg.setRanges(gg.REGION_CODE_APP)
  601. gg.searchNumber("-1.30928164e25;-3.69511377e20;1.25206298e-38;0.00001", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0)
  602. gg.refineNumber("0.00001", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0)
  603. revert = gg.getResults(10, nil, nil, nil, nil, nil, nil, nil, nil)
  604. gg.editAll("1", gg.TYPE_FLOAT)
  605. gg.clearResults()
  606. gg.processResume()
  607. gg.toast("Wall kill")
  608. end
  609.  
  610.  
  611. function Main7()
  612. gg.setRanges(gg.REGION_ANONYMOUS)
  613. gg.searchNumber("1057048494", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
  614. gg.getResults(205)
  615. gg.editAll("-2000000", gg.TYPE_DWORD)
  616. gg.clearResults()
  617. gg.setRanges(gg.REGION_ANONYMOUS)
  618. gg.searchNumber("3DB851ECh;3F800000h;420000h;40A00000h;40133333h", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
  619. gg.refineNumber("1075000115", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
  620. gg.getResults(1000)
  621. gg.editAll("-5", gg.TYPE_DWORD)
  622. gg.clearResults()
  623. gg.setRanges(gg.REGION_ANONYMOUS)
  624. gg.searchNumber("1.35000002384", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0)
  625. gg.getResults(1000)
  626. gg.editAll("100", gg.TYPE_FLOAT)
  627. gg.clearResults()
  628. gg.setRanges(gg.REGION_CODE_APP)
  629. name("libil2cpp.so")
  630. myoffset = 23090004
  631. original("7F 45 4C 46 01 01 01 00")
  632. replaced("01 00 A0 E3 1E FF 2F E1")
  633. gg.clearResults()
  634. gg.toast("Aimlock , Aimbot")
  635. end
  636.  
  637. function HS8()
  638. os.exit()
  639. end
  640. while true do
  641. if gg.isVisible(true) then
  642. FX = 1
  643. gg.setVisible(false)
  644. end
  645. if FX == 1 then
  646.  
  647.  
  648. Main0()
  649. end
  650. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement