-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathN60
More file actions
39 lines (30 loc) · 1.42 KB
/
N60
File metadata and controls
39 lines (30 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
-- Auto Script Loader by PlaceId
-- Unsupported map = Kick with message
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local placeId = game.PlaceId
local function kickUnsupported()
task.wait(1)
player:Kick("هذا الماب غير مدعوم\nرابط الديس:\nhttps://dsc.gg/n60")
end
if placeId == 140021823063190 then
-- شاليه محمد (Admin Chat)
loadstring(game:HttpGet("https://raw.githubusercontent.com/N60Script/N60/refs/heads/main/Admin-chat-Chaleh-Mohamed"))()
elseif placeId == 7711635737 then
-- Emergency Hamburg
loadstring(game:HttpGet("https://raw.githubusercontent.com/N60Script/N60/refs/heads/main/Best-script-Emergency-hamburg"))()
elseif placeId == 136407404714539 then
-- Find A Brainrot
loadstring(game:HttpGet("https://raw.githubusercontent.com/N60Script/N60/refs/heads/main/Find-A-Brainrot"))()
elseif placeId == 99976690872554 then
-- Free cuff
loadstring(game:HttpGet("https://raw.githubusercontent.com/N60Script/N60/refs/heads/main/Free_cuffiN60Hub"))()
elseif placeId == 10449761463 then
-- Battle Ground
loadstring(game:HttpGet("https://raw.githubusercontent.com/N60Script/N60/main/Battle-ground-N60-Hub818"))()
elseif placeId == 96342491571673 then
-- BestScript N60 Hub
loadstring(game:HttpGet("https://raw.githubusercontent.com/N60Script/N60/refs/heads/main/BestScriptN60Hub"))()
else
kickUnsupported()
end