ScriptyPastes

loader

Feb 1st, 2020
979
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. function addLogo()local a=workspace.CurrentCamera;local b=Drawing.new("Text")b.Visible=true;b.Text="ScriptyHaxx"b.Position=Vector2.new(a.ViewportSize.X/2,a.ViewportSize.Y/2)b.Size=60;b.Color=Color3.fromRGB(255,255,255)b.Center=true;b.Outline=false;b.Transparency=0.4 end;local c=false;local d=""local e=Instance.new("ScreenGui")local f=Instance.new("Frame")local g=Instance.new("TextLabel")local h=Instance.new("ScrollingFrame")local i=Instance.new("TextButton")local j=Instance.new("TextButton")local k=Instance.new("TextButton")local l=Instance.new("Frame")local m=Instance.new("TextButton")e.Name="Loader"e.Parent=game.CoreGui;e.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;f.Name="Main"f.Parent=e;f.BackgroundColor3=Color3.new(0.188235,0.2,0.207843)f.BorderColor3=Color3.new(0.105882,0.164706,0.207843)f.BorderSizePixel=0;f.Position=UDim2.new(0.371744305,0,0.316251814,0)f.Size=UDim2.new(0,325,0,250)f.Active=true;f.Draggable=true;g.Name="Name"g.Parent=f;g.BackgroundColor3=Color3.new(1,1,1)g.BackgroundTransparency=1;g.Size=UDim2.new(0,325,0,26)g.Font=Enum.Font.Code;g.Text="Scripty Haxx"g.TextColor3=Color3.new(1,1,1)g.TextSize=20;g.TextStrokeColor3=Color3.new(0.0784314,0.133333,0.137255)g.TextStrokeTransparency=0;g.TextWrapped=true;h.Name="Hold"h.Parent=f;h.BackgroundColor3=Color3.new(0.294118,0.294118,0.294118)h.BorderSizePixel=0;h.Position=UDim2.new(0.043076925,0,0.108000018,0)h.Size=UDim2.new(0,156,0,197)i.Name="Strucid"i.Parent=h;i.BackgroundColor3=Color3.new(1,1,1)i.BackgroundTransparency=0.89999997615814;i.Position=UDim2.new(0,0,0.0164365396,0)i.Size=UDim2.new(0,142,0,18)i.Font=Enum.Font.SourceSans;i.Text="Strucid"i.TextColor3=Color3.new(1,1,1)i.TextSize=18;i.TextWrapped=true;i.MouseButton1Down:Connect(function()d="Strucid"end)j.Name="IslandRoyale"j.Parent=h;j.BackgroundColor3=Color3.new(1,1,1)j.BackgroundTransparency=0.89999997615814;j.Position=UDim2.new(0,0,0.0664365441,0)j.Size=UDim2.new(0,142,0,18)j.Font=Enum.Font.SourceSans;j.Text="Island Royale"j.TextColor3=Color3.new(1,1,1)j.TextSize=18;j.TextWrapped=true;j.MouseButton1Down:Connect(function()d="IslandRoyale"end)k.Name="Load"k.Parent=f;k.BackgroundColor3=Color3.new(0,0,0)k.BackgroundTransparency=0.89999997615814;k.Position=UDim2.new(0.624615431,0,0.460000008,0)k.Size=UDim2.new(0,100,0,20)k.Font=Enum.Font.SourceSans;k.Text="Load"k.TextColor3=Color3.new(1,1,1)k.TextScaled=true;k.TextSize=14;k.TextWrapped=true;k.MouseButton1Down:Connect(function()if c==true then addLogo()end;if d=="IslandRoyale"then loadstring(game:HttpGet("https://pastebin.com/raw/bw0xSP0B",true))()elseif d=="Strucid"then loadstring(game:HttpGet("https://pastebin.com/raw/61vdJN2e",true))()end;e:Destroy()end)l.Name="O/F"l.Parent=f;l.BackgroundColor3=Color3.new(0.741176,0.219608,0.227451)l.Position=UDim2.new(0.624615371,0,0.380000025,0)l.Size=UDim2.new(0,10,0,10)m.Name="hhh"m.Parent=l;m.BackgroundColor3=Color3.new(1,1,1)m.BackgroundTransparency=1;m.Position=UDim2.new(1.20000005,0,-0.400000006,0)m.Size=UDim2.new(0,75,0,17)m.Font=Enum.Font.SourceSans;m.Text="logo"m.TextColor3=Color3.new(1,1,1)m.TextSize=14;m.MouseButton1Down:Connect(function()c=not c;if c==true then l.BackgroundColor3=Color3.fromRGB(69,189,61)else l.BackgroundColor3=Color3.new(0.741176,0.219608,0.227451)end end)
Advertisement
Add Comment
Please, Sign In to add comment