Hello, developers
I was playing the game the group I develop for made and loads of people were complaining that they were being kicked the second the joined the game. The kick message was: Not enough permissions to fire remote event. I do not know why this is happening.
Sorry if this is in the wrong category
Quwanterz
(Quwanterz)
June 5, 2020, 12:17pm
#2
Do you have any scripts that uses RemoteEvent?
Not that I am aware of. (30chars)
Quwanterz
(Quwanterz)
June 5, 2020, 12:18pm
#4
Does your game use RemoteEvent? If so, can you search for scriptd in the Explorer?
Quwanterz
(Quwanterz)
June 5, 2020, 12:22pm
#6
Maybe you have a backdoor in your game? For getting rid of backdoor, I suggest these topics.
Hello, recently I’ve seen a lot of backdoor, exploit, and hack related posts on the DevForum. A couple of people asked me to release my method of removing backdoors because I usually respond to these posts with a help offering, and fix their games. I’m gonna list steps, strings, and ways to prevent getting your game backdoored.
The main question of all is : “What is a backdoor?”
A backdoor is something that exploiters use to gain server-sided (fully-replicated) access to your games. It is impo…
My Method:
Press CTRL + SHIFT + F
The most common backdoors use require()
So search for “Require”
[require]
Browse for anything out of the ordinary for example a part with a script in it should raise red flags
[image]
BUT Not all require scripts are bad. Many good scripts use require() For example adonis admin.
[image]
So if you see something suspicious open the script by clicking on it. If you are unsure about if its a backdoor. You can copy the ID [image] and paste it in here: htt…
Hi everyone, this will be the first topic I’ve ever posted so I ask that you all bear with me. There’s this old game a friend of mine made, and due to the fact that it still has a solid amount of players, I’m making attempts to help him revive it. We’ve been getting toasted by exploits lately, though. I covered all the bases, but it seems like this one person is straight up running server code. He changes the lighting and clears every descendant of the workspace. We’ve tried everything we could …
SecurityOfficer6:
Screenshot
Dm me. samtheman#7181 I’ll be able to assist with this as I have many years of debugging experience and backdoor removal experience with me.
un1ND3X
(ice)
June 5, 2020, 12:30pm
#8
I haven’t heard of this error before, perhaps some script uses PlayerAdded on the server and kicks every player who joined?
It could be a local script that kicks the local player too.
Search for 'Kick' in all scripts
press Ctrl + Shift + f
1 Like
But the only weird part is that it dosent kick me, the other devs or the owner.