[Release] LuaNinja - Run protected Lua code menu

User Tag List

Page 18 of 70 FirstFirst ... 14151617181920212268 ... LastLast
Results 256 to 270 of 1048
  1. #256
    Tracerv0's Avatar Member
    Reputation
    5
    Join Date
    Mar 2009
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sikas View Post
    Funny how you can help people and get 0 Rep for it. I should have gotten +200 Rep by now. xP

    ANYWAYS! Does /click StaticPopup1Button1 just press the center button? Because IF you die, it will click 'Release', which I had an unfortunate experience learning. :|
    Yes it clicks the first button of the first static poppup window on your screen.

    [Release] LuaNinja - Run protected Lua code
  2. #257
    GordonGekko's Avatar Member
    Reputation
    14
    Join Date
    Oct 2008
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    AWESOME! Thx Cypher!

    Just one question from my side. Is it possible to link Lua Ninja to different WoW windows? I am asking because I am 4 WoW instances at the same time and I would like to use protected Lua functions on all of them. So is it possible to use 4 LuaNinjas at the same time?

    Of course +Rep from my side!

    Regards
    Gordon

  3. #258
    marlboroman1982's Avatar Member
    Reputation
    100
    Join Date
    Jul 2008
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadca7 View Post
    Your macro
    Code:
    "/run local _,a,_ = GetSpellCooldown("Crusader Strike") if (a == 0) then CastSpellByName("Crusader Strike") else RunMacro"25" end"
    My Fix
    Code:
    /run local _,a,_ = GetSpellCooldown("Crusader Strike") if (a == 0) then CastSpellByName("Crusader Strike") else RunMacro("MACRONAME") end
    /click StaticPopup1Button1
    You need to add
    /click StaticPopup1Button1 on a new line after your macro

    Enjoy!

    That did it, thank you. =)
    Something

  4. #259
    Asteague's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First of, a big THX to Cypher for releasing this godly tool. I should get off my lazy ass, learn to write programs like you do and earn me some rep...

    Secondly, yes GordonGekko, it's possible by injecting via process ID:

    2) To inject via process id, run the "Pid.bat" script, after modifying it to change the '--pid="1234"' in the command line to use the process id of your choice.
    Just run the Injector with each process id and you're set.

    And if by chance you shouldn't know you can get the process ids by using the Windows Task Manager and checking the Wow.exe processes under the Processes Tab. if the column isn't shown just enable it in the options. ^^

  5. #260
    ~OddBall~'s Avatar Contributor
    Reputation
    207
    Join Date
    Jan 2008
    Posts
    1,156
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GordonGekko View Post
    AWESOME! Thx Cypher!

    Just one question from my side. Is it possible to link Lua Ninja to different WoW windows? I am asking because I am 4 WoW instances at the same time and I would like to use protected Lua functions on all of them. So is it possible to use 4 LuaNinjas at the same time?

    Of course +Rep from my side!

    Regards
    Gordon
    You have to launch it using process ID way. He explained it a page or 2 back.
    https://www.mmowned.com/forums/world-of-warcraft/guides/278302-selecting-bot-you.html - SELECTING THE BOT FOR YOU

    PHWOOOOAAAAAR - Parog was here. <3 <----Wtf's a Parog?

  6. #261
    Barnzy's Avatar Member
    Reputation
    67
    Join Date
    Jun 2008
    Posts
    302
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just tried this, it's good. Don't even play WoW though so I just made a trial
    Made a little website: https://unbanservice.webs.com/ -

    mmowned.com

  7. #262
    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)
    Why can't some people read?

  8. #263
    MaiN's Avatar Elite User
    Reputation
    335
    Join Date
    Sep 2006
    Posts
    1,047
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Why can't some people read?
    Because <insert peoples country here>'s school system is ****ed.
    EDIT: Or because people are lazy twats. Yeah, I think it's that!
    Last edited by MaiN; 11-08-2009 at 06:14 PM.
    [16:15:41] Cypher: caus the CPU is a dick
    [16:16:07] kynox: CPU is mad
    [16:16:15] Cypher: CPU is all like
    [16:16:16] Cypher: whatever, i do what i want

  9. #264
    Zaphry's Avatar Contributor
    Reputation
    176
    Join Date
    Dec 2007
    Posts
    897
    Thanks G/R
    12/9
    Trade Feedback
    17 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So what is this program for? Been reading this thread for awhile and all I have seen have been macros and different scripts, but what does this program have to do with those :#

    Playing a game for the graphics is like watching porn for the storyline.


  10. #265
    Elitetech's Avatar Contributor
    Reputation
    98
    Join Date
    Oct 2008
    Posts
    279
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaphry View Post
    So what is this program for? Been reading this thread for awhile and all I have seen have been macros and different scripts, but what does this program have to do with those :#
    It allows you to use protected lua API features, as stated MANY times in this thread, which allows you to automate different processes in the game. For example in this thread (clickie) there is a huge bunch of macros that'll run perfectly with this program.
    Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.

  11. #266
    Zaphry's Avatar Contributor
    Reputation
    176
    Join Date
    Dec 2007
    Posts
    897
    Thanks G/R
    12/9
    Trade Feedback
    17 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Elitetech View Post
    It allows you to use protected lua API features, as stated MANY times in this thread, which allows you to automate different processes in the game. For example in this thread (clickie) there is a huge bunch of macros that'll run perfectly with this program.

    Ah I see now.. I checked the wowwiki for protected API, but still didn't get much out of it
    Thanks for the information btw

    Playing a game for the graphics is like watching porn for the storyline.


  12. #267
    Elitetech's Avatar Contributor
    Reputation
    98
    Join Date
    Oct 2008
    Posts
    279
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaphry View Post

    Ah I see now.. I checked the wowwiki for protected API, but still didn't get much out of it
    Thanks for the information btw
    Well it lets you automate everything in wow, pretty useful imo.
    Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.

  13. #268
    Zaphry's Avatar Contributor
    Reputation
    176
    Join Date
    Dec 2007
    Posts
    897
    Thanks G/R
    12/9
    Trade Feedback
    17 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All i have to say is... Wow @_@.. really niec
    One problem tho.. when i use macro out of combat (Otherwice macro works perfectly) it pops this up
    Is it normal?

    Playing a game for the graphics is like watching porn for the storyline.


  14. #269
    bigtimt's Avatar Active Member
    Reputation
    41
    Join Date
    Mar 2008
    Posts
    100
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is a tool to help you guys out when injecting into more than one wow process.

    Credits:
    Me(for GUI)
    Cypher(for the rest of it)

    Application Requires .Net 3.5
    LuaNinja Helper
    Last edited by bigtimt; 11-09-2009 at 12:08 PM.

  15. #270
    Elitetech's Avatar Contributor
    Reputation
    98
    Join Date
    Oct 2008
    Posts
    279
    Thanks G/R
    3/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaphry View Post
    All i have to say is... Wow @_@.. really niec
    One problem tho.. when i use macro out of combat (Otherwice macro works perfectly) it pops this up
    Is it normal?
    Totally normal. You can add the /click StaticPopup1Button1 to remove it.
    Knowledge is often mistaken for intelligence. This is like mistaking a cup of milk for a cow.

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 02:21 PM. 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