Advertisement
v_Burn

Untitled

Mar 17th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Assassin = Instance.new("ScreenGui")
  4. local Header = Instance.new("Frame")
  5. local Body = Instance.new("Frame")
  6. local Execute = Instance.new("TextButton")
  7. local CreditsS = Instance.new("TextLabel")
  8. local CreditsG = Instance.new("TextLabel")
  9. local Head = Instance.new("TextLabel")
  10.  
  11. -- Properties
  12.  
  13. Assassin.Name = "v_Burn"
  14. Assassin.Parent = game.Players.LocalPlayer.PlayerGui
  15. Assassin.ResetOnSpawn = false
  16.  
  17. Header.Name = "Header"
  18. Header.Parent = Assassin
  19. Header.Active = true
  20. Header.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  21. Header.BackgroundTransparency = 0.20000000298023
  22. Header.BorderColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  23. Header.BorderSizePixel = 0
  24. Header.Draggable = true
  25. Header.Position = UDim2.new(0.400000006, 0, 0.300000012, 0)
  26. Header.Selectable = true
  27. Header.Size = UDim2.new(0, 200, 0, 25)
  28.  
  29. Body.Name = "Body"
  30. Body.Parent = Header
  31. Body.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  32. Body.BackgroundTransparency = 0.5
  33. Body.BorderColor3 = Color3.new(0, 0, 0)
  34. Body.BorderSizePixel = 0
  35. Body.Position = UDim2.new(0, 0, 0, 25)
  36. Body.Size = UDim2.new(0, 200, 0, 100)
  37.  
  38. Execute.Name = "Execute"
  39. Execute.Parent = Body
  40. Execute.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  41. Execute.BackgroundTransparency = 0.5
  42. Execute.BorderSizePixel = 0
  43. Execute.Position = UDim2.new(0, 0, 0, 75)
  44. Execute.Size = UDim2.new(0, 200, 0, 25)
  45. Execute.Font = Enum.Font.SourceSansBold
  46. Execute.FontSize = Enum.FontSize.Size14
  47. Execute.Text = "Execute"
  48. Execute.TextColor3 = Color3.new(0, 0, 0)
  49. Execute.TextSize = 14
  50. Execute.MouseButton1Down:connect(function()
  51. for i = 1, math.huge, 2 do
  52. wait(0.5)
  53. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-651.750, 15.299, -878.219))
  54. yourtarget = game.Players.LocalPlayer.PlayerGui.ScreenGui.UI.Target.Img.PlayerText
  55. plr = game.Players:FindFirstChild(yourtarget.Text)
  56. plr.Character.Head.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0,-1,2)
  57. end
  58. end)
  59.  
  60. CreditsS.Name = "CreditsS"
  61. CreditsS.Parent = Body
  62. CreditsS.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  63. CreditsS.BackgroundTransparency = 1
  64. CreditsS.BorderColor3 = Color3.new(0, 0, 0)
  65. CreditsS.BorderSizePixel = 0
  66. CreditsS.Position = UDim2.new(0, 0, 0, 20)
  67. CreditsS.Size = UDim2.new(0, 200, 0, 75)
  68. CreditsS.Font = Enum.Font.SourceSansBold
  69. CreditsS.FontSize = Enum.FontSize.Size11
  70. CreditsS.Text = "Script By GamingTurtleYT and Garrows69"
  71. CreditsS.TextColor3 = Color3.new(0, 0, 0)
  72. CreditsS.TextSize = 11
  73. CreditsS.TextWrapped = true
  74. CreditsS.TextYAlignment = Enum.TextYAlignment.Top
  75.  
  76. CreditsG.Name = "CreditsG"
  77. CreditsG.Parent = Body
  78. CreditsG.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  79. CreditsG.BackgroundTransparency = 1
  80. CreditsG.BorderColor3 = Color3.new(0, 0, 0)
  81. CreditsG.BorderSizePixel = 0
  82. CreditsG.Position = UDim2.new(0, 0, 0, 35)
  83. CreditsG.Size = UDim2.new(0, 200, 0, 60)
  84. CreditsG.Font = Enum.Font.SourceSansBold
  85. CreditsG.FontSize = Enum.FontSize.Size11
  86. CreditsG.Text = "GUI By tntmyles"
  87. CreditsG.TextColor3 = Color3.new(0, 0, 0)
  88. CreditsG.TextSize = 11
  89. CreditsG.TextWrapped = true
  90. CreditsG.TextYAlignment = Enum.TextYAlignment.Top
  91.  
  92. Head.Name = "Head"
  93. Head.Parent = Header
  94. Head.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  95. Head.BackgroundTransparency = 0.5
  96. Head.BorderColor3 = Color3.new(0, 0, 0)
  97. Head.BorderSizePixel = 0
  98. Head.Size = UDim2.new(0, 200, 0, 25)
  99. Head.Font = Enum.Font.SourceSansBold
  100. Head.FontSize = Enum.FontSize.Size14
  101. Head.Text = "Assassin Head TP"
  102. Head.TextColor3 = Color3.new(0, 0, 0)
  103. Head.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement