
Originally Posted by
joyoki8680
How save is it what about ban risk? Tysm for this tool <3
Don't do too much challenge in no time.. but if you want to use it do before next update, maybe they will fix this.
- - - Updated - - -

Originally Posted by
Tom54200
Still same issue haha, I even tried to fix this error with ChatGPT, he wasn't able to fix it, it's just straight bugged at this point, I will reinstall my OS soon so maybe it will fix the problem.
Wait, I just saw what the code in main does, basically nothing, you can safely comment it out in this way
Code:
/*static function Main() {
var today: Date = new Date();
FiddlerObject.StatusText = " CustomRules.js was loaded at: " + today;
// Uncomment to add a "Server" column containing the response "Server" header, if present
// UI.lvSessions.AddBoundColumn("Server", 50, "@response.server");
// Uncomment to add a global hotkey (Win+G) that invokes the ExecAction method below...
// UI.RegisterCustomHotkey(HotkeyModifiers.Windows, Keys.G, "screenshot");
}*/