Thisâll be an endless cat and mouse until i pull the injection detection card
its not working you can try
there is no way to make it not work
Iâm sorry but this is just⌠incredibly stupid. If you really want to make an anticheat, please donât just make it fully client-sided.
try to make it to not work, when you finish show it on video
Then
!
you only say âits not good *** its not workingâ
then show that is not working!
you canât because it works
you just said what you should to do, you need to do some research before you saying its not work
There is no need to insult them theyâre learning instead of just calling everything theyâve made crap try and give some pointers on what should be done differently
Its not a strong anti cheat.
Iâd rather make anti cheat within main game scripts, for example the combat script.
local t = {}
combatEvent.OnServerEvent:Connect(function(player,target)
if (t[player]) then
if (tick() - t[player]) < 0.7 then
player:Kick("Player is spamming combat event!")
end
end
t[player] = tick()
if (target.Character.HumanoidRootPart.Position - player.Character.HumanoidRootPart.Position).Magnitude > 30 then
player:Kick("Reach")
end
end)
(this is just a demo, its made in rush)
(post deleted by author)
you didnât reinstall it
Love how most of the âFree Anticheatâ on the forum is made by some dude who either has no experience in exploiting or that one guy who uses
local Game= game
local workspace = Game:GetService(âWorkspaceâ)
the overwriter/redefiner and the non-exploiter lol
local plr = game:GetService('Players').LocalPlayer
plr.PlayerGui.CBDetect:Destroy()
plr.PlayerGui.CLINET:Destroy()
Entire anticheat is useless now ![]()
Even if u patch this method, everything is hookable and your methods are awful. Your anti flight and anti teleport will also kick everyone in the server when used in actual games. Please do some research before publishing your products, everyone who will use this as thier main protection will get so many problems with 99.99% false positives and exploiters running around everywhere.
There are so many ways to bypass this anticheat we canât even list them here. I suggest that the next time you inform yourself a bit more about anticheats. Or even just know how an exploiter thinks, you can do that by checking tutorials that the exploiters look at when theyâre starting to learn. Trust me, I have learned a lot by doing this. You can also (if you want) install some public anticheats in a private game (to not hurt other playersâ experience) and try to bypass them yourself. I can show proof for some of the ways to bypass the anticheat too if you want however I think you understand that this is a very vulnerable anticheat.
this tracks with OPâs post history if you want to see their other resources. Theyâve tried to charge money for an API wrapper connected to a free public resource.
these posts really need to go into #help-and-feedback first, please ask the community âdoes this seem like it would be a useful resourceâ or something, youâd be kindly shot down there with someone pointing out the inherent client-sided flaw to this idea before you put in a lot of effort into creating and marketing it. Responses in #resources are always going to be much harsher if your resource is flawed or in this case, just plain misleading.
Hate to break it to you but itâs true - even if there are 2 localscripts working to guard eachother this is still easily exploitable. You can run a script that destroys both of them at once and then the localscripts donât have time to guard and re-enable eachother.
Maybe try using server-sided scripts aswell, as client-sided-only anti-exploits tend to be super easy to spoof.
Bro why would anybody need to define game if itâs already only one word???
this is basically the same as
local game = game
which is useless.
Just do game.Workspace !!!
It would be better if it run on the server. Anti teleport can run on the server.
My anticheat (that doesnât work) ran on both the client and the server using a module required by both client and server.
You should add a gui detection too. Like when the player executes a script that creates a gui.
