From f346e6a48f49335d7608c5045da5d4948c6c0ac2 Mon Sep 17 00:00:00 2001 From: Gray <84999745+Milxnor@users.noreply.github.com> Date: Sun, 28 May 2023 08:54:40 -0400 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdfc769..4d2fbe1 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,25 @@ Go to `settings.h` and change URL_HOST and URL_PORT to what you want. Go to `settings.h` and change the variable `CobaltUsage` to `ECobaltUsage::Hybrid`. -# How to connect to XMPP with fiddler open +# How to record requests on latest with XMPP. Thanks [Lawin](https://github.com/Lawin0129) for this method.
-All you have to do is put this into your fiddler script. +Download [LawinServerV1](https://github.com/Lawin0129/LawinServer).
+Go to the `CloudStorage` folder and open `DefaultEngine.ini` and change it to + +``` +[OnlineSubsystemMcp.Xmpp] +ServerAddr="ws://xmpp-service-prod.ol.epicgames.com" +Protocol=ws +bUseSSL=false + +[OnlineSubsystemMcp.Xmpp Prod] +ServerAddr="ws://xmpp-service-prod.ol.epicgames.com" +Protocol=ws +bUseSSL=false +``` + +Put this into your fiddler script. ``` import Fiddler; @@ -28,6 +43,14 @@ class Handlers } ``` +Remember to change the mode to hybrid and make sure URL_HOST is right and URL_PORT is 3551 (default LawinServerV1 port). + +## Launching latest + +Go to your Win64 folder of latest, replace FortniteClient-Win64-Shipping_BE.exe, FortniteClient-Win64-Shipping_EAC.exe, and FortniteClient-Win64-Shipping_EAC_EOS.exe with FortniteClient-Win64-Shipping.exe.
+![image](https://github.com/Milxnor/Cobalt/assets/84999745/aca1fee6-6751-48c7-b81d-70618e5a46f5)
+Launch fiddler, and when you get the error, inject Cobalt and then you should load in lobby a few seconds later. + # Credits Memcury - https://github.com/kem0x/Memcury