What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Batch][Auto] - NobodyReadsIt - Skipping the ToS & EULA

Giwin

Well-Known Member
Joined
Dec 3, 2011
Messages
3,431
The purpose of this batch file is to be able to let the bot run without reading the boring ToS that nobody reads anyway.

The code below must be put into a .bat file (make a text file and just rename it from .txt to .bat)... put that batch file into the "StartUp" folder (in Start -> All Programs)

The Source file is C:\Config.wtf and the destination file is your world of Warcraft WTF Folder

Code:
DEL E:\World of Warcraft\WTF\Config.wtf
COPY "C:\Config.wtf" "E:\World of Warcraft\WTF\Config.wtf"

Please rename - "E:\World of Warcraft\WTF\Config.wtf" to your location of your Config.wtf file

----------------------------

Open your Config.wtf file and find the "SET readTOS "-1"" and "SET readEULA "1"", make sure they are both set to 1 and save that file in the Source file location such as the c:\ drive, this will be the file that command prompt copy's from.

 

Attachments

Last edited:
Back
Top