-
Member
Originally Posted by
TehCheat
Figured some of the flask offsets out. Not sure what else needs changed. I use non-steam and I don't use this program, just something similar.
Code:
0x930->0x8f4
0x8f0->0x8b4
0x98c->0x950
Mind sharing what you do use?
-
★ Elder ★
Originally Posted by
bewbtube
Mind sharing what you do use?
Not gonna happen.
-
Member
Btw, I used the pot spam macro from page 135. I did a slight edit to make it work. Not sure what changed exactly to make it work. The comment (the line that starts with a semi-colon) was the old line that made the code not work.
Here is the code.
Code:
StartTime := A_TickCount
Return
Space::
ElapsedTime := A_TickCount - StartTime
; IfWinActive Path of Exile ahk_class Direct3DWindowClass
IfWinActive, Path of Exile
{
If ElapsedTime > 4800
{
SendInput 1
RandSleep(30,50)
SendInput 2
RandSleep(30,50)
SendInput 3
RandSleep(30,50)
SendInput 4
RandSleep(30,50)
SendInput 5
RandSleep(30,50)
StartTime := A_TickCount
RandSleep(50,100)
}
Return
}
Return
F11::
Suspend
Pause,,1
return
RandSleep(x,y) {
Random, rand, %x%, %y%
Sleep %rand%
}
-
Active Member
Thanks to TehCheat.
Just send a pull request to badplayerr.
But the Checks still broken. So autopot still can't work.
Last edited by poetesttt; 11-18-2016 at 12:01 AM.
-
Member
Originally Posted by
TehCheat
Figured some of the flask offsets out. Not sure what else needs changed. I use non-steam and I don't use this program, just something similar.
Code:
0x930->0x8f4
0x8f0->0x8b4
0x98c->0x950
The problem is nothing works: Pot spam, autologout, logout macro, remaining macro, trade spam macro, even his macro for hideout, etc. It needs a complete overhaul. If I knew the first thing about it I'd do it myself. I use this tool mostly for the convenience and mostly for the auto-logout script and autoflask on freeze (and hideout). On the rare occasion I play a life build, it would be nice to use all features. I can make the logout macro and hideout and trade spam macro and remaining easily of course.
-
★ Elder ★
Originally Posted by
poetesttt
Thanks to TehCheat.
Just send a pull request to badplayerr.
But the Checks still broken. So autopot still can't work.
Hmm, not sure. Perhaps my pattern scan survived the update but the one in this didn't? I don't know. I'm not going to look at it until I have HUD figured out and by then someone else will probably have it figured out.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to TehCheat for this useful post)
-
Member
Originally Posted by
TehCheat
Hmm, not sure. Perhaps my pattern scan survived the update but the one in this didn't? I don't know. I'm not going to look at it until I have HUD figured out and by then someone else will probably have it figured out.
PLease man is there any working auto-logout autopot out there...... i cant play like this lags too much i'm using toaster laptop....
-
Member
Hello. please give .exe file
-
Active Member
Originally Posted by
TehCheat
Hmm, not sure. Perhaps my pattern scan survived the update but the one in this didn't? I don't know. I'm not going to look at it until I have HUD figured out and by then someone else will probably have it figured out.
Your offsets for flasks works fine.
But need some playerstatus below make autopot work again.
CheckBase:=GetMultilevelPointer(pH,[fBase+Offset3,Offset4])
ChatStatusOffset:=GetMultilevelPointer(pH,[CheckBase+Offset9,0x788,0x0])
PlayerStats.ChatStatus:=ReadMemUInt(pH,ChatStatusOffset+0x7d4)
PanelInventoryOffset:=ReadMemUInt(pH,CheckBase+Offset
PlayerStats.PanelInventory:=ReadMemUInt(pH,PanelInventoryOffset+0x7d4)
PanelSocialOffset:=ReadMemUInt(pH,CheckBase+Offset8+0x10)
PlayerStats.PanelSocial:=ReadMemUInt(pH,PanelSocialOffset+0x7d4)
PanelSkillTreeOffset:=ReadMemUInt(pH,CheckBase+Offset8+0x14)
PlayerStats.PanelSkillTree:=ReadMemUInt(pH,PanelSkillTreeOffset+0x7d4)
PanelWaypointOffset:=ReadMemUInt(pH,CheckBase+Offset8+0x2
PlayerStats.PanelWaypoint:=ReadMemUInt(pH,PanelWaypointOffset+0x7d4)
PanelInstanceManagerOffset:=ReadMemUInt(pH,CheckBase+Offset8+0xB0) ;added by immor
PlayerStats.PanelInstanceManager:=ReadMemUInt(pH,PanelInstanceManagerOffset+0x7d 4) ;added by immor
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to poetesttt for this useful post)
-
Member
please give download .exe file. and sry for my bad english
-
Active Member
Cmon people, we all want it to come back online and someone will most likely do this for us but gotta have some patience..
And a thank you when it's done doesn't hurt either to the person kind enough updating.
-
Post Thanks / Like - 1 Thanks
NatMi1111 (1 members gave Thanks to Crackjack for this useful post)
-
Member
we all apritiate the work being done on this script
just have patience
-
Member
Hello all, just waiting for new release.
Last edited by tecj; 11-18-2016 at 05:51 AM.
-
-
Post Thanks / Like - 1 Thanks
NatMi1111 (1 members gave Thanks to Crackjack for this useful post)
-
Member
just open the exe with a simple viewer and copy the uncompiles script out of it. its not scrambled or anything like that.