Screenshot Thread menu

User Tag List

Page 2 of 116 FirstFirst 12345652102 ... LastLast
Results 16 to 30 of 1734
  1. #16
    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 UnknOwned View Post
    A simple object blacklister.
    Type in the object name(global) or id(local) and the obect(s) will be blacklisted for good.

    Eaiser way:
    CCollision::CollisionWorldObjPatch 0x007128BE
    CCollision::CollisionGameObjPatch 0x00712A2E


    Screenshot Thread
  2. #17
    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 Cypher View Post

    Eaiser way:
    CCollision::CollisionWorldObjPatch 0x007128BE
    CCollision::CollisionGameObjPatch 0x00712A2E

    I don't see how that would help blacklist objects?
    I mean, yea remove collision for all objects including elevators and other objects you usually need to step on would just be plain stupid.

  3. #18
    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 UnknOwned View Post
    I don't see how that would help blacklist objects?
    I mean, yea remove collision for all objects including elevators and other objects you usually need to step on would just be plain stupid.
    Not like its hard to toggle off when you're on an elevator. There are very few objects you actually need to use like that. Besides, from memory elevators etc are GameObjects so if you BP the addresses above you'll see they can be replicated with flags, just toggle off collisions for everything that isn't an elevator then. No need to get GUIDs and 'blacklist' them either.

    Either way though (entire removal or just toggling collisions) is 'just plain stupid' unless its for a bot, not like its hard to click a button when you need to use an elevator, then click it again when you're off. :P

    I usually have a GameObj/WorldObj global noclip enabled when I play and I've run into very little problems, only issues are as you say, elevators, at which point its easy to just toggle it off for that short period of time. That way I don't even have to go to the trouble of blacklisting all the doors and other annoying objects in the game. Seems simpler to "whitelist" 0.1% of objects than "blacklist" the other 99.9%. You could easily implement a whitelist by just checking the model of each object and not disabling collisions if its an elevator/bridge/whatever.

  4. #19
    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 Cypher View Post
    Not like its hard to toggle off when you're on an elevator. There are very few objects you actually need to use like that. Besides, from memory elevators etc are GameObjects so if you BP the addresses above you'll see they can be replicated with flags, just toggle off collisions for everything that isn't an elevator then. No need to get GUIDs and 'blacklist' them either.

    Either way though (entire removal or just toggling collisions) is 'just plain stupid' unless its for a bot, not like its hard to click a button when you need to use an elevator, then click it again when you're off. :P

    I usually have a GameObj/WorldObj global noclip enabled when I play and I've run into very little problems, only issues are as you say, elevators, at which point its easy to just toggle it off for that short period of time. That way I don't even have to go to the trouble of blacklisting all the doors and other annoying objects in the game. Seems simpler to "whitelist" 0.1% of objects than "blacklist" the other 99.9%. You could easily implement a whitelist by just checking the model of each object and not disabling collisions if its an elevator/bridge/whatever.
    Im pretty sure that you end up pressing "toggle" more than 82 times. And adding a new object is like pressing toggle once. No need for "redudant" (not really redundant) work. And its btw off cause not defined by GUID but DisplayID.

  5. #20
    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 UnknOwned View Post
    Im pretty sure that you end up pressing "toggle" more than 82 times. And adding a new object is like pressing toggle once. No need for "redudant" (not really redundant) work. And its btw off cause not defined by GUID but DisplayID.
    More than 82 times? Do your WoW sessions consist of you running around looking specifically for objects to fall though?

    Also, dunno if you realized, but you just said it yourself, a whitelist is smaller than a blacklist. There are 82 objects to "toggle" (ie whitelist) while there are many more that I'd rather just noclip through all the time (boxes, doors, gates, fences, roots, trees, the list goes on).

    You just proved my point.

  6. #21
    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 Cypher View Post
    More than 82 times? Do your WoW sessions consist of you running around looking specifically for objects to fall though?

    Also, dunno if you realized, but you just said it yourself, a whitelist is smaller than a blacklist. There are 82 objects to "toggle" (ie whitelist) while there are many more that I'd rather just noclip through all the time (boxes, doors, gates, fences, roots, trees, the list goes on).

    You just proved my point.
    Nono, you get me wrong.
    The blacklist contains 82 serverside objects. (thoes i have encountered sofar)

  7. #22
    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)
    I'm talking about both serverside AND clientside objects.

    ie. GameObjects AND WorldObjects.

    Your list would be a lot bigger if you included them. Also, 82 is nowhere near the amount of SSOs I find it useful to have noclip for, you must either spread your play among much of the content, or be very selective in what you 'blacklist'.

    The number of SSOs on which is is detrimental to have noclip enabled is magnitudes smaller than the list of objects that benifit from noclip. And besides, are you including 'blacklisting' client-side m2s?

    P.S. Noclip is much better than removing an object alltogether imo, at least with noclip you know when you're walking through something other people may be able to notice. With full removal you'd just have to remember everything you blacklisted.

  8. #23
    undrgrnd59's Avatar Active Member
    Reputation
    16
    Join Date
    May 2008
    Posts
    140
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My fishbot attempting to find the s_curMgr.



    Not very fancy, and it doesn't even get the job done! (Its supposed to be an exact copy of Shynd's method using FindPattern, it uses his memory library from his blog and copy/pasted code from the MMOwned thread... I fail so hard I can't even copy correctly... Code Here)
    U59

  9. #24
    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)
    Rofl @ that screenshot.

  10. #25
    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)
    A opensource (depending on the ammount of work left to be made) Travel / Grinding /Questing bot with Mesh-based pathing (like openbot) written in AutoIT.




    The "handling" is already in many areas much better than venilla glider, I just need to improve the combat system alot and add the quest queue generator.

    The movement is unique since it does not use injection nor "key spamming" (you can accturally have the map up on fullscreen or type messages while walking and offcause minimize the wow window.)

  11. #26
    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)
    Hope that
    #1 You make it not in Auto-it but in another lanaguage that supports more advanced stuf not gonna list em all b/c i hope you know.
    #2 it will work w/o fullscreen and in backround
    #3 It will not use Mouse at all instead use ASM/LUA :P

    But it looks good so far. Like the mesh mapping but u could also look into ppather but you would need C# etc. (see Point 1) having dlls easily added is very nice :P.
    Ppather messes up sometimes thu so a good mesh map is always best.

    Are you gonna use A* i suspect for calculations.

    But it seems like a good base so far.

    And if u do indeed finish it then you get...

    Last edited by luciferc; 01-04-2009 at 11:05 PM.

  12. #27
    Nesox's Avatar ★ Elder ★
    Reputation
    1280
    Join Date
    Mar 2007
    Posts
    1,238
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and dont forget, the most important thing of all, Sweedish Meatballs!


  13. #28
    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 luciferc View Post
    Hope that
    #1 You make it not in Auto-it but in another lanaguage that supports more
    advanced stuf not gonna list em all b/c i hope you know.
    It will be AutoIT....

    Originally Posted by luciferc View Post
    #2 it will work w/o fullscreen and in backround
    It does...

    Originally Posted by luciferc View Post
    #3 It will not use Mouse at all instead use ASM/LUA :P
    I do not use the mouse... HOWEVER nor do I use ASM or LUA

    Originally Posted by luciferc View Post
    But it looks good so far. Like the mesh mapping but u could also look into ppather but you would need C# etc. (see Point 1) having dlls easily added is very nice :P.
    Ppather messes up sometimes thu so a good mesh map is always best.
    PPather in its current state is not something I see the advantage in. Its flawed. I would however love to see a better MPQ based pathing system.

    Originally Posted by luciferc View Post
    Are you gonna use A* i suspect for calculations.
    I use "3D" Dijkstra.

  14. #29
    alek900's Avatar Contributor
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by UnknOwned View Post
    A opensource (depending on the ammount of work left to be made) Travel / Grinding /Questing bot with Mesh-based pathing (like openbot) written in AutoIT.
    If you do go opensource I would love to contribute too such a project.
    19+4 that means i score

  15. #30
    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)
    Haha I remember that Warden joke.

    Nice bot btw.

Page 2 of 116 FirstFirst 12345652102 ... 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 04:50 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