This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Example : SingletonBehaviour<Example> | |
{ | |
private void Awake() | |
{ | |
Assign(this); | |
// ... | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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. | |
// |
OlderNewer