-
Posts
28 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Posts posted by MrSx
-
-
On 8/5/2024 at 8:26 AM, BoraBill said:
Can anyone help me with how to create a script using this offset. the game is in unity 2d online, and this script would be to increase my experience received when killing monsters
[Servidor]
// RVA: 0xAE5980 Deslocamento: 0xAE5980 VA: 0xAE5980
public void OnGainExperience(Monstro monstro, int quantidade) { }
0 -
Got it now
0 -
I see, some same hacks are can be found in A and Xa. Are they connected? If they are, how can I find it which hack conntected to which class?
0 -
On 7/28/2024 at 4:04 PM, stbahoz said:
I have a big problem, I want to hack PUBG mobile on a virtual machine because I don't have root permission and I want am using a shell file .sh on Mt manager and I have used vmos pro, virtual master, f1vm, vphonegaga and PUBG mobile crashs in those virtual machine and in vphonegaga Mt manager fails to grant 777 permission to the shell file it says unable to chmod operation not permitted and when I open PUBG mobile it says com.tencent.ig was killed by tencent game protect, in the other virtual machines I am able to grant 777 permission and when I open PUBG it crashs, I think the game detects root
Can someone help me how to fix this problem and what virtual machine should I use?
Try givig 777 with terminal. First text "su" and grant Shell root. Then text "su chmod 777 <folder>" if it doesnt work try it mannualy from mt manager again after chmod process
0 -
2 hours ago, kongkog11 said:
I find it by finding normal values. My brother wants to learn about offset. I don't understand how to know which offset to use or if it's named. If you do it on Android, will you be able to do it?
Try searching key words like currency, speed, ammo or whatever you're trying to find, if the class/method names are encrypted no much idea. If you want to find known value, just calculate offset and search in dump.cs
0 -
For first quesiton use gg.refineNumber("10;40", gg.TYPE_DWORD) or use gg.refineNumber("9", gg.TYPE_DWORD, gg.SIGN_NOT_EQUAL)
For second question you can use something like that
gg.searchNumber("93", gg.TYPE_DWORD)
local res = gg.getResults(gg.getResultsCount())
for i, v in ipairs(res) do
res[i] = { address = v.address + 0x0, flags = gg.TYPE_QWORD }
end
gg.loadResults(res)0 -
Use il2cpp dumper Android?
0 -
On 3/30/2024 at 2:03 PM, Abdulkhamid said:
Hi everyone! I want to know about online mobile game hacks.. is it possible or not? I have searched a lot about online game hack and all to no avail.. scammers writes only! Can anyone help me hack online mobile game if is it's not possible help me make free purchases in game by play market! I'm playing one mobile game and there a lot of purchases if you want to reach a strong city you have to spend a lot of money.. it's a mobile war game like clash of clans but it's not clash of clans! Thans everyone!
Its possible but not with GameGuardian.
0 -
2 hours ago, Mohamedbk649 said:
Hello, i have a small problem and i want to share, if someone can help me with that, In MuMu player the game run on x64, see the image (capture.png),
But in phoenix OS, gameguardian don't show the [x64], see the image (capture1.png).
The problem is, a lua script work perfectly in MuMu player, but in phoenixOS, the game crashes or no crash but nothing happen the money & gold not changed, and i think that is the problem; [x64] don't show up, so how i can fix the problem ?
Did you set-up with 64 bit or 32 bit option?
0
If I want to edit the value 1 > 3 and skip to 8 > 10, what function should I use?
in Help
Posted
Use offsets for edits