Skip to content

Commit ac6ea28

Browse files
authored
Update README.md
1 parent f72a540 commit ac6ea28

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ This method is detected, and will get you banned. But you can still Execute your
88
3. Open up TutorialUtility.lua and scroll down to the bottom.
99
4. Find the SkipTutorial() function.
1010
5. Your if statments to RCE with are at lines 797, 799 and 806.
11-
6. Next open your file explorer and navigate to your installation bin folder and create a file named log.txt
12-
7. Next, open the game bypassing the patch client by navigating to your installation bin folder in command prompt and typing the command "WizardGraphicalClient.exe -l login.us.wizard101.com 12000 -P 1 -K 1 -M 1 -EF_OVERFLOW -EF_UNDERFLOW -G log.txt" -- not all these paramaters are neccesary, but they worked, and have since remained my control paramaters for whatever tests I run, it just enables some backround debugging features. And will generate a log to your file your created earlier.
13-
8. Once your logged in, create a new character. start the tutorial, when you reach the owl press the skip tutorial button, and for example if your code you wanted to run was
11+
6. Use WizWadWiz.exe to recompile your wad
12+
7. Navigate to your GameData folder and drop your modified Root.wad in
13+
8. Navigate to your installation bin folder and create a file named log.txt
14+
9. Next, open the game bypassing the patch client by navigating to your installation bin folder in command prompt and typing the command "WizardGraphicalClient.exe -l login.us.wizard101.com 12000 -P 1 -K 1 -M 1 -EF_OVERFLOW -EF_UNDERFLOW -G log.txt" -- not all these paramaters are neccesary, but they worked, and have since remained my control paramaters for whatever tests I run, it just enables some backround debugging features. And will generate a log to your file your created earlier.
15+
10. Once your logged in, create a new character. start the tutorial, when you reach the owl press the skip tutorial button, and for example if your code you wanted to run was
1416

1517
Server("SetLevel", "120");
1618
Server("SetPrimarySchool", "Storm");
1719
Server("AddSpell", "Thunder Snake");
1820

1921
You would see the appropriate responses from the server in your chatbox, its pretty neat. You will then be swiftly banned.
2022

21-
I have only been banned trying to modify stats. You can use the Lua Engine to make yourself a CSR (customer support) account that can run commands like this though, they've already made the code, you just need to port it and change it around.
23+
I have only been banned trying to modify stats. You can do other things and not be banned. You can even modify the minigames code, and enable alot of debugging logs. You can use the Lua Engine to make yourself a CSR (customer support) account that can run commands like this though, they've already made the code, you just need to port it and change it around.
2224

2325
The game knows when your wad is corrupt and crashes when you try to continue with the tutorial, this is why I had to build it into the SkipTutorial() function and thus being one of only vulnerable positions to inject.

0 commit comments

Comments
 (0)