Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/26/2020 in all areas

  1. Requirements: - Rooted device or Emulator. - A powerful Android device: 1 GB RAM, 4 cores, 1.5 - 2.x GHz. If you have a low-end device, your device may freeze during dumping. - Available free space of Internal storage or Sdcard: 2+ GB - Requires Android 4.0.0+ and up. Works on Marshmallow 6.0.1 and Nougat 7.0.0 Files: GameGuardian get_dll_from_bin Instructions: - Run GameGuardian - Press Start - Run App - Select App - Press buttoms like in image - Press Dump memory - If you use BlueStacks select Path /sdcard/windows/BstSharedFolder - Press Save and w8 1 min until you see Dump ended - Open in Windows folder C:\ProgramData\BlueStacks\UserData\SharedFolder - Put file get_dll_from_bin.exe in same folder and run it - W8 30 sec and in the same folder you will see many .dll files - Now you can put it on .NET Reflector and edit Source get_dll_from_bin.exe
    1 point
  2. GG仿XS写法 --版本:2.0 --副特征码数量理论不限制,支持冻结 --by:LiuL丶XQM,反馈群:184546003 --二改留版权,谢谢 --配置↓↓↓勿修改 function split(szFullString, szSeparator) local nFindStartIndex = 1 local nSplitIndex = 1 local nSplitArray = {} while true do local nFindLastIndex = string.find(szFullString, szSeparator, nFindStartIndex) if not nFindLastIndex then nSplitArray[nSplitIndex] = string.sub(szFullString, nFindStartIndex, string.len(szFullString)) break end nSplitArray[nSplitIndex] = string.sub(szFullString, nFindStartIndex, nFindLastIndex - 1) nFindStartIndex = nFindLastIndex + string.len(szSeparator) nSplitIndex = nSplitIndex + 1 end return nSplitArray end function xgxc(szpy, qmxg) for x = 1, #(qmxg) do xgpy = szpy + qmxg[x]["offset"] xglx = qmxg[x]["type"] xgsz = qmxg[x]["value"] xgdj = qmxg[x]["freeze"] if xgdj == nil or xgdj == "" then gg.setValues({[1] = {address = xgpy, flags = xglx, value = xgsz}}) else gg.addListItems({[1] = {address = xgpy, flags = xglx, freeze = xgdj, value = xgsz}}) end xgsl = xgsl + 1 xgjg = true end end function xqmnb(qmnb) gg.clearResults() gg.setRanges(qmnb[1]["memory"]) gg.searchNumber(qmnb[3]["value"], qmnb[3]["type"]) if gg.getResultCount() == 0 then gg.toast(qmnb[2]["name"] .. "开启失败") else gg.refineNumber(qmnb[3]["value"], qmnb[3]["type"]) gg.refineNumber(qmnb[3]["value"], qmnb[3]["type"]) gg.refineNumber(qmnb[3]["value"], qmnb[3]["type"]) if gg.getResultCount() == 0 then gg.toast(qmnb[2]["name"] .. "开启失败") else sl = gg.getResults(999999) sz = gg.getResultCount() xgsl = 0 if sz > 999999 then sz = 999999 end for i = 1, sz do pdsz = true for v = 4, #(qmnb) do if pdsz == true then pysz = {} pysz[1] = {} pysz[1].address = sl.address + qmnb[v]["offset"] pysz[1].flags = qmnb[v]["type"] szpy = gg.getValues(pysz) pdpd = qmnb[v]["lv"] .. ";" .. szpy[1].value szpd = split(pdpd, ";") tzszpd = szpd[1] pyszpd = szpd[2] if tzszpd == pyszpd then pdjg = true pdsz = true else pdjg = false pdsz = false end end end if pdjg == true then szpy = sl.address xgxc(szpy, qmxg) end end if xgjg == true then gg.toast(qmnb[2]["name"] .. "开启成功,共修改" .. xgsl .. "条数据") else gg.toast(qmnb[2]["name"] .. "开启失败") end end end end --配置↑↑↑勿修改,调用方法 xqmnb(qmnb) function Main() SN = gg.multiChoice({ "超级范围", "退出脚本" }, nil, "这里可以填写你的QQ") if SN == nil then else if SN[1] == true then a() end if SN[2] == true then Exit() end end XGCK = -1 end function a() qmnb = { {["memory"] = gg.REGION_ANONYMOUS}, {["name"] = "Remove Fog"}, {["value"] = 100000, ["type"] = gg.TYPE_FLOAT}, {["antilogger"] = 1000, ["offset"] = 4, ["type"] = gg.TYPE_FLOAT}, {["antilogger"] = 10000, ["offset"] = -28, ["type"] = gg.TYPE_FLOAT}, } qmxg = { {["value"] = 1000088888888, ["offset"] = -60, ["type"] = gg.TYPE_FLOAT}, } xqmnb(qmnb) end function Exit() os.exit() end while true do if gg.isVisible(true) then XGCK = 1 gg.setVisible(false) end gg.clearResults() if XGCK == 1 then Main() end end That values script loading less then 30 micro seconds how is that possible can anyone explain please
    1 point
  3. thats hard btw . search for someone already found that value . finding the value your self is pretty hard. You might need a custom room and hit the head then chest and like that you would find a value where your gun hitted the enemy.
    1 point
  4. Yeah but its not that type of game were coints is that usefull. You dont really need those equipments if you can kill the bots anyway. If you hack those coints you buy 3 guns, some jackpack and some coint multiplier...not that usefull or fun. Unlocking all the levels or in match is more fun to work with in this game..if it was a bigger game and more secured then i could get that you want to hack the coints because it is actually usefull and makes you gain a advantage. [added 3 minutes later] The mainpoint to is about finding the values. If you just modify the coints and leave the game its not that fun...not for those that want to make a script or something. Do you follow my point of view? People want to have fun to
    1 point
  5. oooo...its a clean sweep. GOO_Zeus.mp4
    1 point
  6. thanks a lot for the guidance. in callOfDuty, we cant decrease, its only have on/off button. ok, i will put fuzzy there
    1 point
  7. I used your script to encrypt my online script. When i put the script on ":" named folder, it's cannot run. Then when i load code it, i can see the decrypted script.
    1 point
  8. Hello guys, We are very happy to see that our lua feature get some success. But we noticed that some guys leek and use functions whats not made by their self to sell other guys work here. We have no problem if you advertise selfmade vip scripts on our side, but if we find out that you use functions what made by others people (we will decrypt everything you upload here) without to post credits, your content will be deleted and you get banned. Leachers and copy paste guys are the shame in the hacking community, especially if they make money with other guys work. If you use other guys functions, you can upload it here for free, but you have everytime to post the credits in the mainpost of your upload. If you dont know who made because a functions is a copy of a copy of a copy of a stolen script....you can write "credits: to a unknown guy" At reversers and guys who made the real work: if you see your functions in other scripts without credits to you, pm me with a small prove that you are the creator and we will remove it from our site. Its very frightening to see that there are some script kiddies who make money with stolen scripts. You guys are not welcome here!!!! Geri
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.