- Oct 21, 2021
- 1
- 0
Make sure, that you are starting the game after saving new rule in fiddler, also check the place, where are you pasting code, there are a few functions that sounds similar.
P.s.
Also I might have forget to say about one extra step, just updated guide.
It looks like you are pasting code at the end of the file, but you need to paste it after these four lines:View attachment 1495563
a lil help m8? where do i insert the code i tried everywhere always this error.
It doesn't work even after fixing saying the array can't be empty etc. etc.
Can't u just like copy whole doc or make a download for the whole script for ppl who are stupid like me
static function OnBeforeResponse(oSession: Session) {
if (m_Hide304s && oSession.responseCode == 304) {
oSession["ui-hide"] = "true";
}
[Paste code here]
}
if (oSession.uriContains("get-patreon-info.php"))
{
oSession.utilDecodeResponse();
var oBody = System.Text.Encoding.UTF8.GetString(oSession.responseBodyBytes);
var oRegEx = /\"errors\":\[(.*?)\]/;
oBody = oBody.replace(oRegEx, "\"errors\":[]");
oRegEx = /\"whitelisted\":false/;
oBody = oBody.replace(oRegEx, "\"whitelisted\":true");
oRegEx = /\"blacklisted\":true/;
oBody = oBody.replace(oRegEx, "\"blacklisted\":false");
oSession.utilSetResponseBody(oBody);
}
It looks like you are pasting code at the end of the file, but you need to paste it after these four lines:
Here is a code you need to paste:JavaScript:static function OnBeforeResponse(oSession: Session) { if (m_Hide304s && oSession.responseCode == 304) { oSession["ui-hide"] = "true"; } [Paste code here] }
JavaScript:if (oSession.uriContains("get-patreon-info.php")) { oSession.utilDecodeResponse(); var oBody = System.Text.Encoding.UTF8.GetString(oSession.responseBodyBytes); var oRegEx = /\"errors\":\[(.*?)\]/; oBody = oBody.replace(oRegEx, "\"errors\":[]"); oRegEx = /\"whitelisted\":false/; oBody = oBody.replace(oRegEx, "\"whitelisted\":true"); oRegEx = /\"blacklisted\":true/; oBody = oBody.replace(oRegEx, "\"blacklisted\":false"); oSession.utilSetResponseBody(oBody); }
View attachment 1496953
I shall try it like this.. if it doesn't work then im dumb... it made the correct click sound n everything but last time ingame it didnt work idk this time
Here is it a link to downloadand the patch itself, is it long to wait from you?
ye fixed it. ty for the help - this game is pretty much like virtamate (similiar) do you possibly know if there's sites to download any scenes fromView attachment 1497557
Here is your error
No, I don't know any, sorryye fixed it. ty for the help - this game is pretty much like virtamate (similiar) do you possibly know if there's sites to download any scenes from
of course, it's cool that there is such a way, but will there be a file that you would throw into the folder with the game and that's it? no time to mess with these instructions)Here is it a link to downloadYou must be registered to see the links.
And here is a link to downloadYou must be registered to see the links.
Here is a link toYou must be registered to see the links.
And yeah, some aniviruses detects it as malicious, but i cant do anything about it, i think it is happening due to the fact I use "FiddlerCore"
If you don't trust me, than you can use source code and compile it yourself
Also, if you crash this thing, or close it with task manager, it might drop your internet, to fix it, just open your proxy settings and disable "Use a proxy server" (This problem aslo comes from "FiddlerCore")
I will try to make normal patcher, but it is kinda hard, due to "Unreal Engine 4" encryption, and for now, I haven't been able to patch this game without unpacking it. So for now I have three ways to hack this game:of course, it's cool that there is such a way, but will there be a file that you would throw into the folder with the game and that's it? no time to mess with these instructions)
It would work, if Unreal Engine wouldn’t have any encryption, for example, if I change one byte in dectrypted game and then encrypt it, almost every single byte changes.how about repacking it on your pc and then running "diff vanillafile moddedfile > patchfile"? then you can share that (it should be reasonably small) and everybody else can just download it and execute "patch vanillafile -i patchfile". as long your game files and the files that anybody else downloads are otherwise the same, it should work
Throwing in a 'me too' on this one.Does anyone know where to download the Oculus Quest 0.6 version?
Not working for me idk whyHere is it a link to download it.
And here is a link to download source code.
Here is a link toYou must be registered to see the links.
And yeah, some aniviruses detects it as malicious, but i cant do anything about it, i think it is happening due to the fact I use "FiddlerCore"
If you don't trust me, than you can use source code and compile it yourself
Also, if you crash this thing, or close it with task manager, it might drop your internet, to fix it, just open your proxy settings and disable "Use a proxy server" (This problem aslo comes from "FiddlerCore")
Well, just tested it on another pc, it worked fine, it looks like you started game before response modifier :/Not working for me idk why