oqueue exploit menu

User Tag List

Page 31 of 43 FirstFirst ... 272829303132333435 ... LastLast
Results 451 to 465 of 643
  1. #451
    joeyvanhan's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So this is not working anymore?

    oqueue exploit
  2. #452
    T10H's Avatar Member
    Reputation
    2
    Join Date
    Jan 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think the new version isnt working atm.

  3. #453
    iispyderii's Avatar Contributor
    Reputation
    247
    Join Date
    Jun 2012
    Posts
    376
    Thanks G/R
    15/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iispyderii View Post
    Here's 1.8.4f

    Few small changes:
    The cheat button should follow resizing now.
    Added SoO Heroic XP to account. I might add a way to fake xp if it's requests.

    I take suggestions on what else you want in the addon!
    Mediafire link: oqueue
    SVN link (ty goshinki): oqueue - Revision 3: /trunk

    Make sure you do the SVN checkout on the oQueue folder inside /Interface/Addons.
    If anyone wants instructions on how to setup the SVN, install tortoisesvn and do some googlin.
    It's been up to 1.8.8c for a while.
    I'm not sure if the pve lockout bugs are completely resolved though.

  4. #454
    xmodxdrx's Avatar Contributor
    Reputation
    93
    Join Date
    Jun 2009
    Posts
    133
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this still work with RBGs and increasing your CR to higher than it actualy is?
    https://valid.canardpc.com/cache/banner/2422121.png
    Knowledge is knowing that a tomato is a fruit, but Wisdom is knowing not to put it in a fruit salad.

  5. #455
    iispyderii's Avatar Contributor
    Reputation
    247
    Join Date
    Jun 2012
    Posts
    376
    Thanks G/R
    15/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xmodxdrx View Post
    Does this still work with RBGs and increasing your CR to higher than it actualy is?
    Yes. But you have to use my files. Not the original thread author's.

  6. #456
    highboi's Avatar Active Member
    Reputation
    31
    Join Date
    Feb 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xmodxdrx View Post
    Does this still work with RBGs and increasing your CR to higher than it actualy is?
    it still works. my method doesnt rely on modified codes, using the OFFICIAL oqueue addon, open up oqueue.lua
    Code:
    TO CHANGE YOUR CURRENT RATING,  SEARCH FOR
    
    Code:
    function oq.get_mmr()
      return select( 1, GetPersonalRatedInfo(4) ) or 0 ;
    end
    REPLACE WITH
    Code:
    function oq.get_mmr()
      return XXXX; --YOUR RBG CR
    end
    Code:
    TO CHANGE YOUR ILVL,  SEARCH FOR
    
    Code:
    function oq.get_ilevel()
      return floor( select( 2, GetAverageItemLevel() )) ;
    end
    REPLACE WITH
    Code:
    function oq.get_ilevel()
      return XXX ; --YOUR ILVL
    end

    GL and happy spoofing

  7. #457
    shenton99's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any update on this?

  8. #458
    eyewarrior's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by highboi View Post
    it still works. my method doesnt rely on modified codes, using the OFFICIAL oqueue addon, open up oqueue.lua
    Code:
    TO CHANGE YOUR CURRENT RATING,  SEARCH FOR
    
    Code:
    function oq.get_mmr()
      return select( 1, GetPersonalRatedInfo(4) ) or 0 ;
    end
    REPLACE WITH
    Code:
    function oq.get_mmr()
      return XXXX; --YOUR RBG CR
    end
    Code:
    TO CHANGE YOUR ILVL,  SEARCH FOR
    
    Code:
    function oq.get_ilevel()
      return floor( select( 2, GetAverageItemLevel() )) ;
    end
    REPLACE WITH
    Code:
    function oq.get_ilevel()
      return XXX ; --YOUR ILVL
    end

    GL and happy spoofing

    This worked If unsure of editing your LUA file just drag it into a note pad and CTRL+F the text above

  9. #459
    iispyderii's Avatar Contributor
    Reputation
    247
    Join Date
    Jun 2012
    Posts
    376
    Thanks G/R
    15/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by highboi View Post
    it still works. my method doesnt rely on modified codes, using the OFFICIAL oqueue addon, open up oqueue.lua
    Code:
    TO CHANGE YOUR CURRENT RATING,  SEARCH FOR
    
    Code:
    function oq.get_mmr()
      return select( 1, GetPersonalRatedInfo(4) ) or 0 ;
    end
    REPLACE WITH
    Code:
    function oq.get_mmr()
      return XXXX; --YOUR RBG CR
    end
    Code:
    TO CHANGE YOUR ILVL,  SEARCH FOR
    
    Code:
    function oq.get_ilevel()
      return floor( select( 2, GetAverageItemLevel() )) ;
    end
    REPLACE WITH
    Code:
    function oq.get_ilevel()
      return XXX ; --YOUR ILVL
    end

    GL and happy spoofing
    Except, you know, this is modified codes.
    This is the complete retard way to do it.

    Just download my files and replace them. Everything is done in game.

    mediafire: oqueue
    svn: oqueue - Revision 13: /trunk

    some slightly older images:
    https://i.imgur.com/g5fTfsm.jpg

  10. #460
    highboi's Avatar Active Member
    Reputation
    31
    Join Date
    Feb 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iispyderii View Post
    Except, you know, this is modified codes.
    This is the complete retard way to do it.

    Just download my files and replace them. Everything is done in game.

    mediafire: oqueue
    svn: oqueue - Revision 13: /trunk

    some slightly older images:
    https://i.imgur.com/g5fTfsm.jpg
    retard or not, your code is modified script, my version uses the original coding. and to change the settings all u need is a /reloadUI
    if you have your own way thats fine but this way works no matter how many times tiny updates his addon

  11. #461
    iispyderii's Avatar Contributor
    Reputation
    247
    Join Date
    Jun 2012
    Posts
    376
    Thanks G/R
    15/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by highboi View Post
    retard or not, your code is modified script, my version uses the original coding. and to change the settings all u need is a /reloadUI
    if you have your own way thats fine but this way works no matter how many times tiny updates his addon
    Your code is modified script.
    My version uses the original coding.

    Oh look at that. It seems we're in the same boat other than the fact that my version, you never have to /reload

  12. #462
    highboi's Avatar Active Member
    Reputation
    31
    Join Date
    Feb 2009
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iispyderii View Post
    Your code is modified script.
    My version uses the original coding.

    Oh look at that. It seems we're in the same boat other than the fact that my version, you never have to /reload
    and when theres an update you can either wait for your update or follow my DIY
    its 2 paths for the same destination. trying to say yours is better just makes you look like a douche.
    Last edited by highboi; 05-11-2014 at 02:21 PM.

  13. #463
    midnightowl's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    33
    Thanks G/R
    1/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i dont get it i see no option in game to change my ilvl or anything with your download
    Originally Posted by iispyderii View Post
    Except, you know, this is modified codes.
    This is the complete retard way to do it.

    Just download my files and replace them. Everything is done in game.

    mediafire: oqueue
    svn: oqueue - Revision 13: /trunk

    some slightly older images:
    https://i.imgur.com/g5fTfsm.jpg

  14. #464
    qracz's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by midnightowl View Post
    i dont get it i see no option in game to change my ilvl or anything with your download
    You need to click on this icon

    https://i.imgur.com/g5fTfsm.jpg

  15. #465
    thehiddenshop's Avatar Banned
    Reputation
    147
    Join Date
    Aug 2011
    Posts
    2,489
    Thanks G/R
    0/2
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by iispyderii View Post
    Except, you know, this is modified codes.
    This is the complete retard way to do it.

    Just download my files and replace them. Everything is done in game.

    mediafire: oqueue
    svn: oqueue - Revision 13: /trunk

    some slightly older images:
    https://i.imgur.com/g5fTfsm.jpg

    Thanks! I downloaded your version. Works fantastic!

Page 31 of 43 FirstFirst ... 272829303132333435 ... LastLast

Similar Threads

  1. Oqueue premade leader exploit
    By Deathdamian in forum World of Warcraft Exploits
    Replies: 2
    Last Post: 10-11-2014, 04:04 AM
  2. Oqueue Exploit. (Getting unbanned from Oqueue)
    By Wacon in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 03-13-2014, 12:14 PM
  3. Dire Maul West Exploit
    By Matt in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 08-17-2013, 05:57 PM
  4. Feralas Exploit
    By Matt in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 09-05-2012, 11:21 AM
  5. Rogue Poison Exploit
    By Matt in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 12-18-2006, 09:18 PM
All times are GMT -5. The time now is 09:58 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