Introducing Path of Automation: Auto-Loot! (first release) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    lazyGuyWithRSI's Avatar Member
    Reputation
    6
    Join Date
    Oct 2020
    Posts
    5
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Introducing Path of Automation: Auto-Loot! (first release)

    Path of Automation: Auto-loot

    Tired of clicking on those endless stacks of currency, vendor items, divination cards and more? Now you don't have to! This script will click on a piece of loot for you whenever you hit the hotkey!

    No sketchy memory access. It just uses screen caps, then moves and clicks the mouse.

    First release of this tool. I hate how much you have to click in this game.
    Last edited by lazyGuyWithRSI; 10-11-2020 at 08:36 PM.

    Introducing Path of Automation: Auto-Loot! (first release)
  2. Thanks dankula, sushix, Genocyber, sh00ter999, jan30047 (5 members gave Thanks to lazyGuyWithRSI for this useful post)
  3. #2
    dankula's Avatar Member
    Reputation
    4
    Join Date
    Dec 2014
    Posts
    14
    Thanks G/R
    5/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why use this over pickit? Do you personally dislike exileAPI?

  4. Thanks sh00ter999 (1 members gave Thanks to dankula for this useful post)
  5. #3
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    206
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dankula View Post
    Why use this over pickit? Do you personally dislike exileAPI?
    pickit doesnt work as great as b4 ill give this a try ty

  6. #4
    lazyGuyWithRSI's Avatar Member
    Reputation
    6
    Join Date
    Oct 2020
    Posts
    5
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why use this over pickit? Do you personally dislike exileAPI?
    This tool does not do anything to the game client like memory access, like poeHUD does. It would be very hard to detect this tool.
    Last edited by lazyGuyWithRSI; 10-11-2020 at 01:31 AM.

  7. #5
    Rol's Avatar Member
    Reputation
    2
    Join Date
    Feb 2015
    Posts
    147
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Filter based on the Neversink version - very strange solution (IMO).

  8. #6
    omgsosorry's Avatar Member
    Reputation
    9
    Join Date
    Apr 2015
    Posts
    135
    Thanks G/R
    3/8
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pickit always looted very slowly for me, might give this a go

  9. #7
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    206
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by omgsosorry View Post
    Pickit always looted very slowly for me, might give this a go
    lately its slow for me aswell , it wasnt like that before tho. I hope it gets updated or something

  10. #8
    lazyGuyWithRSI's Avatar Member
    Reputation
    6
    Join Date
    Oct 2020
    Posts
    5
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rol View Post
    Filter based on the Neversink version - very strange solution (IMO).
    It was mostly for easy editing while testing. Will most likely use a stripped down version in the future

  11. #9
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,943
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lazyGuyWithRSI View Post
    This tool does not do anything to the game client like memory access, like poeHUD does. It would be very hard to detect this tool.
    Claiming that this would be "very hard to detect" is very misleading. They could easily detect this if they wanted to, assuming you were running without limited user and they actually cared to.

    Not like I'm giving away any secrets...

    1) Search the process list for "PoE-Auto-Loot.exe" and get binary path if it exists
    2) Perform pattern scan
    3) ???
    4) Profit!

    We already know that they can and will do pattern scanning.

  12. Thanks NoobToken, EthEth (2 members gave Thanks to Sychotix for this useful post)
  13. #10
    lazyGuyWithRSI's Avatar Member
    Reputation
    6
    Join Date
    Oct 2020
    Posts
    5
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Claiming that this would be "very hard to detect" is very misleading. They could easily detect this if they wanted to, assuming you were running without limited user and they actually cared to.

    Not like I'm giving away any secrets...

    1) Search the process list for "PoE-Auto-Loot.exe" and get binary path if it exists
    2) Perform pattern scan
    3) ???
    4) Profit!

    We already know that they can and will do pattern scanning.
    In that case just run the source script directly with python. It will simply appear as a python process in that case.

  14. #11
    lazyGuyWithRSI's Avatar Member
    Reputation
    6
    Join Date
    Oct 2020
    Posts
    5
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Claiming that this would be "very hard to detect" is very misleading. They could easily detect this if they wanted to, assuming you were running without limited user and they actually cared to.

    Not like I'm giving away any secrets...

    1) Search the process list for "PoE-Auto-Loot.exe" and get binary path if it exists
    2) Perform pattern scan
    3) ???
    4) Profit!

    We already know that they can and will do pattern scanning.
    In that case just straight up run the python script. Then there is no unique process to id, it will just look like a python process.
    Last edited by lazyGuyWithRSI; 10-12-2020 at 01:01 AM. Reason: not to no

  15. #12
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rocker866 View Post
    pickit doesnt work as great as b4 ill give this a try ty
    pickit was recently improved;
    * double check before click (never missclicks)
    * check for free space in inv
    * integration with plugin for chaos recipe
    and much more
    github.com/vadash/EZVendor

  16. #13
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    206
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlr5668 View Post
    pickit was recently improved;
    * double check before click (never missclicks)
    * check for free space in inv
    * integration with plugin for chaos recipe
    and much more
    wait rlly? cant find it tho. Does that work with Queuete's hud? or do you have to compile it or something?

  17. #14
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rocker866 View Post
    wait rlly? cant find it tho. Does that work with Queuete's hud? or do you have to compile it or something?
    probably, give it a try GitHub - DetectiveSquirrel/Pickit
    github.com/vadash/EZVendor

  18. #15
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    206
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlr5668 View Post
    probably, give it a try GitHub - DetectiveSquirrel/Pickit
    sadly it just doesnt load
    what do i have to do? for some reason there is no .dll if i dowload it there thats weird
    Last edited by Rocker866; 10-12-2020 at 03:19 PM.

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 02-16-2019, 12:10 AM
  2. [Release] GKExile BETA - Fully Automated Path of Exile Bot (Leveling & Farming)
    By asdadasd in forum PoE Bots and Programs
    Replies: 17
    Last Post: 01-13-2019, 04:32 PM
  3. Replies: 167
    Last Post: 05-18-2018, 05:22 AM
  4. [Release] First Release of Daimod
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 27
    Last Post: 09-13-2007, 10:11 AM
  5. [Release] First Release of Daimod
    By ~SaiLyn~ in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 09-11-2007, 07:25 AM
All times are GMT -5. The time now is 03:01 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search