Advertisement
Tony12332

prtty much

Dec 7th, 2019
1,535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. -->:(
  2. -- Instances:
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local f = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local iy = Instance.new("TextButton")
  8. local annoy = Instance.new("TextButton")
  9. local Info = Instance.new("TextButton")
  10. local close = Instance.new("TextButton")
  11. local Username = Instance.new("TextBox")
  12. local open = Instance.new("TextButton")
  13. --Properties:
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15.  
  16. f.Name = "f"
  17. f.Parent = ScreenGui
  18. f.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  19. f.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  20. f.Position = UDim2.new(0.345844507, 0, 0.18728523, 0)
  21. f.Size = UDim2.new(0, 392, 0, 364)
  22. f.Visible = false
  23. f.Active = true
  24. f.Draggable = true
  25.  
  26. Frame.Parent = f
  27. Frame.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  28. Frame.BorderColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  29. Frame.Size = UDim2.new(0, 392, 0, 25)
  30.  
  31. TextLabel.Parent = f
  32. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  33. TextLabel.BackgroundTransparency = 1
  34. TextLabel.Position = UDim2.new(0.242388308, 0, 0.068681322, 0)
  35. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  36. TextLabel.Font = Enum.Font.GothamSemibold
  37. TextLabel.Text = "prtty much evry bordr gam evr Destroyer"
  38. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  39. TextLabel.TextScaled = true
  40. TextLabel.TextSize = 14
  41. TextLabel.TextWrapped = true
  42.  
  43. iy.Name = "iy"
  44. iy.Parent = f
  45. iy.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  46. iy.BorderColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  47. iy.Position = UDim2.new(0.242388308, 0, 0.384615391, 0)
  48. iy.Size = UDim2.new(0, 200, 0, 50)
  49. iy.Font = Enum.Font.GothamSemibold
  50. iy.Text = "IY"
  51. iy.TextColor3 = Color3.new(0, 0, 0)
  52. iy.TextScaled = true
  53. iy.TextSize = 14
  54. iy.TextWrapped = true
  55. iy.MouseButton1Down:connect(function()
  56. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  57. end)
  58.  
  59. annoy.Name = "annoy"
  60. annoy.Parent = f
  61. annoy.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  62. annoy.BorderColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  63. annoy.Position = UDim2.new(0.242388308, 0, 0.557692349, 0)
  64. annoy.Size = UDim2.new(0, 200, 0, 50)
  65. annoy.Font = Enum.Font.GothamSemibold
  66. annoy.Text = "ANNOY"
  67. annoy.TextColor3 = Color3.new(0, 0, 0)
  68. annoy.TextScaled = true
  69. annoy.TextSize = 14
  70. annoy.TextWrapped = true
  71. annoy.MouseButton1Down:connect(function()
  72. local Victim = Username.Text
  73. local P=game:GetService'Players'.LocalPlayer
  74. local C=P.Character or P.CharacterAdded:Wait()
  75. game:GetService'RunService'.Stepped:Connect(function()
  76. C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position)
  77. end)
  78. end)
  79.  
  80. Info.Name = "Info"
  81. Info.Parent = f
  82. Info.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  83. Info.BorderColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  84. Info.Position = UDim2.new(0.242388308, 0, 0.730769217, 0)
  85. Info.Size = UDim2.new(0, 200, 0, 50)
  86. Info.Font = Enum.Font.GothamSemibold
  87. Info.Text = "INFO (CONSOLE)"
  88. Info.TextColor3 = Color3.new(0, 0, 0)
  89. Info.TextScaled = true
  90. Info.TextSize = 14
  91. Info.TextWrapped = true
  92. Info.MouseButton1Down:connect(function()
  93. print("MORE SCRIPTS COMING SOON! (BTW, Watch out for stupid guards or admin!)")
  94. end)
  95.  
  96. close.Name = "close"
  97. close.Parent = f
  98. close.BackgroundColor3 = Color3.new(1, 1, 1)
  99. close.BackgroundTransparency = 1
  100. close.Position = UDim2.new(0.716836751, 0, -0.0357142873, 0)
  101. close.Size = UDim2.new(0, 200, 0, 50)
  102. close.Font = Enum.Font.GothamBold
  103. close.Text = "X"
  104. close.TextColor3 = Color3.new(0, 0, 0)
  105. close.TextSize = 14
  106. close.MouseButton1Down:connect(function()
  107. open.Visible = true
  108. f.Visible = false
  109. end)
  110.  
  111. Username.Name = "Username"
  112. Username.Parent = f
  113. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  114. Username.BorderColor3 = Color3.new(1, 1, 1)
  115. Username.Position = UDim2.new(0.242346942, 0, 0.206043959, 0)
  116. Username.Size = UDim2.new(0, 200, 0, 50)
  117. Username.Font = Enum.Font.GothamBold
  118. Username.PlaceholderColor3 = Color3.new(0, 0, 0)
  119. Username.PlaceholderText = "Username"
  120. Username.Text = ""
  121. Username.TextColor3 = Color3.new(0, 0, 0)
  122. Username.TextSize = 30
  123.  
  124. open.Name = "open"
  125. open.Parent = ScreenGui
  126. open.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  127. open.BorderColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  128. open.Position = UDim2.new(0, 0, 0.450171828, 0)
  129. open.Size = UDim2.new(0, 200, 0, 50)
  130. open.Font = Enum.Font.GothamBold
  131. open.Text = "Open"
  132. open.TextColor3 = Color3.new(0, 0, 0)
  133. open.TextSize = 39
  134. open.MouseButton1Down:connect(function()
  135. f.Visible = true
  136. open.Visible = false
  137. end)
  138. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement