-
Member
Zoom out on dx9
Hey guys, is there anyway to zoom out path of exile dx9 version?
-
I don't see why not. If Cheat Engine isn't detected, you can just scan for the offset yourself with some very basic reverse engineering skills.
For example....
Scroll all the way out, scan for unknown value (float?), scroll in a bit, scan for changed value (maybe even decreased since it might be distance to character?), scroll all the way back out, compare to original scan, scan for unchanged value, compare to last scan, scroll all the way in, scan for changed (or once again decreased).... etc.
Eventually you should find an address where if you lock it... you can't scroll in/out.. You can either find a pointer using the pointer scanner (just search up a tutorial for it) or maybe even find what accesses the address when you scroll at out maximum distance (basically, the function that is checking the max scroll distance) and modify the jump to suit your needs.
-
Post Thanks / Like - 2 Thanks
-
When fully zoomed out the zoom float value is 1, when fully zoomed in it's 0. When you zoom in by one mouse wheel tick the value is 0.8.
You should find two values and one of them you'll be able to lock to whatever you want.
-
Post Thanks / Like - 3 Thanks