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.

Continue reading »

GD Star Rating
loading...
  • Share/Bookmark

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 »

GD Star Rating
loading...
  • Share/Bookmark

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.


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.
GD Star Rating
loading...
  • Share/Bookmark

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.

GD Star Rating
loading...
  • Share/Bookmark

Text Macros! These can be used in any game, that allows you to make a macro with chat commands, and changed to fit your game.  On slower chat servers, could also be done manually, but much more difficult to do so.  If you have more, please share them in the comments.

We all remember Bob from AV don’t we?

/bg ————
/bg |..|………..
/bg | ..\.O ……This is Bob
/bg | .. /|\ ……Bob took SH Graveyard
/bg | …./\ ……Don’t be like Bob
/bg |…………..
/bg |\………….

There are many other variants, changing bobs position or text.

Continue reading »

GD Star Rating
loading...
  • Share/Bookmark

Written by Vindalfur of Brandywine

LotroLCD is an attempt to use the LCD on the Logitech G15/G19 keyboards for something useful while playing LOTRO.

The default applet from Turbine only displays redundant information and is hence quite useless. As far as I know LotroLCD does not violate any EULA or Code of Conduct from Turbine or Codemasters since there are already other utilities which parse LOTRO logs in real-time and display the information (on a second screen for dual monitor setup) which are recognized and allowed, the same should apply to LotroLCD.

Lotro LCD shows information about spell timers, combat statistics and anything else that can be found in Lotro log files on your LCD in realtime.

Here is a sample of what can be shown:

Continue reading »
GD Star Rating
loading...
  • Share/Bookmark

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.

GD Star Rating
loading...
  • Share/Bookmark

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.

GD Star Rating
loading...
  • Share/Bookmark

If you try to run more than two instances of DAoC on one computer, you get an error message. Here is how to run more than two, as long as your computer is powerful enough to do so.

-Download Hot Key Net http://www.hotkeynet.com/p/download.html
-Install it.
-Make a text file using windows notepad that includes this:

<Hotkey Shift F1>
<KillMutex \BaseNamedObjects\DAoCi1>
<KillMutex \BaseNamedObjects\DAoCi2>


-Load a hot key file in the program, and load the txt you just made.
-Each time you launch a new instance of DAoC, press Shift + F1.

GD Star Rating
loading...
  • Share/Bookmark

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
Written by garyrbaker

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.

GD Star Rating
loading...
  • Share/Bookmark

In patch 3.2.2 some new non-combat raptor pets were added that drop from various rare raptors or are rare drops from slightly more common ones. This guide will focus on finding Deviate Hatchlings in Wailing Caverns

You will want a level 40 or higher to farm this instance.  Additionally, I suggest skinning and fishing.  Skinning will allow you to farm mats for some twink items, and fishing will allow you to farm deviate fish.  Both of these can sell for quite a bit and add to your overall gold gains.

I would suggest having the following:

Atlas Add-on – This add-on is very helpful with its maps of both the instance itself and the entrance room.

This macro…

 /tar Boahn
 /tar Trigore
 /cast spell

Where “spell” is the name of an instant spell that does not require you to be facing the enemy, such as the Warlock’s Corruption.

Start off by running to the entrance to the cave that contains the wailing caverns. To get to the instance entrance simply take a left at the first fork and a right at the next one and follow the path until you get to the large circular room.

Once there you are going to look for your first two objectives, Trigore the Lasher and Boahn.

Trigore drops Runescale Girdle and Serpent’s Kiss both of which sell for 15-18 gold.

Boahn drops Brambleweed Leggings and Boahn’s Fang. The legs only sell for 2-3 gold, but the axe can sell from 50-60 gold, which is a significant sum.

To find these two mobs, simply spam the macro that I wrote above, or run around trying to find them. Either way works – though the macro is easier as it will find them in range, even if out of sight.

After you have dealt with these two, you might want to fish in the pond here. This step is optional, but you can fish up Deviate Fish which sell for 50 silver, or you can cook the fish (requires cooking 85) into Savory Deviate Delight, which sells for 1 gold.

