- Close the private server you're playing on first.
- Install the latest release of ffdec for your operating system.
- Download the portable launcher (the No Install Required button) for the private AQW of your choice (RedHero, RedAQ, etc.).
- Extract the portable launcher's files somewhere.
- Open ffdec.
- Ignore all the dialogs that will appear at first, then click
Open
at the top left of the ffdec window.
- Find the location of where you extracted the files from
step 3
and choose the Desktop.swf
file.
- Click the
+
icon on the left of the scripts
folder icon from the left side of the screen, and once it's expanded, click the +
icon from the left of Device
again, and finally click AIRDesktop
from the expanded menu.
- Click
Edit ActionScript
on the bottom middle of the screen and press OK.
- Replace the code inside of the editor with this code:
package Device
{
public class AIRDesktop extends DeviceBase
{
public function AIRDesktop()
{
Config.DEVICE_TYPE = "Desktop";
super();
}
override public function get isDesktop() : Boolean
{
return true;
}
override public function setDiscordStatus(param1:Object) : void
{
}
}
}
- Click
Save
at the bottom middle of the editor, the one right next to Cancel, press OK and click the Save
at the top left of the window right besides Open
.
- Launch the
.exe
file where you edited the Desktop.swf
from and the Discord Rich Presence should be gone.