Simple Windows and OSX unlocker method menu

User Tag List

Results 1 to 6 of 6
  1. #1
    qyte's Avatar Member
    Reputation
    22
    Join Date
    Aug 2013
    Posts
    4
    Thanks G/R
    1/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Simple Windows and OSX unlocker method

    Windows:
    I found a neat little yet simple method to "unlock" wows lua, code follows

    Code:
    using Process.NET; // you will need to refer to https://github.com/lolp1/Process.NET
    using Process.NET.Patterns; // for anything below that seems unfamiliar
    ...
    var process = System.Diagnostics.Process.GetProcessesByName("Wow").FirstOrDefault();
    var processSharp = new ProcessSharp(process, Process.NET.Memory.MemoryType.Remote);
    var Lua_Tainted = GetAddressFromPattern("4C 8B 0D ?? ?? ?? ?? 45 33 C0 48 8B CE", 3, 4);
    Thread th = new Thread(delegate (){
    	while (true)
    	{
    		processSharp.Memory.Write(Lua_Tainted, IntPtr.Zero);
    	}
    });
    th.IsBackground = true;
    th.Start();
    Methods
    Code:
    private static IntPtr GetAddressFromPattern(string pattern, int offset, int size)
    {
    	var scanResult = PatternScanner.Find(new DwordPattern(pattern));
    	return IntPtr.Add(scanResult.ReadAddress, ProcessSharp.Memory.Read<int>(scanResult.ReadAddress + offset)) + offset + size;
    }
    Lua to call protected functions:
    Code:
    local function CastSpell_ByName(spell, target)
      local target = target or "target"
      secured = false
      while not secured do
        RunScript([[
          for index = 1, 500 do
            if not issecure() then
              return
            end
          end
          CastSpellByName("]] .. spell .. [[", "]] .. target .. [[")
          secured = true
        ]])    
      end
    end
    OSX:
    Similar logic to the above - different patterns and offsets.

    Simple Windows and OSX unlocker method
  2. Thanks Corthezz, WiNiFiX, jaczar, kildare, airjqqq (5 members gave Thanks to qyte for this useful post)
  3. #2
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (back to pixels I guess).
    Last edited by WiNiFiX; 09-29-2018 at 10:40 AM.

  4. #3
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If we lucky blizzards anti-bot person is as skilled as their spelling person :P


  5. #4
    NessK's Avatar Member
    Reputation
    13
    Join Date
    Jan 2015
    Posts
    100
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WiNiFiX View Post
    Please can you post a new method for me to use, now that this one is public. (back to pixels I guess).
    Cant agree with you more. What a shame. And I love "I found"...

  6. #5
    aeo's Avatar Contributor
    Reputation
    127
    Join Date
    Apr 2007
    Posts
    270
    Thanks G/R
    84/62
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    almost certain you did not find this.

  7. #6
    eSko's Avatar YmxhY2tqYWNrJmhvb2tlcnM= CoreCoins Purchaser Authenticator enabled
    Reputation
    849
    Join Date
    Aug 2006
    Posts
    1,011
    Thanks G/R
    75/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qyte View Post
    OSX:
    Similar logic to the above - different patterns and offsets.
    really useful. thanks bro.

Similar Threads

  1. [Selling] DayZ Standalone 0.62 *PRIVATE WORKING DUPING METHOD!* Simple, Quick, and CHEAP!
    By SELLINGDUPEMETHOD in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 06-28-2017, 05:58 AM
  2. Replies: 51
    Last Post: 08-09-2008, 09:36 PM
  3. [Dupe] Item and Gold Duping Method(s)
    By attackruby in forum World of Warcraft Guides
    Replies: 14
    Last Post: 12-17-2007, 02:46 AM
  4. A few simple recolours and a question.
    By Votty in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 10-01-2007, 07:41 AM
All times are GMT -5. The time now is 04:15 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