Page 7 of 9 FirstFirst ... 56789 LastLast
Results 91 to 105 of 131
  1. #91
    Tom54200's Avatar
    Join Date
    May 2008
    Gender
    female
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by 8otto View Post
    Upload the screen as [IMG] upload it to imgbb and choose for BBcode original size.

  2. #92
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    589
    Reputation
    106
    Thanks
    1,789
    My Mood
    Inspired
    Quote Originally Posted by Tom54200 View Post
    This is not coming from my code.

  3. #93
    Tom54200's Avatar
    Join Date
    May 2008
    Gender
    female
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by 8otto View Post
    This is not coming from my code.
    I just installed fiddler classic and didn't touch anything, do you know what should I type in this line to fix it ?

    Btw this error only pop when I install your script.
    Last edited by Tom54200; 05-23-2023 at 01:02 PM.

  4. #94
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    589
    Reputation
    106
    Thanks
    1,789
    My Mood
    Inspired
    Quote Originally Posted by Tom54200 View Post
    I just installed fiddler classic and didn't touch anything, do you know what should I type in this line to fix it ?

    Btw this error only pop when I install your script.
    How did you install it? (My code)

  5. #95
    Tom54200's Avatar
    Join Date
    May 2008
    Gender
    female
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by 8otto View Post
    How did you install it? (My code)
    I tried manual and automatic, I even reinstalled Fiddler Classic, did the initial configuration again and run your automatic script but this error keeps popping I just don't understand how I'm the only one with this issue lol, never used Fiddler before and I followed your guide.

  6. #96
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    589
    Reputation
    106
    Thanks
    1,789
    My Mood
    Inspired
    Quote Originally Posted by Tom54200 View Post
    I tried manual and automatic, I even reinstalled Fiddler Classic, did the initial configuration again and run your automatic script but this error keeps popping I just don't understand how I'm the only one with this issue lol, never used Fiddler before and I followed your guide.
    Uninstall Fiddler, delete Fiddler2 folder into documents and reinstall it, start fiddler normally without install my code and see if this error appears

  7. #97
    Tom54200's Avatar
    Join Date
    May 2008
    Gender
    female
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by 8otto View Post
    Uninstall Fiddler, delete Fiddler2 folder into documents and reinstall it, start fiddler normally without install my code and see if this error appears
    I already did that and as I said when I launch Fiddler Classic without your script there is no error, it's when I either install it automatically with your .cmd file or insert it manually that the error is popping, it's very weird.

  8. #98
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    589
    Reputation
    106
    Thanks
    1,789
    My Mood
    Inspired
    Quote Originally Posted by Tom54200 View Post
    I already did that and as I said when I launch Fiddler Classic without your script there is no error, it's when I either install it automatically with your .cmd file or insert it manually that the error is popping, it's very weird.
    Ok so do this:
    Open Fiddler, click on FiddlerScript, open CustomRules.js from my archive and replace all the code (CTRL+A , CTRL+V) into FiddlerScript, then click save

  9. #99
    Tom54200's Avatar
    Join Date
    May 2008
    Gender
    female
    Posts
    9
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by 8otto View Post
    Ok so do this:
    Open Fiddler, click on FiddlerScript, open CustomRules.js from my archive and replace all the code (CTRL+A , CTRL+V) into FiddlerScript, then click save
    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.

  10. #100
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    589
    Reputation
    106
    Thanks
    1,789
    My Mood
    Inspired
    Quote Originally Posted by Tom54200 View Post
    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.
    I don't know, first time seeing this error 😂
    Did you set C# as FiddlerScript language?
    Must be JScript.NET
    Check also if you downloaded the latest version of fiddler classic from their website (TELERIK)
    Last edited by 8otto; 05-26-2023 at 12:15 AM.

  11. #101
    joyoki8680's Avatar
    Join Date
    Apr 2023
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    How save is it what about ban risk? Tysm for this tool <3

  12. #102
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    589
    Reputation
    106
    Thanks
    1,789
    My Mood
    Inspired
    Quote Originally Posted by joyoki8680 View Post
    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 - - -

    Quote Originally Posted by Tom54200 View Post
    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"); 
        }*/

  13. The Following User Says Thank You to 8otto For This Useful Post:

    joyoki8680 (05-26-2023)

  14. #103
    agureve's Avatar
    Join Date
    Dec 2021
    Gender
    male
    Posts
    70
    Reputation
    10
    Thanks
    6
    Is there 1 challenge that I can't complete with the script, is there a way to do it or do I have to do it in-game?

  15. #104
    Threadstarter
    We are the CONTRIBUFORCE
    Contributor
    8otto's Avatar
    Join Date
    Jun 2021
    Gender
    male
    Posts
    589
    Reputation
    106
    Thanks
    1,789
    My Mood
    Inspired
    Quote Originally Posted by agureve View Post
    Is there 1 challenge that I can't complete with the script, is there a way to do it or do I have to do it in-game?
    Disable the script 😂

  16. #105
    yamatotheoni's Avatar
    Join Date
    Apr 2023
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    Thank u it's working fine
    Last edited by yamatotheoni; 05-30-2023 at 05:44 AM.

Page 7 of 9 FirstFirst ... 56789 LastLast

Similar Threads

  1. Replies: 7
    Last Post: 02-04-2019, 09:06 PM
  2. Advanced warfare challenge completer
    By blackopskid7 in forum Call of Duty Advanced Warfare Discussions
    Replies: 10
    Last Post: 11-21-2014, 07:10 PM
  3. "challenge complete" trigger
    By 12qwerty34 in forum Call of Duty Ghosts Discussions & Help
    Replies: 5
    Last Post: 01-01-2014, 04:32 AM
  4. 100% complete Challenges
    By Shckr57 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 116
    Last Post: 11-21-2011, 11:38 PM
  5. [Updated 3.1]UFO MOD / All Challenges completion lobby / XPScale Mod after rest
    By kaf073 in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 38
    Last Post: 08-06-2010, 10:41 PM