Trolna
|
  |
| Joined: 20 Feb 2012 |
| Total Posts: 73 |
|
|
| 31 Jul 2017 02:08 PM |
Yes I know you will just say 'use fe instead m8' but idc.. it only runs 1 #i###############e y (this is in a localscript btw) no errors, no notin heres the code
-#####uly 30, 2017 -#####rotection+ Anti exploit. -#####ade by Trolna. -- Startup Settings = workspace["Read me / Loader"]:WaitForChild('Settings') -- Start of Anti-Exploit function Notify() -- Nothin yet end function KickPlr(MSG) game.Players.LocalPlayer:Kick(MSG) Notify() end function CheckBypass(plr) while _G.Bypassers == nil do wait() end local Bypassers = _G.Bypassers for i,v in pairs(Bypassers) do if string.lower(plr) == string.lower(v) or game.Players[plr].UserId == v then return true end end end while true do #rint('Checking') if Settings.AntiWalkSpeed.Value == true and not CheckBypass(game.Players.LocalPlayer.Name) then print('Checking Walkspeed') if game.Players.LocalPlayer.Character.Humanoid.WalkSpeed ~= 16 then print('Exploiter detected using Walkspeed!') KickPlr('Woah dude, too fast for this server.') end end if Settings.AntiJumpPower.Value == true and not CheckBypass(game.Players.LocalPlayer.Name) then if game.Players.LocalPlayer.Character.Humanoid.JumpPower ~= 50 then print('Exploiter detected using Jump Power!') KickPlr("Woah dude, are you on springs or somethin? Cause you are jumpin way to high for this server.") end end if Settings.AntiBtools.Value == true and not CheckBypass(game.Players.LocalPlayer.Name) then if game.Players.LocalPlayer.Backpack:FindFirstChild('HopperBin') then print('Exploiter detected using B-Tools!') KickPlr('Wrong building game buddy.') end end if Settings.AntiFlying.Value == true and not CheckBypass(game.Players.LocalPlayer.Name) then if game.Players.LocalPlayer.Character:FindFirstChild('BodyForce') then print('Exploiter detected flying!') KickPlr("Wait, is that a angel? No, it's a exploiter trying to fly!") end end if Settings.AntiNil.Value == true and not CheckBypass(game.Players.LocalPlayer.Name) then if game.Players.LocalPlayer.Parent == nil then print('Exploiter detected hiding in nil!') KickPlr('So.. What is with nil you like so much?') end end wait(1) end -- End of Anti-Exploit
I have R$1,189 and 0 rap xd r+:// |
|
|
| Report Abuse |
|
|
topcst
|
  |
| Joined: 20 Dec 2011 |
| Total Posts: 3052 |
|
|
| 31 Jul 2017 02:10 PM |
| I made a small one not as big, It just stops people doing hacks. Cause with fe you can still use btools and walkspeed so I totally agree this idea. |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
| |
|
topcst
|
  |
| Joined: 20 Dec 2011 |
| Total Posts: 3052 |
|
|
| 31 Jul 2017 02:13 PM |
| Time with fe you can still hack your walkspeed and things. This stops the things fe doesn't. All fe stops is hackers/exploiters interfering with other users. |
|
|
| Report Abuse |
|
|
Trolna
|
  |
| Joined: 20 Feb 2012 |
| Total Posts: 73 |
|
|
| 31 Jul 2017 02:13 PM |
I know FE just making a Anti-Exploit to fix FE Holes.
I have R$1,189 and 0 rap xd r+://252099004 |
|
|
| Report Abuse |
|
|