[Release][Autohotkey script] PoE Autoflasks & autoquit. menu

Shout-Out

User Tag List

Page 31 of 32 FirstFirst ... 272829303132 LastLast
Results 451 to 465 of 473
  1. #451
    badplayer's Avatar Contributor
    Reputation
    151
    Join Date
    Dec 2013
    Posts
    70
    Thanks G/R
    3/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jahiti View Post
    I've encountered an error never seen before. " Failed to obtain modulebase or modulesize for PID 2160, script will now terminate" Thinking about reinstalling autohotkey I will update this post if it fixes the problem. Dont know if the reinstallation fixed the problem since my overprotective security got in the way and i made some adjustments, works properly as of now.
    That happens if you hit f2 or f4 while poe isn't the active window.
    Last edited by badplayer; 12-07-2013 at 01:19 PM.

    [Release][Autohotkey script] PoE Autoflasks & autoquit.
  2. #452
    jahiti's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    25
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by badplayer View Post
    That happens if you hit f2 or f4 while poe isn't the active window.
    I run POE, autoflasks and Guruds Poe trainer allways as administrator. Also i dont recall pressing f2 or f4 when the error occurred it but its all fine now.

  3. #453
    TheRealSlimShady's Avatar Banned
    Reputation
    6
    Join Date
    Dec 2012
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    F1::
    Send {Enter}/oos{Enter}
    return

    F2::
    Send {Enter}/remaining{Enter}
    return

    F3::
    Send {Enter}/itemlevel{Enter}
    return

    F4::
    Send, {Esc}
    Sleep, 2
    Click, 964, 440
    Return



    AutoHotKey

  4. #454
    FleshyMetal's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone got the new offset or pointer thing?

  5. #455
    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)
    Originally Posted by Jesper6 View Post
    Yeah, needs updating, thanks in advance
    baseMgrPtr:=0x7a11a4

  6. #456
    Kinosix's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    94
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Keep getting PID error 3132. Notsure if its cause im running steam version now or what but let me know what i need to do in order to get this to work. Just came back to the game

  7. #457
    Groo69's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    baseMgrPtr:=0x7a5214

    Potions seem to be working. Autoquit is not though, can some please help with this.

  8. #458
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Groo69 View Post
    baseMgrPtr:=0x7a5214

    Potions seem to be working. Autoquit is not though, can some please help with this.
    Ok guys,

    First, set the baseMgrPtr:=0x7a5214
    Then find the WriteMemUInt(pH,localConnection+0x2678,1) line in SetGameStateMenu(hwnd) function and replace it with WriteMemUInt(pH,localConnection+0x26f8,1). The only difference is f instead 7.
    Took it from gurud's script, so all credits for him.
    Have fun

  9. #459
    b2bigal's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice. Thanks man.

  10. #460
    Kinosix's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    94
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fabcard View Post
    Ok guys,

    First, set the baseMgrPtr:=0x7a5214
    Then find the WriteMemUInt(pH,localConnection+0x2678,1) line in SetGameStateMenu(hwnd) function and replace it with WriteMemUInt(pH,localConnection+0x26f8,1). The only difference is f instead 7.
    Took it from gurud's script, so all credits for him.
    Have fun
    how do i edit the downloaded guid one. Everytime i use the code he provided its not the UI version

  11. #461
    jahiti's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    25
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinosix View Post
    how do i edit the downloaded guid one. Everytime i use the code he provided its not the UI version
    You simply open it i wordpad or notepad and edit the parts you need by control find. Also would suggest installing autohotkey to being able to edit these files. You need to copy and paste the wall of code into notepad and name them properly as AutoHotkeyMemoryLib.ahk and PoE_AutoFlasks.ahk then you can edit and compile it as an application quite simple actually thats how i keep up with the updates if there's a problem. Then when you have compiled the scripts to an application you can just use it normally and start as an administrator.

  12. #462
    Groo69's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey fabcard / gurud's script thanks for doing that as this is very important for myself an I think many "silent" others ..... Cheers

  13. #463
    Phorgasmic's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    broken again someone can fix?

  14. #464
    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 Phorgasmic View Post
    broken again someone can fix?
    http://www.ownedcore.com/forums/mmo/...s-updates.html (PoE Autoflask & AutoScript, Improvements and updates.)

    I'm updating it there.
    If i helped you in any way consider supporting me by donating in paypal at: [email protected]

  15. Thanks toadskin (1 members gave Thanks to gurud for this useful post)
  16. #465
    tetube's Avatar Private
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    plx gief pntrs for 1.1 !
    <3

Page 31 of 32 FirstFirst ... 272829303132 LastLast

Similar Threads

  1. [Release] Custom scripts
    By ion564 in forum World of Warcraft Emulator Servers
    Replies: 20
    Last Post: 05-12-2008, 07:02 PM
  2. [Release] WarsongGulch Script
    By Pragma in forum World of Warcraft Emulator Servers
    Replies: 33
    Last Post: 03-23-2008, 08:07 PM
  3. [Release] |Custom Scripted Instance| Shadow Lair
    By wurstbr0t in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 03-05-2008, 12:03 PM
  4. [RELEASE]Ascent/script compiles 3710 (latest 2/6/08)
    By vivec45 in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 02-06-2008, 07:04 AM
  5. [RELEASE] FunServer Script's ( + Level Cap 80-255 )
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 36
    Last Post: 01-10-2008, 02:44 PM
All times are GMT -5. The time now is 12:01 AM. 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