Thursday, 23 February 2012

Recruit a Friend – How It Works WoW

Hi all again,
This is not a bot, emulator, hack or some kind of exploit. I would like to give all the new players that are searching the web a possibility to get into the game faster with my help as a elder in this game :) write me an email or comment this post with your details and i will invite you!!! :) Only 20 invitations left... So be quick :) Now lets see how it works:

This is copy of official Blizzard Recruit a Friend post.

Recruit a Friend referral system allows you to send friends and family members Starter Edition activation keys for World of Warcraft via email.  With these keys, those whom you refer will be able to set up their own Starter Edition accounts completely free of charge.  With this, Starter Edition accounts created through your referral will become linked with your account.  This link will open up a number of benefits for characters on both the veteran and recruit account, including increased experience, character summoning, and level granting!  More information on Recruit a Friend can be found here.

Tuesday, 14 February 2012

Trade Window Exploit (godmode) WoW

Here guys lies the one of, if not the biggest exploit in Cataclysm... the infamous controversy of the dupe with RAoV... All your questions are answered... The Trade Window Exploit... There are More exploits that lie within and we will be releasing them in segments. read description... today Imperious shows you Godmode.. Legit godmode... Where they cant attack you but you can attack them.. first ever. I hope you guys enjoy! Description and video explain everything so go check it out.



Invisibility/Invincibility WoW Exploit

This exploit will allow you to be invisible and invincible for a certain period of time. This persists through loading screens which is few among exploits... Theefore, you can be invincible in a bg... and kill players... in stormwind through summoning... and in dungeons where you can skip to last boss. You can only skip because you cant kill NPCs.... only if you one shot them you can kill them. This also means you can go into a RANKED ARENA and be invisible and invincible and get free rating...




Monday, 13 February 2012

PQRotation - an automated ability priority queue for WoW

PQRotation (PQR) is an all-in-one ability rotation application. It uses both simple memory reading as well as a memory detour to execute Lua code. It requires absolutely no setup* (read beta notes). 
  • No addons to configure.
  • No pixel scanning to hinder performance.
  • Easily customizable and shareable abilities and rotations.
This program was mainly designed for PVE purposes, however it can easily be configured for PVP purposes as well. It will perform your currently selected rotation as perfectly as is possible, leaving the user to monitor more important things such as fight mechanics and anything else that might be happening in the party/raid. Each rotation is 100% configurable, and each ability can be assigned Lua code (protected or otherwise) that it will execute to determine if a spell should be cast. It also has a basic interrupt bot built in that allows you to interrupt ability that is interruptable (it will not try to interrupt non-interruptable abilities).

Scroll down to the bottom of this for links to community submitted profiles. 



Download: PQR 1.1.1
Included Offsets: 12340 (3.3.5a) and 15211 (Live)
Download PQR111.zip | VirusTotal ScanNOTE: All included profiles are for LIVE only. They cannot be expected to work on pre-cata clients.

IMPORTANT: Older profiles will not work with this. It is recommended you do not upgrade until your favorite profiles have been updated. If you feel brave enough to do this yourself, see the change log below for 1.1.

If you are upgrading to a new version after using an older version during the same WoWsession you should exit the old version, type /console reloadui ingame, then load the new version to avoid conflicts!


How to Use Rotation Bot1) Launch PriorityQueueRotation.exe
2) Select the process you would like to attach to. You must be logged into your character to do this.
3) Select your Primary and Secondary rotations.
4) Press ALT+X to start your Primary rotation, and ALT+Z to start your Secondary rotation. Pressing the key(s) again will either stop the bot or switch the rotation, depending on what you have selected.

How to Use Interrupt Bot
1) Add/Remove any spell that you would like to interrupt on the main form or select "Interrupt All Spells".
2) Press ALT+C to start/stop Interrupt Mode.

Upcoming Features
-To Be Determined-

Known Issues
-
-None!

