don’t forget they can use require to a custom loadstring module, (but instead of numbers they can insert the mainmodule in the model itself and run it)
Good day,
I ran a Threat scan and one of the results was "Threat Found: Threat: “Hint”, what does this mean?
Thanks
That means that a script in your game is attempting to insert a Hint into your game, which is usually a virus.
Aren’t hints just old ways of having messages before GUIs were added?
IIRC, yes. They are often used in malicious code back in 2018’s which spammed stuff like “this game was hacked by hackerman1039”, so theres honestly no reason to not search for it.
Does this plugin really have to warn when it loads every time the plugin reloads?
It’s just a visual feature, not sure why you’d be annoyed by it
Spamming output isn’t that great of a “visual feature”
Harder to debug lol, and annoying because it even looks ugly.
If you really hate it, turn off warnings/clear the output
I’m not gonna keep right clicking - clear output and I’m not gonna turn off warnings to make debugging more difficult either.
How would it make debugging harder just a simple keyboard shortcut and you have a problem solved. If you are that lazy I’m not sure how you debug in the first place.
I usually warn()
for pcalls. print() would make it not look like an error. just bring back the log button back. “if you’re not lazy”
Plugins reload when you start a play test, end a play test, and when you update. It can trick you into thinking it’s from your code.
I have no reason to add any sort of update to my plugin as I’m not being payed any robux for any sales.
If you’re THAT annoyed by 5 yellow lines, just fork the plugin and remove it, ccl.
you said you’re afraid of ppl forking your code lmao.
fine atleast “I’m not lazy” to remove 5 lines of code
People got annoyed when another antivirus did the same but with 3 lines.
This quote states something about not likely to have false positives. This anti-virus automatically flags requires and hints. This affects official ROBLOX free models, old free models which use hints, and a ton of admin systems.
Then don’t use this plugin. Its outdated and I dont have the motivation to update it for free anymore.
Every single anti-viruses have false positives !
Literally almost no one uses these models those days, and you can always whitelist the script…
Yes, that’s true, but it’s kind of like the same with anti-viruses/crypto-miner app situation… Some require() are good and wanted, but most of the time they are not, and you need to think of the majority…