[Release] LuaNinja - Run protected Lua code menu

User Tag List

Page 30 of 70 FirstFirst ... 262728293031323334 ... LastLast
Results 436 to 450 of 1048
  1. #436
    armen's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sikas View Post
    Well, it doesn't launch WoW for it as it usually does.. but it works jus fine. Launch WoW manually, hit the batch script.. good to go.
    I know this. I just wanted Cypher to be aware.

    [Release] LuaNinja - Run protected Lua code
  2. #437
    DeMoN's Avatar -==FiXeR==-
    Reputation
    533
    Join Date
    Mar 2007
    Posts
    578
    Thanks G/R
    16/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i was having alot of trouble getting the .net 4.0 link cypher linked to install on my vista machine, kept erroring out. so after a bit of lookin i noticed it was only the client install for it. if you happen to be running into the same problem try installing the full version of .net 4.0 from here

    Download details: .NET Framework 4 Beta 2

    ah well great job again cypher.

  3. #438
    zys924's Avatar Active Member
    Reputation
    20
    Join Date
    Nov 2009
    Posts
    113
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    v3.3.0 seems working...but not stable: if i try to return to character selection screen...the client crashes immediately..

    im using Windows Vista SP1 Ultimate

  4. #439
    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 zys924 View Post
    v3.3.0 seems working...but not stable: if i try to return to character selection screen...the client crashes immediately..

    im using Windows Vista SP1 Ultimate
    I have not changed the code in the DLL at all, all I did was update the addresses.

    Can you please disable all your addons (and any other hacks you may be using), try it again, and if it still happens post a crash dump.

    If it stops happening, please try and find the addon or hack responsible and post its details here.

    Thanks.

  5. #440
    arolla's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Used the 3.2 version, worked perfectly. I get everything working with the 3.3 version up until "/script MoveForwardStart();"
    (It works) Then once I use my /run feral dps macro I get the message from blizzard's UI saying that command is blocked. Suggestions?

  6. #441
    zys924's Avatar Active Member
    Reputation
    20
    Join Date
    Nov 2009
    Posts
    113
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no other hacks are used at all, but im using the "zhTW" WOW client version(3.3.0 1095. Iv already turned down my firewall and antivirus softs, and disabled all addons, but it still crashed after injection as soon as i turned on my Input(the tool used to type Chinese just like Microsoft PinYin Input), change characters or even reloadui!
    The only fortune iv got just now is that iv found it seems working well if i choose "luanch" mode to inject dll instead of other ways...
    But ninja really works fine in 3.2.2...

  7. #442
    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)

    Test

    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()
    Last edited by CryptoCombat; 12-11-2009 at 06:08 AM. Reason: Forgot to add two

  8. #443
    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)
    There are some functions like Focus/Target/etc that are implemented differently to most other protected functions.

    I'm have a workaround, but it will require all lua calls to be 'wrapped' unfortunately. There's no other way I can do it without making the tool more detectable.

    I'd rather play it safe, so I'll implement that next time I get bored. That should unlock EVERYTHING, as the implementation of the protection checks won't matter at that point, because I don't need to hook anything.

  9. #444
    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)
    Hello Cypher...

    can you please provide a version like the 3.2 with the .bat start.

    or maybe something to save the stuff in the gui ...

    tried to copy the bat and edited it .. but keep getting error that i need directx9.0c

    when i use it with the id everything works well ... but i liked the easy way provided befor.

    thanks in advance

    sincery spud

  10. #445
    Burado's Avatar Member
    Reputation
    11
    Join Date
    May 2009
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    spudstar99: Save as .bat file:

    Code:
    Loader_IA32.exe --window="World of Warcraft" --module="LuaNinja.dll" --export="Initialize"
    Should work, worked here (with the latest version).

    Errors like missing .c files, well that smells like you need .NET 4 beta 2 or it didn't install properly... hmm

  11. #446
    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)
    Originally Posted by Burado View Post
    spudstar99: Save as .bat file:

    Code:
    Loader_IA32.exe --window="World of Warcraft" --module="LuaNinja.dll" --export="Initialize"
    Should work, worked here (with the latest version).

    Errors like missing .c files, well that smells like you need .NET 4 beta 2 or it didn't install properly... hmm

    i have the net framework .. i also wrote that the gui work ..wouldn't if i haven't

    with the window stuff doesn't "work" for me since i wanna start multiple wows with this

    also i've got errors with directx when i try to start wow through the gui ...

    but thanks for trying to help my

    sincery spud

  12. #447
    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)
    Ok, this has been working fine for me until this morning what i did was i set everything up just as it is in the first page and i dragged the "launch.bat" from the lua ninja to the new one and it did everything for me just perfectly but i started to get an error today and it wouldn't launch properly but my main issue is that everytime i set up the loader it's that under process my wow seems to change numbers every single time i load it up such as the first time it will be wow 5325 then it will be wow 9943 then wow 5432 and wow will not show up on process unless i load it up in my background.

    When i loaded it up on my background i ran the injection process and the black window came up with alot of text lining down and then it closed and when i try to log on wow it tells me that i can't log in and links me to this wow site for more info.

    Anyone else have this issue?


    EDIT: Update for people who are having similar issues with mine.

    I ran the Loader process while i was logged into wow and it seems to work fine.
    Last edited by pkaa4eva_jr; 12-11-2009 at 12:33 PM.

  13. #448
    armen's Avatar Member
    Reputation
    5
    Join Date
    Oct 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cypher,

    What say you regarding using .Net 4 Beta vs sticking with 3.5SP1? Would it be a huge pain to compile your hack for the current framework?

  14. #449
    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)
    [.............]
    Last edited by antis0c; 01-26-2010 at 02:59 PM.

  15. #450
    kildare's Avatar Active Member
    Reputation
    24
    Join Date
    Sep 2008
    Posts
    43
    Thanks G/R
    10/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    weird, today i started to get disconnected by server, its here or anyone else is having the same problem?

Page 30 of 70 FirstFirst ... 262728293031323334 ... 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 04:02 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