its funny this is coming from someone who has no evidence that this person is an exploiter and just decides to make up an excuse
Maybe go through his profile a bit before talking.
Be wary you may have aot of competition.
We’ve already checked all the already existing anticheats before creating this lol. I’ve made sure to create something more powerful and better than anything that already exists.
Nobody needs allat bro only skids buying ts if its for roblox
As someone who spent a considerable amount of time making and improving client-sided anticheats (still the best open source anti-cheat), I can tell you that none of this is new.
- Script Detection - This was found in 2021-2022 and worked on every executor, Synapse included, it worked like this:
- Store the current instance count (
Stats.InstanceCount
) - Create a game.DescendantAdded & game.DescendantRemoving connection, in which you listen for (local/module)scripts
- Wait for a spike in Script memory (
Stats:GetMemoryUsageMbForTag(Enum.DeveloperMemoryTag.Script)
) - When a spike occurs and no scripts were inserted into the DataModel, compare the new and old instance count
- If the instance count increased, flag the player
Why did this work? Because executors like Synapse had to somehow populate the script
field, and they did that by creating a new script inside nil
, we detect the new script with Stats.InstanceCount
and script execution via the memory spike, to prevent false positives we don’t flag the player if a script was recently inserted (or removed) into the DataModel
- " In-Game Detection Trigger Delay" - Been used in other anticheats for years, most notiably in the clanning genre
-
UserInputService.GetFocusedTextBox
… that’s it…
- Hiding the script (“With custom sandboxing techniques, hiding itself,”)
- I’m not too sure if this has been already released on devforums but this is well known in the exploiting community.
- If anyone is interested in replicating this, i’ll give some hints: Garbage collection & References
As for your other detections, your friend was using Solara (first of all, a stupid idea as Solara is ratted) which isn’t exactly known for it’s undetected scripting environment, for example it’s Drawing library is made purely in lua, and as you can guess it’s made out of the same Frames, ScreenGuis, TextLabels that you use to develop your own games. And the other detections can be just faked, like how are we supposed to know that the anti-cheat broke the script and not you removing sections of code? Even if it’s former it’s still nothing special
This is why its good to not assume things just because you don’t know what other stuff are out there that exist.
Let’s immediately remove your 1. ‘Stats.InstanceCount’, it is unreliable especially for an anti-cheat that’d be used for all sorts of Roblox Games. It is not even used
- ‘UserInputService.GetFocusedTextBox’ has been used as one of its basic detection methods, but it only targets CoreUI textboxes which is irrelevant in most cases anyway. It exists here only as a redundancy.
The lesson you should learn from this is not to assume stuff, there’s over 150 detection techniques that this is using, and you mentioned 2, and we’re only using one of them in our Anti-Cheat. It’s a nice time to reflect.
EDIT: 3. You got a bit close.
And the other detections can be just faked, like how are we supposed to know that the anti-cheat broke the script and not you removing sections of code? Even if it’s former it’s still nothing special
I’ll let you join the Test Place, if you want to test your ‘stuff’ there lol to see them breaking
You simply designed a global ban, not a signature system.
It can also be called signature system, although, it seems to be confusing most people that term. I might replace it with Global Ban later, it is Global Ban in the website lol.
realistically new exploits don’t even touch the script field at all.
Very true Roblox has started incorporating “anti-cheat systems” embedded already, Infact internally.
Allat of bragging just to not even show examples of it working in Realtime. I’d rather spend my time developing my own solution than paying a subscription for a product that doesn’t even provide workable evidence of it working as stated.
There’s preview videos in the website lol.
Roblox has had internal detections regarding the LVM for ages, even on the 2016 source leaks there’s entire files dedicated towards this purpose.
Some like LUAVM_HATE_HASHCHANGE or so, that detects when the hash changes on a script iirc.
Honestly, I find it hard to believe that you’re going to find detections for every exploit universally if there well developed, lots of exploits are pasted on every turn, some are original, but overall if the exploit is properly set, they’ll not get detected at all. Exploits in design are terribly simple in their way to operate, after writing one you know their flow fairly way, only time they’ll get detected is when installing hooks for things like game:HttpGet, else they’ll remain silent 99% of the time unless they borked an implementation, such as the getrenv dilemma.
- Broad.
- Reference to No. 1
- Roblox Already Has this.
- This can simply be designed by a scripter
- Reference to No. 3
- Reference to No. 1
- Already embedded, can be scripted too.
- Reference to No. 1
- Reference to No. 1
- Reference to No. 3
No, no and NO.
I hope this website is just temporarily because the backlash your getting from this is truly terrible. 1000 (999) USD is actually outrageous.
It appears from everything you mentioned that your system is external. These monitors and pattern recognition were linked to earlier “undetectable” (which Roblox already does). The majority mentioned is either already integrated or merely odd.
Pack up your Bags!
This is not innovation! its repetition. If you think somebody is willing to at least pay 29 monthly to an External Subscription (TOS) to must be misleading your audience.
This it not POWERFUL, Its REPETITIVE.
Overall for an Alt detection I very much doubt so much it’s unbelievable.
The only reasonable, proper way to do alt detection is taking a user off-platform, something that is known to prohibited. Roblox detections natively as as far as you’re going to reach with this, hold a database with users is just bizarre, global ban systems have been tried on other settings, such as Minecraft, and they always failed.
You know we can also do this, right?
- Anti-Exploiting
- Refers to No. 1
- Refers to No. 1
- Refers to No. 1
- Refers to No. 1
- Refers to No. 1
- Refers to No. 1
- Refers to No. 1
- Refers to No. 1
- Refers to No. 1
Regarding the payment, $999 is yearly, I can’t really change it much. Probably dropping it to $799 would be the most I could do.
This is also not repetition, 8 methods that this uses exists nowhere else. That’s why its nice to have knowledge before speaking
The Alt Detection is just Roblox Ban API Alt Detection.
If anything you don’t believe of this, I’ve dropped the offer to let anyone join the Roblox Place to test it themselves.
Then again, why point it out as a feature of this if it is simply a side effect of using the Ban API man