-
Notifications
You must be signed in to change notification settings - Fork 0
/
SKULL ITEM DOORS GIVER
59 lines (57 loc) · 2.44 KB
/
SKULL ITEM DOORS GIVER
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
local Window = Library.CreateLib("SKULL DOORS SCRIPT", "Midnight")
local Tab = Window:NewTab("items")
local Section = Tab:NewSection("items")
Section:NewButton("jeff the killer plushie", "ButtonInfo", function()
local tool = game:GetObjects("rbxassetid://13069619857")[1] tool.Parent = game.Players.LocalPlayer.Backpack
print("Clicked")
end)
Section:NewButton("cat", "ButtonInfo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Maxwell%20Plushie"))()
print("Clicked")
end)
Section:NewButton("Candy", "ButtonInfo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/persopoiu/scripts/main/candyscript/candy.lua"))()
local dread=game:GetObjects("rbxassetid://13071801863")[1];dread.Parent=game.Players.LocalPlayer.Backpack
print("Clicked")
end)
Section:NewButton("dread plushie", "ButtonInfo", function()
local dread=game:GetObjects("rbxassetid://13071801863")[1];dread.Parent=game.Players.LocalPlayer.Backpack
print("Clicked")
end)
Section:NewButton("seekgun", "ButtonInfo", function()
_G.Uses = 1
_G.Range = 30
--[[
_G.ShopName = ""
_G.ShopDescription = ""
_G.ShopPrice = 300
_G.launchForce = 20
]]
loadstring(game:HttpGet("https://raw.githubusercontent.com/persopoiu/scripts/main/seekgun.lua"))()
print("Clicked")
end)
Section:NewButton("laser Gun", "ButtonInfo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Laser%20Gun"))()
print("Clicked")
end)
Section:NewButton("chocolate", "ButtonInfo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Chocolate%20Bar%20Script"))()
print("Clicked")
end)
Section:NewButton("magic, book", "ButtonInfo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Magic%20Book"))()
print("Clicked")
end)
Section:NewButton("purple flashlight", "ButtonInfo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Purple%20Flashlight"))()
print("Clicked")
end)
Section:NewButton("Gummy flashlight", "ButtonInfo", function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Gummy%20Flashlight%20Script"))()
print("Clicked")
end)
Section:NewButton("Scanner", "ButtonInfo", function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/DeividComSono/Scripts/main/Scanner.lua'))()
print("Clicked")
end)