Finally, you can enter the instance itself.

Inside the instance, go in a circle, killing and skinning (those that can be) all Deviate Ravagers, Deviate Guardians, Druid of the Fangs, and Lady Anacondra.

The raptors have about a 1% chance to drop Deviate Hatchlings, which go for about 500-600 gold! I generally get about 1 hatchling every 5 or 6 runs, but I have gone as long as 12 runs without one dropping.

The druids have about the same drop rate for Gloves of the Fang, which is a twink item and sells for about 15 gold.

Lady Anacondra has no BoE blue drops, but she does have some nice BoP’s that sell to vendors for a small amount, or you can disenchant them for a decent amount as well.

The mobs can skin or drop Perfect Deviate Scales or Deviate Scale which both sell well based on server economics, as they are mats for the twink item Deviate Scale Belt. If you have a Leather Worker who can make the belt, do so, as it sells for more than the raw mats, 12-17 gold.

If you get five runs and hour, I would estimate that you would get between 50-1000 gold with an average close to 350-450 gold. This is a solid way of farming that can produce massive amounts of gold in a short time. As a level 80 blood DK, all five runs take me about 20-30 minutes, meaning if I did 25 runs in a day, it would take me 4 and a half hours and generate about 2000 gold.

That’s a lot of gold, but you have to remember to space out your auctions of Deviate Hatchlings, only have one up at your faction AH and another up at the neutral AH, which will keep the price high.  If someone underbids you, wait til their auction ends, then repost for your regular amount.  DO NOT try to underbid them.  This will create a bidding war and lower the price, which helps neither of you.

Originally written by Talton.  Edited by Spitt for clarity and further information.

GD Star Rating
loading...
  • Share/Bookmark

Why am I posting another macro program, when there are so many others? First off, this one is free.  Second, many macro programs these days are detectable, by their signatures, and it is unlikely that this one has a signature that game companies look for.  Last, because it records the mouse movements too, and allows you to edit the macros.

This Free Offer expires at 23:59 (-8 GMT) Febuary 1st or for all you Americans, Pacific Standard Time.  After 23:59, the program will cost $39.90 USD. Continue reading »

GD Star Rating
loading...
  • Share/Bookmark

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.

Click to download

 

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!

Click to download

 

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!

Click to download

 

If you have any ideas for improvement, please contact Jadd at jaddscripts@gmail.com, and tell him you found his stuff at RPG-Exploiters.

GD Star Rating
loading...
  • Share/Bookmark

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
GD Star Rating
loading...
  • Share/Bookmark

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.

GD Star Rating
loading...
  • Share/Bookmark

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:
Click the image to open in full size.

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:

This content is for members only.

GD Star Rating
loading...
  • Share/Bookmark

As anyone in mmo games knows, lag can allow you to create dupe bugs.  The method is simple, slow server response time, trade, then get booted off the server, before the server can log the trade.  This method can also be used with chests that allow you to store things in them, or placing items in the mail.  There are a few different methods, but it all comes down to needing the server to crash – or to boot someone offline, before a save.  Sometimes, Alt+F4 can work as the booting technique.

So now, we are about to discuss how you can cause others to get knocked offline.  Used in a 3 person mode, this might be able to cause a dupe bug.  However, let me say this clearly to you.  Doing this can cause you to lose your account.  Not just the knocking of someone offline, but the people trying to perpetrate the dupe. Make sure to do it in a remote area, away from others.

This content is for members only.

GD Star Rating
loading...
  • Share/Bookmark

This content is for members only.

GD Star Rating
loading...
  • Share/Bookmark

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.

DOWNLOAD

GD Star Rating
loading...
  • Share/Bookmark

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.

GD Star Rating
loading...
  • Share/Bookmark

Translate this Page

© 2010 RPG-Exploiters. All Rights Reserved. All company or product names are trademarks, registered trademarks, or service marks of their respective companies, organizations, or holders. Suffusion WordPress theme by Sayontan Sinha

Designed by: Movies