You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,18 @@ This method is detected, and will get you banned. But you can still Execute your
8
8
3. Open up TutorialUtility.lua and scroll down to the bottom.
9
9
4. Find the SkipTutorial() function.
10
10
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
14
16
15
17
Server("SetLevel", "120");
16
18
Server("SetPrimarySchool", "Storm");
17
19
Server("AddSpell", "Thunder Snake");
18
20
19
21
You would see the appropriate responses from the server in your chatbox, its pretty neat. You will then be swiftly banned.
20
22
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.
22
24
23
25
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