PQR - Rotation Bot menu

User Tag List

Page 692 of 779 FirstFirst ... 192592642688689690691692693694695696742 ... LastLast
Results 10,366 to 10,380 of 11681
  1. #10366
    MyNewName's Avatar Banned I Suck At This CoreCoins Purchaser
    Reputation
    280
    Join Date
    Jan 2012
    Posts
    334
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by oc4me View Post
    Anyone know where I can find the code to change the pause key in a profile?

    Using AzN's mage profile and I would like to make pause left alt.
    I would try to explain but since it changes from profile to profile it would be no use. If you link me the profile you speak of.. Then I will make the mod and relink it to for download.

    PQR - Rotation Bot
  2. #10367
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thrylas View Post
    Worked great for me too - thanks

    ok mabey not perfect my healing is shit in raid atm. tanks are healing more than me, may have to go manual lol.
    Was this with Vashisua's holy pally profile by chance that it didn't work well?

  3. #10368
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by [Blinded] View Post
    Legendary rly?
    Omg your alive?

  4. #10369
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Most profiles are easy to change. Just go in to the part of the profile where the pause key is at and change IsLeftControlKeyDown() (or w/e it is) to IsLeftAltKeyDown()
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  5. #10370
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also for anyone who cares. I made a short list on how to get the first few offsets. Im not an expert in reversing nor do i know how to use IDA that well but i can find patters pretty well and these have come up and are easy to repeat.

    I have only tested these methods in the 16992 and 17055 build im purely assuming it applys to all builds past 5.3

    Code:
    Use cheat engine to get the off sets for:
    WoWVersionOffset - String
    PlayerName - String
    PlayerClass - All
    
    Make sure to use the green address, they are static.
    
    Double click the address on the left for it to go to the bottom list. Then double click the address. 
    You should see another window pop up and at the top it will say "wow.exe" + xxxx. That number after the wow.exe is the offset.
    
    Use IDA for the rest.
    remember to subtrace 400000 from the address you get from ida
    
    
    GetCurrentKeyBoardFocus:
    Press Shift+f12 to generate strings.
    Search for "GetCurrentKeyBoardFocus"
    Click the xref
    Offset should be the Dword in the fucntion
    
    
    GameState:
    Do a jump by Name 
    Search for aUsagePlaysou_1
    Click the xref
    click the jnz short loc_xxxxxxx above
    Offset should be the byte_xxxxx number
    
    
    Lua_DoStringAddress:
    jump by name aCompat_lua
    click xref
    first sub below should be off set
    
    
    Lua_GetLocalizedTextAddress:
    jump by name aS_pet
    click xref
    first sub below should be off set
    If some one that knows more then me has a better way then please PM me i'd like to learn more.

    No, i will not answer questions about this. Maybe when i get more time ill post how to find them all.

    In the mean time, Back to work on my shaman PvP profiles.
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  6. #10371
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vitalic View Post
    If there are any PVE Rogues looking for good profiles, I have released a 5.3 update for Blinded's legendary profile with a lot of improvements thrown in too. http://www.ownedcore.com/forums/worl...ted-5-3-a.html

    It's the only Rogue profile currently that uses the T15 4pc optimally

    Another member starl1te has posted updated versions of Combat and Subtlety PvE in the same thread
    Is there any way you guys could add whatever needs to be added to make two versions of this? It would be amazing to have an Assassination PvP profile floating around on top of the public Sub Profile currently featured. I had planned to try and take parts from both to do it myself but I'm not familiar enough with LUA.

  7. #10372
    jmm's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all, I'm new to this PQR. I understand everyone is busy but is there anyone that will walk me through setting this up. I really want to use this but have tried to understand how to set it up and have failed several times. I have gotten everything downloaded, did the update, but when I open PQR my only option is Edit Mode. Can anyone help me out? Thanks in advance and I do plan on donating if I can get this to work and like it.

  8. #10373
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Taran32 View Post
    Is there any way you guys could add whatever needs to be added to make two versions of this? It would be amazing to have an Assassination PvP profile floating around on top of the public Sub Profile currently featured. I had planned to try and take parts from both to do it myself but I'm not familiar enough with LUA.
    I made an Assassination version of my sub profile, just ahvent had time to test it and optimise it because i ran out of game time on my rogue's account.
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  9. #10374
    starl1te's Avatar Member
    Reputation
    13
    Join Date
    Feb 2012
    Posts
    110
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jmm View Post
    Hi all, I'm new to this PQR. I understand everyone is busy but is there anyone that will walk me through setting this up. I really want to use this but have tried to understand how to set it up and have failed several times. I have gotten everything downloaded, did the update, but when I open PQR my only option is Edit Mode. Can anyone help me out? Thanks in advance and I do plan on donating if I can get this to work and like it.
    dont use the 64bit client

  10. #10375
    jacobmohan's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Run the game in 32bit and also Download this file and put it in the "Offsets" Folder

    >>LINK<<

  11. #10376
    jacobmohan's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all, I'm new to this PQR. I understand everyone is busy but is there anyone that will walk me through setting this up. I really want to use this but have tried to understand how to set it up and have failed several times. I have gotten everything downloaded, did the update, but when I open PQR my only option is Edit Mode. Can anyone help me out? Thanks in advance and I do plan on donating if I can get this to work and like it.
    Run the game in 32bit and also Download this file and put it in the "Offsets" Folder

    >>LINK<<

    http://www.mediafire.com/view/gboh57b55rvs1gb/Offsets_17055.xml^
    Last edited by jacobmohan; 06-12-2013 at 07:10 PM.

  12. #10377
    floppydrive's Avatar Member
    Reputation
    2
    Join Date
    May 2013
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by starl1te View Post
    dont use the 64bit client
    I am getting the same thing and i am running 32bit client. I have ran the update thing like 10 times and its doing the same thing.

  13. #10378
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by floppydrive View Post
    I am getting the same thing and i am running 32bit client. I have ran the update thing like 10 times and its doing the same thing.
    The offsets just changed last night and Xelper doesn't likely have them in his dropbox yet. You have to manually download the file and put it in your offsets folder. The file's been linked multiple times in the last few pages.
    Former PQR Developer

  14. #10379
    [Blinded]'s Avatar Contributor
    Reputation
    88
    Join Date
    Nov 2009
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blacknightlll View Post
    Omg your alive?
    Of course i am
    Maybe i'll post my mist monk or sub/assa rogue profile next week or so

  15. #10380
    Arie831's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    a tip for the people the saying its not working after you download the offsets do not use the pqrupdater

Similar Threads

  1. [Bot] PQR PE Next Steps / Future of Rotation Botting
    By Chevrolet1 in forum World of Warcraft Bots and Programs
    Replies: 120
    Last Post: 10-21-2014, 11:47 AM
  2. [Bot] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 1738
    Last Post: 10-15-2014, 11:00 AM
  3. [Selling] 3 Lifetime Session Keys For Sale, Great for the PQR user looking for a rotation bot
    By cukiemunster in forum World of Warcraft Buy Sell Trade
    Replies: 13
    Last Post: 03-11-2014, 07:18 AM
  4. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  5. [HELP] PQR Rotation Bot Profile Making
    By Missu in forum Programming
    Replies: 0
    Last Post: 10-22-2012, 06:27 AM
All times are GMT -5. The time now is 03:39 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