0 files liked
125 comments
14 videos
0 uploads
8 followers
@sjaak327 I don't use Simple Trainer and I'm not updating to Win 11, but did you try Asynchronous I/O with Overlapped Mode?
HANDLE hFile = CreateFile(
"your.ini",
GENERIC_WRITE,
0,
NULL,
CREATE_ALWAYS,
FILE_FLAG_OVERLAPPED | FILE_ATTRIBUTE_NORMAL,
NULL
);
@itsmethemod You wrote "Open-source style, tweak as needed! ". I'll explain to you what Open source means. It refers to the code itself. Since you're not sharing the code with the community, it is misleading to put "Open Source" style because it definitely isn't. What you have is a settings file (config file). I'm assuming you wrote this with AI? Anyway I just wrote my own persistence script (with JSON, not binary) and downloaded your script to see if I was missing anything to save such as wheels or paint etc. I downloaded thinking it was open source, it wasn't so, I have no use for it.
@itsmethemod Open Source means the source code is available. What you have is a configuration file. Your script is compiled whereas Open Source files are text. Adding "style" after Open Source is misleading. In passing, JSON is the way to save and store files as they are text and easy to modify manually if required vs binary files (bin). Both methods are viable and sames speed
@einfachmax96 That's not at all what i commented on. My question was how your upload was allowed with two trojan flags. And once more the reason i asked is I have 2 scripts which I would love to upload, both refer to exe files, and both are flagged by virustotal. So I never uploaded them because i was sure the admins would block them...but obviously nobody is monitoring this or just assuming that all flags are false positive.
@einfachmax96 Hi. I know how to install animations and use them with C#, so I won't be using your tool. My question is how did you get this approved when VirusTotal flagged 2 trojans. The reason I'm asking is because I have a TTS script that gets flagged (false positives) by 2 of 72 anti-virus engines. I would love to upload it but didn't think it would be allowed. The script makes calls to the the tts exe so I can't make it 0 of 72.