[Release] LuaNinja - Run protected Lua code menu

User Tag List

Page 35 of 70 FirstFirst ... 313233343536373839 ... LastLast
Results 511 to 525 of 1048
  1. #511
    paradoxial's Avatar Active Member
    Reputation
    22
    Join Date
    Apr 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've verified everything here's my information as requested. Some other information, I've had this working before no issues at all, just after patch I can't seem to get it to work no matter what.

    OS: Windows 7 64bit
    .NET Framework 4.0 BETA 2
    WoW Build: Version 3.3.0 (11159)(Release)
    Dec 9, 2009

    LuaNinja Version: v20091215a

    Macro I'm trying to run:
    Code:
    /run if UnitBuff("player", "Clearcasting") then CastSpellByName("Shred") end
    /run local _,d,_ = GetSpellCooldown("Tiger's Fury") if (d == 0) and UnitPower("Player") < 30 then CastSpellByName("Tiger's Fury") end
    /run p=GetComboPoints("player","target");if not UnitBuff("player", "Savage Roar") and p>0 then RunMacroText("/cast Savage Roar") end
    /run p=GetComboPoints("player","target");if not UnitDebuff("target", "Rip",unitCaster~="player") and p>4 then RunMacroText("/cast Rip") end
    /run p=GetComboPoints("player","target");if p>4 then RunMacroText("/cast Ferocious Bite") end
    /run if not UnitDebuff("target", "Mangle",unitCaster~="player") then CastSpellByName("Mangle") end
    /run if not UnitDebuff("target", "Rake",unitCaster~="player") then CastSpellByName("Rake") end
    /run local _,d,_ = GetSpellCooldown("Shred") if (d == 0) then CastSpellByName("Shred") end
    Here's my startup .bat I have even tried using the GUI to no avail:
    Code:
    Loader_IA32.exe --window="World of Warcraft" --module="LuaNinja.dll" --export="Initialize"
    Here's my screenshot:
    Last edited by paradoxial; 12-16-2009 at 10:37 AM.
    I'm widely known as TheUltimateParadox

    [Release] LuaNinja - Run protected Lua code
  2. #512
    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)
    I sometimes randomly freeze, no error shows up though. Doesn't happen often, but not sure if it's related. Though it's the only thing running that's attached to the WoW process.

  3. #513
    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)
    Given it's such a large patch Blizzard may-well have 'inlined' a few more of the functions to thwart my hack.

    Please try the example given (/script MoveForwardStart()).

    If that works, the hack is working.

    If that DOESN'T work then let me know.

    If it works, and your previously working macro doesn't, that may mean they have in fact inlined the protection some more and I will need to expedite the release of the upgraded version of this hack.

    Furthermore, to anyone recieving random crashes/freezes. Please disable your entire UI and give it another try. I seem to recall DeMoN having a similar issue but it was caused by another addon. You may need to go through the process of disabling and enabling addons until you can find the offender.

  4. #514
    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 L0st View Post
    Quite a nie release, it really is. I will on that note +Rep.
    You do realize reputation logs are public, right?

    Saying that then not doing it makes you look like a bit of a moron.

  5. #515
    paradoxial's Avatar Active Member
    Reputation
    22
    Join Date
    Apr 2007
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Given it's such a large patch Blizzard may-well have 'inlined' a few more of the functions to thwart my hack.

    Please try the example given (/script MoveForwardStart()).

    If that works, the hack is working.

    If that DOESN'T work then let me know.

    If it works, and your previously working macro doesn't, that may mean they have in fact inlined the protection some more and I will need to expedite the release of the upgraded version of this hack.

    Furthermore, to anyone recieving random crashes/freezes. Please disable your entire UI and give it another try. I seem to recall DeMoN having a similar issue but it was caused by another addon. You may need to go through the process of disabling and enabling addons until you can find the offender.
    Yeah I feel dumb for not trying (/script MoveForwardStart()) but yeah that worked and the hack works fine. Guess the macro is ****ed :/ release that upgrade Cypher
    I'm widely known as TheUltimateParadox

  6. #516
    angusm's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive Tried every single thing i can think of Cypher, still nothing.

    Deleted all previous versions, downloaded Again, tried to run with Adm privileges and Injecting via Window and Process method, even deleted all my addons and UI . Nothing.

    I can see the inject Window like i always did but at some point it just closes(like it would normally) but WoW closes as well, i dont get any messages or errors of any kind.

    Weird cause ive always used this, since first release with no problems, was even using the lastest version with no problems at all, it started after the maintenance.

    I really dont know whats wrong.

    Windows Vista Ultimate (x86)
    .NET Framework 4.0 BETA 2
    WoW 3.3.0(11159)(Release)

  7. #517
    garyrbaker's Avatar Member
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by angusm View Post
    Ive Tried every single thing i can think of Cypher, still nothing.

    Deleted all previous versions, downloaded Again, tried to run with Adm privileges and Injecting via Window and Process method, even deleted all my addons and UI . Nothing.

    I can see the inject Window like i always did but at some point it just closes(like it would normally) but WoW closes as well, i dont get any messages or errors of any kind.

    Weird cause ive always used this, since first release with no problems, was even using the lastest version with no problems at all, it started after the maintenance.

    I really dont know whats wrong.

    Windows Vista Ultimate (x86)
    .NET Framework 4.0 BETA 2
    WoW 3.3.0(11159)(Release)


    I am having the exact same issues and the exact same setup. not sure what else to tell you

  8. #518
    pkaa4eva_jr's Avatar Banned
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I even roled my computer back a week to see lol this is so fustrating. asoon as the injection finishes injecting my wow just closes iv tryied everything, disabling all add-ons like you said, re downloaded everything. Idk what else to do.

  9. #519
    pkaa4eva_jr's Avatar Banned
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by angusm View Post
    Ive Tried every single thing i can think of Cypher, still nothing.

    Deleted all previous versions, downloaded Again, tried to run with Adm privileges and Injecting via Window and Process method, even deleted all my addons and UI . Nothing.

    I can see the inject Window like i always did but at some point it just closes(like it would normally) but WoW closes as well, i dont get any messages or errors of any kind.

    Weird cause ive always used this, since first release with no problems, was even using the lastest version with no problems at all, it started after the maintenance.

    I really dont know whats wrong.

    Windows Vista Ultimate (x86)
    .NET Framework 4.0 BETA 2
    WoW 3.3.0(11159)(Release)
    exact same problem im having man.

    If anyone had this problem earlier and found out how to fix it please let us know.

  10. #520
    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)
    So, wait.

    You said you were using the latest version before and after the maintenance?

    Was there a maintenance after the one for the patch or something?

    At any rate, unless there was a new patch nothing should have changed, and you seem to be implying it was working on 3.3.0a and now it's not (on the same patch).

    Could you please clear up the confusion?

  11. #521
    CryptoCombat's Avatar Contributor #define ME 0x1337 CoreCoins Purchaser
    Reputation
    194
    Join Date
    Jan 2009
    Posts
    473
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by maniax View Post
    Yeah I feel dumb for not trying (/script MoveForwardStart()) but yeah that worked and the hack works fine. Guess the macro is ****ed :/ release that upgrade Cypher
    I didn't read the macro to check for syntax, I'm just too tired. But I can tell tell you where to start. Look back a page or two, and find the list of functions that I posted that remain protected. If that's the solution, may I suggest reading the posts on a program before reporting issues.

    Edit, 5 pages ago. Here it is.
    Originally Posted by lorddenathor View Post
    Did a test. Some of the protected functions are still protected, some show the error but run anyway. Here's the list, I tested them all. The unknown I wasn't able to check for various reasons.

    Working
    ToggleGameMenu()
    CameraOrSelectOrMoveStart()
    CameraOrSelectOrMoveStop()
    CastShapeshiftForm()
    CastSpell()
    CastSpellByName()
    ClearTarget()
    MoveBackwardStart()
    MoveBackwardStop()
    MoveForwardStart()
    MoveForwardStop()
    PetAttack()
    PickupAction()
    PickupMacro()
    PickupPetAction()
    ReplaceEnchant()
    ReplaceTradeEnchant()
    RunMacro()
    RunMacroText()
    SitStandOrDescendStart()
    SpellStopCasting()
    SpellStopTargeting()
    SpellTargetUnit()
    StartDuel()
    StrafeLeftStart()
    StrafeLeftStop()
    StrafeRightStart()
    StrafeRightStop()
    Stuck()
    ToggleAutoRun()
    ToggleRun()
    TurnLeftStart()
    TurnLeftStop()
    TurnOrActionStart()
    TurnOrActionStop()
    TurnRightStart()
    TurnRightStop()
    UseContainerItem()



    Not Working
    AssistUnit()
    TargetLastEnemy()
    TargetLastTarget()
    TargetNearestEnemy()
    TargetNearestFriend()
    TargetUnit()

    Unknown
    ActionButtonDown()
    ActionButtonUp()
    UseAction()


    Works, but error
    AttackTarget()

    Depreciated

    RegisterForSave()

    Edit@Cypher:

    What they are saying is correct, and happened to me as well. I've tried all the standard procedures to reinstall. This was working for a while, then I suppose there was a hidden maintainence (or something) and it started crashing my client as well.
    Last edited by CryptoCombat; 12-16-2009 at 12:36 PM.

  12. #522
    angusm's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats right Cypher, i was using the latest version before with no problems whatsoever running just perfect.
    But since the server came back up after tuesday (December the 15) restart/maintenance (WoWUS) it just stopped working. Thats what i cant understand as well.

    If u follow the link below you can have some info, but i have no idea if this would affect anything at all.

    http://www.tentonhammer.com/node/78127

    Any chance that some of the Patch changes just got to work after this restart ?

    Sorry for my Terrible English.
    Last edited by angusm; 12-16-2009 at 01:06 PM.

  13. #523
    pkaa4eva_jr's Avatar Banned
    Reputation
    3
    Join Date
    Aug 2009
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    So, wait.

    You said you were using the latest version before and after the maintenance?

    Was there a maintenance after the one for the patch or something?

    At any rate, unless there was a new patch nothing should have changed, and you seem to be implying it was working on 3.3.0a and now it's not (on the same patch).

    Could you please clear up the confusion?
    Yes after the patch was released or hot fix there was a maintanance on tuesday where all realms where down, asoon as i inject wow by running this like i always have been it closes my wow with no error message no nothing it just closes my wow window also iv tryied everythinggg, rolled my computer back re-installed all the programs and still can't get this to work. Similar issue other people are having it seems that only some people are having this, i have no clue how it's working for others.

    Please excuse my bad english
    Last edited by pkaa4eva_jr; 12-16-2009 at 12:57 PM.

  14. #524
    angusm's Avatar Member
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just Copied the following Info from MMO site First Page.


    Quote from: Bornakk (Source)
    Listed below are recent fixes we have applied to the game. Keep in mind that some of these changes may not be active until after the realm has been restarted.

    To review previous in-game fixes, please visit: World of Warcraft - English (NA) Forums -> Recent In-Game Fixes - October 2009 - 10/22

    12/15/09

    * Quel’Delar in now unique equip.
    * Naxxramas can now be cleared in any order for the Immortal and Undying achievements.
    * The drop rate for the Battered Hilt has been increased.
    * The Skeletal Slave in the Pit of Saron has had the ability to drop the Battered Hilt and other random drop epics removed.


    So the Restart really did bring some changes on the 15th.

    Hope this info Helps Cypher, love your Work.
    Last edited by angusm; 12-16-2009 at 01:36 PM.

  15. #525
    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)
    Lets clear up some obvious confusion I see going on here.

    People keep saying "the patch", but lets be more clear.

    While there have been many "fixes", there are ONLY TWO patches.

    3.3.0 - Released 12/8/2009 - The major content patch with ICC and Dungeon Queuing etc.

    AND

    3.3.0a - Released 12/15/2009 - A minor client patch to resolve a few bugs that could only be resolved with a client patch.

    Any other fixes were addressed server side, and will have absolutely no change on how LuaNinja works. Only changes to the compiled code itself (ie. a patch) will break LuaNinja functionality.

    The LATEST LuaNinja works on 3.3.0a. The previous version is for 3.3.0 and will not work correctly with 3.3.0a. So when you say "since the patch", make sure you are talking about the latest patch, 3.3.0a, to which LuaNinja has a release for.

    PS. TY Cypher for such a timely release twice in a row =)

Page 35 of 70 FirstFirst ... 313233343536373839 ... 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 09:04 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