Screenshot Thread menu

User Tag List

Page 7 of 116 FirstFirst ... 3456789101157107 ... LastLast
Results 91 to 105 of 1734
  1. #91
    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)
    Originally Posted by BoogieManTM View Post
    here's some C# screenies:


    Realm Selection:



    Chat Interface:
    Haha, i just love thoes.

    Screenshot Thread
  2. #92
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finding alot of Rendering stuff oO
    Try out 0x9A84F4 (float), normal value = 0,5
    set it to 19 and look closely at the screen! (Can D/C you, so try different values)

  3. #93
    DamonT's Avatar Member
    Reputation
    6
    Join Date
    Aug 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just learned DX programming

  4. #94
    Zombie911's Avatar Member
    Reputation
    11
    Join Date
    Mar 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After year of works with basic memmory reading, i create grind bot.

    My app features:
    - Radar system (Units, Corpce, Player, Hostiles, Enemies)
    - Waypoint editor ( Add, Delete, Load, Save )
    - Units information
    - Scriptable player logic ( like JavaScript, 5000+ Lines of API )
    - Update logic by http request



    QT interface used.
    Also program use script engine (ECMAScript) by QT.


  5. #95
    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)
    that is a neat ass bot XD.

    Love the icons and the layout great work.

    Next thing to add is More advanced pathing is all that i can see for that bot since it uses waypoints.

  6. #96
    RawrSnarl's Avatar Member
    Reputation
    14
    Join Date
    May 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A bot written in Java...I envy you. I hate Java so much.

  7. #97
    Zombie911's Avatar Member
    Reputation
    11
    Join Date
    Mar 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RawrSnarl View Post
    A bot written in Java...I envy you. I hate Java so much.
    No! The program writen in C++.
    Program collect basic data from wow.
    JavaScript engine get data about units, buffs, keybinds, waypoints, etc... from program.
    Script used for programing player actions (When he stay at point, do combat, dispell debuffs, restoring). It easy for use and develop, no need recompile all program, just restart simulation)

  8. #98
    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)
    I don't exactly agree with your UI; But it seems interesting.

    I personally use VB / C# for my routines of my bots; Gives functionality and you don't have to compile them the same as your Java.

    You just unload and reload them.


  9. #99
    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)
    Nice work, though you have "Concussive" written as "Conclussive" .

  10. #100
    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 kynox View Post
    Nice work, though you have "Concussive" written as "Conclussive" .
    They seem to be custom names, not the actual ingame names

    Serppent sting
    arcane shoot

    Why are we bitching about the spelling anyway
    "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. #101
    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)
    Ya from looking @ it.

    Big list of Skills + Keybinding and then it does a search for it and calls that keybind name.

  12. #102
    Zombie911's Avatar Member
    Reputation
    11
    Join Date
    Mar 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes this is true, it not "ingame" spell names, i use predefined list of spell names for any class and just send key to window from script.
    I said that i was work with basic memory reading, without any injection and of course we are not talking about lua calls( DoLuaString, CastSpellByName and etc. ). This will be my next develop stage

    I'm sorry about spelling, i'm from Russia( all offsets and addresses superbly work in Russian version of WoW), and my English is not the best, this answer i make by Google Translator (i LOVE Google)

    I want to thank all WoW Memory Editing community for the provided information.

  13. #103
    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)
    Originally Posted by Zombie911 View Post
    Yes this is true, it not "ingame" spell names, i use predefined list of spell names for any class and just send key to window from script.
    I said that i was work with basic memory reading, without any injection and of course we are not talking about lua calls( DoLuaString, CastSpellByName and etc. ). This will be my next develop stage

    I'm sorry about spelling, i'm from Russia( all offsets and addresses superbly work in Russian version of WoW), and my English is not the best, this answer i make by Google Translator (i LOVE Google)

    I want to thank all WoW Memory Editing community for the provided information.
    Hey don't apologize man, its better than most!

  14. #104
    ostapus's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2008
    Posts
    176
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zombie911 View Post
    no! The program writen in c++.
    Program collect basic data from wow.
    Javascript engine get data about units, buffs, keybinds, waypoints, etc... From program.
    Script used for programing player actions (when he stay at point, do combat, dispell debuffs, restoring). It easy for use and develop, no need recompile all program, just restart simulation)
    прикольно ;-)

  15. #105
    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)
    Originally Posted by kynox View Post
    Hey don't apologize man, its better than most!
    kynox = педик

Page 7 of 116 FirstFirst ... 3456789101157107 ... LastLast

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 03:58 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