generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Level 4 exploit filter not working.

Previous Thread :: Next Thread 
zorgan9220 is not online. zorgan9220
Joined: 25 Sep 2011
Total Posts: 2115
02 Aug 2014 12:44 AM
function processCommand(player, message)
if processCommand ~= nil then
print 'level 4 non-silent injector patcher has been loaded'
end

if message == "/e" then
game.Players.LocalPlayer.Character:destroy()
end

if message == "/sc" then
game.Players.LocalPlayer.Character:destroy()
end

if message == "game" then
game.Players.LocalPlayer.Character:destroy()
end
if message == "game:GetObjects" then
game.Players.LocalPlayer.Character:destroy()
end
if message == "loadstring" then
game.Players.LocalPlayer.Character:destroy()
end
if message == "Workspace" then
game.Players.LocalPlayer.Character:destroy()
end
if message == "ClearAllChildren" then
game.Players.LocalPlayer.Character:destroy()
end
end

game.Players.PlayerAdded:connect(function(player)

player.Chatted:connect(function(message)

processCommand(player, message)

end)
end)



So, I tried making a level 4 exploit filter, so, whenever you say any of what a level 2/4 requires. When I run this script, it says that LocalPlayer is a nil value.
Before, LocalPlayer wasn't a nil value, what is happening?
I used LocalPlayer before, and now it's not working!

-Someone, please, tell me if there is such thing as an encrypted siggy.
Report Abuse
cntkillme is not online. cntkillme
Joined: 07 Apr 2008
Total Posts: 44956
02 Aug 2014 01:52 AM
Why would you use player added in a local script...
And no that's a terrible way to detect it and it will never work, anyone with a brain will realize that can be easily bypassed.

And if someone wants to talk about one of those things they'll be destroyed.
Report Abuse
dansk is not online. dansk
Joined: 24 Dec 2008
Total Posts: 548
02 Aug 2014 01:56 AM
LocalPlayer will only work in a local script. No point in adding player added command if using localplayer. This should be a normal script in the workspace. Using a playeradded function to grab the player.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image