AEW745
(Epicwarrior)
March 30, 2022, 9:07pm
#22
Actually, It has extra protection over the Client. If the Client script is ever deleted the Server Overrides it and still executes the command. Also the Server can bypass my remotes because the way I set it up.
P.S. I tested it without Client and Remotes.
If you want to test it join this game: (6) [Update] Diamond Resort Hotel - Roblox
AEW745
(Epicwarrior)
March 30, 2022, 9:11pm
#23
The script does work and Local scripts can replicate to the server. It depends on the way to script it.
Edit: You can run clones across the server-side to the Client side.
AEW745
(Epicwarrior)
March 30, 2022, 9:16pm
#24
Have you read my full post?
AEW745:
Yes, it does but it can prevent exploits because you are making it where they can only play the game and not do other things while playing.
Edit: I am trying to find ways to Whitelist certain windows.
Please read again top to bottom. As I mentioned I am working on ways to Whitelist certain windows.
Also, I donât think there is a way to break the script if you come back to the Roblox Player?
You canât, though. Besides, even if you could, thereâs no way youâll be able to whitelist/blacklist every Windows application ever.
No it doesnât:
However, note that I did have to remove a section (or else the code would not work at all):
Also, for proof that I did do what you told me to:
No it doesnât (see above)
No it canât (see above)
No it canât
I left it, came back to it and still got kicked:
AEW745
(Epicwarrior)
March 30, 2022, 9:45pm
#26
Try changing the time limit. but I can assure you the script works although it needs a little tweaks.
What are you replying to?
The issue isnât the time limit. Read my post again.
AEW745
(Epicwarrior)
March 30, 2022, 9:46pm
#28
The issue is getting kicked when you come back?
Currently, this is what was intended to happen. It prevents abuse if it was someone actually exploiting.
So itâs not a time limit, more of a time delay.
However, the real issue is that it doesnât work.
Read my post again.
busterbob64:
No it doesnât:
However, note that I did have to remove a section (or else the code would not work at all):
Also, for proof that I did do what you told me to:
AEW745
(Epicwarrior)
March 30, 2022, 9:51pm
#30
First of all, You put the Client script in the wrong location. Second, You arenât reading my instructions correctly.
It doesnât go in StarterPlayerScripts. It goes in StarterCharacter
Iâm losing my patience.
Read my post again. Look at it very carefully . Do not reply until you have thoroughly looked at my post.
AEW745
(Epicwarrior)
March 30, 2022, 9:54pm
#32
I donât see the issue here because it seems like it is working based on your video.
You have not looked at my post.
Look at my post.
Notice how I do not get kicked after changing windows to the Settings application .
1 Like
AEW745
(Epicwarrior)
March 30, 2022, 9:56pm
#34
That is what it is supposed to do as of right now. I think we have a misunderstanding.
As soon as you click off of the Roblox Application even though the window is opened you should still get kicked.
The point is that I didnât get kicked!!! Look at my post!!!
AEW745
(Epicwarrior)
March 30, 2022, 9:59pm
#36
I watched your video over and over again and you still got kicked. Try setting the Delay to 0 and see if it kicks immediately.
focasds
(focasds)
March 30, 2022, 10:01pm
#37
I donât know why people continues to reply to this post. There is no way to know when the client opens an exploit executor.
Some of the ways that people do so is by checking how much memory increased which is totally inaccurate. What if your game creates a bunch of objects rapidly and the memory increase by a bunch? Would you consider this an exploit injection? No.
The only thing you can do at this point is secure your RemoteEvents/RemoteFunctions as well as making an Anti-Exploit for character related exploits like teleporting, speeding, flying, no-clipping, between others.
1 Like
I am leaving this discussion if you canât do me the basic respect of looking at my post .
busterbob64:
No it doesnât:
1 Like
AEW745
(Epicwarrior)
March 30, 2022, 10:03pm
#39
The reason you didnât get kicked was because you destroyed the local script. However, if you delete it while testing it will still kick.
Try removing it while testing.
The purpose of this is for the client side if the client deletes the script not the server.
An exploiter can do the same thing?
This isnât a problem on my end, itâs a problem on yours.
Iâm no longer responding to this conversation.
AEW745
(Epicwarrior)
March 30, 2022, 10:07pm
#41
I see what you are saying and I am trying to provide my advice. However, I currently donât detect destroyed scripts.