This is a simple AutoIt script, which you will be able to use, to auto join battlegrounds with. It does read memory, but it doesn’t write to it (like most bots these days).
It uses simple memory reading and uses only the keyboard (it runs minimized without any problems) to run. As long as you don’t make this an executable file, it should remain undetectable, as Blizzard will only see AutoIt running, not your BG Bot.
loading...
Some times you just want to bot, rather then doing drudge work. This is an auto-mining bot which will take some of the dredge out of the game for you. It’s very easy to set-up, and there are no monthly payments to pay to use this bot. It’s very well set up, but following are the instructions to use it anyways.
The Settings
Number of times to run
number of complete cycles from undocking to mining to docking.
Minutes to mine for
How long you want to mine for. If your ship finishes mining quickly, set it lower. Might need some testing. If your ship has a cargo of about 150, 5 minutes should be enough.
Sell after mining
This will sell your ore when docked. If you want to see how much you’ve mined, set to no.
Number of lasers to use
To use more than one laser, put your lasers in the first slots. and select how many you want to use. Continue reading »
loading...
This is a party healing bot that uses Clints cMem for Memory reading/writing. The party healing bot does exactly what its name says, heals all members in party. The bot follows a target player, sits when the player sits, and flies when the player flies.
I know this program will not be for most, but some others have 2 accounts, and like to run a healer in group.
This content is for members only.
loading...
Whats better then having a bot that player for you? A bot that plays for you, and doesn’t cost you any money! This bot will read memory, but not write to it. The benefit of this kind of bot, is it is less detectable then a bot which injects code. Reading memory, allows you to set up custom waypoints as well.
This content is for members only.
loading...
As some of you might know, Roid Ripper the last release hasn’t been updated since July 2009. What is Roid Ripper? It’s a free mining bot.
Features:
Will mine all day, while gracefully handling downtime.
Supports most ships.
Supports use of T2 crystals.
Active tanking support.
Allows use of 200km bookmarks
Automatic configuration.
Fast and efficient.
Full statistical reporting.
Open Source
Combat Drone Usage
Will travel systems!
This content is for members only.
loading...
There has been talk of taking this source code and making some emulated servers. There has yet to be an emulated server, which I have found. However, from what I understand, you will need some programming knowledge and a bit of time. But lets be real here, isn’t owning the Evony source code quite a trophy anyways?
According to some peeps I was talking to before, Evony cost the programmers only around $10k total. Now, they are raking in much much more then that every month.
What can the source code do for you? It allows you to make a bot or game hack, which can easily find the correct pointers, making it much more likely to work, and less likely to be caught.
This content is for members only.
loading...
Sometimes you wish, you could just run the game and not worry about having to manually enter the research or building housing and armies. This bot does it for you. It also provides a nice server map, so you know where your strongest enemies are.
This content is for members only.
loading...
USER SUBMITTED, POSTING EXACTLY AS SUBMITTED
This has actually been PRIVATE, for a few years now! Please do not leak from here and post on YouTube or anything. This is an AMAZING client/bot that has over like 150 bots built in that do ANYTHING… woodcutting, farming, buying, talking, clicking, firemaking, etc… THIS WILL DO ANY SKILL – JUST TAKE A LOOK AT THE LIST THAT’S BUILT IN.
Here’s the download link: This content is for members only.
loading...
This is a simple bot that will use the following:
Party Items/Tonics Alcohol Items/ Sweet Items
Place items any where in your inventory bags
Select which Items you want to use from the drop down list.
Enter in Guild Wars window name
Press start.
This content is for members only.
loading...
Lua Ninja, is only for World of Warcraft. It is recommended that you use Super Duper Macro, with this, in order to maximize length of macros.
Druid Macros
Written by Elitetech
Druid Remove Curse & Abolish macro
/run t="raid"; nps=1; npe=GetNumRaidMembers(); if npe==0 then t="party"; nps=0; npe=GetNumPartyMembers() end; w=nil; m=0; for i=nps,npe do if i==0 then tt="player" else tt=t..i end; if UnitExists(tt) and UnitInRange(tt)==1 and UnitIsDeadOrGhost(tt)~=1 then for j=1,40 do d={UnitDebuff(tt,j)}; if d~=nil and (d[5]=="Curse" or d[5]=="Poison") and d[7]>m then w=tt; m=d[7]; if d[5]=="Curse" then s="Remove Curse" else s="Abolish Poison" end end end end end; if w~=nil then RunMacroText("/cast [@"..w.."] "..s) end;
Written by Elitetech
Feral Druid DPS cycle
Feral Druid
/run if UnitBuff("player", "Clearcasting") then CastSpellByName("Shred") end
/run local _,d,_ = GetSpellCooldown("Tiger's Fury") if (d == 0) and UnitPower("Player") < 30 then CastSpellByName("Tiger's Fury") end
/run p=GetComboPoints("player","target");if not UnitBuff("player", "Savage Roar") and p>0 then RunMacroText("/cast Savage Roar") end
/run c=CastSpellByName; local _,_,_,_,_,_,n,_,_=UnitBuff("player","Savage Roar"); if( (n-GetTime()<5) and p<4) then c("Savage Roar"); end;
/run p=GetComboPoints("player","target");
/run i=1 while(i<=40)do a={UnitDebuff("target",i)} if(a[1]=="Rip" and a[8]=="player") then break elseif(i==40) and p>4 then RunMacroText("/cast Rip") i=i+1 else i=i+1 end end
/run c=CastSpellByName; local _,_,_,_,_,_,n,_,_=UnitDebuff("target","Rip"); if( (n-GetTime()<5) and p>4) then c("Rip")end;
/run c=CastSpellByName; local _,_,_,_,_,_,n,_,_=UnitDebuff("target","Rip"); if( (n-GetTime()<7)) then else if (p>4) then c("Ferocious Bite") end end;
/run if UnitDebuff("target", "Mangle (Cat)") or UnitDebuff("target", "Mangle (Bear)") or UnitDebuff("target", "Trauma",unitCaster~="player") then else CastSpellByName("Mangle (Cat)") end
/run i=1 while(i<=40)do a={UnitDebuff("target",i)} if(a[1]=="Rake" and a[8]=="player") then break elseif(i==40) then RunMacroText("/cast Rake") i=i+1 else i=i+1 end end
/run local _,d,_ = GetSpellCooldown("Shred") if (d == 0) then CastSpellByName("Shred") end
/run StaticPopup_Hide("MACRO_ACTION_FORBIDDEN");
Written by Elitetech
Resto Druid healing cycle
/run if not UnitBuff("target", "Rejuvenation") then CastSpellByName("Rejuvenation") end
/run local _,_,_,c,_,_,_,_,_=UnitBuff("target","Lifebloom"); if (c~=3) then CastSpellByName("Lifebloom") end
/run if not UnitBuff("target", "Regrowth") then CastSpellByName("Regrowth") end
/run local _,d,_ = GetSpellCooldown("Healing Touch") if (d == 0) then CastSpellByName("Healing Touch") end
I use the Moonkin one that was posted originally but changed it for SuperMacro
All in one
/run RegisterCVar("eclipse","Wrath")
/run if (UnitMana('player')/UnitManaMax('player')<0.45) and (GetSpellCooldown("Innervate") == 0) then CastSpellByName("Innervate") end
/run if not UnitDebuff('target','Faerie Fire') and UnitHealth('target')>150000 and not UnitDebuff('target','Faerie Fire (Feral)') then CastSpellByName('Faerie Fire')end
/run a={UnitDebuff('target','Moonfire')}if(a[8]~='player')then CastSpellByName('Moonfire')end
/run b={UnitDebuff('target','Insect Swarm')}if(b[8]~='player')then CastSpellByName('Insect Swarm')end
/run a={UnitBuff('player','Eclipse')}if(a[3]=="Interface\\Icons\\Ability_Druid_Eclipse")then SetCVar("eclipse","Starfire")elseif(a[3]=="Interface\\Icons\\Ability_Druid_EclipseOrange")then SetCVar("eclipse","Wrath")end CastSpellByName(GetCVar("eclipse"))
I changed it to cast innervate when I get below 45% mana and to only put on FF if health is over 150k because less than that and they are dead before I start casting
If you have more, please reply in the comments section, to add them. This post is for Druid specific macros.
loading...
Jadd is a scripter who likes making scripts for Runescape. You can freely download his stuff from here. We take no credit for these files.The author claims these are undetectable, but that could change at any time. so use at your own risk!
| AutoAlcher By Jadd, Final Version | 12/06/09 |
![]() |
An undetectable AutoAlcher made by me! Easy to use, safe, and works smoothly. |
| AutoDropper By Jadd, First version | 01/03/10 |
![]() |
An undetectable AutoDropper made by me! It’s safe and quite easy to use. Read instructions carefully. Click to download |
| Jadd Autotalker V7.0 Multi Color | 12/31/09 |
![]() |
This autotalker is very user-friendly and runs fast. It has a remarkable low CPU usage and good working functions. Same as V6.0 but now with color and style options. CANNOT BE DETECTED BY JAGEX! Read the README file! |
| Woodpecker By Jadd, First version | 01/10/10 |
![]() |
An undetectable AutoCutter made by me! It’s safe and quite easy to use. It cuts and drops logs automatically. Read instructions carefully! |
If you have any ideas for improvement, please contact Jadd at jaddscripts@gmail.com, and tell him you found his stuff at RPG-Exploiters.
loading...
Lua Ninja, is only for World of Warcraft. It is recommended that you use Super Duper Macro, with this, in order to maximize length of macros.
Hunter Macros
Written by Elitetech
Marksmanship Hunter DPS cycle
/run if not UnitDebuff("target", "Serpent Sting") then CastSpellByName("Serpent Sting") end
/run local _,d,_ = GetSpellCooldown("Silencing Shot") if (d == 0) then CastSpellByName("Silencing Shot") end
/run local _,d,_ = GetSpellCooldown("Kill Command") if (d == 0) then CastSpellByName("Kill Command") end
/run local _,d,_ = GetSpellCooldown("Chimera Shot") if (d == 0) then CastSpellByName("Chimera Shot") end
/run local _,d,_ = GetSpellCooldown("Aimed Shot") if (d == 0) then CastSpellByName("Aimed Shot") end
/run local _,d,_ = GetSpellCooldown("Arcane Shot") if (d == 0) then CastSpellByName("Arcane Shot") end
/run local _,d,_ = GetSpellCooldown("Steady Shot") if (d == 0) then CastSpellByName("Steady Shot") end
loading...
Lua Ninja, is only for World of Warcraft. It is recommended that you use Super Duper Macro, with this, in order to maximize length of macros.
Macros written by Elitetech
Auto prospect/mill/DE/whatsoever
/cast Prospecting /use [Insert stuff] /in 3 /run RunMacro(1)
Spammable interrupt when casting for any class.
/run if UnitCastingInfo("target") then SpellStopCasting() CastSpellByName("INSERT INTERRUPT SPELL HERE") end
If you have more, please reply in the comments section, to add them. This post is for General no-class specific macros.
loading...
Created and Written by Cypher
Project:
LuaNinja
Purpose:
Disables the WoW API protection checks in order to allow arbitrary Lua code execution.
Detectability:
Unlike previous similar tools, this tool makes zero modifications or ‘hooks’ to WoW that can be detected by Warden in its current form. Unless I’ve overlooked something (which I’m certain I haven’t), in order for this to be detected the Warden dev would have to add a brand new feature to Warden to detect the special type of hook I’m utilizing, or find a bug in some of my module hiding code.
Lets be honest, the Warden guy is ridiculously lazy, so this should be safe for quite some time.
However, I obviously can’t guarantee anything, so as always, you use this at your own risk.
Notes:
If you’re wondering why I chose such a stupid name, it’s because I’m lazy and unimaginative, and the hack was designed to be ’stealthy’ like a ninja. :p
One small issue is with the way a couple of Lua functions are implemented. Whilst pretty much all Lua functions use the same function to do the protection check, a couple have ‘inlined’ it (meaning rather than call the function they have duplicated the functionality). There are only a couple, and from memory they’re only some very new and very limited use APIs, however if you find one, please let me know and I’ll see what I can do about fixing it in the next version.
Usage:
Extract the hack to anywhere you see fit, run “LoaderGui.exe”*, and follow the example/instructions in the picture:
Assuming all goes well and the loader gives no errors, you should be able to run any Lua script you want without restriction.** To test whether this is true, log into a character and run the following script:
“/script MoveForwardStart();”If your character walks forward then it is working, if nothing happens or you get an error message, something may be wrong.
This does NOT require you to wrap your calls in any special function, you just write Lua the same way you normally would, except that protected functions should now be available. It should work anywhere (in the console, in addons, in macros, etc).
* You will need the .NET 4.0 Beta 2 framework. Available here.
** See Notes section for minor restrictions.Credits:
Greyman – Failing at indoor rockclimbing
Kynox – Being a filthy New-Zealander
Apoc – Being a filthy Amerifag
Harko – Being German! **** YEAH GERMANY!
All of the non-retarded people in the memory editing section.
All of the non-retarded people at game-deception.Releases:
loading...
written by Kynox
So, another day in the WoW botting community has come by, and just like every other day, someone has released some two-bit bot. Except, this isn’t just someone, for it is the same people Cypher and I destroyed a few months back.
The mimic team are back in all their fury, with another terribly written, hilariously advertised bot, that as per usual, is advertised with a number of false claims.
“I can assure you, its NOT injection” was one of the claims spouted, yet as you can expect, a stupidly named DLL was found; containing all of the bots interoperability between WoW and itself. In addition to this, three API hooks are present: LoadLibraryA, GetCursorPos and GetPhysicalCursorPos.
The first, LoadLibraryA, was to protect it from.. GameGuard. Yes, they are hiding their module from an anti-cheat from another game. Why would they do this you might ask? Who fucking knows what goes through the minds of the mimic-devs.
The second and third are used to send mouse movements to the game while it doesn’t have focus.
In summary, do not use this bot, and if you have.. see me in a week or so
.
2031f09253e0dbc911a8813616cdf9b1486b52fc (SHA1 hash of the trailing block of text, for verification purposes)
Time-zone is NZST.
15:43 – 19/12/09
So, if you’re reading this and wondering why your account has been banned.. i’m truly sorry. We’ve gotta let the WardenDev show his glory somehow, right!?
So 5 1/2 hours ago (from the date noted above), a new memory scan was pushed into Warden, which targeted AIOBot. If you were caught up in this, then shame on you for buying into such a shitty and detectable piece of software.
Seeing as the auth servers are now (presumably. hard to tell with the ddos) closed, now seems like an opportune moment to unmask this.
loading...
Name: Kelsie
Version: 1.6.3.0
Date: 2-18-2010
Wow: 3.3.2
OS: Any Windows OS
Download .Net: 4.0
Info:
Kelsie is a fishbot I created in my attempt to move from AutoIt to C#. I implemented my AutoIt coded CyberFish into what you see now. Its straightforward and simple. Here is what you need to do to use Kelsie.
WoW Client Setup:
1. Equip your fishing pole
Kelsie Setup:
Duration: Enter how long you want to fish for (in minutes)
Cast Pause: Enter an extra pause (in milliseconds) before next cast, if needed for lag.
Keyless: Check this to use keyless interacting (currently disabled)
Take Breaks: Check this to have Kelsie randomly take breaks from fishing (makes you look a little more real!)
Get PID: Click this to load the process ID’s of all the Wow.exe instances you are running (for multiple accounts on one computer). (untested)
PID Combo: Leave blank for Kelsie to select the first one it finds or specifically select a PID to use with Kelsie. (untested)
Start: Click this to start Kelsie
Stop: Click this to stop Kelsie
To do:
– Implement lures
– Implement auto-equip fishing pole
– Implement teleport detection (testing)
– Implement whisper detection
Known Issues:
- Kelsie does not switch your keybindings back, but the change is temporary. Just go into your keybindings in WoW then click the “Cancel” button and all should be well!
– Will find false bites when WoW is minimized
– May close when WoW is minimized
Notes:
– Should work with any Windows OS. Works on my Win XP Home 32bit and Win XP Pro 64bit.
loading...
Hey guys, since the release of patch 3.2 getting honor in AV is outstanding
100k xp for all 4 towers down
25k xp for killing bal/galv
25k xp for winning or losing AV
and this is also great for 80 mains who need honor/marks/rep fast
Setting Up The Program
After Downloading the Program, Set up 5 different auto clickers
1 – For Opening the PvP Tab
2 – For Queeing for the Battle
3 – For Entering the Battle / Releasing if dead
4 – Casts a spell every one minute
5 – Leaves the battle ground after completed.

As you can see my guy has gained over 50k honor over the past night. and gained 3 levels.
Ok, After Downloading the Program you want to go into WoW Options in Game —> Video —> Enable Windowed Mode —> Apply.
———————————————————-
Now set up five mouse machines and open one. (Make sure its over lapping WoW)

Now that one is over laying wow, hit the “SET BUTTON” and then click the PvP Tab down below. After clicking the PvP tab go back to the First mouse machine and you will notice that two separate cords are now there.

Simply do this for the next four.
For the 2nd Mouse Machine, open the PvP Tab -> Then click battle grounds.
You’re going to make a clicker for the “Join Battle” Button, so make sure you’re 2nd clicker is open. hit “Set” and click the Join Battle Button.
—————————————————————————————-
For the 3rd Mouse Machine, quee for a battle and wait till the the box opens up. After it pops up hit “Set” and Click on the top right hand corner of the “Enter Battle”

—————————————————————
For the 4th Mouse Machine, you will need to choose a spell that you can use every minute.
Rogue – CoS
Mage – Arance Intell
Lock – Fel Armor
Warrior – Blood Rage
DK – Horn
Hunter – Trap
Shammy – a Heal
Druid – Heal / Buff
Priest – Bubble / Heal / Buff
———————————————
Now make sure the spell you are going to use is on your action bars.
Now hit “Set” and click the spell.
——————————————————–
the 5th one you will need to wait to complete an AV, after finishing it. a Screen Should Pop up. Hit “Set” and click the “Leave Battle Ground” Button
——————————————————–
For the first mouse machine i set it for “30 seconds”
For the 2nd mouse machine i set it for “15 Seconds”
For the 3rd mouse machine i set it for “20 seconds”
For the 4th mouse machine i set it for “60 seconds”
For the 5th mouse machine i set it for “37 Seconds”
If you just leave it at 10 seconds it wont work properly.
How to set the time?
Where it says “Wait (Secs)” under neath you enter the numbers for each one up top
Will I get banned for this?
If used for more then 4-5 hours in a row, I can almost guarantee you will get a ban/warning.
Use this for short periods of time, and when you are around, in case a gm messages you.
loading...
Archlord Bot: buff, attack, and auto loot.
Find a spot with a lot of creatures.
Setup with a good camera angle.
Kill a creature and set up how long it took.
Make sure to set up when to drink potions.
(1000ms = 1 sec, 1 cycle = 1 dead mob, your auto attack must be set to “3″, middle-mouse-click must be set to “rotate 180 degrees”)
If you can, have another character join the party and auto loot.
Download…
This content is for members only.
loading...
RoMBot is currently free, and now is your chance to try this easy to use bot. Own Runes of Magic with this great new bot. Give it a try and let us know what you think!
This content is for members only.
loading...








Recent Comments