Bot programming blog menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    CrEEzz's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2014
    Posts
    153
    Thanks G/R
    10/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bot programming blog
  2. #17
    Subi's Avatar Member
    Reputation
    2
    Join Date
    Aug 2017
    Posts
    11
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your blog deserves way more views. Your D3 bot article was interesting, especially the section about navigating unknown environments with the random walk algorithm. I actually didn't know such a thing existed and thought you would always have to reverse engineer map data structures and implement like A* for this to work lol. +1

  3. #18
    CrEEzz's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2014
    Posts
    153
    Thanks G/R
    10/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks man! Eventually (when I started reading memory) I created a separate navigation library for pathing and exploration. There will be separate post(s) about navigation at some point, because it's a pretty large topic.

  4. #19
    CrEEzz's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2014
    Posts
    153
    Thanks G/R
    10/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Post]

    New post has arrived. This time we will discuss debugging... A word on debugging | Botters gonna bot

  5. #20
    CrEEzz's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2014
    Posts
    153
    Thanks G/R
    10/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Post]

    You don't want to get your hands dirty solving ciphers in Warframe. Here is a solution: Warframe decipher – Corpus edition | Botters gonna bot

  6. #21
    Choldrith's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    2
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great blog! I have recently taken an interest in the concept of building bots for games. I have been programming for almost 10 years now and I finally felt confident enough to try building a bot of my own. Well, after about 20 hours of research and testing, my aspirations to build a memory reading/editing/winning bot have been crushed into oblivion. I have been writing off autoit as some skriptkiddie PoS all the while without realizing they have made libraries available for public use! I have read a handful of your blog posts and they are great! Thanks for the inspiration and keep the blogs coming!

  7. #22
    CrEEzz's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2014
    Posts
    153
    Thanks G/R
    10/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Memory-based game manipulation techniques are indeed advanced ones and pretty much reserved for those who feel comfortable analyzing assembly code. I enjoy coming up with decision-making aspect of a bot, thus tend to avoid getting my hands dirty figuring out addresses and offsets. That's why I use simple image analysis whenever possible and resolve to memory reading only for highly sophisticated automation.
    Last edited by CrEEzz; 09-29-2017 at 10:30 AM.

  8. Thanks bren10perk (1 members gave Thanks to CrEEzz for this useful post)
  9. #23
    CrEEzz's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2014
    Posts
    153
    Thanks G/R
    10/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not dead yet, here is another post. Earning Platinum with warframe.market analyzer | Botters gonna bot. Enjoy!

  10. Thanks Willy (1 members gave Thanks to CrEEzz for this useful post)
  11. #24
    SturmGhost's Avatar Member
    Reputation
    1
    Join Date
    Jan 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CrEEzz View Post
    Thanks man! Eventually (when I started reading memory) I created a separate navigation library for pathing and exploration. There will be separate post(s) about navigation at some point, because it's a pretty large topic.
    Any chances that you getting your handy dirty on this topic soon? I'm looking for tutorials that are going into this direction but I can't find any good ones... Especially I'm looking for tutorials on path-finding via a navigation mesh...

  12. #25
    CrEEzz's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2014
    Posts
    153
    Thanks G/R
    10/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here comes another post. This time on OCR: Really simple OCR implementation | Botters gonna bot

    @SturnGhost: You can start with simplified version treating every polygon as a node in graph (its center is node's position). Perform A* and then try to straighten resulting path using ray casts on actual navmesh. Check out source code for my lib SourceForge (as soon as maintnance is over).

  13. Thanks Willy (1 members gave Thanks to CrEEzz for this useful post)
  14. #26
    CrEEzz's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2014
    Posts
    153
    Thanks G/R
    10/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've wrote another post containing (hopefully) correct and helpful introduction to Enimga.D3 and D3 structures. Feel free to correct me so we can make life easier for those trying to write their own bots/helpers/etc. Diablo 3 botting series: Prerequisite knowledge | Botters gonna bot

  15. Thanks Willy (1 members gave Thanks to CrEEzz for this useful post)
  16. #27
    CrEEzz's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2014
    Posts
    153
    Thanks G/R
    10/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Long time no see... I was mostly working on a Dead by Daylight skill check bot but I wrote a post on a neural networks, that may be interesting for some of you, here's the "link" Hopefully, gentle introduction to neural networks | Botters gonna bot
    Last edited by CrEEzz; 04-21-2020 at 09:29 AM.

  17. #28
    emilyzara's Avatar Member
    Reputation
    1
    Join Date
    Dec 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by skykaiwen View Post
    i cannot find the facebook page at all please advise
    A programming blog is important for any new update and new changes. I'm read all of the blogs about programming. And I also notice about the Business Web Design Service it also shares some great news and also great services.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. 2.1.3 Working Bots/Programs
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 87
    Last Post: 02-08-2008, 07:50 PM
  2. Cheats, Bots, Programs, Hacks
    By Kzaf in forum World of Warcraft General
    Replies: 4
    Last Post: 02-07-2008, 02:10 PM
  3. Macintosh Bots / programs.
    By Hallowsend in forum Suggestions
    Replies: 18
    Last Post: 10-25-2007, 12:11 AM
  4. Bots/Program questions
    By zeekee in forum World of Warcraft General
    Replies: 1
    Last Post: 08-31-2007, 01:04 PM
  5. WoW bot program. NOT wow glider
    By Disphotic in forum World of Warcraft General
    Replies: 3
    Last Post: 10-17-2006, 12:39 PM
All times are GMT -5. The time now is 07:35 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