Advertisement
naruto9161

Untitled

Apr 28th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("TextButton")local c=Instance.new("TextButton")local d=Instance.new("Frame")local e=Instance.new("TextButton")local f=Instance.new("TextButton")local g=Instance.new("TextLabel")local h=Instance.new("Frame")local i=Instance.new("Frame")local j=Instance.new("Frame")local k=Instance.new("Frame")a.Name="OPPW"a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Name="Open"b.Parent=a;b.BackgroundColor3=Color3.new(0,0.333333,0)b.Position=UDim2.new(0,0,0.479623824,0)b.Size=UDim2.new(0,130,0,89)b.Font=Enum.Font.Arcade;b.Text="Open"b.TextColor3=Color3.new(1,1,1)b.TextSize=14;b.MouseButton1Down:connect(function()game.CoreGui.OPPW.Frame.Visible=true;game.CoreGui.OPPW.Open.Visible=false;game.CoreGui.OPPW.Close.Visible=true end)c.Name="Close"c.Parent=a;c.BackgroundColor3=Color3.new(0.666667,0,0)c.Position=UDim2.new(0,0,0.478056461,0)c.Size=UDim2.new(0,130,0,89)c.Visible=false;c.Font=Enum.Font.Arcade;c.Text="Close"c.TextColor3=Color3.new(1,1,1)c.TextSize=14;c.MouseButton1Down:connect(function()game.CoreGui.OPPW.Frame.Visible=false;game.CoreGui.OPPW.Open.Visible=true;game.CoreGui.OPPW.Close.Visible=false end)d.Parent=a;d.BackgroundColor3=Color3.new(0,0,0)d.Position=UDim2.new(0.274704605,0,0.157075986,0)d.Size=UDim2.new(0,327,0,388)d.Draggable=true;d.Active=true;d.Visible=false;e.Name="TpChest"e.Parent=d;e.BackgroundColor3=Color3.new(1,1,1)e.Position=UDim2.new(0.23729068,0,0.274675816,0)e.Size=UDim2.new(0,175,0,99)e.Font=Enum.Font.Arcade;e.Text="Tp Chest"e.TextColor3=Color3.new(0.666667,0,0)e.TextSize=16;e.MouseButton1Down:connect(function()local l=game.Players.LocalPlayer;for m,n in pairs(game.Workspace:GetDescendants())do if n.ClassName=="ClickDetector"then n.Parent.Position=l.Character.HumanoidRootPart.Position+Vector3.new(5,0,0)end end end)f.Name="EspLocateDF"f.Parent=d;f.BackgroundColor3=Color3.new(1,1,1)f.Position=UDim2.new(0.225784972,0,0.56808573,0)f.Size=UDim2.new(0,179,0,103)f.Font=Enum.Font.Arcade;f.Text="Esp Locate DF spawner"f.TextColor3=Color3.new(0,0.666667,0.498039)f.TextSize=15;f.TextWrapped=true;f.MouseButton1Down:connect(function()for m,n in pairs(game.Workspace:GetDescendants())do if n.ClassName=="ForceField"then local o=Instance.new("BillboardGui")local g=Instance.new("TextLabel")o.Parent=n.Parent;o.AlwaysOnTop=true;o.LightInfluence=1;o.Size=UDim2.new(0,25,0,25)o.StudsOffset=Vector3.new(0,2,0)g.Parent=o;g.BackgroundColor=BrickColor.random()g.BackgroundTransparency=0;g.Size=UDim2.new(1,0,1,0)g.Text="DF"g.TextColor=BrickColor.random()g.TextScaled=true end end;wait(10000)local l=game.Players.LocalPlayer;for m,n in pairs(game.Workspace:GetDescendants())do if n.ClassName=="BillboardGui"then n:Destroy()end end end)g.Parent=d;g.BackgroundColor3=Color3.new(1,1,0.498039)g.Position=UDim2.new(0.0905622691,0,0.104419589,0)g.Size=UDim2.new(0,274,0,46)g.Font=Enum.Font.Arcade;g.Text="Script/Gui By Kiet Gamer(Kietprofe40)"g.TextColor3=Color3.new(0,0.333333,0.498039)g.TextSize=12;h.Name="Rainbowa"h.Parent=d;h.BorderColor3=Color3.new(1,1,1)h.Position=UDim2.new(0.00305810571,0,0,0)h.Size=UDim2.new(0,327,0,41)function zigzag(p)return math.acos(math.cos(p*math.pi))/math.pi end;counter=0;while wait(0.2)do h.BackgroundColor3=Color3.fromHSV(zigzag(counter),1,1)counter=counter+0.01 end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement