Leaderboard
Popular Content
Showing content with the highest reputation on 09/14/2022 in all areas
-
New version 10.6.0.4.5 released! sorry for delay, but i m on holyday3 points
-
2 points
-
2 points
-
Too many guys ask about GG and libil2cpp.so to working with gameguardian. So I decided to make some guides to working around with it using offset. Game: Call of duty - Mobile VN Funtion to hack: Show enemy on radar This game was protected from dumper, so I uses Il2CppInspector to inspect the lib. Open up the Il2CppInspector.exe and drag the apk to the app GUI then wait a bit: I exported the Json file to find the function and address, and I want to find where the function to show enemy on rada, I found this: 0x046C37F4 -- here is address holded the function get_ShowEnemyOnRadar() So what should we do? We can mod directly in libil2cpp.so, using the hock, create the app to call... But here, I willshow you how to modify this function using GameGuardian First, you need the function tohandle the lib, share on Internet and I just copy paste here: local memFrom, memTo, lib, num, lim, results, src, ok = 0, -1, nil, 0, 32, {}, nil, false function name(n) if lib ~= n then lib = n local ranges = gg.getRangesList(lib) if #ranges == 0 then print("⚠ERROR: " .. lib .. " are not found!⚠") gg.toast("⚠ERROR: " .. lib .. " are not found!⚠") os.exit() else memFrom = ranges[1].start memTo = ranges[#ranges]["end"] end end end function hex2tbl(hex) local ret = {} hex:gsub( "%S%S", function(ch) ret[#ret + 1] = ch return "" end ) return ret end function original(orig) local tbl = hex2tbl(orig) local len = #tbl if len == 0 then return end local used = len if len > lim then used = lim end local s = "" for i = 1, used do if i ~= 1 then s = s .. ";" end local v = tbl[i] if v == "??" or v == "**" then v = "0~~0" end s = s .. v .. "r" end s = s .. "::" .. used gg.searchNumber(s, gg.TYPE_BYTE, false, gg.SIGN_EQUAL, memFrom, memTo) if len > used then for i = used + 1, len do local v = tbl[i] if v == "??" or v == "**" then v = 256 else v = ("0x" .. v) + 0 if v > 127 then v = v - 256 end end tbl[i] = v end end local found = gg.getResultCount() results = {} local count = 0 local checked = 0 while true do if checked >= found then break end local all = gg.getResults(8) local total = #all local start = checked if checked + used > total then break end for i, v in ipairs(all) do v.address = v.address + myoffset end gg.loadResults(all) while start < total do local good = true local offset = all[1 + start].address - 1 if used < len then local get = {} for i = lim + 1, len do get[i - lim] = {address = offset + i, flags = gg.TYPE_BYTE, value = 0} end get = gg.getValues(get) for i = lim + 1, len do local ch = tbl[i] if ch ~= 256 and get[i - lim].value ~= ch then good = false break end end end if good then count = count + 1 results[count] = offset checked = checked + used else local del = {} for i = 1, used do del[i] = all[i + start] end gg.removeResults(del) end start = start + used end end end function replaced(repl) num = num + 1 local tbl = hex2tbl(repl) if src ~= nil then local source = hex2tbl(src) for i, v in ipairs(tbl) do if v ~= "??" and v ~= "**" and v == source[i] then tbl[i] = "**" end end src = nil end local cnt = #tbl local set = {} local s = 0 for _, addr in ipairs(results) do for i, v in ipairs(tbl) do if v ~= "??" and v ~= "**" then s = s + 1 set[s] = {["address"] = addr + i, ["value"] = v .. "r", ["flags"] = gg.TYPE_BYTE} end end end if s ~= 0 then gg.setValues(set) end ok = true end Now you need to call the function: gg.setRanges ( gg .REGION_CODE_APP | gg .REGION_C_DATA) -- usally you only need this region name('libil2cpp.so') -- name the lib myoffset = 0x046C37F4 -- offset you found original('7F 45 4C 46 01 01 01 00') -- begin hex, open the libil2cpp.so with HexView and find first 8 bytes of hex replaced('01 00 A0 E3 1E FF 2F E1') -- use arm to hex converter, convert "return true" to hex, see https://armconverter.com/?code=mov%20r0,%20%231%0Abx%20lr gg.toast("Done!") Put it in your lua and done, you're now can hack the radar using GG and libil2cpp. Demo: Demo file: CODHack_Demo.lua1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Please look into xda dev forums, there you will find the help you needed1 point
-
1 point
-
Lol. Gentlebaby, CoC is a pure online game. Everything is on the server. Its completely impossible to hack that game.1 point
-
Name of Game: sniper arena Game Version: 0.6.9 Name of Cheat: memory hack Search type: double and float After months i played sniper arena again. I thought the game is completely serverside but it seems with new features of gameguardian there is something possible. I tested something with weapon power and it worked. Dont use to high values. I tryed to make me unkillable but i havnt luck because i have not enough knowledge. It must be possible because there are other cheaters i cant kill. If anyone from you have more skills with memhacking please look inside the game and help against the "damn cheaters" Edit: @Enyby sometimes it shows me only float values after a autosearch and the next time float and doubles (screen) for the same value i searched. What can it be? Also few times the game crashes. I think cause of freezed values. Is there any way i can do against crashes? Is there any way that you can give a look into that game? Its russian1 point
-
Hey community, In last months we had a lot of updates and new features in our gameguardian app. The translations of language files are automatically generated and need a lot of fixes. Here a german example: "ms" (milliseconds) is autotranslated in "frau" (miss=woman) It made no sense Please help us to update the language files in your language on http://gameguardian.oneskyapp.com/collaboration/ I will do it for German Thank you, Your gameguardian team1 point
-
I already tryed that, its a bug as i said. for example: if i delete the existing list and press okay, the empty list want be saved Seems like another error Btw separators. it worked in all previous versions with , and.1 point
-
Thats complete new for me but it clarify a lot. The english language has a bug. In germany we don't use any separator for numbers. Only spaces for very large numbers like 1 000 000 000 000 000 Btw: what ever, i changed the keyboard language, same error1 point
-
Let me try _______________________________________________ added 3 minutes later @Enyby He is right, list of speeds has a bug. Its impossible to add new values. it saves nothing for me1 point
-
Yeah im sorry for hijacking your thread but i thought someone has similar question for offsets. Btw, that sounds great. Another important feature you made possible for us. And lol, there was 5-10 requests this year you said "we dont need it" or "its to complicated, its impossible" but you did it every time Thank you again for working with our community.1 point
-
@Skullboyq thank you for beeing active in our community and thank you again for a good quality of your posts1 point
-
There is only a pay hack on tth web. its a maphack, all other things are serverside1 point
-
I love this constructive diskussions i miss on other forums. that's great gentlemens1 point
-
For me is a offset a known memory adress for a value like playerspeed, colors, amm, bulletspeed//spread etc. for example here for battlefield 1. the offset is everywhere the same, on ever pc until the the game is updated. So coders can code one hack for on game and everyone can use this1 point
-
Gameguardian is a very powerful tool, its no noobtool. you can hack the games. it need sometime a lot of experience you can find on the web.1 point
-
@Enyby Lol, everytime anybody is talking about offsets, you ask the same question. I would say, "" learn more about pointers c, c+ and you understand what a offset is.....but i think you know what it is, but maybe u use any other word for it http://www.unknowncheats.me/forum/search.php?searchid=64227071 point
-
@SHB, the threadstarter asked for a cheat, hack, mod or a guide "how to cheat in that game" What do you think can he do with a imaginary modded apk from crisis 1.92? and a useless obb file? Its nice that you try to help, but this is complete useless. There is no mod for 1.92 because something is synced with server But you can use gameguardian for hacking that game. Code Cheat Crisis Action Auto Focus (Dword Only) Search 1082130432 1120403456 1045220557 Into 15000 AWP & SG No Limid (Dword Only) Search 1148846080 Into 1111 11 11 11 Bug Tembus (Dword Only) Search 1034147594,1051931443 Into 4 Fly Hight Jump (Dword Only) Search 1034147594,1051931443 Into 1070000000 One Hit Kill (Dword Only) Search 1034147594,1017370378 Into 1132593152 Wallhack (Auto Slow Only) Search 1008981770; 1092616192 1120403456 Into 17000000 To disable the anticheat on client, patch the apk with lp and disable all crisisfire threads and services1 point
-
Wtf, they banned now my legit level 25 premium account. whats wrong with pixonic1 point
-
1 point
-
It means you must be nice to members and its not good id you flame like a child _______________________________________________ added 3 minutes later I think we have a working team. I close this thread until the admin needs more mods. Anyway, if you think you can help us. Be very active in our community and pm d2dyno for mod job1 point
-
1 point
-
how you did that? i lost some accounts for speedhacking?1 point
-
1 point
-
whats about to dont highjack other threads? whats about using the forum search? _______________________________________________ added 0 minutes later sorry mister, im very busy atm1 point
-
now i can remember me, the modder of 1.8 war robots said he patched serverban requests to locale0, i think it has to do with the social id every player get. wich file did you exactly patched with lp o in gl games? any data stored on in the packed apk or in dalvic?1 point
-
1 point
-
yeah restart death targets a pity that you are not a woman, otherwise I would send you flowers for that enyby _______________________________________________ added 3 minutes later if you really want to download our app, why you dont use the site menu with the download button? but im in a good mood today because i got a new v*a*g*iooops**..... here is the magic download link https://gameguardian.net/download1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
game version 1.9 _______________________________________________ added 1 minute later i banned for that. not sure if it was for the video or for using timejump1 point
-
look into the gameguardian options. its a little bit complicated, but we want make this feature more usefull in the next versions1 point
-
1 point
-
you can see it it the video. set timejump 1sec and walk against the direction you want to move1 point
-
no, dont use speedhack or you get banned. use timejump with a small value1 point
-
1 point
-
Ah ok, yes gg is the most running app on my phone. it run 15/71 point
-
o found the first game where the speedhack dont work error 101 o dont care about, but i would to know why its not work btw: There is a 70mb temp file in the gg folder. do i need to delete that manually or is it automatically deleted after few days? last_run.log1 point
-
1 point
-
hacking a serverside game its not impossible but it make not sense to do that from not not much computers. to do that, you need thousands of experienced users. the first thing : they sell a game and its more than normal that they want to have a good business, otherwise nobody would develop a good game the second thing: i hate it if they are extrem expensive like scam the customers let us see what they do against a 340k botnet1 point