Camera Zoom Unlocker menu

User Tag List

Page 1 of 6 12345 ... LastLast
Results 1 to 15 of 84
  1. #1
    Filint's Avatar Contributor Authenticator enabled
    Reputation
    167
    Join Date
    Mar 2014
    Posts
    97
    Thanks G/R
    23/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Camera Zoom Unlocker

    Hi all, quick external tool here to remove the new limit on camera zoom. Blizzard implemented this limit in the Legion prepatch and lots of people have complained, especially raiders, that there is no way to increase the camera zoom limit in Legion. I personally was unable to raid with the new limit so had to do something about it. Using this tool you can zoom the camera out as far as you like in Legion.

    To those coming from outside Ownedcore,
    it's worth mentioning that this tool does not "change" or "modify" the "game files" in any way whatsoever. Nor does it change the memory of the process. However, because it is modifying the way the game client works, it is against the ToS of World of Warcraft. Use at your own risk.

    This tool should be compatible with all legion patches, but supports x64 ONLY. x86 support will come if there is sufficient demand.

    Instructions

    1. Download, unzip, ensure both exe files are in the same directory
    2. Run UnlockUI.exe
    3. Select a process ID from the dropdown list.
    4. Click the button.
    5. DO NOT close the window that opens.

    Safety

    This tool does not write to any part of the game memory, and it does not inject any dll's or other modules. It is completely external. This method has proven to be safe since Mists of Pandaria with other popular tools around here (fly hack, lua unlock, anti afk etc.). There has so far (as of build 22423) not been any capability either in Warden or the game client to detect this method. That said, it's impossible to predict what Blizzard may add and when, so if losing your main account is a life or death situation for you, it's probably best not to use this tool, just to be on the safe side. I can't guarantee that it's safe, there is always a risk to these things, but put it this way - I will be using it on my main.

    Download


    Download x64

    22624 hardcoded

    As always, feel free to have a look in reflector and/or IDA if you're interested in how the program works. Nothing is obfuscated or protected in any way. You can also virus scan it if it helps you sleep at night, but do bear in mind some antiviruses will label you as a virus if you breathe in their general direction, so take positive results with a pinch of salt.

    Troubleshooting
    I get some error box that says strange things
    Chances are you don't have both exe files in the same directory, make sure you do then try again

    A black box very quickly flashes up and then disappears, what's happening?
    Probably you're running the wrong exe file; make sure to run UnlockUI.exe

    The program runs successfully but the zoom is not unlocked, what gives?
    Likely the unlocker isn't compatible with the current patch; check this thread for updates and let me know if I missed one.

    The unlock ui doesn't show any process IDs in the list!
    This is almost certainly because you're running a x86 wow instance, note this unlocker is only compatible with x64 wow at the moment.

    Credits
    Memory editing section, specifically: Ryuk, aeo, TOM_RUS
    Darthton for being a seriously cool guy that made an awesome library
    Malkor for vigorous testing and feedback.
    Last edited by Filint; 09-22-2016 at 02:56 AM. Reason: Update

    Camera Zoom Unlocker
  2. Thanks DarkLinux, Malkor, Aquinm, manthix, Krack3n, Jax4, Dekaii, illusion_1, sparkHD, kingcyrax, Xalyth, -Ryuk-, lolp1, natasha996, ferguson666 (15 members gave Thanks to Filint for this useful post)
  3. #2
    Torpedoes's Avatar ★ Elder ★ Doomsayer
    Authenticator enabled
    Reputation
    1147
    Join Date
    Sep 2013
    Posts
    956
    Thanks G/R
    148/415
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Filint View Post
    At present I do not know whether this is scanned by Warden or some other method but I would consider it very surprising if it was. I'll update you on that when I've updated my Warden tool.
    I assume you're writing to .R/DATA? Last I checked, warden really only scans .TEXT and I really don't think that Blizzard will look too closely at people unlocking their camera unless it becomes a huge problem. But if they wanted to, they can just check for "illegal" values in the cvar and ban people that way. Will they do that? given their attitude towards WoW, I don't think so. But that could change.

  4. #3
    Filint's Avatar Contributor Authenticator enabled
    Reputation
    167
    Join Date
    Mar 2014
    Posts
    97
    Thanks G/R
    23/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Torpedoes View Post
    I assume you're writing to .R/DATA? Last I checked, warden really only scans .TEXT and I really don't think that Blizzard will look too closely at people unlocking their camera unless it becomes a huge problem. But if they wanted to, they can just check for "illegal" values in the cvar and ban people that way. Will they do that? given their attitude towards WoW, I don't think so. But that could change.
    That's right, I'm writing to .data. They do have some non-text memory scans but like you said they are few and far between (I'm talking mainly things like climb angle here). I agree, Blizzard is unlikely to care about the camera - it provides little advantage over other players (there's more on the screen but there's also more for the brain to process ). My reasoning was the same as yours... I doubt they would check the cvar contents and if they did, they'd be faced with a further difficulty and that is that this cvar has an ingame slider which can manipulate the value within a given range. To my knowledge, the warden memory scans only check if a value equals the expected value, there's no support for range checks.. and I doubt they would add it for a camera unlock :P

  5. #4
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,827
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    I could be wrong but I think Blizz checks to see if you have patched an if statement for the camera distance. Not much of a stretch to say they will try and detect this. I would cap it at the old distance if anything.
    Last edited by DarkLinux; 07-20-2016 at 04:48 PM.

  6. #5
    Filint's Avatar Contributor Authenticator enabled
    Reputation
    167
    Join Date
    Mar 2014
    Posts
    97
    Thanks G/R
    23/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DarkLinux View Post
    I could be wrong but I think Blizz checks to see if you have patched an if statement for the camera distance. Not much of a stretch to say they will try and detect this. I would cap it at the old distance if anything.
    They do, can't remember which function it is at the moment. Your suggestion is a good one, does anyone remember the old max distance?
    This is the problem for me with external programs. If I made it internal I would just add some basic warden protection, but OOP thats a lot more difficult. Then again if I was in process I'd patch the if you mentioned rather than editing the cvar....

  7. #6
    Alfalfa's Avatar Legendary
    Reputation
    746
    Join Date
    Feb 2013
    Posts
    669
    Thanks G/R
    70/79
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Filint View Post
    They do, can't remember which function it is at the moment. Your suggestion is a good one, does anyone remember the old max distance?
    This is the problem for me with external programs. If I made it internal I would just add some basic warden protection, but OOP thats a lot more difficult. Then again if I was in process I'd patch the if you mentioned rather than editing the cvar....
    Factor was 3.4 I believe, and the float value in memory for your actual zoom distance was 50.

    Also, Blizzard does consider it advantageous.

  8. #7
    Filint's Avatar Contributor Authenticator enabled
    Reputation
    167
    Join Date
    Mar 2014
    Posts
    97
    Thanks G/R
    23/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Alfalfa View Post
    Factor was 3.4 I believe, and the float value in memory for your actual zoom distance was 50.

    Also, Blizzard does consider it advantageous.
    Thanks, based on that link (which I hadn't seen) and the fact that it is already out of date (blizz and their patches heh) I will take a bit more time to update this and make it safer.

  9. #8
    Torpedoes's Avatar ★ Elder ★ Doomsayer
    Authenticator enabled
    Reputation
    1147
    Join Date
    Sep 2013
    Posts
    956
    Thanks G/R
    148/415
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Filint View Post
    If I made it internal I would just add some basic warden protection, but OOP thats a lot more difficult.
    Yeah, it's actually pretty safe. I mean the functionality is simple enough that the camera could be patched from Cheat Engine or, even better, just a few lines of JavaScript. I'm thinking this functionality would be cool as part of another tool I made (Vision) but I'm probably going to discontinue it for the time being.

  10. #9
    VesperCore's Avatar Contributor
    Reputation
    127
    Join Date
    Feb 2012
    Posts
    392
    Thanks G/R
    2/17
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reading that blue post make me sick.

    Basically, Game Master learned that you could increase zoom distance by watching Boss Kills on youtube.... *sights*

    That's pretty much how blizzard know its own game, and I guess, the idiot GM that discovered that was like: "OMG, this is so sick, we should fix this bug for legion".

    Try Alakir, Tectus, Archimonde, etc...


    I'm pretty sure archimonde mythic is not even killable without the zoom increased distance since you have too much thing to avoid and all you see is basically his 2 feet.

    Thank you very much for your Camera Unlocker, I'll be definitly using that when raiding if you add Warden protection.

  11. #10
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1584
    Join Date
    May 2010
    Posts
    1,827
    Thanks G/R
    188/531
    Trade Feedback
    16 (100%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    I cant even fly my Felsteel Annihilator mount anymore, gives me motion sickness being so zoomed in. I guess they want it to me more immersive, but forcing that on players is crazy. Add VR support if you want people to feel like they are in the game. The last time I was this zoomed in was TBC. If they have not cracked down on morphing programs, I dont think they will for this.

  12. #11
    Filint's Avatar Contributor Authenticator enabled
    Reputation
    167
    Join Date
    Mar 2014
    Posts
    97
    Thanks G/R
    23/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I agree VesperCore it's as if they want to ruin their own game. I think DarkLinux you have plans to add it to your lua unlock using the hwbp right? If so I will hold off updating it for now unless someone is desperate for a different version.

  13. #12
    Pu3Ho's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Filint View Post
    I agree VesperCore it's as if they want to ruin their own game. I think DarkLinux you have plans to add it to your lua unlock using the hwbp right? If so I will hold off updating it for now unless someone is desperate for a different version.
    I believe i am the one desperate for "confirmed safe" version cuz game simply became unplayable for me as tank/rl now.

    Edit. I will still use it anyways. Ty for making this possible.
    Last edited by Pu3Ho; 07-21-2016 at 12:10 PM.

  14. #13
    Aquinm's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just made an account to thank you (and anyone else helping) for offering the possibility to zoom out like we were able to for the past 10 years. Without you guys the game would be unplayable for me. <3

  15. #14
    Malkor's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for taking the time to create something that will help make the game playable again for so many of us that are suffering with head ache, eye strain and motion sickness.

    I do have a question, does this need to be ran from a specific folder? I am on win7 pro and when I run this, select my process Id and hit unlock, nothing happens. I go back to the game, and try to zoom out more and I am still limited to what the UI slider allows for maximum zoom out. Not sure if I am doing something wrong or if it just needs to be in a specific WoW folder or maybe with the new release number they did something that blocks the tool. Any advice would be much appreciated.

    Thank you again!

  16. #15
    Filint's Avatar Contributor Authenticator enabled
    Reputation
    167
    Join Date
    Mar 2014
    Posts
    97
    Thanks G/R
    23/56
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Pu3Ho, Aquinm its my pleasure I agree as a raider this is a very strange move by blizzard. They seem to have these moments where they decide they want to show they know better than their customers.

    @Malkor, no specific folder is needed but I have not updated the tool for the latest patch, I guess they changed the offset. When I get a chance, probably in a few hours, I will update it. I aim to have a properly safe version out within a few days, although you can assume this is almost certainly safe until then

  17. Thanks Malkor, Aquinm (2 members gave Thanks to Filint for this useful post)
Page 1 of 6 12345 ... LastLast

Similar Threads

  1. What Bot/Program for speed hack, camera zoom, etc?
    By Domeno in forum Guild Wars 2
    Replies: 1
    Last Post: 05-05-2018, 03:26 AM
  2. [Hack] DotA 2 Camera Zoom Hack
    By nightahh in forum Defense of the Ancients 2
    Replies: 6
    Last Post: 04-25-2017, 07:02 AM
  3. Zoomah - simple camera zoom tool
    By pancakemix8 in forum Diablo 3 Bots and Programs
    Replies: 4
    Last Post: 01-21-2013, 06:20 AM
  4. Zoom Unlocker?
    By siriuz in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 01-08-2013, 05:34 AM
  5. Increase camera zoom range with Brewfest Pony Keg
    By Etherea in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 10-02-2011, 07:22 PM
All times are GMT -5. The time now is 10:53 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