Configuring a Rotation
1) Select the "Rotation Editor"
2) Select the Class that you wish to edit.
3) Select the rotation you wish to edit, or add a new rotation.
4) The "Current Abilities" list is the rotation that will be used. 
5) Rotations are automatically saved as you make changes.




Configuring an Ability
1) Select "Ability Editor" from the main form.
2) Select the Class for which you would like to configure an ability for.
3) You can then either select an ability from the list to load its settings, or create a new one simply by filling in the form. Please note names must be unique or they will be over-written!
4) Configuring an ability. An ability requires 4 parts to work properly.

  1. Ability Name (Required) - this is how the rotation identifies what ability to use. This must be unique!
  2. Spell ID (Required) - The addon will perform a function to validate that this spell is available for use. If you do not want to cast a spell (IE, you want to just execute an action, set this to 0). The program will use CastSpellByID.
  3. Recast Delay - Default 0 (no delay). After casting this ability how long should we wait in milliseconds before resuming. This is to allow abilities like Immolate which take longer than GCD to cast and only cast if the DoT isn't on the target to apply the debuff so the bot doesn't instantly recast due to no Immolate being immediately on the target. This only works on casted abilities since non-cast are already lower than the GCD and should not be effected.
  4. Self Cast - Should the ability be cast on the player?
  5. Actions (Optional) - A list of macro actions that will be performed if the spell is valid (Example: /use 14 (trinket), /startattack, etc.)
  6. Lua (Required) - The code here is executed in the form of an Lua function. For an ability to be confirmed as the next ability in the rotation this must "return true", if you want the ability to simply be cast if you have the resources (mana, energy, etc.) and it is off cooldown, just leave this as return true. If you want to do something more complex, such as cast an ability if the target has <20% HP, look at the example below.
5) Press "Save"

EXAMPLE Lua: Cast Hammer of Wrath if the player has "Avenging Wrath" buff (allowing our Execute ability to be cast at any time), or if the target is less than 20% HP.

Code:
        local sAW = UnitBuffID("player", 31884) 
        local unithealth = 100 * UnitHealth("target") / UnitHealthMax("target")

        if sAW ~= nil then
            return true
        else
            if unithealth <= 20 then -- only usable if target health < 20%
                return true
            end
        end
OwnedCore Community Supported Classes and Specs:
Death Knight Rotations
Druid Rotations
Hunter Rotations
Mage Rotations
Paladin Rotations
Priest Rotations
Rogue Rotations
Shaman Rotations
Warlock Rotations
Warrior Rotations

MrFishIt - Fishbot for WoW 4.3.2:15211

Installation
1.Download and extract the files to a folder
2.Make sure you have the latest .Net Framework including service packs

Usage
1.Start wow as Administrator
2.Start MrFishIt as Administrator
2.Log into your World of Warcraft account
3.Go to you favorite fishing spot
4.Setup the options as you wish select lure options for stopping etc...
5.Press start it's the big grey button in the top left corner

6.Enjoy!

How It Works

It Read/Writes from/to wow to get Object's and to Interact with them (no ****ing colour recognition) 
It checks if your dead alive etc.
Works on Vista x64/Xp/Windows7



Credits
Cypher
Apoc 
Shynd for his blog
MaiN for doing all the lua
Seifer for writing the ToS
And everybody else in the memory editing section (who has been helpful)



Terms of Service

Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:

The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



Download Here

Lazybot RE-Evolution for WoW 4.3.2

Its now ready for use again.

You can get it here:


!!!DOWNLOAD NOW!


Feel free to upload it to virustotal - no problem with that.

This Bot is for Live Version 4.3.2!

Changes: 
- Some changes in the code to use less CPU and Memory
- Support for 4.3.2.
- Combat Engine should react faster


Please keep in mind, that currently only the x86- WoW is supported.

To do:

Change Updater
Add Support for x64 WoW

Source of the bot can be found here: Source
Article can be found here: OwnedCore.com