[Sneakpeak] New PoE hack/botting program! menu

User Tag List

Results 1 to 9 of 9
  1. #1
    XianPoE's Avatar Active Member
    Reputation
    27
    Join Date
    Apr 2019
    Posts
    38
    Thanks G/R
    0/23
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    [Sneakpeak] New PoE hack/botting program!

    Hey guys,

    I've been an MMO hacker for over 10 years. A few years ago I reversed PoE and found quite a few exploits (now patched).

    A few days ago I re-updated my program and wanted to see if there were people out there interested in using it, or making a community.

    Capture.JPG

    Capture1.JPG

    What the tool has:
    Maphack
    Lighting increase
    Entity spawning (logs to a console of any rare chests, very helpful for delve offpathing)
    Very rough map botting (certain maps like BA used to work)
    Auto-flasking
    Packet logging and sending (doubt any tool has provided this yet)
    ...And much more!


    Feel free to add me on discord (SNIPPED BY MODERATOR) or PM/post me here! It's been forever since I played PoE and only around lvl 30 so it'd be nice to make some friends.

    GitHub - XianLabs/BoExile: AI bot + Network manipulator for Path of Exile. for open source project
    Last edited by XianPoE; 07-26-2020 at 04:09 PM. Reason: Removed discord
    selling private PoE programs
    thank you mister president

    [Sneakpeak] New PoE hack/botting program!
  2. #2
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    I removed your discord username as this sounds too much like a trade thread. If you are trying to sell this, use the trade section.

    Also, I think Maphack/lighting are in ExMap... packet logging was in the original exmap, but I think it got removed to tighten up detection and I'm not sure anyone was using it anyways. Raw packet data doesn't mean much to 99.9% of the userbase here =P


    Entity spawning is done with ExileAPI, but we draw on the minimap instead of logging to a console. Can't see much use of just listing the metadata path like that. Autoflasking is done in ExileAPI and various pixel searching AHK scripts.

    Botting is unique as HUD is specifically avoiding that. Be careful with that as GGG has some fairly beefy server sided detection and handling for bots.

  3. #3
    XianPoE's Avatar Active Member
    Reputation
    27
    Join Date
    Apr 2019
    Posts
    38
    Thanks G/R
    0/23
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    oh no, i have a different job and i'm not trying to sell it. this is an open source project like many others are, and is in no way perfect. I just want to see if there's a community out there. this game was filled with packet exploits back in the day, it was easy to find a new instance crash + rollback pretty much daily but that's gotten alot tougher now and the content they add isn't very interesting packet-wise.

    I'm a bit confused what you mean by raw packet data though? that data is de-crypted packets after their crypto is applied and essential to reading numerical and string values in packets. then you send your own to exploit of course. it is -the- only way to make any good money off games :P

    i've included various anti-cheats they do including maphack stuff, packet sending crashing @ map change, etc. I didn't really put much time into the screenshots or cleaning up the console as I just recently updated back from 2 years ago or so.
    Last edited by XianPoE; 07-26-2020 at 04:12 PM.
    selling private PoE programs
    thank you mister president

  4. #4
    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)
    I'd definitely use it. The packet stuff seems really interesting to me although I have no experience in finding crash exploits.

  5. #5
    Williamwillbera's Avatar Member
    Reputation
    2
    Join Date
    Jun 2019
    Posts
    7
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    I removed your discord username as this sounds too much like a trade thread. If you are trying to sell this, use the trade section.

    Also, I think Maphack/lighting are in ExMap... packet logging was in the original exmap, but I think it got removed to tighten up detection and I'm not sure anyone was using it anyways. Raw packet data doesn't mean much to 99.9% of the userbase here =P


    Entity spawning is done with ExileAPI, but we draw on the minimap instead of logging to a console. Can't see much use of just listing the metadata path like that. Autoflasking is done in ExileAPI and various pixel searching AHK scripts.

    Botting is unique as HUD is specifically avoiding that. Be careful with that as GGG has some fairly beefy server sided detection and handling for bots.

    I was just wondering if you could expand a little on what you mean by server sided detection and handling for bots? Do you think they are analyzing the behavior of players clicks, behavior patterns etc? Would it be possible for ggg to do this in the client and send processed data to their servers? Or would those measures be discovered very quickly by the reverse engineers here?

  6. #6
    XianPoE's Avatar Active Member
    Reputation
    27
    Join Date
    Apr 2019
    Posts
    38
    Thanks G/R
    0/23
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Williamwillbera View Post
    I was just wondering if you could expand a little on what you mean by server sided detection and handling for bots? Do you think they are analyzing the behavior of players clicks, behavior patterns etc? Would it be possible for ggg to do this in the client and send processed data to their servers? Or would those measures be discovered very quickly by the reverse engineers here?
    Raw packet patterns. When you move, you send a packet with a Vector2 for your X,Y. If you take some specific path (say for botting blood aqua.) and time your movements robotically its very obvious.

    There's also the packets themselves. When you click once, it sends two packets out - one for where youre going and one for "stop moving" once you reach there. If you continuously move, your client sends out different packet opcodes telling the server youre scrolling with the mouse instead of moving once. Obviously someone who continiously moves alot is much less likely to be a bot, and coding the continuous scrolling is alot harder than sending single clicks via packets.

    Here's an example:

    Single click:

    00 F9 [FF FF FF FD] [00 00 00 11] [29 09] [04] [08 00]

    ^Opcode, X, Y, Skill ID (Movement) (Job ID, I think), (Unknown 08 00)

    Finish movement:

    00 FF (single opcode, no data)


    Continous movements:
    00 F9 FF FF FF F2 FF FF FF FD 29 09 04 08 00 (Start movement)
    00 FD FF FF FF FA FF FF FF F5 (Scroll mouse to move)
    00 FD 00 00 00 07 FF FF FF E9 (Keep scrolling)
    00 FD 00 00 00 0F FF FF FF E7 (Keep scrolling)
    00 FF (End movement)

    So based on above, it's clear to say its much easier to make a bot using single clicks and skills than it is to make a human-like bot with scrolling movement. I've never personally been banned for botting using my own bots with single clicks, but they don't take specific paths and instead move dynamically to where monsters are. It's included in the program I made, but needs updating for that section as it's been 1-2 years (working on finding the ingame player action function again, AoB broke).

    Add me ingame on Harvest - DaredevilBlue! I'd appreciate the company and any help getting back into the game. I'd be happy to share my work, and can share a ton of previous interesting exploits that we could brainstorm on.

    For crash exploits, you basically want to manipulate a packet such that the server "gets confused" or throws an exception and crashes, causing it to not save instance data. You could do things like re-roll sockets then crash the instance if you wanted to roll a 6 link "for free". You could also do this with prophecy cards, this is why the price crashed a year or two ago, I found a rollback inside ascendance entrance with a single opcode packet. I'm also the reason delve items + fossils completely became influx and tanked. I could dupe delve nodes and teleport to any node I wanted. It was quite amazing at the time.

    Kudos, hope this helps.
    Last edited by XianPoE; 08-01-2020 at 03:00 PM.
    selling private PoE programs
    thank you mister president

  7. #7
    Williamwillbera's Avatar Member
    Reputation
    2
    Join Date
    Jun 2019
    Posts
    7
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks. How are you comfortable linking your poe account name to your ownedcore account name though? At the moment my only interest is making a private bot without packet manipulation and injection, as a fun hobby project. And due to that I have become a bit interested in how games would go about detecting bots without spending too much money on processing power. Not really interested in exploits, but thank you for the offer!

  8. Thanks Sychotix (1 members gave Thanks to Williamwillbera for this useful post)
  9. #8
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1421
    Join Date
    Apr 2006
    Posts
    3,942
    Thanks G/R
    285/572
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Williamwillbera View Post
    Thanks. How are you comfortable linking your poe account name to your ownedcore account name though? At the moment my only interest is making a private bot without packet manipulation and injection, as a fun hobby project. And due to that I have become a bit interested in how games would go about detecting bots without spending too much money on processing power. Not really interested in exploits, but thank you for the offer!
    I agree with this. We know GGG is aware of these forums. Posting your in-game name is not very wise. I would edit it out... but the choice is yours.

    EDIT: Also, feel free to add back your discord to the original post. I only removed it to prevent potential scams or trading outside of the trade section. It is clear this isn't a trade thread.

  10. #9
    NoobToken's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    Nov 2010
    Posts
    52
    Thanks G/R
    11/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see you're still pushing updates in the github(latest commit being some while ago, though github repo said it was outdated). I built the source and run into some problems "ERROR: Invalid two byte opcode something" (I'm on amd ryzen).

    Some offsets changed in todays patch, for example new SendPacketFuncOffset is 0x11663b0

    I'm pretty interested in this project, mostly the packet logging and sending part. If you could elaborate on the methods you use to log and send packets, that would be great!

Similar Threads

  1. New subthread in Bots and Programs for questions
    By Wolfx128 in forum Suggestions
    Replies: 2
    Last Post: 04-27-2009, 07:46 PM
  2. New to Warhammer-Advice on hack/bots?
    By Malice83 in forum MMO Exploits|Hacks
    Replies: 1
    Last Post: 04-18-2009, 08:19 PM
  3. Cheats, Bots, Programs, Hacks
    By Kzaf in forum World of Warcraft General
    Replies: 4
    Last Post: 02-07-2008, 02:10 PM
  4. New to hacks>>Bot Glider Hack
    By HKSxDucky in forum World of Warcraft General
    Replies: 2
    Last Post: 07-10-2006, 09:42 PM
All times are GMT -5. The time now is 05:27 AM. 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