|
| 19 Mar 2014 05:02 PM |
Works only for groups
http://www.roblox.com/SS-Group-only-scripts-item?id=150261189 |
|
|
| Report Abuse |
|
|
Absurdism
|
  |
| Joined: 18 Jul 2013 |
| Total Posts: 2568 |
|
|
| 19 Mar 2014 05:22 PM |
"Works only for groups?" No, it only works for your group. For other groups, it doesn't work at all. This isn't even an anti-exploit. This just bans people who aren't in your group and gives certain pupils admin. There are so many things wrong with this model that I can't describe all of them. |
|
|
| Report Abuse |
|
|
|
| 19 Mar 2014 05:25 PM |
>change id
ofc it gives people admin
|
|
|
| Report Abuse |
|
|
Absurdism
|
  |
| Joined: 18 Jul 2013 |
| Total Posts: 2568 |
|
|
| 19 Mar 2014 05:27 PM |
Okay, change the ID. Change the ID. What does that accomplish? Absolutely nothing. It's in a STRING, and not even used for the rest of the script. |
|
|
| Report Abuse |
|
|
| |
|
Absurdism
|
  |
| Joined: 18 Jul 2013 |
| Total Posts: 2568 |
|
|
| 19 Mar 2014 05:32 PM |
Let's analyze your script, shall we?
YourGroupId = "509569" --Your group ID here.
-----This means that if someone comes and is not in This groups ID, they will not be able to join the game.
----------------- Leave the stuff alone below, And thanks for using mah script :)
function onPlayerEntered(newPlayer) if not newPlayer:IsInGroup(509569) then newPlayer:remove() end end
game.Players.PlayerAdded:connect(onPlayerEntered)
Okay, we define YourGroupId in the beginning. It's in a string. That's odd, but let's see where you go with it. We move on, see the regular PlayerAdded event. It checks if the added player is in a group. Right, but is the group ID WHAT WAS CHANGED THE VARIABLE? No. It's your group. It's the default value. Not only that, you're using remove to kick the player. |
|
|
| Report Abuse |
|
|
|
| 19 Mar 2014 05:33 PM |
... You can change the default value, ya know.
|
|
|
| Report Abuse |
|
|
lowvillan
|
  |
| Joined: 14 Sep 2010 |
| Total Posts: 725 |
|
|
| 19 Mar 2014 05:42 PM |
| @alt who would want to do it twice when you can do it once |
|
|
| Report Abuse |
|
|
robocu3
|
  |
| Joined: 13 Mar 2009 |
| Total Posts: 6485 |
|
|
| 19 Mar 2014 05:45 PM |
"Are you that incompetent" incompetent; not having or showing the necessary skills to do something successfully. in other words, you made a script that has nothing to do with anti-exploits, you post it, you have the value wrong, it's not even done, this is a scripting helpers forum and he doesn't have the necessary skills to code successfully because he's confused on how your logic works? Get out. <3 -=Robo=- |
|
|
| Report Abuse |
|
|
Cyaneus
|
  |
| Joined: 06 Aug 2008 |
| Total Posts: 585 |
|
|
| 19 Mar 2014 05:54 PM |
| This is an anti-exploit... wut |
|
|
| Report Abuse |
|
|
Absurdism
|
  |
| Joined: 18 Jul 2013 |
| Total Posts: 2568 |
|
| |
|
|
| 19 Mar 2014 08:23 PM |
1.this has nothing to do with "anti exploit" 2.that script is seriously a ugly one..not to mention not even finished.. 3.almost everyone who posted here could make one 10x better..
But its an ok attempt for a group only game script Except for the fact that you can make it a group only server in the properties.. (If your BC) |
|
|
| Report Abuse |
|
|
jonesj627
|
  |
| Joined: 06 Oct 2010 |
| Total Posts: 1496 |
|
|
| 19 Mar 2014 09:02 PM |
| get off the dude guys, he attempted to make a anti-exploit or etc, if you don't like it, don't post negative comments and just get out |
|
|
| Report Abuse |
|
|
|
| 19 Mar 2014 09:06 PM |
/\ Alt lol? If not: His script is not anti exploit,not even close.. Its a group script,which anyone can make And this is the rong forum to post it too.. Should be at:I made this |
|
|
| Report Abuse |
|
|
V0xels
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 2072 |
|
|
| 19 Mar 2014 09:09 PM |
| That script isn't beautiful. But it works for group only places. But you troll us with the "Anti-Exploit" |
|
|
| Report Abuse |
|
|
|
| 19 Mar 2014 10:03 PM |
Use this anti-exploit script instead:
game.Workspace.FilteringEnabled = true -- Done. :) |
|
|
| Report Abuse |
|
|
Cyaneus
|
  |
| Joined: 06 Aug 2008 |
| Total Posts: 585 |
|
| |
|
Absurdism
|
  |
| Joined: 18 Jul 2013 |
| Total Posts: 2568 |
|
|
| 24 Mar 2014 10:33 PM |
| https://medium.com/roblox-stories/11dd0729d138 |
|
|
| Report Abuse |
|
|
Dummiez
|
  |
| Joined: 07 Feb 2009 |
| Total Posts: 326 |
|
|
| 24 Mar 2014 10:40 PM |
| Not sure how many games will continue to work with FilteringEnabled, downside is clients may not be able to handle GetService requests as they can't be run on localscript? |
|
|
| Report Abuse |
|
|
Dummiez
|
  |
| Joined: 07 Feb 2009 |
| Total Posts: 326 |
|
|
| 24 Mar 2014 10:41 PM |
| Well, some I mean like DataStore, but others like MarketPlace and RenderStepped sure. |
|
|
| Report Abuse |
|
|
|
| 24 Mar 2014 11:58 PM |
| DataStore can't be managed in a LocalScript anyway. |
|
|
| Report Abuse |
|
|