Skip to content

Commit 894c2a2

Browse files
authored
Update README.md
1 parent 8cdf544 commit 894c2a2

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ Simple wizard101 Lua RCE method.
33
This method is detected, and will get you banned. But you can still Execute your own Lua code, and communicate with the server with Lua. I recommend reading through other scripts in the scripts folder to get a better idea of what you can do.
44

55
1. Backup Root.wad
6-
2. Decompile Root.wad with WizWadWiz.exe (https://github.com/11a10318/WizWadWiz/releases/tag/0.6.1)
7-
2. Navigate to the Tutorials folder, and then into the API folder.
8-
3. Open up TutorialUtility.lua and scroll down to the bottom.
9-
4. Find the SkipTutorial() function.
10-
5. Your if statments to RCE with are at lines 797, 799 and 806.
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
6+
2. Create log.txt in bin folder
7+
3. Decompile Root.wad with WizWadWiz.exe (https://github.com/11a10318/WizWadWiz/releases/tag/0.6.1)
8+
4. Navigate to the Tutorials folder, and then into the API folder.
9+
5. Open up TutorialUtility.lua and scroll down to the bottom.
10+
6. Find the SkipTutorial() function.
11+
7. Your if statments to RCE with are at lines 797, 799 and 806.
12+
8. Use WizWadWiz.exe to recompile your wad
13+
9. Navigate to your GameData folder and drop your modified Root.wad in
14+
10. Navigate to your installation bin folder and create a file named log.txt
15+
11. 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.
16+
12. 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
1617

1718
Server("SetLevel", "120");
1819
Server("SetPrimarySchool", "Storm");

0 commit comments

Comments
 (0)