Categories > Exploiting > Scripts >

How to detect if someone is using the same script as me

Posts: 31

Threads: 16

Joined: Sep, 2022

Reputation: 0

Posted

I want it so like it adds an emoji to ur name if u executed the script and other people that executed the same script can see it too

  • 0

Posts: 6

Threads: 3

Joined: Sep, 2022

Reputation: 0

Replied

only the creator of the script can do it but u cant

  • 0

Posts: 31

Threads: 16

Joined: Sep, 2022

Reputation: 0

Replied

@Zockerhd ye ik that the creator can do it,im the creator,how do i do it?

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

It's actually fairly simple, You would have to put the peoples name into maybe some as a whitelist -- You don't have to but it's an easier method.

local Table = {"WhitelistedName", "etc..."}

Then once you have a table of the whitelisted users, you can do something like

for i,v in pairs(game:GetService("Players"):GetPlayers()) do
     -- Insert code
end

 

You might also have to do another one to cycle through the table simply just replace the arg in pairs() with Table might wanna change the names of i,v so you don't get them confused etc... Since your technically reassigning them to a new object.

Now once you've gotten that taken care of you could change the names v.Name = Name.."Emoji"

and boom u got it done :sunglasses: This isn't the best explanation, but it's good enough. Enjoy. Dm me on discord if u want a better explanation: Mr Lolegic#1402

  • 0

Added

@_realnickk I don't want to seem rude or anything, but your wrong. You can change a users name and show it on multiple scripts. Ofc it's clientsided, but it is possible. I've seen multiple people do it.

@Zockerhd Also, you can lol. You don't have to be the creator of a script to phyiscally modify that script. Just add some code to the beginning and boom your done lmfao.

 

  • 0

Posts: 1227

Threads: 68

Joined: May, 2022

Reputation: 17

Replied

host a database and add users/remove users from it when they use the script/stop using the script and check that database (probably not the best way but eh..)

  • 0

Did I mention I use arch btw?

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@Cyros Actually you can and a whitelist is most likely the easiest and reliable.

Also, I could do it manually, but you have to do things manually to have a good result. Don't be lazy.

Also, really I don't have to do anything manually or pay for any type of database. I could easily use a discord bot to allow people to whitelist themselves and I can make a free database just by using what some php or even a sql db. Simple really.

 

To be honest a simple table is just easier.

 

Lazy people these days. :sigh:

  • 0

Posts: 2

Threads: 0

Joined: Sep, 2022

Reputation: 0

Replied

A B2B sales lead is a business-to-business contact that expresses an interest in a product or service. These leads are usually generated through sales agents. The sources of these leads can vary depending on the type of business. Some of the most common sources are tradeshows, events, and email marketing b2b lead generation

  • 0

Posts: 1

Threads: 0

Joined: Sep, 2022

Reputation: 0

Replied

Thanks! I did not even think about it.

  • 0

I am a freelance writer at PaperMasters.org and I have 12 years of experience

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )