I miss zoomhack and autoflasker... how was I able to play before I had those two great scripts....
I miss zoomhack and autoflasker... how was I able to play before I had those two great scripts....
Hey anyone get the script working with the latest version of the game? It's been a while since i've last played this game and use to use this script.
Also in the line below, if i have disableAutoPotions to true, i guess it means it will not autoheal? and i need to change that to false, for it to work?
disableAutoPotions:true, minNShieldRatioToQuit: , HasZealotsOath: false, }
This line should beCode:PlayerBase:=GetMultilevelPointer(pH,[fBase+0xb8,0x59C])
The rest of the Player side of things (HP. Mana, Energy Shield, etc.) looks like it's still the same, as far as this program is concerned. I haven't found the flask pointers, yet, though I'm still trying. Someone with better reversing skills will probably have to tackle this one.Code:PlayerBase:=GetMultilevelPointer(pH,[fBase+0xb8,0x7c4])
What are you using to find the pointers? I'd like to play around with this, but I'm not sure what tools to use.
Cheat Engine, TSearch, something to keep track of offsets (a text editor would work, though I use something called ReClass). IDA pro is a great tool for reversing, but I'm a noob with it. If you want to find HP and Max HP, they're pretty easy to find, as they're back to back in memory, so if you have 500 life and it's full, you search for 500 in something like TSearch and the 2 that are 4 bytes apart are Max HP (1st) and Current HP (2nd).
I'm also using C# for some things, as I have my own private version of this that I wrote, but I stole the offsets from here and I'm obviously dependent on them being updated here.
The flasks are really tricky because the pointers can change any time you use a flask (and various other things trigger this as well), so you can't just search for charges and search again when the charges change, because the memory location where the value is moves.
Last edited by TehCheat; 10-25-2013 at 07:32 PM.
Well that's only half of it, that fixes the playerbase pointer, and nothing else changed on that side of things, but you still need to get the right pointers for flask stuff. I'm not sure which offsets have changed for that, and I suck at reversing, so that needs to be figured out before the program will work. If you do nothing but what I changed the program will still fail as it knows nothing about your flasks.
Does the script still work? I does not for me at least.
I have no idea how to grab said pointers. So I am here for moral support!Autoflask would be amazing!
Wondering if anyone is even working on this?
Hello again, friends.
I know that we still don't have this script updated for the new PoE 1.0.0. The best person to do this would be its creator, Wrogusername. I don't know if he'll be doing that but I want to thank you guys that are trying and working on it...
So, I have a suggestion for the new autoflask script, if possible. Now we have the new Jade Flasks that increases the evasion and it would work nicely with Iron Reflexes and the Granite Flasks. Could you guys please add that Jade on script to make it work just like the Granite flask?
Thanks in advance.
Last edited by fabcard; 10-28-2013 at 08:13 PM.
Script updated Here.