The Free Lunch Is Over - Obfuscation is Coming menu

User Tag List

Page 7 of 9 FirstFirst ... 3456789 LastLast
Results 91 to 105 of 122
  1. #91
    SerenityWOW's Avatar Member
    Reputation
    1
    Join Date
    Nov 2013
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, my AHK button smashing script is still working on 7.3 (like the one you posted)
    Last edited by SerenityWOW; 08-30-2017 at 05:49 AM.

    The Free Lunch Is Over - Obfuscation is Coming
  2. #92
    BlackRainBow's Avatar Member
    Reputation
    28
    Join Date
    Feb 2014
    Posts
    5
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by olilo1 View Post
    Cant send keyboard input anymore.
    maybe this? Raw Input (Windows)
    even without hook and check LLKHF_INJECTED possible drop fake SendInput's, because they don't have device handle in RAWINPUTHEADER

    Mouse SendInput, for example, simply detected via GetAsyncKeyState

    Code:
    var d = GetAsyncKeyState(mouseKey) & 1;
    if (d == 0)
    MessageBox("FAKE");
    else
    MessageBox("REAL");

  3. #93
    olilo1's Avatar Member
    Reputation
    7
    Join Date
    Mar 2007
    Posts
    19
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guyes. Thanks for your suggestions.

    I live in europe and patch didnt hit before today. But it works after all! But it did not work during PTR.
    I started a thread asking if anyone else had the problem on PTR, so I assumed the worst:

    [Question] AutoHotKey stopped in 7.3?

  4. #94
    noctural's Avatar Active Member Captain Copypasta CoreCoins Purchaser Authenticator enabled
    Reputation
    26
    Join Date
    Apr 2009
    Posts
    76
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, say I injected before. Now, is it a solid strategy to run wow, dump memory to disk, scan for disk image for offsets, then inject using those offsets?

  5. #95
    CatsNimo's Avatar Active Member
    Reputation
    22
    Join Date
    Feb 2014
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The Release build removed this obfuscation. The WoW binary is back to normal.

    I assume this means they're still testing it and aren't ready for it to go Live yet.

  6. #96
    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 CatsNimo View Post
    The Release build removed this obfuscation. The WoW binary is back to normal.

    I assume this means they're still testing it and aren't ready for it to go Live yet.
    Are you sure? it's still garbled for me (7.3.0.24931).

  7. #97
    CatsNimo's Avatar Active Member
    Reputation
    22
    Join Date
    Feb 2014
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Torpedoes View Post
    Are you sure? it's still garbled for me (7.3.0.24931).
    Ah, you're correct. My bad. I just saw the file size drop from PTR to Release and assumed it had gone away. It's the same as PTR though; Live Windows is obfuscated and Live Mac is not.

    Interesting side note; Blizzard just released a 7.2.5 build on their Beta branch without the obfuscation, presumably since it's branched away.

  8. #98
    air999's Avatar Contributor
    Reputation
    131
    Join Date
    Nov 2014
    Posts
    102
    Thanks G/R
    9/62
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CatsNimo View Post
    Live Windows is obfuscated and Live Mac is not.
    Now is good time to move into Mac World

  9. #99
    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 air999 View Post
    Now is good time to move into Mac World
    Shameless plug but both robot and (Writing Bots with Robot-js)robot-js support mac :-D

  10. #100
    Sariam1992's Avatar Active Member CoreCoins Purchaser
    Reputation
    38
    Join Date
    Jan 2009
    Posts
    124
    Thanks G/R
    10/13
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlackRainBow View Post
    maybe this? Raw Input (Windows)
    even without hook and check LLKHF_INJECTED possible drop fake SendInput's, because they don't have device handle in RAWINPUTHEADER

    Mouse SendInput, for example, simply detected via GetAsyncKeyState

    Code:
    var d = GetAsyncKeyState(mouseKey) & 1;
    if (d == 0)
    MessageBox("FAKE");
    else
    MessageBox("REAL");

    Sorry, I've read the whole thread and I'm a bit confused by the virtual key imput, does that mean it could be detected now, making pixel bots like chimpeon a lot more likely to be hit?

  11. #101
    olilo1's Avatar Member
    Reputation
    7
    Join Date
    Mar 2007
    Posts
    19
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sariam1992 View Post
    Sorry, I've read the whole thread and I'm a bit confused by the virtual key imput, does that mean it could be detected now, making pixel bots like chimpeon a lot more likely to be hit?
    No. It's my fault for the confusion. Pixel bots are still good.

    The PTR client didn't accept inputs from autohotkey, but retail client does. No idea why though.

  12. Thanks Sariam1992 (1 members gave Thanks to olilo1 for this useful post)
  13. #102
    Sariam1992's Avatar Active Member CoreCoins Purchaser
    Reputation
    38
    Join Date
    Jan 2009
    Posts
    124
    Thanks G/R
    10/13
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the reply mate

  14. #103
    Stonerage's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Torpedoes View Post
    It's interesting that they explicitly mention out of process now. Did they not look at out of process in the past?
    So, from the previous it just checked for software running alongside the game which sounds logical and memory efficient. So I brainstormed and then came to the conclustion that I should deob and decrypt their android apps and see if it yields any interesting results in how they monitor memory on android.

    But staying OT.
    What are they referring to by out-of-process?
    I can only assume they're referring to out of process as in out-of-process.

    Seeing as they've renamed from "Game" to "The platform" for most of it, but not in that specific context. Are they referring to the battle.net app? Are they planning on monitoring in how programs run at the same time as the battle.net app? This sounds the most logical to me, would allow them to see if a piece of software is launched/exited along side any of their games and especially seeing as they've added "Mobile Device" to the list. Perhaps they're trying to target their entire branch? After all the only thing you could possibly do on the mobile app would be to bot follower missions.
    Last edited by Stonerage; 08-31-2017 at 11:23 AM.

  15. #104
    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 Stonerage View Post
    So, from the previous it just checked for software running alongside the game which sounds logical and memory efficient. So I brainstormed and then came to the conclustion that I should deob and decrypt their android apps and see if it yields any interesting results in how they monitor memory on android.

    But staying OT.
    What are they referring to by out-of-process?
    I can only assume they're referring to out of process as in out-of-process.

    Seeing as they've renamed from "Game" to "The platform" for most of it, but not in that specific context. Are they referring to the battle.net app? Are they planning on monitoring in how programs run at the same time as the battle.net app? This sounds the most logical to me, would allow them to see if a piece of software is launched/exited along side any of their games and especially seeing as they've added "Mobile Device" to the list. Perhaps they're trying to target their entire branch? After all the only thing you could possibly do on the mobile app would be to bot follower missions.
    I have a prediction. Very soon (maybe even as soon as October as that's when they're planning on dropping XP), we'll see the Battle.net app include other components related to anti-cheating. I would go so far as to say they'll start doing what every other anti-cheat system has done for a while now, kernel hooks. So you wanna play Blizzard games? install an EAC style anti-cheat. Perhaps this is their response to Windows Containers coming in the future. So perhaps it's time to brush up on your kernel skills, or just get a Mac :-P

  16. #105
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Torpedoes View Post
    maybe even as soon as October as that's when they're planning on dropping XP
    Where did you see this, I cant see dates specified anywhere?

Page 7 of 9 FirstFirst ... 3456789 LastLast

Similar Threads

  1. [WOD] is coming, how much u paid for the key
    By Kuri in forum World of Warcraft General
    Replies: 15
    Last Post: 11-12-2014, 02:03 PM
  2. [Selling] The Elder Scrolls Online is coming on the way
    By V5ESO in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 04-02-2014, 04:02 AM
  3. Replies: 22
    Last Post: 07-07-2012, 11:31 AM
  4. Is the beta testing period over?
    By Badtobaco in forum Star Wars: The Old Republic
    Replies: 6
    Last Post: 07-23-2011, 09:50 AM
  5. The terrifying Terrorist is Coming to Town.
    By ViND_ in forum Screenshot & Video Showoff
    Replies: 0
    Last Post: 11-30-2008, 09:10 AM
All times are GMT -5. The time now is 03:56 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