#Ignore this
193 messages ยท Page 1 of 1 (latest)
i got the same thing\
pip install pyenet
inside of pyenet folder or cockpy folder
what do i do with that
so i jusat put in cockpy folder?
non
wait
try doing setup.py again
python setup.py build
python setup.py install
its updated tho
see its at 17.7.4
install it again
believe me
i think those build tools are not the ones you need
what one
i know now tghere multiple options
alr
why did you make him install fucking visual studio
useless software
i had the wrong version
use nvim and gcc
..
ok
no
visual c++
fucking moron
it's the same thing
no
why you need building tools while there is cmake and gcc
clang and libllvm
ok it instaled now what command do i rin
python setup.py build
then python setup.py install
in pyenet or cockpy?
in console
any
ok
tf you mean any
lol
my brain died
cock py is running now do i just open cbt2?
yes
with proxy and everything
me
cbt2 isnt opening
uhoh
die
do i have to re install
cause i downlaoded the pathc
patch
furina i'm hungry
@orchid sable help me <3
cook me something @jolly locust @jolly locust
wha
lets eat donut
jenshin
everything from here?
noo
cook me something
come on
aren't you a woman
๐คจ
wut files
nevehmind
HELPPP MEEE
uhhh
yes
try removing the patched mhyo dlls
then try compatibility in file properties
running as an admin too
tried no work
ok it still no work
whats ths
can you open task manager and check if it maybe stays
or why does it even shuts down ๐ก
we can also try starting it from the console to see if any issues are outputed
it didnt even show up
how?
wait
if one doesn't work try to use another one
try using mhyprot.sys
not the second one
all of the rsa patches
ive used both patched
are you using proxycap and fiddler too
anaon dont work
this document
and
biosnod works
i dont have pdf to get fiddler script
import System;
import System.Windows.Forms;
import Fiddler;
import System.Text.RegularExpressions;
class Handlers
{
static function OnBeforeRequest(oS: Session) {
// Enable/Disable entire script
//return;
var blocks =
[
":8888/log",
"/sdk/dataUpload",
"/common/h5log/log/batch",
"/crash/dataUpload"
];
for (var i = 0; i < blocks.length; i++) {
if (oS.uriContains(blocks[i])) {
oS.oRequest.FailSession(404, "Blocked", "Oh no!!!");
return;
}
}
var redirects =
[
".yuanshen.com",
".hoyoverse.com",
".mihoyo.com",
".yuanshen.com:12401"
];
for (var i = 0; i < redirects.length; i++) {
if (oS.host.EndsWith(redirects[i])) {
// For all GIO methods + Soggy (CBT1) except GrassCutter
oS.oRequest.headers.UriScheme = "http";
// For Yuuki servers
//oS.host = "de.game.yuuki.me";
//oS.host = "sg.game.yuuki.me";
// For GIO method 5 + Grasscutter
oS.host = "127.0.0.1";
// For GIO method 5
oS.port = 21000;
// For GIO method 1,2,3
//oS.host = "192.168.200.130";
// For GIO method 1,2,3
//oS.port = 2888;
// For other servers like Yuuki
//oS.port = 8080;
// For GrassCutter
//oS.port = 443;
// Only for Soggy (CBT1)
//oS.port = 8099;
break;
}
}
}
};
IM TRYING TO DO GUIDE
BUT
ITS GIVING ME 2 DIFFF MENUS
i give up tbh
This isn't the server for it anyways