Search found 5 matches

by As5PowZed
Thu Feb 29, 2024 6:02 pm
Forum: Tables
Topic: HELLDIVERS 2
Replies: 2882
Views: 444059

Re: HELLDIVERS 2

So are these the only way attach CE to helldivers2.exe and run for hours to scan/modify mem - kernel drivers + hooks perhaps? - custom compiled UCE, custom DBVM driver (beyond the basics from Baseult's Undetected Cheat Engine + Driver) - EfiGuard? probably doesnt work - someone mentioned DMA hwardwa...
by As5PowZed
Fri Dec 29, 2023 10:58 pm
Forum: Tables
Topic: Avatar frontiers of pandora (Ubisoft connect)
Replies: 76
Views: 23955

Re: Avatar frontiers of pandora (Ubisoft connect)

Anyone able to get running speed hack working? I found these code https://i.imgur.com/6VGqN8J.png and speed1 (in the picture) writes to X,Y,Z velocity memory location (confirmed by locking it and not able to move toward certain direction). was able to make a crappy speedhack that can only be activat...
by As5PowZed
Tue Dec 12, 2023 7:59 am
Forum: Tables
Topic: Avatar frontiers of pandora (Ubisoft connect)
Replies: 76
Views: 23955

Re: Avatar frontiers of pandora (Ubisoft connect)

Yea I was being a derp. So the ammo for the bow shows 19 on lower right side of the screen is actually 18 + 1, so I shoulda search for 18 when it shows as 19 on screen. Found afop.exe+194C61F1 (as of v 1.01) and it does writes to 2 addresses for bow, guns. Replace 48 89 42 18 with nop stops it from ...
by As5PowZed
Mon Dec 11, 2023 8:47 pm
Forum: Tables
Topic: Avatar frontiers of pandora (Ubisoft connect)
Replies: 76
Views: 23955

Re: Avatar frontiers of pandora (Ubisoft connect)

The game stores ammo, parts differently. As a noob I am not able to find the actual address of those values. I am assuming they must have encrypted, transform it then stored it in memory. Probably need to attach debugger, pause execution to find the assembly code that are changing the value of ammo,...
by As5PowZed
Fri Oct 08, 2021 1:39 am
Forum: Tables
Topic: Far Cry 6 [Engine: Dunia 2]
Replies: 134
Views: 95457

Re: Far Cry 6 [Engine: Dunia 2]

Anyone figured out how to modify throwables like molotov, baseball? Also can not seem to find address of materials like metals, glass, or Yaran Pesos. Tried to search int, double, float, string for those. I think the problem is they either gets changed back instantly (the moment they are changed) or...