[Release] LuaNinja - Run protected Lua code menu

Shout-Out

User Tag List

Page 7 of 70 FirstFirst ... 3456789101157 ... LastLast
Results 91 to 105 of 1048
  1. #91
    Sikas's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    386
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still getting the 'Blizzard has blocked an action...' when I'm using my macros. But it disappears once I have my target.

    [Release] LuaNinja - Run protected Lua code
  2. #92
    Iaccidentallytwink's Avatar Elite User
    Reputation
    591
    Join Date
    Aug 2007
    Posts
    1,020
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jt12852 View Post
    Have you tried using MoveForwardStop()?

    Edit: Assuming you may have already started moving in any direction:
    Code:
    function StopAllMovement()
        AscendStop();
        DescendStop();
        MoveForwardStop();
        MoveBackwardStop();
        StrafeLeftStop();
        StrafeRightStop();
        TurnLeftStop();
        TurnOrActionStop();
        TurnRightStop();
    end
    Edit yet again: I'm not sure if these API functions cause movement messages to be sent to the server. If so, it might be suspicious (and potentially detectable heuristically) if a bunch of STOP messages get sent that have no corresponding START messages. It might look like releasing a key you had never pressed down in the first place.
    Is it possible to check if you're moving in a certain direction? Are there values returned differently from the movement functions or some kind of IsMovingLeft();, etc function in the API? I suppose that's what I was really looking for. +Rep anyone.

    In case someone can't find it, I suppose I could macro all my directional keys with something like MoveLeft = 1; and then check then each in the function. Though that would be problematic is it wouldn't reset when I stopped moving. I suppose I could use a G15 macro to do some kind of check.

  3. #93
    spudstar99's Avatar Member
    Reputation
    12
    Join Date
    Aug 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for the error popup .. just include

    /click StaticPopup1Button1
    in your macros ...

    have fun

  4. #94
    antis0c's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like all of the targeting APIs are still protected.

    Tried using AssistUnit(), TargetUnit(), TargetNearestEnemy(), all resulted protection dialogs.

  5. #95
    death_goes's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Make sure you try your macros without any addons active at first.

  6. #96
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is mind blowing!

    /dump here i come..

    With this hack, we should be able to make a uber healing addon. Like back in vanilla wow. So If some one heals your target 0,01sec before you, it will cancel your heal


    +rep ofc.

  7. #97
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just released the latest security update as promised.

    PLEASE DOWNLOAD THE LATEST VERSION FROM THE FIRST POST AS SOON AS POSSIBLE.
    THIS IS A CRITICAL UPDATE.

  8. #98
    Sikas's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    386
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can we get like a detailed fix changelog? Just curious to what the fix is.. even though I don't understand the code itself. xD

    I can understand if you don't put out the actual info, incase they know how to fix it...

  9. #99
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sikas View Post
    Can we get like a detailed fix changelog? Just curious to what the fix is.. even though I don't understand the code itself. xD

    I can understand if you don't put out the actual info, incase they know how to fix it...
    The first security fix was to hook NtQueryVirtualMemory to properly bypass Warden's module scans.

    The second security fix was to modify the hooking method to properly bypass Warden's API hooking scans (which is necessary due to the first security fix).

  10. #100
    Glitchy's Avatar ★ Elder ★
    Reputation
    1277
    Join Date
    Jun 2007
    Posts
    985
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice as always. Fast question does this have a version check at start up or any other type of feture like that, that would alert us to possible critical updates?

  11. #101
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Glitchy View Post
    Very nice as always. Fast question does this have a version check at start up or any other type of feture like that, that would alert us to possible critical updates?
    Not yet, you just have to check back here regularly. I'll think about adding that though.

  12. #102
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gave everything a quick skim and I don't think there will be any critical updates until the next patch. Everything appears to be safe for now. However, you should still check back just in case.

  13. #103
    Bugger00's Avatar Member
    Reputation
    27
    Join Date
    Jan 2009
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Cypher you always bring the awesomeness.

  14. #104
    WrathofGod's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone finds something that a newer player could do with this please share i'll plust rep 2 thanks

  15. #105
    Sikas's Avatar Active Member
    Reputation
    69
    Join Date
    Feb 2007
    Posts
    386
    Thanks G/R
    6/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You use LuaNinja plus a series of macros to get things mostly automated. Like for instance, my Ret Pally rotation. You have 5 macros.. but all you press is 1 macro. The rest of the rotation follows through, using each skill AS SOON as the cooldown finishes for 1 of those 5 spells. Seriously is One Button Rotation.

Page 7 of 70 FirstFirst ... 3456789101157 ... LastLast

Similar Threads

  1. Replies: 8
    Last Post: 07-13-2010, 01:36 AM
  2. [3.3.2] AUTOIT - Run Protected LUA
    By satia in forum WoW Memory Editing
    Replies: 46
    Last Post: 06-19-2010, 08:58 AM
  3. Run Protected Lua in 3.3.3a
    By thefarmer in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 04-30-2010, 08:03 PM
  4. Protected LUA Code and Chat Addons
    By Ultraviolence in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 04-20-2010, 12:01 AM
  5. [Release] LuaHobo - Run protected LUA
    By Seifer in forum World of Warcraft Bots and Programs
    Replies: 50
    Last Post: 01-18-2010, 06:06 PM
All times are GMT -5. The time now is 08:26 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