Advertisement
gogo92111

Untitled

Oct 7th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local SomeCommands = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local Exit = Instance.new("TextButton")
  9. Frame.Draggable = true;
  10. Frame.Active = true
  11. Frame.Selectible = true;
  12. --Properties:
  13. SomeCommands.Name = "Some Commands"
  14. SomeCommands.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15.  
  16. Frame.Parent = SomeCommands
  17. Frame.BackgroundColor3 = Color3.new(1, 0.992157, 0.741176)
  18. Frame.Position = UDim2.new(0.776282549, 0, 0.62414968, 0)
  19. Frame.Size = UDim2.new(0, 250, 0, 194)
  20.  
  21. TextButton.Parent = Frame
  22. TextButton.BackgroundColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  23. TextButton.Position = UDim2.new(0.0465936214, 0, 0.14221102, 0)
  24. TextButton.Size = UDim2.new(0, 100, 0, 50)
  25. TextButton.Font = Enum.Font.SourceSans
  26. TextButton.Text = "Executor"
  27. TextButton.TextColor3 = Color3.new(0, 0, 0)
  28. TextButton.TextSize = 14
  29. TextButton.MouseButton1Down:connect(function()
  30.  
  31. local ba=Instance.new("ScreenGui")
  32. local ca=Instance.new("Frame")local da=Instance.new("TextLabel")
  33. local _b=Instance.new("TextBox")local ab=Instance.new("TextButton")
  34. local bb=Instance.new("TextButton")ba.Parent=game.CoreGui;ca.Parent=ba;ca.Active=true
  35. ca.BackgroundColor3=Color3.new(0.133333,0.521569,1)ca.BackgroundTransparency=0.5;ca.BorderColor3=Color3.new(1,1,1)
  36. ca.BorderSizePixel=0;ca.Draggable=true;ca.Position=UDim2.new(0,989,0,271)
  37. ca.Size=UDim2.new(0,380,0,290)da.Name="IcyExecutor"da.Parent=ca
  38. da.BackgroundColor3=Color3.new(1,1,1)da.BackgroundTransparency=1;da.Position=UDim2.new(0,88,0,0)
  39. da.Size=UDim2.new(0,200,0,50)da.Font=Enum.Font.Fantasy;da.FontSize=Enum.FontSize.Size60
  40. da.Text="Icy Executor"da.TextColor3=Color3.new(1,1,1)da.TextSize=60
  41. da.TextTransparency=0.20000000298023;_b.Name="ScriptBox"_b.Parent=ca;_b.Active=false
  42. _b.BackgroundColor3=Color3.new(1,1,1)_b.BackgroundTransparency=0.20000000298023
  43. _b.BorderColor3=Color3.new(1,1,1)_b.BorderSizePixel=0;_b.Position=UDim2.new(0,10,0,61)
  44. _b.Size=UDim2.new(0,360,0,180)_b.ClearTextOnFocus=false;_b.Font=Enum.Font.Fantasy
  45. _b.FontSize=Enum.FontSize.Size14;_b.MultiLine=true;_b.Text=""
  46. _b.TextColor3=Color3.new(0.133333,0.521569,1)_b.TextSize=14;_b.TextWrapped=true
  47. _b.TextXAlignment=Enum.TextXAlignment.Left;_b.TextYAlignment=Enum.TextYAlignment.Top;ab.Name="Execute"
  48. ab.Parent=ca;ab.Active=false;ab.BackgroundColor3=Color3.new(1,1,1)
  49. ab.BackgroundTransparency=0.20000000298023;ab.BorderColor3=Color3.new(1,1,1)ab.BorderSizePixel=0
  50. ab.Position=UDim2.new(0,10,0,246)ab.Size=UDim2.new(0,150,0,40)ab.Font=Enum.Font.Fantasy
  51. ab.FontSize=Enum.FontSize.Size28;ab.Text="Execute"
  52. ab.TextColor3=Color3.new(0.133333,0.521569,1)ab.TextSize=28;bb.Name="Clear"bb.Parent=ca;bb.Active=false
  53. bb.BackgroundColor3=Color3.new(1,1,1)bb.BackgroundTransparency=0.20000000298023
  54. bb.BorderColor3=Color3.new(1,1,1)bb.BorderSizePixel=0;bb.Position=UDim2.new(0,220,0,246)
  55. bb.Size=UDim2.new(0,150,0,40)bb.Font=Enum.Font.Fantasy;bb.FontSize=Enum.FontSize.Size28
  56. bb.Text="Clear"bb.TextColor3=Color3.new(0.133333,0.521569,1)
  57. bb.TextSize=28
  58. ab.MouseButton1Click:connect(function()loadstring(_b.Text)()end)
  59. bb.MouseButton1Click:connect(function()_b.Text=""end)
  60.  
  61.  
  62. end)
  63.  
  64. TextButton_2.Parent = Frame
  65. TextButton_2.BackgroundColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  66. TextButton_2.Position = UDim2.new(0.545708299, 0, 0.142211035, 0)
  67. TextButton_2.Size = UDim2.new(0, 100, 0, 50)
  68. TextButton_2.Font = Enum.Font.SourceSans
  69. TextButton_2.Text = "Executor V2"
  70. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  71. TextButton_2.TextSize = 14
  72. TextButton_2.MouseButton1Down:connect(function()
  73.  
  74. loadstring(game:HttpGet("https://pastebin.com/raw/HjwCmPNW", true))()
  75.  
  76. end)
  77.  
  78. Exit.Name = "Exit"
  79. Exit.Parent = Frame
  80. Exit.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  81. Exit.Position = UDim2.new(0.904888868, 0, 0.0267527476, 0)
  82. Exit.Size = UDim2.new(0, 17, 0, 17)
  83. Exit.Font = Enum.Font.SourceSans
  84. Exit.Text = "X"
  85. Exit.TextColor3 = Color3.new(0, 0, 0)
  86. Exit.TextSize = 14
  87. Exit.MouseButton1Down:connect(function()
  88. SomeCommands:Destroy()()
  89. end)
  90.  
  91. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement