Advertisement
Guest User

Vanta V4

a guest
Apr 20th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local h=Instance.new("Frame")local b=Instance.new("Frame")local d=Instance.new("TextLabel")local c=Instance.new("Frame")local i=Instance.new("TextBox")local g=Instance.new("TextButton")local f=Instance.new("TextButton")local e=Instance.new("TextLabel")a.Name="VantaV4"a.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling a.ResetOnSpawn=false h.Name="Main"h.Parent=a h.BackgroundColor3=Color3.new(0.247059,0.247059,0.247059)h.BorderSizePixel=0 h.Position=UDim2.new(0.322817326,0,0.294840306,0)h.Size=UDim2.new(0,482,0,189)h.Active=true h.Draggable=true b.Name="Bar1"b.Parent=h b.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)b.BorderSizePixel=0 b.Size=UDim2.new(0,482,0,23)d.Name="Name"d.Parent=b d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1 d.Size=UDim2.new(0,482,0,23)d.Font=Enum.Font.SourceSans d.Text="Vanta V4"d.TextColor3=Color3.new(1,1,1)d.TextSize=14 c.Name="Bar2"c.Parent=h c.BackgroundColor3=Color3.new(0.0470588,0.0470588,0.0470588)c.BorderSizePixel=0 c.Position=UDim2.new(0,0,0.121424749,0)c.Size=UDim2.new(0,482,0,11)i.Name="RequireRunner"i.Parent=h i.BackgroundColor3=Color3.new(1,1,1)i.BorderColor3=Color3.new(0.0470588,0.0470588,0.0470588)i.BorderSizePixel=2 i.Position=UDim2.new(0.0435684659,0,0.236787915,0)i.Size=UDim2.new(0,441,0,39)i.Font=Enum.Font.SourceSans i.PlaceholderColor3=Color3.new(0.231373,0.231373,0.231373)i.PlaceholderText="Require Script Here!"i.Text=""i.TextColor3=Color3.new(0,0,0)i.TextScaled=true i.TextSize=14 i.TextWrapped=true g.Name="Run"g.Parent=h g.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)g.BorderSizePixel=0 g.Position=UDim2.new(0.0429763496,0,0.485229462,0)g.Size=UDim2.new(0,162,0,43)g.Font=Enum.Font.SourceSans g.Text="Run Require"g.TextColor3=Color3.new(1,1,1)g.TextScaled=true g.TextSize=14 g.TextStrokeTransparency=0 g.TextWrapped=true f.Name="Commands"f.Parent=h f.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)f.BorderColor3=Color3.new(0.0470588,0.0470588,0.0470588)f.BorderSizePixel=2 f.Position=UDim2.new(0.399822831,0,0.485229462,0)f.Size=UDim2.new(0,269,0,43)f.Font=Enum.Font.SourceSans f.Text="Commands [Coming Soon!]"f.TextColor3=Color3.new(1,1,1)f.TextScaled=true f.TextSize=14 f.TextStrokeTransparency=0 f.TextWrapped=true e.Parent=h e.BackgroundColor3=Color3.new(1,1,1)e.BackgroundTransparency=1 e.Position=UDim2.new(0.0429763496,0,0.772486746,0)e.Size=UDim2.new(0,441,0,41)e.Font=Enum.Font.SourceSans e.Text="Scripted By: littlebrickboyyY\n#3470 On discord!"e.TextColor3=Color3.new(1,1,1)e.TextScaled=true e.TextSize=14 e.TextWrapped=true function SCRIPT_GAVG86_FAKESCRIPT()local b=Instance.new('LocalScript')b.Parent=g local a="hafflol"b.Parent.MouseButton1Click:Connect(function()game:GetService("ReplicatedStorage").BackDoor:FireServer(a,b.Parent.Parent.RequireRunner.Text)end)end coroutine.resume(coroutine.create(SCRIPT_GAVG86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement