OHack - An open-source multihack menu

Shout-Out

User Tag List

Page 25 of 51 FirstFirst ... 212223242526272829 ... LastLast
Results 361 to 375 of 763
  1. #361
    D4v16's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by moor2 View Post
    Ive found interesting problem.
    It seems NoClip works only in some instances. Like it does work in Culling of Stratholme (shortcut for mount) also Naxxramas, but not in Shetekk Halls. But does work outside in Auchidon.
    It works for me with sethekk Halls but only when i enable fly and then noclip

    OHack - An open-source multihack
  2. #362
    moor2's Avatar Active Member
    Reputation
    65
    Join Date
    Aug 2008
    Posts
    335
    Thanks G/R
    2/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by D4v16 View Post
    It works for me with sethekk Halls but only when i enable fly and then noclip
    im doing it in same way, but when fly does work NoClip doesnt at all :S

  3. #363
    Jazu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by moor2 View Post
    im doing it in same way, but when fly does work NoClip doesnt at all :S
    same here....

  4. #364
    D4v16's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jazu View Post
    same here....

    you guys are right sorry i didn't use it for a while now but yesterday i tryied it inside sethekk and it didn't work.

  5. #365
    Jazu's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a possible fix for this ? I really could use it for farming and now it has no use for me ;(

  6. #366
    jacob1996's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    worked Great the first couple of times, then one stormy night i went to bed and awoke with a sweat, i had a sudden urge to play wow But as i hit the last Stroke of my Password i suddenly felt sick, 72H ban. i will let you guys know once im back up and playing again Great hack though, but Do not use all the time

  7. #367
    dinnerrollofdoom's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2008
    Posts
    207
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to see/tell if .track rare works? or what exactly the list is that it tracks? It didn't pop up anything for 2 rares in zang

  8. #368
    demonguy's Avatar Member
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your src code is excellent , i've learned a lot ...
    But i still have a question.. How do you know the UnitModelID Offset... It seems that i cound't find on Dump thread~~~
    And in this thread http://www.ownedcore.com/forums/worl...ete-newbs.html ([Guide] How to make a Wow bot for complete newbs!)
    descriptor seems to be a pointer to a pointer...But in your source code ,you just plus it with offset like "*reinterpret_cast<unsigned int*>(*reinterpret_cast<unsigned int*>(Target + Descriptors) + UnitModelID) = ModelID;" so how should i understand it ? and in the dump thread the descriptor seems to big such as "0x0091A1F0".. is there a transformation or they're totally diffrent things?

  9. #369
    l0l1dk's Avatar Elite User

    Reputation
    499
    Join Date
    Sep 2010
    Posts
    342
    Thanks G/R
    1/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by demonguy View Post
    Your src code is excellent , i've learned a lot ...
    But i still have a question.. How do you know the UnitModelID Offset... It seems that i cound't find on Dump thread~~~
    And in this thread http://www.ownedcore.com/forums/worl...ete-newbs.html ([Guide] How to make a Wow bot for complete newbs!)
    descriptor seems to be a pointer to a pointer...But in your source code ,you just plus it with offset like "*reinterpret_cast<unsigned int*>(*reinterpret_cast<unsigned int*>(Target + Descriptors) + UnitModelID) = ModelID;" so how should i understand it ? and in the dump thread the descriptor seems to big such as "0x0091A1F0".. is there a transformation or they're totally diffrent things?
    In the thread you linked the code is for out of process. OHack is in process, so it can use WoW's memory directly, without having to do memory reads. That's what the *reinterpret_cast<unsigned int*>(SomeAddress) is doing. It's the same as reading an unsigned int from SomeAddress. The large offsets are function addresses, relative to Wow.exe, not descriptors. Descriptors are the (usually small) offsets that are relative to the player object, or another object. And I got UnitModelID from the info dump thread. It's just named UNIT_FIELD_DISPLAYID there.

    For people that are having problems with no collision not working: It doesn't work in all dungeons and raids. I might fix it soon.
    Last edited by l0l1dk; 05-05-2012 at 04:03 PM.

  10. #370
    Lessomy's Avatar Private
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so to the person who got banned.. this is pretty much undetected.. you must have been doing it in BGs or something and got reported for it because i've been using this a good three weeks with no ban.
    Cassie

  11. #371
    D4v16's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please fix this bug asap

  12. #372
    phantom325's Avatar Turtle Nation
    Reputation
    1033
    Join Date
    Apr 2011
    Posts
    2,628
    Thanks G/R
    81/162
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dinnerrollofdoom View Post
    Is there a way to see/tell if .track rare works? or what exactly the list is that it tracks? It didn't pop up anything for 2 rares in zang
    Type .track rares
    not .track rare
    (you forgot the S)

    And I just used this not 5 minutes ago to fly through and no clip through all of H Magister's Terrace, so they both still work.

  13. #373
    D4v16's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but we ain't talking about magister's terrace, try Sethekk halls.

  14. #374
    xdinoify's Avatar Private
    Reputation
    4
    Join Date
    May 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've downloaded and used this. It's very, very, very good. I've made a video for it! OHack - WoW [World of Warcraft 4.3.4] Multihack - Works on live servers! - YouTube

  15. #375
    johm2's Avatar Active Member CoreCoins Purchaser
    Reputation
    48
    Join Date
    Nov 2007
    Posts
    214
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I feel like the NoClip hack works in instances that have an outside area. Places like Magister's Terrace or Utgarde Pinnacle. If there's no outside area, the NoClip hack doesn't work. Places like Sethekk Halls or Molten Core.

Page 25 of 51 FirstFirst ... 212223242526272829 ... LastLast

Similar Threads

  1. Wow hack for 2.3.3 [Open Source] Delphi
    By robotkid in forum WoW Memory Editing
    Replies: 15
    Last Post: 05-23-2018, 10:53 PM
  2. MMOGLIDER is going OPEN SOURCE!
    By Premium-mmo in forum Community Chat
    Replies: 9
    Last Post: 09-26-2013, 11:37 PM
  3. DampeBot (Open source)
    By swollen in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 03-23-2008, 10:03 AM
  4. Glider Status in your signature *OPEN SOURCE*
    By Marlo in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 09-16-2007, 05:12 PM
All times are GMT -5. The time now is 02:35 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search