[Release] LuaNinja - Run protected Lua code menu

User Tag List

Page 10 of 70 FirstFirst ... 6789101112131460 ... LastLast
Results 136 to 150 of 1048
  1. #136
    ~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 MaiN View Post
    RapidShare: 1-CLICK Web hosting - Easy Filehosting

    A bot addon I was making some time ago. Currently it can navigate a set of waypoints. It's 100% LUA, running as an addon.
    It should be able to run ingame with LuaNinja
    How can an in-game addon follow a set of waypoints? Or did you have a hack like LuaNinja running as well?

    Cos all the movement commands are protected ye?
    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?

    [Release] LuaNinja - Run protected Lua code
  2. #137
    kynox's Avatar Member
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ~oddball~ View Post
    how can an in-game addon follow a set of waypoints? Or did you have a hack like luaninja running as well?

    Cos all the movement commands are protected ye?
    woooooosh!

  3. #138
    ~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)
    Care to explain further?

    EDIT: Ok so I actually looked at the code and tell me if I'm on the right track. We have to get our own waypoints from somewhere and add to the waypoint table? and then what? then hit go (or something as there's no go button xD) and it follows the waypoints or am I way off?
    I'm no coder so that's all just guess work. Also what happens when you enable RecordingPath. cos nothing happened when I made it true.

    anyways this post is probs making me look like the biggest nub ^^
    Last edited by ~OddBall~; 10-25-2009 at 03:00 AM.
    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?

  4. #139
    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 ~OddBall~ View Post
    Care to explain further?

    EDIT: Ok so I actually looked at the code and tell me if I'm on the right track. We have to get our own waypoints from somewhere and add to the waypoint table? and then what? then hit go (or something as there's no go button xD) and it follows the waypoints or am I way off?
    I'm no coder so that's all just guess work. Also what happens when you enable RecordingPath. cos nothing happened when I made it true.

    anyways this post is probs making me look like the biggest nub ^^
    Ingame write (if I'm not mistaken):
    /run RecordPath()
    then run around, you should get messages when waypoints are added.
    After you're done, write this:
    /run StopRecording()
    Then if you want to run your path, write
    /run RunWaypoints()

    BTW, the GUI wont do shit. I once had a pretty GUI (I think you can see it in the SS thread) - but I deleted it on mistake, so I only had an older backup.
    [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

  5. #140
    Dragonshadow's Avatar ★ Elder ★
    Reputation
    1170
    Join Date
    Apr 2007
    Posts
    3,858
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    I'm certain it's possible to hack.

    However the typical 'bypasses' are:
    * Put the code in an addon instead
    * Chain macros
    * Use code-shortening tricks
    IIrc theres also an addon called supermacro that allows like 1k (1023) chars of lua code in a macro (along with the normal 255) I think. Haven't played wow in a while so I don't remember.
    Last edited by Dragonshadow; 10-25-2009 at 08:24 AM.
    Look at your post, now back to mine; Now back to your post, now back to mine. Sadly, it isn't mine, but if you stopped trolling and started posting legitimate content, it could look like mine. Look down, backup, where are you? You're scrolling through threads, reading the post your post could look like. What did you post? Back at mine; It's a reply saying something you want to hear. Look again and the reply is now diamonds.

    Anything is possible when you think before you post. The moon is shrinking.

  6. #141
    ~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 MaiN View Post
    Ingame write (if I'm not mistaken):
    /run RecordPath()
    then run around, you should get messages when waypoints are added.
    After you're done, write this:
    /run StopRecording()
    Then if you want to run your path, write
    /run RunWaypoints()

    BTW, the GUI wont do shit. I once had a pretty GUI (I think you can see it in the SS thread) - but I deleted it on mistake, so I only had an older backup.
    haha works perfectly, thanks for this. Will give me something to work on when I finish exams
    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?

  7. #142
    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 Dragonshadow View Post
    IIrc theres also an addon called supermacro that allows like 1k (1023) chars of lua code in a macro (along with the normal 255) I think. Haven't played wow in a while so I don't remember.
    That addon used to just run your 'macros' as addons I think...

    Also, afaik it stopped working a long time ago due to noone maintaining it.

  8. #143
    snigelmannen's Avatar Member
    Reputation
    27
    Join Date
    Jul 2007
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone who knows lua can ninja Maul @ WoWinterface Macaroon macro code

    Macaroon! : WoWInterface Downloads : Action Bar Mods

    Just a thought that came off my mind.
    " Spy sappin mah sentry! "

  9. #144
    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 snigelmannen View Post
    Anyone who knows lua can ninja Maul @ WoWinterface Macaroon macro code

    Macaroon! : WoWInterface Downloads : Action Bar Mods

    Just a thought that came off my mind.
    Heh, didn't know about that addon, it's actually useful for my regular UI.

  10. #145
    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)
    IHML - I Have Macro Lol! : WoWInterface Downloads : Miscellaneous

    This addon may allow you to add longer macros, not 100 percent sure as I can't test it at this moment.

  11. #146
    drognir's Avatar Active Member
    Reputation
    28
    Join Date
    Sep 2007
    Posts
    50
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, Cypher. Thanks. Since I downloaded this a few hours ago, I've made myself a healbot AddOn that accepts whisper commands, such as follow, buff, whatever...auto cycles through the members in your party and heals per guidelines set in the lua file. Drinks/Eats/Heals itself when mana is low...very, very nice. LUA is very powerful when you've got all of the functions (or most,) at your disposal. Though, I wasn't able to get any of the targeting functions to work, I took a detour ;P.

  12. #147
    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 drognir View Post
    Wow, Cypher. Thanks. Since I downloaded this a few hours ago, I've made myself a healbot AddOn that accepts whisper commands, such as follow, buff, whatever...auto cycles through the members in your party and heals per guidelines set in the lua file. Drinks/Eats/Heals itself when mana is low...very, very nice. LUA is very powerful when you've got all of the functions (or most,) at your disposal. Though, I wasn't able to get any of the targeting functions to work, I took a detour ;P.
    Haha yeah, the API is indeed quite powerful when the protection checks are disabled.

    Three cheers for Blizzard and their gift to botters! Hip hip, hooray!

  13. #148
    drognir's Avatar Active Member
    Reputation
    28
    Join Date
    Sep 2007
    Posts
    50
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cypher View Post
    Haha yeah, the API is indeed quite powerful when the protection checks are disabled.

    Three cheers for Blizzard and their gift to botters! Hip hip, hooray!
    ./cheer!
    (filler)

  14. #149
    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, just to double check. Is there any interest at all for a PTR compatible version?

  15. #150
    Garry__'s Avatar Active Member
    Reputation
    55
    Join Date
    Sep 2007
    Posts
    137
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd be very interested in a PTR version.

    Thanks for all of this btw~

Page 10 of 70 FirstFirst ... 6789101112131460 ... 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 07:51 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