Is the game extracted?i got an Eror Installing Cheat in game Harem Fantasy -Good or evil will save the world-
Check the spoiler below "Cheat not opening? "Im abit confused with my replace mv game files option, Idk how to make it work but ik im doing something wrong, Its just been grayed out for me, Does it only work with specific g Im just looking for answers at this point.
Thank's freind, I should've looked at the thread in more detail than being a lazy fuck, I appreciate itCheck the spoiler below "Cheat not opening? "
Windows Defender? Really? On what version of Windows? Also it's a cheat tool, it's bound to throw flags with some programs, and we covered some false positives earlier in the thread. You should just run a virus total and go based on that.Win Defender throws a "Trojan warning" the moment I open it, so this tool doesn't seem like a good option...
Stuff like that should be treated like a bug, because a lot of people getting that warning will never come back again, like me for exampleVirus total for latest ver:You must be registered to see the links
Been using this tool for quite a long time rn and never got a trojan warning and never got any problems with my system so..
There's nothing they can do about that. There are a million different antiviruses that are gonna throw positives for a lot of things. It's not the devs problem if people can't tell the difference between a false positive and a malicious program. If a false positive is gonna scare someone off, they're probably the type of person who shouldn't be using a tool this powerful anyway as they're likely to break their game. There are plenty of save editors for people who are only interested in that.Stuff like that should be treated like a bug, because a lot of people getting that warning will never come back again, like me for example
Win10defender is the one nearly everyone has, it's not something really uncommonThere are a million different antiviruses that are gonna throw positives for a lot of things.
That has nothing to do with knowledge, it has to do with trust (I don't see any sign of readable source code). I really don't get why a bug like that should be OK, if everyone would develop like that, AV tools would be useless ( again: I don't speak about a rare tool nobody uses, it's win-defender )If a false positive is gonna scare someone off, they're probably the type of person who shouldn't be using a tool this powerful anyway as they're likely to break their game.
I use Windows Defender on Windows 10 too, that's why I asked which version you're using. I've never gotten a positive on it. Maybe yours is out of date, which will cause issues with certificates/timestamps that will throw flags. You're making assertions and throwing out accusations without providing a full picture and ignoring what's already been discussed in this thread. If you gave that much of a shit you could figure out how to decompile it. But you're just here to make unfounded assertions about a program being developed by 1 guy expecting an army of tech support cuz you got a faulty virus scan, no screencaps, no version info, didn't even list the type of virus you're supposed getting a flag for. Stop while you're behind or provide some actual receipts.Win10defender is the one nearly everyone has, it's not something really uncommon
That has nothing to do with knowledge, it has to do with trust (I don't see any sign of readable source code). I really don't get why a bug like that should be OK, if everyone would develop like that, AV tools would be useless ( again: I don't speak about a rare tool nobody uses, it's win-defender )
This piece of code compiled in Visual triggered a response for the first virus you posted:Well lol nvm I was transferring my files and windows defender caught Fuery.c1cl and Wacatac.B1ml
Great tool but this kinda scares me
The installer does not inject into anything, all it does is replace the user defined hotkeys before it extract the cheat .js, .html and some .json files that stores cheat data, the only file it modifies is plugins.js where it makes the cheat an active plugin. Ill post my source code later since it seems nessesary at this pointThis piece of code compiled in Visual triggered a response for the first virus you posted:
#include <stdio.h>
void main(void)
{
printf(“Hello Again!\n”);
}
Build/run:
Create a new project
C++ Windows
Console
Empty Project
Project name: helloworldc
Location: C:\Users<user>\source\repos (default)
Place solution and project in the same directory: checked
Solution Explorer
Source Files
Right click: Add new item
C++ File (.cpp)
CHANGED NAME TO: source.c
Yes, that's a hello world program built in C++. If you don't trust a program, you can do a few things to test it. Run it in a virtual machine, use a program likeYou must be registered to see the linksto monitor all read/write operations from the program, and block it from communicating with the Internet using a robust firewall program likeYou must be registered to see the links. Or yea just don't use it. I'll take a closer look at it again but unless a program is embedding itself in a service somehow you can usually tell if something is off monitoring processes/network traffic/read and write operations. Not saying that I've been watching this program like a hawk for anything off but considering that it's a hacking tool that basically injects itself into an .exe like many malicious tools do, it's probably gonna trigger something.
Glad you're willing to do that. I guess it's good for people to be cautious especially if they don't have much experience with IT/coding/scripting. I'm not really good at coding myself but I work in IT and there's usually easy ways to tell if a program is malicious or not, but it's best to assuage people's fears. Hopefully no one does something scummy like recompile your work and try to take credit for it, but thanks for taking this step.The installer does not inject into anything, all it does is replace the user defined hotkeys before it extract the cheat .js, .html and some .json files that stores cheat data, the only file it modifies is plugins.js where it makes the cheat an active plugin. Ill post my source code later since it seems nessesary at this point
It should be already in it though? just right click the variableI was wondering... is it possible to add a freeze variable on this? the other cheat plugin doesn't have this function and it would be awesome for games that came like from Dojin Otome that uses Variables to their time/stats and cheat engine fails badly to find those...(i'm still using v1.3 though, guess i gotta update mine)