Use Blizzard UI-Protected Functions menu

User Tag List

Page 3 of 19 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 284
  1. #31
    Ssateneth's Avatar Contributor
    Reputation
    142
    Join Date
    May 2008
    Posts
    866
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ventrix View Post
    Save your actual rage into a variable?
    Code:
    /dump local rage = UnitPower("player"); if (rage > 50) then CastSpellByName("Heroic Strike")
    Would be my suggest
    Sorry.. no go >.<

    Code:
    Dump: value=local rage = UnitPower("player"); if (rage > 50) then CastSpellByName("Heroic Strike")
    Dump: ERROR: [string "return local rage = UnitPower("player"); if (rage > 50) then Ca..."]:1: unexpected symbol near 'local'
    Can you tell I'm really hyper about this exploit? :X All I need is a working "If rage/energy/mana is this much, then do this ability" macro and I'm golden. would be able to modify for just about anything. Also trying to figure out an enhance shaman macro.. "if maelstrom weapon buff is at 5 stacks, cast Lightning Bolt"
    Last edited by Ssateneth; 08-13-2009 at 09:22 PM.

    Use Blizzard UI-Protected Functions
  2. #32
    1337pyro's Avatar Contributor CoreCoins Purchaser
    Reputation
    267
    Join Date
    Apr 2009
    Posts
    495
    Thanks G/R
    9/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    before bc (patch 2.03??) there were macros/addon that allowed full automated healing....
    something like always heal people with most health deficit, taking the fitting cast and so on..
    anyone knows where to find this old stuff?

    02/02/2011 01:52 <Jackie Moon> I might just go whack off all this talk about man boobs is making me frisky

  3. #33
    Ssateneth's Avatar Contributor
    Reputation
    142
    Join Date
    May 2008
    Posts
    866
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 1337pyro View Post
    before bc (patch 2.03??) there were macros/addon that allowed full automated healing....
    something like always heal people with most health deficit, taking the fitting cast and so on..
    anyone knows where to find this old stuff?
    Nope.. Presumably you can write your own using the API list at World of Warcraft API - WoWWiki - Your guide to the World of Warcraft but you might end up having the same trouble as me. Also shameless bump. I'm really excited about abusing this exploit, but only if I can get it to do what I want.

  4. #34
    Kubiatsu's Avatar Contributor
    Reputation
    168
    Join Date
    Feb 2007
    Posts
    506
    Thanks G/R
    9/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I'm trying to piece together some macros, but I have absolutely no knowledge of the WoW API. Also I keep getting disconnected from flooding with the /dump command
    Found this command funny because It actually trys to perform it.

    GrantLevel("target",1)

    But I receive the error 'You were not referred by that player' lol
    Last edited by Kubiatsu; 08-13-2009 at 10:33 PM.

  5. #35
    Ssateneth's Avatar Contributor
    Reputation
    142
    Join Date
    May 2008
    Posts
    866
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kubiatsu View Post
    Yeah I'm trying to piece together some macros, but I have absolutely no knowledge of the WoW API. Also I keep getting disconnected from flooding with the /dump command
    Thank you, keep us informed. I'll be spamming F5 on this thread to see where it leads.

  6. #36
    Itzelsnitch's Avatar Contributor
    Reputation
    149
    Join Date
    May 2008
    Posts
    363
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works for me, got all addons on ;o But blizzard actionbar UI

  7. #37
    kyle2194's Avatar Member
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ssateneth View Post
    Sorry.. no go >.<

    Code:
    Dump: value=local rage = UnitPower("player"); if (rage > 50) then CastSpellByName("Heroic Strike")
    Dump: ERROR: [string "return local rage = UnitPower("player"); if (rage > 50) then Ca..."]:1: unexpected symbol near 'local'
    Can you tell I'm really hyper about this exploit? :X All I need is a working "If rage/energy/mana is this much, then do this ability" macro and I'm golden. would be able to modify for just about anything. Also trying to figure out an enhance shaman macro.. "if maelstrom weapon buff is at 5 stacks, cast Lightning Bolt"
    This entry looks curious "RunScript("script") - Execute "script" as a block of Lua code. "

    Would it be possible to have a /dump RunScript("") type syntax to execute script without the restrictions?

  8. #38
    idusy's Avatar Member
    Reputation
    22
    Join Date
    Jul 2009
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Way back when, you could make a macro to jump then logout and you'd get stuck in the air, and spamming the macro you could go as high as you wanted. It broke when they removed /jump, but now that it's possible... logging doesn't freeze you in the air anymore
    Welcome back Idusy tard :P

  9. #39
    idusy's Avatar Member
    Reputation
    22
    Join Date
    Jul 2009
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /dump ForceLogout()
    comes up with the permission error. Why?
    Welcome back Idusy tard :P

  10. #40
    Ssateneth's Avatar Contributor
    Reputation
    142
    Join Date
    May 2008
    Posts
    866
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kyle2194 View Post
    This entry looks curious "RunScript("script") - Execute "script" as a block of Lua code. "

    Would it be possible to have a /dump RunScript("") type syntax to execute script without the restrictions?
    It looks interesting, but still no go. This is without storing current rage as a variable using this macro.

    Code:
    /dump RunScript("if UnitPower("player") > 50 then CastSpellByName("Heroic Strike")")
    
    Dump: value=RunScript("if UnitPower("player") > 50 then CastSpellByName("Heroic Strike")")
    Dump: ERROR: [string "return RunScript("if UnitPower("player") > 50 then CastSpellByN..."]:1: ')' expected near 'player'
    This is with the variable.

    Code:
    /dump RunScript("local rage = UnitPower("player"); if (rage > 50) then CastSpellByName("Heroic Strike")")
    
    Dump: value=RunScript("local rage = UnitPower("player"); if (rage > 50) then CastSpellByName("Heroic Strike")")
    Dump: ERROR: [string "return RunScript("local rage = UnitPower("player"); if (rage > ..."]:1: ')' expected near 'player'
    Both want end parenthesis by player.. hmm.. Kinda feels like it doesn't like ()'s inside the runscript.

    Originally Posted by idusy View Post
    /dump ForceLogout()
    comes up with the permission error. Why?
    Could be a server-side initiated effect, like when banning people's accounts while they are online, but don't know if that gives you "you have been disconnected from the server". I love all these theories that we're throwing out here, because I didn't start the thread asking questions. Such an annoying loophole to get around.
    Last edited by Ssateneth; 08-13-2009 at 11:15 PM.

  11. #41
    idusy's Avatar Member
    Reputation
    22
    Join Date
    Jul 2009
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /dump Stuck() is the only other I've found that works so far (uses unstuck)

    Well these all seem to work.

    PROTECTED CameraOrSelectOrMoveStart() - Begin "Left click" in the 3D world. (1.10 - Protected)
    PROTECTED CameraOrSelectOrMoveStop([stickyFlag]) - End "Left click" in the 3D world. (1.10 - Protected)
    FollowUnit("unit") - Follow an ally with the specified UnitID
    PROTECTED JumpOrAscendStart() - Makes the player jump.
    PROTECTED AscendStop() - Called when you release the jump key.
    PROTECTED MoveBackwardStart - The player begins moving backward at the specified time.
    PROTECTED MoveBackwardStop - The player stops moving backward at the specified time.
    PROTECTED MoveForwardStart - The player begins moving forward at the specified time.
    PROTECTED MoveForwardStop - The player stops moving forward at the specified time.
    PROTECTED StrafeLeftStart - The player begins strafing left at the specified time.
    PROTECTED StrafeLeftStop - The player stops strafing left at the specified time.
    PROTECTED StrafeRightStart - The player begins strafing right at the specified time.
    PROTECTED StrafeRightStop - The player stops strafing right at the specified time.
    PROTECTED ToggleAutoRun - Turns auto-run on or off
    REMOVED ToggleMouseMove() (Removed in 3.1.0)
    PROTECTED ToggleRun - Toggle between running and walking.
    PROTECTED TurnLeftStart - The player starts turning left at the specified time.
    PROTECTED TurnLeftStop - The player stops turning left at the specified time.
    PROTECTED TurnOrActionStart() - Begin "Right Click" in the 3D world. (1.10 - Protected)
    PROTECTED TurnOrActionStop() - End "Right Click" in the 3D world. (1.10 - Protected)
    PROTECTED TurnRightStart - The player starts turning right at the specified time.
    PROTECTED TurnRightStop - The player stops turning right at the specified time.
    Last edited by idusy; 08-13-2009 at 11:15 PM.
    Welcome back Idusy tard :P

  12. #42
    henhouse's Avatar Member
    Reputation
    11
    Join Date
    Oct 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    World of Warcraft API/Protected Functions - WoWWiki - Your guide to the World of Warcraft

    I really don't think we're gonna get much out of this, guys...

  13. #43
    idusy's Avatar Member
    Reputation
    22
    Join Date
    Jul 2009
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    /dump MoveForwardStart()
    /dump JumpOrAscendStart()
    /dump MoveForwardStop()
    A perfect forward jump, could come in handy lol.
    Welcome back Idusy tard :P

  14. #44
    Ssateneth's Avatar Contributor
    Reputation
    142
    Join Date
    May 2008
    Posts
    866
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by henhouse View Post
    World of Warcraft API/Protected Functions - WoWWiki - Your guide to the World of Warcraft

    I really don't think we're gonna get much out of this, guys...
    Whatcha talking about? Get some hardware or software that spams abilities for you, make some macros with conditionals that cast spells only when the conditions are met, and you have automated play baby. That's why I'm so excited about this.

  15. #45
    idusy's Avatar Member
    Reputation
    22
    Join Date
    Jul 2009
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ssateneth View Post
    Whatcha talking about? Get some hardware or software that spams abilities for you, make some macros with conditionals that cast spells only when the conditions are met, and you have automated play baby. That's why I'm so excited about this.
    But that's too much work for such little pay off imo, as this will be patched ASAP.
    Welcome back Idusy tard :P

Page 3 of 19 FirstFirst 1234567 ... LastLast

Similar Threads

  1. Easiest way to use "Blizzard UI" functions to /interact with a selected target?
    By b0nghitter in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 11-05-2012, 11:07 AM
  2. Finding Lua protection function using OllyDBG. (3.3.5a)
    By Ramono in forum WoW Memory Editing
    Replies: 5
    Last Post: 06-18-2011, 05:40 PM
  3. Auto Prospecting Macro (Using protected functions)
    By Mathmech in forum WoW UI, Macros and Talent Specs
    Replies: 2
    Last Post: 10-21-2009, 04:36 PM
  4. Working /dump for Protected functions in 3.2.0a
    By mach1920 in forum World of Warcraft Exploits
    Replies: 14
    Last Post: 08-19-2009, 09:10 PM
  5. Use Blizzard's Database of Choice: Oracle
    By Vindicated in forum WoW EMU Guides & Tutorials
    Replies: 18
    Last Post: 08-29-2008, 05:12 PM
All times are GMT -5. The time now is 05:38 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