Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by ustinjamesss
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local JBlaster = Instance.new("TextButton")
- local DustInk = Instance.new("TextButton")
- local KingMultiverseBlade = Instance.new("TextButton")
- local SunBlade = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local inponsor = Instance.new("TextLabel")
- local openmain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(56, 56, 56)
- main.BackgroundTransparency = 0.300
- main.Position = UDim2.new(0.173110798, 0, 0.523322403, 0)
- main.Size = UDim2.new(0, 265, 0, 208)
- main.active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- title.Size = UDim2.new(0, 265, 0, 29)
- title.Font = Enum.Font.SourceSans
- title.Text = "Undertale: Last Reset"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- JBlaster.Name = "J Blaster"
- JBlaster.Parent = main
- JBlaster.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- JBlaster.Position = UDim2.new(0.0490566045, 0, 0.302884609, 0)
- JBlaster.Size = UDim2.new(0, 70, 0, 22)
- JBlaster.Font = Enum.Font.SourceSans
- JBlaster.Text = "J Blaster"
- JBlaster.TextColor3 = Color3.fromRGB(0, 0, 0)
- JBlaster.TextScaled = true
- JBlaster.TextSize = 14.000
- JBlaster.TextWrapped = true
- JBlaster.MouseButton1Down:connect(function()
- local args = {
- [1] = game:GetService("Lighting").Weapons["J BLASTERS"]
- }
- game:GetService("Lighting").UseWeapon:FireServer(unpack(args))
- end)
- DustInk.Name = "Dust Ink"
- DustInk.Parent = main
- DustInk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DustInk.Position = UDim2.new(0.366037726, 0, 0.302884609, 0)
- DustInk.Size = UDim2.new(0, 70, 0, 22)
- DustInk.Font = Enum.Font.SourceSans
- DustInk.Text = "Dust!Ink's Brush"
- DustInk.TextColor3 = Color3.fromRGB(0, 0, 0)
- DustInk.TextScaled = true
- DustInk.TextSize = 14.000
- DustInk.TextWrapped = true
- DustInk.MouseButton1Down:connect(function()
- local args = {
- [1] = game:GetService("Lighting").Weapons["RealDust!Ink's Brush"]
- }
- game:GetService("Lighting").UseWeapon:FireServer(unpack(args))
- end)
- KingMultiverseBlade.Name = "King Multiverse Blade"
- KingMultiverseBlade.Parent = main
- KingMultiverseBlade.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- KingMultiverseBlade.Position = UDim2.new(0.698113203, 0, 0.302884609, 0)
- KingMultiverseBlade.Size = UDim2.new(0, 70, 0, 22)
- KingMultiverseBlade.Font = Enum.Font.SourceSans
- KingMultiverseBlade.Text = "King Multiverse Blade"
- KingMultiverseBlade.TextColor3 = Color3.fromRGB(0, 0, 0)
- KingMultiverseBlade.TextScaled = true
- KingMultiverseBlade.TextSize = 14.000
- KingMultiverseBlade.TextWrapped = true
- KingMultiverseBlade.MouseButton1Down:connect(function()
- local args = {
- [1] = game:GetService("Lighting").Weapons["King Multiverse Sword"]
- }
- game:GetService("Lighting").UseWeapon:FireServer(unpack(args))
- end)
- SunBlade.Name = "Sun Blade"
- SunBlade.Parent = main
- SunBlade.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- SunBlade.Position = UDim2.new(0.0490565896, 0, 0.485576928, 0)
- SunBlade.Size = UDim2.new(0, 70, 0, 22)
- SunBlade.Font = Enum.Font.SourceSans
- SunBlade.Text = "Sun Blade"
- SunBlade.TextColor3 = Color3.fromRGB(0, 0, 0)
- SunBlade.TextScaled = true
- SunBlade.TextSize = 14.000
- SunBlade.TextWrapped = true
- SunBlade.MouseButton1Down:connect(function()
- local args = {
- [1] = game:GetService("Lighting").Weapons["Sun Blade"]
- }
- game:GetService("Lighting").UseWeapon:FireServer(unpack(args))
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.Position = UDim2.new(0.920754731, 0, 0.00480769249, 0)
- close.Size = UDim2.new(0, 21, 0, 28)
- close.Font = Enum.Font.SourceSansBold
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Down:connect(function()
- main.Visible = false
- openmain.Visible = true
- end)
- inponsor.Name = "inponsor"
- inponsor.Parent = main
- inponsor.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- inponsor.Position = UDim2.new(0, 0, 0.850961566, 0)
- inponsor.Size = UDim2.new(0, 265, 0, 29)
- inponsor.Font = Enum.Font.SourceSans
- inponsor.Text = "SUBSCRIBE TO USTINJAMESSS"
- inponsor.TextColor3 = Color3.fromRGB(255, 255, 255)
- inponsor.TextScaled = true
- inponsor.TextSize = 14.000
- inponsor.TextWrapped = true
- openmain.Name = "openmain"
- openmain.Parent = ScreenGui
- openmain.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- openmain.Position = UDim2.new(0.0138613852, 0, 0.389986843, 0)
- openmain.Size = UDim2.new(0, 100, 0, 25)
- openmain.Active = true
- openmain.Draggable = true
- open.Name = "open"
- open.Parent = openmain
- open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- open.Size = UDim2.new(0, 100, 0, 25)
- open.Font = Enum.Font.SourceSansBold
- open.Text = "Open"
- open.TextColor3 = Color3.fromRGB(0, 0, 0)
- open.TextScaled = true
- open.TextSize = 14.000
- open.TextWrapped = true
- open.MouseButton1Down:connect(function()
- openmain.Visible = false
- main.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement