Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
namreeb committed Aug 1, 2018
1 parent fcc7916 commit 595505c
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QFWZUEMC5N3SW)

nampower
========
# nampower

An auto stop-cast tool for World of Warcraft 1.12.1.5875 (for Windows)

Expand All @@ -27,14 +26,27 @@ In this scenario, a 1000ms spell takes 1400ms to cast. This tool will work arou
design flaw by altering the client behavior to not wait for the server to acknowledge
anything.

## New In Version 2.0 ##

Previous versions of this tool required custom macros. This version should "just work".

To launch, run loader.exe -p c:\path\to\wow.exe (or just loader.exe with it inside the
main wow folder)
## Using ##

If you use my launcher, known as [wowreeb](https://github.com/namreeb/wowreeb), you can add
the following line to a `<Realm>` block to tell the launcher to include this tool:

```xml
<DLL Path="c:\path\to\nampower.dll" Method="Load" />
```

To launch with the built-in launcher, run loader.exe -p c:\path\to\wow.exe (or just loader.exe
with it inside the main wow folder)

### Account Security ###

Note that while this makes no malicious changes to the WoW client, it could easily be
mistaken as malicious by the primitive anticheats in use on some vanilla private
servers. This program contains absolutely no protection against anticheat software.
While this makes no malicious changes to the WoW client, it could easily be mistaken
as malicious by the primitive anticheats in use on some vanilla private servers.
This program contains absolutely no protection against anticheat software.

Having written the anticheat for Elysium and Light's Hope, I can say that they do not
currently detect this, and are unlikely ever to do so.
Expand Down

0 comments on commit 595505c

Please sign in to comment.