Advertisement
ImpulseYT

ASSASIN ROBLOX GUI (OP)

Dec 15th, 2020
917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. local TraesGUIv10 = Instance.new("ScreenGui")
  2. local ImageLabel = Instance.new("ImageLabel")
  3. local Header = Instance.new("TextLabel")
  4. local AutoKill = Instance.new("TextButton")
  5. local InfiniteYealdHubv38 = Instance.new("TextButton")
  6. local ESP = Instance.new("TextButton")
  7. local Footer = Instance.new("TextLabel")
  8. local Blank = Instance.new("TextButton")
  9. local Blank_2 = Instance.new("TextButton")
  10. local Close = Instance.new("TextButton")
  11. local TextButton = Instance.new("TextButton")
  12.  
  13. TraesGUIv10.Name = "Trae’s GUI (v1.0)"
  14. TraesGUIv10.Parent = game.CoreGui
  15. TraesGUIv10.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. ImageLabel.Parent = TraesGUIv10
  18. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  19. ImageLabel.BorderColor3 = Color3.new(1, 0, 0)
  20. ImageLabel.BorderSizePixel = 5
  21. ImageLabel.Position = UDim2.new(0, 0, 0.639379978, 0)
  22. ImageLabel.Size = UDim2.new(0, 384, 0, 293)
  23. ImageLabel.Image = "http://www.roblox.com/asset/?id=5426509060"
  24.  
  25. Header.Name = "Header"
  26. Header.Parent = ImageLabel
  27. Header.BackgroundColor3 = Color3.new(0.74902, 0.0941177, 0.0941177)
  28. Header.BorderColor3 = Color3.new(1, 0, 0)
  29. Header.BorderSizePixel = 2
  30. Header.Size = UDim2.new(0, 386, 0, 30)
  31. Header.Font = Enum.Font.GothamBlack
  32. Header.Text = "Trae’s GUI (v1.0)"
  33. Header.TextColor3 = Color3.new(0, 0, 0)
  34. Header.TextScaled = true
  35. Header.TextSize = 14
  36. Header.TextStrokeColor3 = Color3.new(1, 0, 0)
  37. Header.TextStrokeTransparency = 0
  38. Header.TextWrapped = true
  39.  
  40. AutoKill.Name = "AutoKill"
  41. AutoKill.Parent = ImageLabel
  42. AutoKill.BackgroundColor3 = Color3.new(0.709804, 0, 0)
  43. AutoKill.BackgroundTransparency = 0.5
  44. AutoKill.Position = UDim2.new(0, 0, 0.129692838, 0)
  45. AutoKill.Size = UDim2.new(0, 386, 0, 29)
  46. AutoKill.Font = Enum.Font.SourceSans
  47. AutoKill.Text = "AutoKill (BETA)"
  48. AutoKill.TextColor3 = Color3.new(0, 0, 0)
  49. AutoKill.TextScaled = true
  50. AutoKill.TextSize = 14
  51. AutoKill.TextWrapped = true
  52. AutoKill.MouseButton1Down:connect(function()
  53. local frame = game.Players.LocalPlayer.PlayerGui.ScreenGui.UI.Target
  54.  
  55. while frame.Visible do
  56. local target = game.Players[frame.TargetText.Text]
  57. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Character.HumanoidRootPart.CFrame * CFrame.new(0.2,0.5,0)
  58. wait()
  59. end
  60. end)
  61.  
  62. ESP.Name = "ESP"
  63. ESP.Parent = ImageLabel
  64. ESP.BackgroundColor3 = Color3.new(0.709804, 0, 0)
  65. ESP.BackgroundTransparency = 0.5
  66. ESP.Position = UDim2.new(0, 0, 0.430034101, 0)
  67. ESP.Size = UDim2.new(0, 386, 0, 29)
  68. ESP.Font = Enum.Font.SourceSans
  69. ESP.Text = "Comming Soon!!!"
  70. ESP.TextColor3 = Color3.new(0, 0, 0)
  71. ESP.TextScaled = true
  72. ESP.TextSize = 14
  73. ESP.TextWrapped = true
  74.  
  75. Footer.Name = "Footer"
  76. Footer.Parent = ImageLabel
  77. Footer.BackgroundColor3 = Color3.new(0.74902, 0.0941177, 0.0941177)
  78. Footer.BorderColor3 = Color3.new(1, 0, 0)
  79. Footer.BorderSizePixel = 2
  80. Footer.Position = UDim2.new(0, 0, 0.897610903, 0)
  81. Footer.Size = UDim2.new(0, 386, 0, 30)
  82. Footer.Font = Enum.Font.GothamBlack
  83. Footer.Text = "More Comming Soon!!!"
  84. Footer.TextColor3 = Color3.new(0, 0, 0)
  85. Footer.TextScaled = true
  86. Footer.TextSize = 14
  87. Footer.TextStrokeColor3 = Color3.new(1, 0, 0)
  88. Footer.TextStrokeTransparency = 0
  89. Footer.TextWrapped = true
  90.  
  91. Blank.Name = "Blank"
  92. Blank.Parent = ImageLabel
  93. Blank.BackgroundColor3 = Color3.new(0.709804, 0, 0)
  94. Blank.BackgroundTransparency = 0.5
  95. Blank.Position = UDim2.new(0, 0, 0.590443671, 0)
  96. Blank.Size = UDim2.new(0, 386, 0, 29)
  97. Blank.Font = Enum.Font.SourceSans
  98. Blank.Text = "Comming Soon!!!"
  99. Blank.TextColor3 = Color3.new(0, 0, 0)
  100. Blank.TextScaled = true
  101. Blank.TextSize = 14
  102. Blank.TextWrapped = true
  103.  
  104. Blank_2.Name = "Blank"
  105. Blank_2.Parent = ImageLabel
  106. Blank_2.BackgroundColor3 = Color3.new(0.709804, 0, 0)
  107. Blank_2.BackgroundTransparency = 0.5
  108. Blank_2.Position = UDim2.new(0, 0, 0.744027257, 0)
  109. Blank_2.Size = UDim2.new(0, 386, 0, 29)
  110. Blank_2.Font = Enum.Font.SourceSans
  111. Blank_2.Text = "Comming Soon!!!"
  112. Blank_2.TextColor3 = Color3.new(0, 0, 0)
  113. Blank_2.TextScaled = true
  114. Blank_2.TextSize = 14
  115. Blank_2.TextWrapped = true
  116.  
  117. Close.Name = "Close"
  118. Close.Parent = ImageLabel
  119. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Close.BackgroundTransparency = 1
  121. Close.Position = UDim2.new(0.893229187, 0, 0, 0)
  122. Close.Size = UDim2.new(0, 31, 0, 30)
  123. Close.Font = Enum.Font.SourceSans
  124. Close.Text = "X"
  125. Close.TextColor3 = Color3.new(0, 0, 0)
  126. Close.TextScaled = true
  127. Close.TextSize = 14
  128. Close.TextWrapped = true
  129. script.Parent.MouseButton1Down:Connect(function()
  130. script.Parent.Parent.Parent.ImageLabel.Visible = false
  131. end)
  132.  
  133.  
  134. TextButton.Parent = TraesGUIv10
  135. TextButton.BackgroundColor3 = Color3.new(1, 0, 0)
  136. TextButton.BackgroundTransparency = 0.5
  137. TextButton.Position = UDim2.new(0.242293477, 0, 0.970539331, 0)
  138. TextButton.Size = UDim2.new(0, 80, 0, 23)
  139. TextButton.Font = Enum.Font.SourceSans
  140. TextButton.Text = "Open"
  141. TextButton.TextColor3 = Color3.new(0, 0, 0)
  142. TextButton.TextScaled = true
  143. TextButton.TextSize = 14
  144. TextButton.TextWrapped = true
  145. script.Parent.MouseButton1Down:Connect(function()
  146. script.Parent.Parent.ImageLabel.Visible = true
  147. end)
  148.  
  149.  
  150.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement