Search found 21 matches

by LemonHaze_
08 Sep 2017, 03:56
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

DEAR SWEET BABY JESUS. in my other code i had the include but when i copy pasted your code i forgot it. thats it. thank you so very much!
by LemonHaze_
08 Sep 2017, 03:31
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

I do not have multiple classMemory.ahk files. I downloaded the zip from github and put the one and only classMemory.ahk into the lib folder. I also tried by commenting out the version check if statement. I got a blank msg box. I'm passing the 64 bit check, failing the version check, and if version c...
by LemonHaze_
08 Sep 2017, 02:33
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

Thank you for your reply. I downloaded classMemory.ahk again from this link https://github.com/Kalamity/classMemory but when I run your code it still says update class memory. I don't get it. I assume the github version is the latest no? Should i delete every other file in the lib folder to avoid co...
by LemonHaze_
07 Sep 2017, 03:30
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

Hi, I am resurrecting this post because I have returned to this same bit of code just now after the big Path of Exile update. It is now 64 bit and I am having a lot of trouble reading the memory. I also had some trouble finding the offsets and static address in Cheat Engine but I figured that part o...
by LemonHaze_
03 Mar 2017, 00:33
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

I do already. I reduced the sleep even because 90% it would work perfectly but if I took a spike of damage sometimes it would not spam hp pots as fast as it should so I lowered the delay a bit and now it feels really good. I mean if you take back to back spike damage at that point potions really are...
by LemonHaze_
02 Mar 2017, 08:49
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

I'm just trying to make sure it only sends the key once. It is not as important on the e key but the 1 2 3 keys where my potions are should only be pressed once when needed. If the program were spamming the potions every time I'd run out of potions really quickly. I'm just trying to slow down the pr...
by LemonHaze_
01 Mar 2017, 00:42
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

Great info thank you! I will need to reread it a couple times to really digest it. I may attempt it at some point but I've got a working method and finding the new static address isn't that hard so I'll stick to what I have for now.
by LemonHaze_
28 Feb 2017, 23:55
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

I find a static address using CE then add the offsets. I used the base address function and it yields a completely different address with a value of 0. I don't really know what to do with that base address but my code works without it.
by LemonHaze_
28 Feb 2017, 23:25
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

For Path of Exile new static address is: 0165 10BC The offsets remain the same. For chp: + 8e8 + 8c4 + 8e0 For chp: + 8e8 + 8c4 + 8e4 I changed the healing logic of my code to suit the Berserker class with 25% warcry healing on the e key. I will likely have to update the static address yet again on ...
by LemonHaze_
28 Feb 2017, 23:06
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

I figured out a new working set of static address and offsets (well only the static address changed the offsets are still the same). My program works fine with the new values. But now how do I use this getProcessBaseAddress functions you posted for the sake of learning? I use it to get a base addres...
by LemonHaze_
28 Feb 2017, 21:20
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

The code has been posted in full and is working without problems (use the code in my last post). All issues I had with it have now been resolved thanks to RHCP's help. The ReadMemory function needs to be in this location C:\Program Files\AutoHotkey\lib welp... nvm it was working but since the Breach...
by LemonHaze_
25 Feb 2017, 15:34
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

uhh i don't know man i'm new to this... but it works for me! :)
by LemonHaze_
25 Feb 2017, 08:08
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

Well i don't know after changing winget parameters everything works so well now. I alt tab all the time and afk and it has not yet broken my script. So I think that was it. Thanks for all the help. Everything works really well now. Maybe I'll play around with directives like #IfWinActive and the key...
by LemonHaze_
25 Feb 2017, 05:23
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

Oh you were right. counter+=1 should be 1 level up. There are some really good relevant links you gave but I fear it is a bit over my head. I am so close to having my own solution I'd rather just iron the kinks out of my code. Plus there is a sense of pride involved. You were also right about the Se...
by LemonHaze_
25 Feb 2017, 03:10
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

So yea even after I update my code with static address + offsets the code stops running randomly and it does seem to do with alt+tab because while I am in game it consistently works. I don't understand why this will never be executed. The intent wasn't for it to be run after pressing ^!p but rather ...
by LemonHaze_
25 Feb 2017, 01:39
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

Ok I figured it out. Here is my updated code (see below particularly right after loop start). Now I'm just curious is there a way to find the static address + offsets using ahk only? So i never have to go hunting in CE anymore. So will the static address ever change? I mean like what if the game get...
by LemonHaze_
25 Feb 2017, 00:47
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

Ok so I figured out how to find static pointers + offsets that yield the max hp and current hp values permanently using CE with this guide and part 2 of the same guide since there were multiple pointers before I got the static. For Path of Exile: mhp = 01A110BC + 8E8 + 8C4 + 8E4 chp = 01A110BC + 8E8...
by LemonHaze_
24 Feb 2017, 22:14
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

I don't think addresses change. The current hp and max hp values remain the same for as long as the game client is open. They change when a new instance of the game client is launched. Do you have an example to point me to regarding finding addresses in ahk? If i have something similar to look at I'...
by LemonHaze_
24 Feb 2017, 20:15
Forum: Gaming Help (v1)
Topic: [Path of Exile] Auto Potion
Replies: 37
Views: 26354

Re: [Path of Exile] Auto Potion

I mean the script works it just stops working if i alt+tab for long and i think if i afk for long. That's what i don't understand.
by LemonHaze_
24 Feb 2017, 00:01
Forum: Gaming Help (v1)
Topic: Anyone pixel reading in Elder Scrolls Online?
Replies: 4
Views: 3078

Re: Anyone pixel reading in Elder Scrolls Online?

i feel like pixel reading is always unreliable. you should be pulling actual health values and then do whatever you want with that

Go to advanced search