PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 138 of 182 FirstFirst ... 3888134135136137138139140141142 ... LastLast
Results 2,056 to 2,070 of 2721
  1. #2056
    bewbtube's Avatar Member
    Reputation
    5
    Join Date
    Mar 2013
    Posts
    62
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    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?

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #2057
    TehCheat's Avatar ★ Elder ★
    Reputation
    2564
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2266
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by bewbtube View Post
    Mind sharing what you do use?
    Not gonna happen.

  3. #2058
    NatMi1111's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    3
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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%
    }

  4. #2059
    poetesttt's Avatar Active Member
    Reputation
    64
    Join Date
    Mar 2016
    Posts
    46
    Thanks G/R
    135/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  5. #2060
    NatMi1111's Avatar Member
    Reputation
    1
    Join Date
    Nov 2016
    Posts
    3
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    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.

  6. #2061
    TehCheat's Avatar ★ Elder ★
    Reputation
    2564
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2266
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by poetesttt View Post
    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.

  7. Thanks toadskin (1 members gave Thanks to TehCheat for this useful post)
  8. #2062
    rowxs's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    160
    Thanks G/R
    35/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    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....

  9. #2063
    Indig0's Avatar Member
    Reputation
    1
    Join Date
    Nov 2015
    Posts
    24
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello. please give .exe file

  10. #2064
    poetesttt's Avatar Active Member
    Reputation
    64
    Join Date
    Mar 2016
    Posts
    46
    Thanks G/R
    135/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    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

  11. Thanks toadskin (1 members gave Thanks to poetesttt for this useful post)
  12. #2065
    Indig0's Avatar Member
    Reputation
    1
    Join Date
    Nov 2015
    Posts
    24
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please give download .exe file. and sry for my bad english

  13. #2066
    Crackjack's Avatar Active Member
    Reputation
    23
    Join Date
    Aug 2008
    Posts
    220
    Thanks G/R
    26/15
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  14. Thanks NatMi1111 (1 members gave Thanks to Crackjack for this useful post)
  15. #2067
    m1nc's Avatar Member
    Reputation
    3
    Join Date
    Oct 2014
    Posts
    125
    Thanks G/R
    2/2
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    we all apritiate the work being done on this script just have patience

  16. #2068
    tecj's Avatar Member
    Reputation
    3
    Join Date
    Nov 2016
    Posts
    11
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello all, just waiting for new release.
    Last edited by tecj; 11-18-2016 at 05:51 AM.

  17. #2069
    Crackjack's Avatar Active Member
    Reputation
    23
    Join Date
    Aug 2008
    Posts
    220
    Thanks G/R
    26/15
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated and compiled. Healing, Mana and autoquit works at least.

    Dropbox - Autopot.rar

    Courtesy to tecj.
    Last edited by Crackjack; 11-18-2016 at 06:48 AM.

  18. Thanks NatMi1111 (1 members gave Thanks to Crackjack for this useful post)
  19. #2070
    Druzil01's Avatar Member
    Reputation
    7
    Join Date
    Mar 2014
    Posts
    93
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just open the exe with a simple viewer and copy the uncompiles script out of it. its not scrambled or anything like that.

Similar Threads

  1. How to download and update addons when curse is down, with wowmatrix
    By Stans Dad in forum World of Warcraft Guides
    Replies: 27
    Last Post: 06-22-2011, 06:56 PM
  2. [Show off] look at my new and updated sig.
    By shadowste in forum Art & Graphic Design
    Replies: 7
    Last Post: 03-31-2008, 12:56 PM
All times are GMT -5. The time now is 07:30 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search