PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 51 of 182 FirstFirst ... 474849505152535455101151 ... LastLast
Results 751 to 765 of 2721
  1. #751
    ownedvet's Avatar Member
    Reputation
    2
    Join Date
    Sep 2014
    Posts
    17
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by secretagentman View Post
    you probably need to remove '

    no i was saving that file from the github repo and it doesnt work if you use the "save file as" option because it screws up the file encoding. when I used the download zip option it all worked fine. still cant get the aobscan to find the base pointer but thats another issue.

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #752
    secretagentman's Avatar Member
    Reputation
    2
    Join Date
    Oct 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    fixed the base pointer scan for me, but still working on actually getting the tool to work (i might need to restart pc..tbd).

    here is how I found the base pointer and fixed the aobscan for poe steam.

    What you'll need: Cheat Engine (any version).

    1. Open cheat engine.
    2. Open process for poe
    3. Click on memory viewer.
    4. If will open on the first call for poe steam. scroll up a little.
    PoE Autoflask & AutoScript, Improvements and updates.-memo-png

    6. In case of my pc, you want 59 33 C0 C3 E8 7D 07 00 00
    7. format it to: [0x59,0x33,0xC0,0xC3,0xE8,0x7D,0x07,0x00,0x00]
    8. Grab both ahk files from https://github.com/Guruds/PoE_MultiScript and place in same folder
    9. Open Poe MultiScript.ahk
    10. scroll down or use find for basePtrAoBArray:=
    11. Change it to [0x59,0x33,0xC0,0xC3,0xE8,0x7D,0x07,0x00,0x00]
    12. save the file.
    13. Download the autohotkey l compiler from AutoHotkey Downloads
    14. open Ahk2Exe
    15. select Poe MultiScript.ahk
    16. save it as Poe MultiScript.exe then compile for 32 bit unicode
    17. run it
    18. open game and run around at hideout for a little bit
    19. it will find the new base pointer (for me it was 0xfe530975)

    rep welcomed


    ----

    notes:

    restart no change. able to aobscan but nothing is detected beyond that...maybe offsets are different?
    Last edited by secretagentman; 10-25-2014 at 11:12 AM.

  3. #753
    Shingamer27's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by secretagentman View Post
    fixed the base pointer scan for me, but still working on actually getting the tool to work (i might need to restart pc..tbd).

    here is how I found the base pointer and fixed the aobscan for poe steam.

    What you'll need: Cheat Engine (any version).

    1. Open cheat engine.
    2. Open process for poe
    3. Click on memory viewer.
    4. If will open on the first call for poe steam. scroll up a little.
    PoE Autoflask & AutoScript, Improvements and updates.-memo-png

    6. In case of my pc, you want 59 33 C0 C3 E8 7D 07 00 00
    7. format it to: [0x59,0x33,0xC0,0xC3,0xE8,0x7D,0x07,0x00,0x00]
    8. Grab both ahk files from https://github.com/Guruds/PoE_MultiScript and place in same folder
    9. Open Poe MultiScript.ahk
    10. scroll down or use find for basePtrAoBArray:=
    11. Change it to [0x59,0x33,0xC0,0xC3,0xE8,0x7D,0x07,0x00,0x00]
    12. save the file.
    13. Download the autohotkey l compiler from AutoHotkey Downloads
    14. open Ahk2Exe
    15. select Poe MultiScript.ahk
    16. save it as Poe MultiScript.exe then compile for 32 bit unicode
    17. run it
    18. open game and run around at hideout for a little bit
    19. it will find the new base pointer (for me it was 0xfe530975)

    rep welcomed


    ----

    notes:

    restart no change. able to aobscan but nothing is detected beyond that...maybe offsets are different?
    Tried this, got an error.

    Error at line 292.

    Line Text: global DPS:=false
    Error: This line does not contain a recognized action

    The Program will exit.

  4. #754
    secretagentman's Avatar Member
    Reputation
    2
    Join Date
    Oct 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    use notepad and make sure its saving the ahk at UTF-8. Default notepad saves as ANSI. Dont download the files from github. copy paste the text into notepad using the raw button.

    although, youll probably still have issue I am having, which is nothing in the tool works but it finds the pointer for the game.

  5. #755
    Shingamer27's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by secretagentman View Post
    use notepad and make sure its saving the ahk at UTF-8. Default notepad saves as ANSI. Dont download the files from github. copy paste the text into notepad using the raw button.

    although, youll probably still have issue I am having, which is nothing in the tool works but it finds the pointer for the game.
    still having the same error and if i try to comment out the line it just gives me more and more errors with the script, think ill just wait till he updates the script.

  6. #756
    secretagentman's Avatar Member
    Reputation
    2
    Join Date
    Oct 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shingamer27 View Post
    still having the same error and if i try to comment out the line it just gives me more and more errors with the script, think ill just wait till he updates the script.

    http://www.filedropper.com/stuff_7


    has my pointer updates, may work for you. if not, right-click edit the ahk using notepad. make the change then just click save. after compile using the compiler in the zip and select unicode 32.


    I think the offsets are wrong though and even after much research I am clueless on how to find them. without them, nothing can be found in the game.


    I dont use a hacked game btw.

    fyi, i dont have any idea how any of this works. i am just smart enough to read whats there and put it together.
    Last edited by secretagentman; 10-25-2014 at 01:39 PM.

  7. #757
    walauwess's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by secretagentman View Post
    http://www.filedropper.com/stuff_7


    has my pointer updates, may work for you. if not, right-click edit the ahk using notepad. make the change then just click save. after compile using the compiler in the zip and select unicode 32.


    I think the offsets are wrong though and even after much research I am clueless on how to find them. without them, nothing can be found in the game.


    I dont use a hacked game btw.

    fyi, i dont have any idea how any of this works. i am just smart enough to read whats there and put it together.
    Doesn't work with garena

  8. #758
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    UPDATE ON 10/25/2014

    Change Logs:

    1. Updated offsets and aob scan for patch 1.2.4*

    Users from taiwan should still use old script as taiwan didn't updated to 1.2.4 yet.

    *Sorry for the delay i was travelling for my job.

  9. #759
    secretagentman's Avatar Member
    Reputation
    2
    Join Date
    Oct 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gurud View Post
    UPDATE ON 10/25/2014

    Change Logs:

    1. Updated offsets and aob scan for patch 1.2.4*

    Users from taiwan should still use old script as taiwan didn't updated to 1.2.4 yet.

    *Sorry for the delay i was travelling for my job.
    pfft, people on the internet dont have jobs.

    edit:

    On side note, is it possible to have amethyst flask option to check if chaos damage is being applied to you or probably easier, to have it spam a +% choas resist if your chaos resists are negative? same for bleeding?

    another thing, for the portal testing, got anyway to have it apply to the portal gem?
    Last edited by secretagentman; 10-25-2014 at 03:43 PM.

  10. #760
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by secretagentman View Post
    pfft, people on the internet dont have jobs.

    edit:

    On side note, is it possible to have amethyst flask option to check if chaos damage is being applied to you or probably easier, to have it spam a +% choas resist if your chaos resists are negative? same for bleeding?

    another thing, for the portal testing, got anyway to have it apply to the portal gem?
    To have it use a resist pot if your resist get's bellow some value is possible and a nice idea.

    I'm planning to remake the "use portal" Soon™ and yes it's possible to make it use portal gem.

  11. #761
    secretagentman's Avatar Member
    Reputation
    2
    Join Date
    Oct 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gurud View Post
    To have it use a resist pot if your resist get's bellow some value is possible and a nice idea.

    I'm planning to remake the "use portal" Soon™ and yes it's possible to make it use portal gem.

    for the portal, something it does often to me, at least while im attacking/moving is try to enter the portal several times and makes me run towards them. possible to have it force movement to stop, open the portal, go in it and wait?

  12. #762
    RinseAndRepeat's Avatar Member
    Reputation
    2
    Join Date
    Aug 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is for the first time ever that i consider to donate to a stranger, because your work is nothing but gold.
    Going to donate you some bucks now and then every time i get may monthly salary.

    Thanks Gurud

  13. #763
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmm, did you update the github source script as well, cause i only see the Oct 14 one there.

  14. #764
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RinseAndRepeat View Post
    This is for the first time ever that i consider to donate to a stranger, because your work is nothing but gold.
    Going to donate you some bucks now and then every time i get may monthly salary.

    Thanks Gurud
    Thanks, every donation is appreciated.

  15. #765
    xia0m0on's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    unable to use quicksliver pot

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 12:41 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