[Release] Daxx' Toolbox menu

User Tag List

Page 3 of 12 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 167
  1. #31
    visitor77's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you man

    [Release] Daxx' Toolbox
  2. #32
    chebanov's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Zoomhack and fullbright dont work

  3. #33
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chebanov View Post
    Zoomhack and fullbright dont work
    Its something wrong only on your end.

    Myself and one of my testers has confirmed its working. And just to be sure, I went ahead and triple confirmed it for both steam and nonsteam.

  4. #34
    itslegendary's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    update time
    at least we need offsets

  5. #35
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated the Itemalerter for 1.1.2b
    XPCalc broken until I get some rest.
    Multihack should still be intact (remember that you cant combine both mine and Evozer's clientside changes.)

    Code:
    #               1.1.2b
        if not STEAM:
    
            BP0 = 0x00282719 + 0x00400000
            BP1 = 0x00282711 + 0x00400000
            BP2 = 0x0028275B + 0x00400000
    
        else:
    
            BP0 = 0x002850D9 + 0x00400000
            BP1 = 0x002850D1 + 0x00400000
            BP2 = 0x0028511B + 0x00400000
    //update

    Thanks for saying something itslegendary. I had been about to watch a movie and goto sleep when I just happened to see your response.
    Last edited by DaxxTrias; 04-17-2014 at 03:16 AM.

  6. #36
    itslegendary's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for fast update

  7. #37
    luminair's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    36
    Thanks G/R
    16/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DaxxTrias View Post
    Its something wrong only on your end.

    Myself and one of my testers has confirmed its working. And just to be sure, I went ahead and triple confirmed it for both steam and nonsteam.
    I have downloaded the most recent CheatEngine 6.3 but when I try to run your multihack, it tells me there is a newer version out. How do I fix that? :confused:

    Thanks for your effort by the way.

  8. #38
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That is merely the result of me using the dev version of cheat engine. the snapshots that the author commits pretty much daily.

    You don't need to pay it any mind. Next time I push an update ill see about getting rid of that popup for convenience' sake

  9. #39
    timesink's Avatar Member
    Reputation
    4
    Join Date
    Mar 2014
    Posts
    107
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by luminair View Post
    I have downloaded the most recent CheatEngine 6.3 but when I try to run your multihack, it tells me there is a newer version out. How do I fix that? :confused:

    Thanks for your effort by the way.
    Just open the code and edit
    <CheatTable CheatEngineTableVersion="18"> , enter just a lower number , eg 15 instead of 18 and your fine

    no need to bother Daxx with that

  10. #40
    timesink's Avatar Member
    Reputation
    4
    Join Date
    Mar 2014
    Posts
    107
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    current Version Broken with 1.1.3. At least Zoomhack isnt working anymore.

    btw - thx for your great effort@Daxx

  11. #41
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated for 1.1.3

    Multihack:

    * I adjusted the cheat table so it shouldnt give popup's to people using the official version of CheatEngine complaining about an outdated version.
    * Confirmed all functionality working for both steam and nonsteam.

    ItemAlerter:
    Code:
    #               1.1.3
        if not STEAM:
    
            BP0 = 0x00285349 + 0x00400000
            BP1 = 0x00285341 + 0x00400000
            BP2 = 0x0028538B + 0x00400000
    
        else:
    
            BP0 = 0x002881F9 + 0x00400000
            BP1 = 0x002881F1 + 0x00400000
            BP2 = 0x0028823B + 0x00400000
    XPCalc:

    Code:
    "PathOfExile.exe"+007DC47C
    "PathOfExileSteam.exe"+007E047C
    	+ 0x50 + 0x88 + 0x7c +0x7C +0x7F4 = CurrXP
    Last edited by DaxxTrias; 05-01-2014 at 02:27 AM.

  12. #42
    timesink's Avatar Member
    Reputation
    4
    Join Date
    Mar 2014
    Posts
    107
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx a lot!

  13. #43
    NotEvenRookieDeveloper's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been experiencing problems with ItemAlerter since the update to 1.1.3. I've tried it on two different computers, but it causes PoE to crash just the same. I've been using ItemAlerter for some time so I ought to have all the requirements for running the program squared away - unless they changed with the most recent update, of course.

    Basic procedure: I start PoE, wait a little, and then I start ItemAlerter.
    If I start ItemAlerter before logging in then PoE crashes after choosing a character to play.
    If I start ItemAlerter after joining a game instance then the experience is a bit unpredictable. PoE crashes if I'm quick to use a skill to attack a monster (I can pop barrels/cairns and drop loot from them, but if I target a monster then the game crashes). If I run around a bit then the game doesn't seem to crash when I start using my skills, but Item Alerter doesn't announce/displays drops (I managed to drop both RGBs and alertable currency, but received no alerts).

    I've tried using ItemAlerter in its newest form (download, unpack, and run) and in it's older form by just pasting in the above BP-values and running. I get the same instability from either solution.

    Help. :-/

    I hope someone can help me because ItemAlerter has really allowed me to enjoy PoE without the fear of missing out on drops off-screen. Huge kudos both to the initial developer and subsequent maintainers. Keep it up. :-)

    Please let me know if more information is required to pinpoint the problem I'm experiencing.

  14. #44
    DaxxTrias's Avatar Active Member
    Reputation
    44
    Join Date
    Nov 2013
    Posts
    186
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NotEvenRookieDeveloper View Post
    <snip>
    What OS are you running, and is it 32 or 64bit?

    Also, do you still get those crash results when you reboot, and only run itemalert and poe, nothing else? (as in no multihack, no xpcalc, no exilehud)

  15. #45
    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)
    The offsets you posted didn't work for me, for some reason this is the offset i got and it is working, non steam

    BP0 = 0x00286079 + 0x00400000
    BP1 = 0x00286071 + 0x00400000
    BP2 = 0x002860bb + 0x00400000

Page 3 of 12 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [RELEASE] EmiloZ ToolBox v1337
    By EmiloZ in forum WoW EMU Programs
    Replies: 2
    Last Post: 05-17-2008, 09:25 PM
  2. [EPIX RELEASE] EmiloZ's Ultimate WoW ToolBox
    By EmiloZ in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 04-07-2008, 04:47 AM
  3. [Release] Herbs to flag
    By Dave-evad in forum World of Warcraft Model Editing
    Replies: 9
    Last Post: 11-26-2006, 03:31 PM
  4. anti-warden Release #1
    By zhPaul in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 10-21-2006, 01:40 AM
  5. Burning Crusade Release
    By KOLOSSAL in forum World of Warcraft General
    Replies: 3
    Last Post: 10-10-2006, 12:33 AM
All times are GMT -5. The time now is 05:22 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