Skip to content

Instantly share code, notes, and snippets.

View dd01da0465b4542f8f8af4ecedc149ed's full-sized avatar

. dd01da0465b4542f8f8af4ecedc149ed

View GitHub Profile
// Class
class_OsuMain : #=zTK0jAOz9Gp_T8Faqlw== // osu
class_pWebRequest : #=zzFjb0nWbI2yH6BKdckcwcIU= // osu_common.Helpers
// Field
field_pWebRequest_url : #=zYYz1$8k=
// Method
method_OsuMain_FullPath : #=zVSnDhooH5w8t
method_OsuMain_Filename : #=zLV8AMhGe7Y8a
public class Example : SingletonBehaviour<Example>
{
private void Awake()
{
Assign(this);
// ...
}
}
@dd01da0465b4542f8f8af4ecedc149ed
dd01da0465b4542f8f8af4ecedc149ed / CustomRules.cs
Last active June 14, 2021 17:49
Fortnite "1.8" custom rules for Fiddler (V2), now in C#
// Hi there, before you can install this FiddlerScript please follow this guide:
// 1.) Go into "Tools -> Options" select the "Scripting" tab and then set the "Language" to "C#", this is required.
// 2.) Select the "HTTPS" tab and then tick the "Decrypt HTTPS traffic" checkbox, Fiddler will bring up a few prompts which you'll want to hit "OK" to.
// 3.) Restart Fiddler, select the "FiddlerScript" tab and remove the code inside it. (CTRL+A, Backspace)
// 4.) Copy and paste my FiddlerScript into the "FiddlerScript" tab, hit "Save Script" and you're done!
//
// Unfortunately, there is some downsides to this new approach:
// 1.) If you sign into Fortnite, you'll get kicked out of EGL and you'll need to sign back in. (I can fix this issue, but I'm just lazy.)
// 2.) You must have EGL installed and be signed into it, otherwise you'll be unable to sign into Fortnite.
//