PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 647 of 779 FirstFirst ... 147547597643644645646647648649650651697747 ... LastLast
Results 9,691 to 9,705 of 11681
  1. #9691
    bessbrett's Avatar Member
    Reputation
    2
    Join Date
    Dec 2011
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll admit it...I need PQR to play WoW lol.
    I'd say give Xelper a little while, he has them already, so no need in re-inventing the wheel.
    Soon please Xelper, I'm dying
    Anyways, Monitoring thread along with the 150 others

    PQR - Rotation Bot
  2. #9692
    biostyle's Avatar Member
    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)
    How do i donate to Xelper?

  3. #9693
    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 crackmycrock View Post
    Ok now I am able to get
    <GameState>0xCE13EE</GameState>
    <Lua_DoStringAddress>0x54D9C</Lua_DoStringAddress>
    <Lua_GetLocalizedTextAddress>0x3DD93D</Lua_GetLocalizedTextAddress> And wow version address. All fairly easy. But when I go to get the Playername address. I search text with the toons name logged in and I do find the address. But within seconds it changes. Everytime I search it, it changes within momments.

    And thank you for the link/help Kuukuu

    And yes Xelper will get them up soon, I do know. It's not about being in a rush, I would just like to learn how to do it myself.

    Ok Figured it out was searching improperly. Playername 0x21716E0
    Hmmmm, I got:

    <PlayerName>0xE416E0</PlayerName>
    <PlayerClass>0xE4185D</PlayerClass>

    and it's picking up correctly for me.... when I press buttons to activate rotations though it does nothing so I assume another of my offsets is incorrect and sadly I have to go work now. Was rather fun though attempting to figure out some of them.
    Former PQR Developer

  4. #9694
    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 kuukuu View Post
    Hmmmm, I got:

    <PlayerName>0xE416E0</PlayerName>
    <PlayerClass>0xE4185D</PlayerClass>

    and it's picking up correctly for me.... when I press buttons to activate rotations though it does nothing so I assume another of my offsets is incorrect and sadly I have to go work now. Was rather fun though attempting to figure out some of them.
    Do you have to rebase the ones found using CheatEngine?

    This is what I have so far. So if someone else wants to take over and try to fix them. Feel Free

    <?xml version="1.0" encoding="UTF-8"?>
    <Offsets>
    <CurrentWoWVersion>16977</CurrentWoWVersion>
    <WoWVersionOffset>0x1F36037</WoWVersionOffset>
    <PlayerName>0xE416E0</PlayerName>
    <PlayerClass>0xE4185D</PlayerClass>
    <GetCurrentKeyBoardFocus>0xB9CEB4</GetCurrentKeyBoardFocus>
    <GameState>0xCE13EE</GameState>
    <Lua_DoStringAddress>0x54D9C</Lua_DoStringAddress>
    <Lua_GetLocalizedTextAddress>0x3DD93D</Lua_GetLocalizedTextAddress>
    <CVarBaseMgr>0xAD9BF0</CVarBaseMgr>
    <CVarArraySize>0x400</CVarArraySize>
    <ObjMgr>0xEAEA68</ObjMgr>
    <CurMgr>0x462C</CurMgr>
    <LocalGUID>0xD0</LocalGUID>
    <FirstObject>0xCC</FirstObject>
    <NextObject>0x3C</NextObject>
    <Descriptors>0x8</Descriptors>
    <Obj_TypeOffset>0x10</Obj_TypeOffset>
    <Obj_X>0x800</Obj_X>
    <Obj_TargetGUID>0x13</Obj_TargetGUID>
    <ClickTerrain>0</ClickTerrain>
    </Offsets>

    These are not working as is... Just saying
    Last edited by MyNewName; 05-21-2013 at 03:41 PM.

  5. #9695
    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 crackmycrock View Post
    Do you have to rebase the ones found using CheatEngine?

    This is what I have so far. So if someone else wants to take over and try to fix them. Feel Free

    <?xml version="1.0" encoding="UTF-8"?>
    <Offsets>
    <CurrentWoWVersion>16977</CurrentWoWVersion>
    <WoWVersionOffset>0x1F36037</WoWVersionOffset>
    <PlayerName>0xE416E0</PlayerName>
    <PlayerClass>0xE4185D</PlayerClass>
    <GetCurrentKeyBoardFocus>0xB9CEB4</GetCurrentKeyBoardFocus>
    <GameState>0xCE13EE</GameState>
    <Lua_DoStringAddress>0x54D9C</Lua_DoStringAddress>
    <Lua_GetLocalizedTextAddress>0x3DD93D</Lua_GetLocalizedTextAddress>
    <CVarBaseMgr>0xAD9BF0</CVarBaseMgr>
    <CVarArraySize>0x400</CVarArraySize>
    <ObjMgr>0xEAEA68</ObjMgr>
    <CurMgr>0x462C</CurMgr>
    <LocalGUID>0xD0</LocalGUID>
    <FirstObject>0xCC</FirstObject>
    <NextObject>0x3C</NextObject>
    <Descriptors>0x8</Descriptors>
    <Obj_TypeOffset>0x10</Obj_TypeOffset>
    <Obj_X>0x800</Obj_X>
    <Obj_TargetGUID>0x13</Obj_TargetGUID>
    <ClickTerrain>0</ClickTerrain>
    </Offsets>

    These are not working as is... Just saying
    Those are similar to what I have but I have

    <WoWVersionOffset>0xC06037</WoWVersionOffset>
    <GetCurrentKeyBoardFocus>0x78A5FF</GetCurrentKeyBoardFocus>

    however as I said before, it's not passing my keyboard commands from PQR to WoW with those offsets so something is still wrong

    And I was removing wow.exe from the ones I found using cheat engine as I remember reading that somewhere else on this site....but I could be wrong. Still a learning experience for me.
    Last edited by kuukuu; 05-21-2013 at 03:47 PM.
    Former PQR Developer

  6. #9696
    Stikz's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So what's the REAL deal. It seems there's some sort of problem, or ulterior motives.
    It never takes this long for someone, even other than Xelper to post offsets.

  7. #9697
    Axercis's Avatar Member
    Reputation
    4
    Join Date
    Sep 2012
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stikz View Post
    So what's the REAL deal. It seems there's some sort of problem, or ulterior motives.
    It never takes this long for someone, even other than Xelper to post offsets.
    That's completely untrue. Sometimes Xelper has to make a minor client change to PQR as well. I'm sure ulterior motives have literally nothing to do with it.

  8. #9698
    Captncrunch's Avatar Sergeant Major
    Reputation
    13
    Join Date
    Oct 2012
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stikz View Post
    So what's the REAL deal. It seems there's some sort of problem, or ulterior motives.
    It never takes this long for someone, even other than Xelper to post offsets.
    Take your meds and the voices will stop......

  9. #9699
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for the delay, new build should be up soon... Blizzard changed some things and all my patterns that automatically find new offsets in the background went to hell. Had to recreate them all. Any offsets distributed so far will not work because there are offsets that PQR itself finds, to keep the work of updating the offset list to a minimum.

  10. #9700
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stikz View Post
    So what's the REAL deal. It seems there's some sort of problem, or ulterior motives.
    It never takes this long for someone, even other than Xelper to post offsets.
    I need my Tin Foil hat!
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  11. #9701
    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 Xelper View Post
    Sorry for the delay, new build should be up soon... Blizzard changed some things and all my patterns that automatically find new offsets in the background went to hell. Had to recreate them all.
    They're on to you Xelper! Run! haha
    Former PQR Developer

  12. #9702
    shadowhacks's Avatar Private
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelper and all the profilers are just evil people with ideas of malevolent intent. They want nothing more then to give us an extremely rad program with sweet profiles that make this game more enjoyable. That is truly devious!

  13. #9703
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Xelper, any news on if some of those Automated Functions would cause a problem with how some of PQR's Custom Functions ( PQR_UnitInfo, PQR_UnitDistance to name a few) cause lag on some peoples comps? Would help a lot in profiles when using these functions as well.

    P.S. Did you read my PM I sent you the other day?

  14. #9704
    imtakinusrs's Avatar Active Member
    Reputation
    17
    Join Date
    Jul 2008
    Posts
    171
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stikz View Post
    So what's the REAL deal. It seems there's some sort of problem, or ulterior motives.
    It never takes this long for someone, even other than Xelper to post offsets.
    And when it's not normal, there is ALWAYS a conspiracy behind it all. ALWAYS.

    Thanks for reminding us, and making the world... *dramatic pause*... a safer place!
    I /point /laugh at those who /point /laugh at others!
    And if you cannot laugh at yourself, I'll be more than happy to do it in your stead.

  15. #9705
    Captncrunch's Avatar Sergeant Major
    Reputation
    13
    Join Date
    Oct 2012
    Posts
    168
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think Xelper might be a member of the Illuminati

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 01:58 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