Screenshot Thread menu

User Tag List

Page 5 of 116 FirstFirst 12345678955105 ... LastLast
Results 61 to 75 of 1734
  1. #61
    BoogieManTM's Avatar Active Member
    Reputation
    52
    Join Date
    May 2008
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My clientless bot -> http://openwow.net/bender2.png

    Running wow in OSX w/ vmware running XP which is running the console-only C++ version of my clientless bot. It's just standing there being a jackass atm (was working on movement stuff still at the time)

    I'll whip up some SS's of the C# version

    Screenshot Thread
  2. #62
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Was updating some addresses and noticed that the 3.0.8 patch is so small that due to section alignment some (well, a lot really) of the addresses are actually unchanged.

    http://img217.imageshack.us/img217/5928/lolwutge2.jpg

  3. #63
    kynox's Avatar Account not activated by Email
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Snippet from my Warden emulator: http://dl.getdropbox.com/u/29438/WardenEmulator.jpg

    Cypher = Jealous;

  4. #64
    Greyman's Avatar Active Member
    Reputation
    61
    Join Date
    Oct 2006
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Midol View Post
    It's the biggest pain in the arse I've ever encountered.
    Well hello thar!

  5. #65
    luciferc's Avatar Contributor
    Reputation
    90
    Join Date
    Jul 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Greyman View Post
    Well hello thar!
    Hallo thar as well.

  6. #66
    apollo0510's Avatar Active Member
    Reputation
    18
    Join Date
    Aug 2008
    Posts
    53
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)



    My "little" addon, that does a lot of things for a lot of classes. It basically enhances my chars to give them some intelligence of their own, so I have to press less buttons. It is quite sophisticated, calculating TTLs (time to live) for targets and group members, healing priorities etc. For healing it is estimating the HP of the target to be healed at the time when the heal will arrive etc ...

    Includes fischbots, auto looting and auto skinning, auto mining ...

    Chars can go fully automatic by following and assisting a master char. Healers will switch between healing and doing damage depending on the situation...

    Chars can receive remote commands via ingame chat to change assistance and follow targets.

    and a lot more

  7. #67
    Cephalopod's Avatar Member
    Reputation
    5
    Join Date
    Sep 2008
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Greyman View Post
    Well hello thar!
    Hello!

    I decided I'd just take the plunge, risk the flames and start posting

  8. #68
    luciferc's Avatar Contributor
    Reputation
    90
    Join Date
    Jul 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I like ur bot apollo its sexy.

  9. #69
    suicidity's Avatar Contributor
    Reputation
    207
    Join Date
    Oct 2006
    Posts
    1,439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A bot entirely consisting of nothing but addons? Now that's interesting.


  10. #70
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by suicidity View Post
    A bot entirely consisting of nothing but addons? Now that's interesting.
    Disable the protection and you can indeed write very powerful addons
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  11. #71
    apollo0510's Avatar Active Member
    Reputation
    18
    Join Date
    Aug 2008
    Posts
    53
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by suicidity View Post
    A bot entirely consisting of nothing but addons? Now that's interesting.
    Äh, wrong.

    What you see is the inGame part of it. I like to have proper inGame menus.
    What you don't see is the dirext based in process part that gatheres information and that completely circumvents the blizzard protections.

    But I must state, that this addon is not designed to be a pure bot. I like to play my chars, but I play multiple chars at one time. I hate to press unneccessary buttons. I like to observe, choose main targets and tactics.

    When working as MT in raids it enables me to keep the big overview (and check what the others are doing) while still tanking with 100% efficiency.

    My addon is not designed to run afk throug the world. That wouldn't be fun for me.

    Edit: Check the top left of the picture. That command section is a relict from times, when the "3rd party" part was not in process. I still use it to remotely press action buttons ( I love the new secure state headers ...) . That part should definitely replaced by direct communication between LUA and in process part, but, well ... its working and sometimes I am lazy. Never touch the running machine ...

    But it is so funny to play with it. Sometimes I am shouting and I am so angry with my chars because they behave stupid in a situation, and then I have to sit for one evening, analysing and solving the problem. Its sometimes more fun to code the behaviour than to actually play the game.

    On the other hand, because of that, my addon is very much personalized to me. It is non public, and I always adapt fighting stile to level equipment and talents. So I doubt, that it would work for everyone properly.
    Last edited by apollo0510; 01-23-2009 at 08:50 AM.

  12. #72
    UnknOwned's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    583
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Blink hack taken to extremes.











    Tele time: 13sec

  13. #73
    Gripen2's Avatar Contributor
    Reputation
    226
    Join Date
    Jan 2008
    Posts
    1,057
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Unkn0wned, Dont forget to say that hack is for Retail. :]

  14. #74
    Robske's Avatar Contributor
    Reputation
    305
    Join Date
    May 2007
    Posts
    1,062
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wewt!

    Would you mind sharing your implementation for this awesome thing? Not asking you to give any code, just a starting point
    "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
    "I cried a little earlier when I had to poop" - Sku

  15. #75
    arigity's Avatar Banned
    Reputation
    49
    Join Date
    Dec 2007
    Posts
    548
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    spam sendpacket

Similar Threads

  1. Screenshot Thread for Diablo 3
    By UnknOwned in forum Diablo 3 Memory Editing
    Replies: 136
    Last Post: 09-03-2018, 01:06 PM
  2. Aion Screenshot Thread
    By JD in forum Aion Exploits|Hacks
    Replies: 0
    Last Post: 11-17-2009, 11:19 AM
  3. Screenshot Thread for AoC
    By Cryt in forum Age of Conan Exploits|Hacks
    Replies: 0
    Last Post: 05-23-2008, 07:32 AM
  4. Why my server is better than yours (a screenshots thread)
    By Liania in forum World of Warcraft General
    Replies: 15
    Last Post: 02-14-2007, 11:00 PM
All times are GMT -5. The time now is 02:59 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