Open | Andrei's Security Programming Services

About Me

Hello there! My name is Andrei, I’m from Romania and I’ll be offering you my services.
What do you do?
I develop server sided anti cheats, which should be able to detect any exploiter which wants to mess up with their position, speed, jump power, gravity and much more. That means I do detect the following “cheats”:

  1. WalkSpeed change;
  2. JumpPower change;
  3. Gravity change;
  4. Noclip;
  5. Flying;
  6. Backdoors; Yes I will be willing to scan your game aswell.
  7. Remote spamming;
    Exploiters are able to constantly fire your remotes, which could lead into server lagging and other not wanted stuff.
  8. Vulnerability fixes;
    For this one, I need access to your game. You can choose if you want to let me modify it.
    Your RemoteEvents / RemoteFunctions might let exploiters harm your game, I could fix that. Of course it is a hard-job especially if I don’t know your game and how it works, how messed up the code is and other stuff.
  9. Client barrier;
    You will get a second Anti Cheat, on the client, of course it’s just a “barrier” for exploiters who are using other people scripts. This one could detect more stuff because exploits work with the client.
  10. Ping System;
    Checks if the player is still connected to the client. Useful in some cases.

I could make it report the exploiters to your discord server too, if you want.
Everything should be accurate and no false positives should be found.

Showcase

3 constant violations = kick

Testing Game

https://www.roblox.com/games/4287118323/Anti-Cheat

Availability

8:30 - 11:30 AM EET
19:00 - 22:30 PM EET
You could contact me anytime though, I will probably be online.

Payment

Prices are negotiable.
I accept group funds and PayPal.

Contact

You can contact me on DevForum, via Roblox Message or Discord: WhitexHat#2074

If you have questions about anything, feel free to ask me.
I also make custom anti cheats that could fit your game.

Terms Of Service

You’re not allowed to resell the product.
You’re not allowed to share or leak the AC (unless TC).

There will be a copy given to someone for free very soon. Stay tuned c:

9 Likes

I know you said the prices are negotiable, but how much would you usually range this from?

It really depends on the game and what you are interesed in. I preffer to discuss the price.

Alright, I added you on Discord. Please add me back, many thanks.

Shad#3200

Here are the “features”.

local Settings = {
	Violations = 3; -- 3 violations = kick
	Humanoid = {
		WalkSpeed = {
			Enabled = true;
			Max = 20;
			Violation = true;
			TeleportBack = true;
			
			Server = true;
			Client = true;
		};
		JumpPower = {
			Enabled = false;
			Max = 60;
			Violation = true;
			TeleportBack = false;
			
			Server = true;
			Client = true;
		};
		HipHeight = {
			Enabled = false;
			Violation = true;
			
			Server = true;
			Client = true;
		};
		Gravity = {
			Enabled = false;
			Violation = true;
			
			Server = true;
			Client = true;
		};
		Fly = {
			Enabled = true;
			Violation = true;
			
			Server = true;
			Client = false;
		};
		Noclip = {
			Enabled = true;
			Violation = true;
			
			Server = true;
			Client = false;
		};
	};
	Teleport = {
		Enabled = true;
		MaxStuds = 25;
		TeleportBack = true;
		Violation = true;
		Stop = function(s, p) -- seconds, player
			local v = Instance.new'IntValue'
			v.Name = 'Kronos'
			v.Value = s
			v.Parent = p
		end;
		
		Server = true;
		Client = false;
	};
	Remotes = {
		[1] = {
			Remote = workspace.RemoteEvent; -- remote parent
			FPS = 20; -- max fires per second
			Server = true; -- OnServerEvent?
			Client = false; -- OnClientEvent?
		};
		[2] = {
			Remote = workspace.RemoteFunction; -- remote parent
			FPS = 20; -- max invokes per second
			Server = true; -- OnServerInvoke?
			Client = false; -- OnClientInvoke?
		}; -- etc
	};
	Ping = {
		CPS = 1; -- checks per second
		Fail = 'Kick'; -- if an exploiter tried to bypass it, Kick / Ban
	};
}

More stuff to be added soon.

This work seems… Well, amazing! I might hire you sometime!

I’ve changed stuff. I also made a discord webhook for logs, which looks like this for now:
image

Server logs are different:
image

And I’ve changed how this anti cheat works. I also added vehicles to test if the AC works with them too, of course protected so exploiters can’t bypass the AC with them.

I also patched FE Fling / Kill, easily. Is there something I missed? What should I add / patch next? Feature requests are open!

I’ve set a price. It can be discussed too, on discord. DM me if you’re interesed in my services.

Hello, what is your discord name ?

White#0836 is my discord - add me if you want to talk

DMed you, excited to hire you! :smile:

I have sent you a request on Discord.

PetleyJ#9084

Thanks.

Oh my gosh… how do I explain this? I hired him around 2-3 hours ago to check on my games and he is extremely professional and friendly. This guy knows what he’s doing and he does the work really fast. Not only he helped with the security, he helped with my game’s bugs and errors. I recommend anyone who’s finding a scripter to hire him, I am so thankful for him to be helping me with his scripting!

Please msg me. I will pay robux for your services. Add me at Blue is not impostor#5809