Created Simple Pindle Pixel Bot - I'm Noob - Questions menu

User Tag List

Results 1 to 13 of 13
  1. #1
    MaterialCow's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Created Simple Pindle Pixel Bot - Noob Questions

    Hi there
    So I spent last night using a macro recorder to create a simple Pindle bot.
    Everything is hard coded to certain monitor locations and uses pixel detection.

    Simple Pindle Bot - GIF on Imgur

    I showed it to a friend and he said I might get detected easily because mouse coordinates are the same and there is no human randomness to it.

    I used my bot for a few hours. I don't think I'll get banned?

    What can I expand upon to make my bot less detectable?

    I read up on :
    https://www.ownedcore.com/forums/wor...-detected.html (Why Pixel Botting is Detected)

    Any thoughts on this?
    I'm worried if I use this simple bot, I"ll get my main banned.

    Note:
    This bot is not shareable because of hard coded graphic and monitor settings.
    Last edited by MaterialCow; 10-04-2021 at 02:59 PM.

    Created Simple Pindle Pixel Bot - I'm Noob - Questions
  2. #2
    Red7v's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You will get detected. I suggested making six different runs and having them alternate. Also you may be able to get away with it for some time. Make sure you sell more than $40 of items to buy a new game.

    Can you make a youtube video tutorial about making this bot? Screen record the process please.

    Thanks,
    Smith

  3. #3
    Evanc's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There are ways around the pixel bot detection as described in your link as to why you believe it may be detected.

    That very same thread provides one of a handful of solutions.

    Also given this is a macro bot, I believe putting the source up couldn’t hurt anything as in its current state it is very detectable. It’s very possible someone might come in and fix the inputs that make it detectable en mass.

  4. #4
    MaterialCow's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the feedback guys.

    I used jitbit macro recorder.
    Click on hard-coded coordinates.
    Look for certain images.

    Straightforward but took sometime.

  5. #5
    avs's Avatar Contributor
    Reputation
    157
    Join Date
    Jan 2018
    Posts
    96
    Thanks G/R
    2/142
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Any thoughts on this?
    There's a lot of useful information in the topic you've linked. It's certainly you can be banned if you don't know what exactly you're doing and have no Windows automatization experience. I.e. using SendInput, that's a suicide. But there's one false statement as well and you can use it to make your project a bit safer and do 8 hour sessions every day since release, 60-70 pindle runs per hour and get no bans

    I like to see such topics and wish you luck. Such projects won't destroy ingame economics but keep the interest for the game. But let me disagree about it's a bot. As for me, it's just a macro until you have no chicken / merc resurrection / selling crap items to npc / some other useful features to keep the bot in the stable running state. I'd say killing the Pindle is just about 5% of the project you want to create (ok, maybe even 6% ^^ I know what I'm talking about). So be ready to pass that long way.

  6. #6
    Razzue's Avatar Contributor Avid Ailurophile

    CoreCoins Purchaser Authenticator enabled
    Reputation
    379
    Join Date
    Jun 2017
    Posts
    588
    Thanks G/R
    186/268
    Trade Feedback
    2 (100%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Just use an interception wrapper for input broadcasts (or make your own) and you should be good there imo, and if your SUPER sketched still you could go as far as manually mapping it 🤷*♂️

    I've been using interception to "re-bind" my abilities for quick hotkey access, and sending mouse clicks to the game for a lil bit now.

    Really tempted to start getting into a mem bot for d2r, but kinda lost on where to get started there 🤔

  7. #7
    stvnkem's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, how does the pickit work?

  8. #8
    CubeCrawler's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Jan 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MaterialCow View Post
    Hi there
    So I spent last night using a macro recorder to create a simple Pindle bot.
    Everything is hard coded to certain monitor locations and uses pixel detection.

    Simple Pindle Bot - GIF on Imgur

    I showed it to a friend and he said I might get detected easily because mouse coordinates are the same and there is no human randomness to it.

    I used my bot for a few hours. I don't think I'll get banned?

    What can I expand upon to make my bot less detectable?

    I read up on :
    https://www.ownedcore.com/forums/wor...-detected.html (Why Pixel Botting is Detected)

    Any thoughts on this?
    I'm worried if I use this simple bot, I"ll get my main banned.

    Note:
    This bot is not shareable because of hard coded graphic and monitor settings.
    Some tips to make sure your bot doesn't get detected...
    1. Don't make your methods public.
    2. Don't use something like autoit.
    3. Do not use software based input automation. I know it's a pain, but if you can find a way to do hardware input emulation it is much safer.
    4. Add some randomness. Things like how long a click is held, how fast the mouse moves, where the mouse clicks.
    5. Avoid inhumanly fast behaviors/extremely high APM.

  9. #9
    Audballer's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how does the pic it work

  10. #10
    MaterialCow's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Audballer View Post
    how does the pic it work
    looks for hardcoded images, like ring, jewel, etc

  11. #11
    MaterialCow's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whew banned wave happened.

    My dumb pixel bot didn't get banned.

  12. #12
    JohnKurosawa's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is your Pixel bot still running?

    I'm also thinking about making it for my own use..

    Got banned using paid bot..

  13. #13
    sylvainh2o's Avatar Member
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JohnKurosawa View Post
    Is your Pixel bot still running?

    I'm also thinking about making it for my own use..

    Got banned using paid bot..
    which bot did you used and get banned?

    Also are you using a new bot atm if so which and how is it? thanks

Similar Threads

  1. Creating a Pixel Bot in C# from zero - "kinda" tutorial
    By Humbleguy in forum WoW Classic Bots and Programs
    Replies: 121
    Last Post: 07-12-2023, 04:46 AM
  2. Want to create a simple Bot - few noob questions
    By doromoro in forum WoW Bots Questions & Requests
    Replies: 5
    Last Post: 12-21-2015, 01:32 AM
  3. [Mac] Simple AFK BG Bot.
    By tripleblade3 in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 05-25-2008, 11:00 AM
  4. Xafk, simple AFK/BG bot!
    By XinuX in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 08-08-2007, 07:17 PM
  5. Step-By-Step Create Your Own AFK Bot! MMOwned Exclusive!
    By =sinister= in forum World of Warcraft Guides
    Replies: 6
    Last Post: 07-26-2006, 09:04 PM
All times are GMT -5. The time now is 03:32 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