Login bypass + MapleQuestlineFetcher
Solved an exploit where anyone (via packet editing) could be able to login as any registered character after authenticating and selecting a character. New tool: MapleQuestlineFetcher. It reports ids from quests which quest script files were not found on the scripts folder.
This commit is contained in:
@@ -47,7 +47,7 @@ function action(mode, type, selection) {
|
||||
selStr += "\r\n#L" + i + "# " + info[i] + "#l";
|
||||
cm.sendSimple(selStr);
|
||||
}
|
||||
else if (!cm.getQuestStarted(4911)){
|
||||
else if (!cm.isQuestStarted(4911)){
|
||||
cm.sendNext("Good job! You've solved all of my questions about NLC. Enjoy of your trip!");
|
||||
cm.dispose();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user