Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local label = Instance.new("TextLabel")
- local astolfossilentaim = Instance.new("TextButton")
- local artic = Instance.new("TextButton")
- local label2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
- Frame.Position = UDim2.new(0.12660028, 0, 0.330376923, 0)
- Frame.Size = UDim2.new(0, 524, 0, 243)
- Frame.Active = true
- Frame.Draggable = true
- label.Name = "label"
- label.Parent = Frame
- label.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
- label.Size = UDim2.new(0, 524, 0, 46)
- label.Font = Enum.Font.Gotham
- label.Text = "DEMISE v1.5"
- label.TextColor3 = Color3.fromRGB(255, 255, 255)
- label.TextSize = 20.000
- astolfossilentaim.Name = "astolfossilentaim"
- astolfossilentaim.Parent = Frame
- astolfossilentaim.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- astolfossilentaim.Position = UDim2.new(0.0381679386, 0, 0.263374507, 0)
- astolfossilentaim.Size = UDim2.new(0, 212, 0, 39)
- astolfossilentaim.Font = Enum.Font.Arial
- astolfossilentaim.Text = "Astolfo's Silent Aim"
- astolfossilentaim.TextColor3 = Color3.fromRGB(0, 0, 0)
- astolfossilentaim.TextSize = 16.000
- astolfossilentaim.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/ebay-rblx/cacadoofixedbyme/main/kittencracked'))()
- end)
- artic.Name = "artic"
- artic.Parent = Frame
- artic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- artic.Position = UDim2.new(0.532442808, 0, 0.263374478, 0)
- artic.Size = UDim2.new(0, 224, 0, 39)
- artic.Font = Enum.Font.Arial
- artic.Text = "Artic Script"
- artic.TextColor3 = Color3.fromRGB(0, 0, 0)
- artic.TextSize = 16.000
- artic.MouseButton1Down:connect(function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/PolarWasHere/Arctic/main/Arctic"))()
- end)
- label2.Name = "label2"
- label2.Parent = Frame
- label2.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
- label2.Position = UDim2.new(0, 0, 0.897119343, 0)
- label2.Size = UDim2.new(0, 524, 0, 25)
- label2.Font = Enum.Font.Gotham
- label2.Text = "Made by ! M'#4912 | h4tedsinz"
- label2.TextColor3 = Color3.fromRGB(255, 255, 255)
- label2.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement