Categories > Exploiting > Roblox >

how to make whitelist for specific user

CJ99

CJ$

Posts: 197

Threads: 50

Joined: Sep, 2021

Reputation: -6

Posted

ok how i make whitelist for a specific rblx user like only his acc can access the script

  • 0

https://gyazo.com/9e36f19dea3a77fbcdc641f0276c4cd8

 

"I'll have two number 9s, a number 9 large, a number 6 with extra dip, a number 7, two number 45s, one with cheese, and a large soda."

Posts: 7

Threads: 2

Joined: Jan, 2021

Reputation: 0

Replied

you can use his userid to whitelist him

  • 0

Posts: 1008

Threads: 66

Joined: Sep, 2021

Reputation: 20

Replied

-- add this to your script
local player = game:GetService("Players").LocalPlayer
if not player.UserId == IDHERE then
    player.Kick("Not Whitelisted")
end

replace IDHERE with the id of the authorized person. If you want to add many people, maybe you could make an array

  • 0

"Building blocks of imagination, united in the virtual realm, where creativity thrives and friendships ignite. Welcome to the Roblox revolution!" - chatgpt

 

hookfunction

fake wumat

vip

Posts: 145

Threads: 20

Joined: Aug, 2021

Reputation: 19

Replied

@crazy_cat this can be cracked in 1 sec, userid or roblox user whitelists r VERY bad

  • 1

                                                                        https://cdn.discordapp.com/attachments/909012795851407390/927492917394821140/siggy.png

CJ99

CJ$

Posts: 197

Threads: 50

Joined: Sep, 2021

Reputation: -6

Replied

@crazy_cat doesnt work

  • 0

Added

@hookfunction then what

  • 0

https://gyazo.com/9e36f19dea3a77fbcdc641f0276c4cd8

 

"I'll have two number 9s, a number 9 large, a number 6 with extra dip, a number 7, two number 45s, one with cheese, and a large soda."

hookfunction

fake wumat

vip

Posts: 145

Threads: 20

Joined: Aug, 2021

Reputation: 19

Replied

@CJ99 make a hwid AKA fingerprint based whitelist.

  • 0

                                                                        https://cdn.discordapp.com/attachments/909012795851407390/927492917394821140/siggy.png

CJ99

CJ$

Posts: 197

Threads: 50

Joined: Sep, 2021

Reputation: -6

Replied

@hookfunction yes but how do i get the other persons hwid

  • 0

https://gyazo.com/9e36f19dea3a77fbcdc641f0276c4cd8

 

"I'll have two number 9s, a number 9 large, a number 6 with extra dip, a number 7, two number 45s, one with cheese, and a large soda."

Posts: 1008

Threads: 66

Joined: Sep, 2021

Reputation: 20

Replied

@hookfunction Do you think i would spoonfeed? ofc it can be cracked in 1 sec, if he really wanted he could hook it up at a mondodb database and store an hwid there, then check the hwid in the script. not gonna spoonfeed tho

  • 0

Added

@CJ99 you can make a program they have to run, or get it through the script. here's an example i found in v3rm: 

local HWID = game:GetService("RbxAnalyticsService"):GetClientId();
local WhitelistedHWIDs = {"","",""}
local qNVAKkuwxNpqruLjSRHg = false

function CheckHWID(hwidval)
for _,whitelisted in pairs(WhitelistedHWIDs) do
 if hwidval == whitelisted then
     return true
 elseif hwidval ~= whitelisted then
     return false
       end
    end
end

qNVAKkuwxNpqruLjSRHg = CheckHWID(HWID)

if qNVAKkuwxNpqruLjSRHg == true then
 print("Yay!")
end
  • 0

"Building blocks of imagination, united in the virtual realm, where creativity thrives and friendships ignite. Welcome to the Roblox revolution!" - chatgpt

 

hookfunction

fake wumat

vip

Posts: 145

Threads: 20

Joined: Aug, 2021

Reputation: 19

Replied

@crazy_cat bro the example u posted is trash, the clientid resets every pc reset :skull:

  • 0

                                                                        https://cdn.discordapp.com/attachments/909012795851407390/927492917394821140/siggy.png

Posts: 1008

Threads: 66

Joined: Sep, 2021

Reputation: 20

Replied

@hookfunction bruh it took 1 minute to find in v3rm bruh

  • 0

"Building blocks of imagination, united in the virtual realm, where creativity thrives and friendships ignite. Welcome to the Roblox revolution!" - chatgpt

 

SeizureSalad

i love femboys

Posts: 1159

Threads: 79

Joined: Mar, 2021

Reputation: 40

Replied

just get gud at lua smh lmfao

  • 0

"Questionable intellegence, but I like the mystery" - CubeFaces

https://cdn.discordapp.com/attachments/1136067487847415848/1138948596679589898/sig.png

Klem

https://klem.ca

vip

Posts: 22

Threads: 4

Joined: Jan, 2022

Reputation: 3

Replied

@crazy_cat This works good but could be easily bypassed using hookfunction

 

  • 1

Users viewing this thread:

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