robloxhaxs

e

Apr 16th, 2020
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. local SilentAssassinV1 = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Inf = Instance.new("TextButton")
  4. local Border = Instance.new("TextLabel")
  5. local Border_2 = Instance.new("TextLabel")
  6. local Tp = Instance.new("TextButton")
  7. local Title = Instance.new("TextLabel")
  8. local Close = Instance.new("TextButton")
  9. local Esp = Instance.new("TextButton")
  10. local Open = Instance.new("TextButton")
  11.  
  12. SilentAssassinV1.Name = "SilentAssassinV1"
  13. SilentAssassinV1.Parent = game.CoreGui
  14.  
  15. Main.Name = "Main"
  16. Main.Parent = SilentAssassinV1
  17. Main.Active = true
  18. Main.Draggable = true
  19. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  20. Main.BorderSizePixel = 0
  21. Main.Position = UDim2.new(0.439999998, 0, -0.379999995, 0)
  22. Main.Size = UDim2.new(0, 313, 0, 226)
  23. Main.Style = Enum.FrameStyle.RobloxRound
  24.  
  25. Inf.Name = "Inf"
  26. Inf.Parent = Main
  27. Inf.BackgroundColor3 = Color3.new(0.266667, 0.611765, 0.705882)
  28. Inf.Position = UDim2.new(0.293356001, 0, 0.369042367, 0)
  29. Inf.Size = UDim2.new(0, 121, 0, 30)
  30. Inf.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  31. Inf.Font = Enum.Font.SciFi
  32. Inf.Text = "Inf Jump"
  33. Inf.TextColor3 = Color3.new(0.227451, 0.329412, 0.423529)
  34. Inf.TextSize = 16
  35. Inf.TextStrokeColor3 = Color3.new(0.227451, 0.329412, 0.423529)
  36.  
  37. Border.Name = "Border"
  38. Border.Parent = Main
  39. Border.BackgroundColor3 = Color3.new(0.376471, 0.698039, 1)
  40. Border.BorderSizePixel = 0
  41. Border.Position = UDim2.new(-0.0278844871, 0, 0.163740993, 0)
  42. Border.Size = UDim2.new(0, 313, 0, 8)
  43. Border.SizeConstraint = Enum.SizeConstraint.RelativeXX
  44. Border.Font = Enum.Font.SourceSans
  45. Border.Text = ""
  46. Border.TextColor3 = Color3.new(0, 0, 0)
  47. Border.TextSize = 14
  48.  
  49. Border_2.Name = "Border"
  50. Border_2.Parent = Main
  51. Border_2.BackgroundColor3 = Color3.new(0.376471, 0.698039, 1)
  52. Border_2.BorderSizePixel = 0
  53. Border_2.Position = UDim2.new(-0.0283860359, 0, -0.0413680971, 0)
  54. Border_2.Size = UDim2.new(0, 313, 0, 8)
  55. Border_2.SizeConstraint = Enum.SizeConstraint.RelativeXX
  56. Border_2.Font = Enum.Font.SourceSans
  57. Border_2.Text = ""
  58. Border_2.TextColor3 = Color3.new(0, 0, 0)
  59. Border_2.TextSize = 14
  60.  
  61. Tp.Name = "Tp"
  62. Tp.Parent = Main
  63. Tp.BackgroundColor3 = Color3.new(0.266667, 0.611765, 0.705882)
  64. Tp.Position = UDim2.new(0.290669143, 0, 0.738794327, 0)
  65. Tp.Size = UDim2.new(0, 121, 0, 30)
  66. Tp.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  67. Tp.Font = Enum.Font.SciFi
  68. Tp.Text = "Tp Players Head"
  69. Tp.TextColor3 = Color3.new(0.227451, 0.329412, 0.423529)
  70. Tp.TextSize = 16
  71. Tp.TextStrokeColor3 = Color3.new(0.227451, 0.329412, 0.423529)
  72.  
  73. Title.Name = "Title"
  74. Title.Parent = Main
  75. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Title.BackgroundTransparency = 1
  77. Title.BorderSizePixel = 0
  78. Title.Position = UDim2.new(0.161489859, 0, 0.0452267826, 0)
  79. Title.Size = UDim2.new(0, 200, 0, 16)
  80. Title.Font = Enum.Font.SciFi
  81. Title.Text = "Silent Assassin V1"
  82. Title.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  83. Title.TextSize = 23
  84.  
  85. Close.Name = "Close"
  86. Close.Parent = Main
  87. Close.BackgroundColor3 = Color3.new(0.266667, 0.611765, 0.705882)
  88. Close.BackgroundTransparency = 1
  89. Close.BorderSizePixel = 0
  90. Close.Position = UDim2.new(-0.0285393968, 0, 0.891390383, 0)
  91. Close.Size = UDim2.new(0, 30, 0, 30)
  92. Close.Font = Enum.Font.SciFi
  93. Close.Text = "X"
  94. Close.TextColor3 = Color3.new(0.74902, 0, 0)
  95. Close.TextSize = 16
  96. Close.TextStrokeColor3 = Color3.new(0.227451, 0.329412, 0.423529)
  97.  
  98. Esp.Name = "Esp"
  99. Esp.Parent = Main
  100. Esp.BackgroundColor3 = Color3.new(0.266667, 0.611765, 0.705882)
  101. Esp.Position = UDim2.new(0.289959162, 0, 0.553506851, 0)
  102. Esp.Size = UDim2.new(0, 121, 0, 30)
  103. Esp.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  104. Esp.Font = Enum.Font.SciFi
  105. Esp.Text = "Esp"
  106. Esp.TextColor3 = Color3.new(0.227451, 0.329412, 0.423529)
  107. Esp.TextSize = 16
  108. Esp.TextStrokeColor3 = Color3.new(0.227451, 0.329412, 0.423529)
  109.  
  110. Open.Name = "Open"
  111. Open.Parent = SilentAssassinV1
  112. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Open.Position = UDim2.new(0, 0, 0.761627853, 0)
  114. Open.Size = UDim2.new(0, 174, 0, 43)
  115. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  116. Open.Font = Enum.Font.SciFi
  117. Open.Text = "Open Main"
  118. Open.TextColor3 = Color3.new(0.215686, 0.443137, 0.619608)
  119. Open.TextSize = 28
  120.  
  121. --Making Script--
  122.  
  123. --Open Animation--
  124.  
  125. Open.MouseButton1Click:connect(function()
  126. Main:TweenPosition(UDim2.new(0.44, 0,0.38, 0), 'In', 'Bounce', 1, true)
  127. Open.Visible = false
  128. end)
  129.  
  130. --Close Animation--
  131.  
  132. Close.MouseButton1Click:connect(function()
  133. Main:TweenPosition(UDim2.new(0.44, 0,-0.38, 0), 'Out', 'Bounce', 1, true)
  134. Open.Visible = true
  135. end)
  136.  
  137. --Tp Head--
  138.  
  139. Tp.MouseButton1Click:connect(function()
  140. for i,v in pairs(game.Players:GetChildren()) do
  141. if v.Name ~= game.Players.LocalPlayer.Name then
  142. v.Character.Head.Anchored = true
  143. v.Character.Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame*CFrame.new(0,0,-5)
  144. end
  145. end
  146. end)
  147.  
  148. --Inf Jumps--
  149.  
  150. Inf.MouseButton1Click:connect(function()
  151. local plr = game:GetService"Players".LocalPlayer
  152. game:GetService("UserInputService").JumpRequest:connect(function()
  153. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  154. end)
  155. end)
  156.  
  157. --Esp--
  158.  
  159. Esp.MouseButton1Click:connect(function()
  160. wait(0.5)
  161.  
  162. plrs = nil
  163. for _,p in pairs(game:GetChildren()) do
  164. if p.ClassName == ("Players") then
  165. plrs = p
  166. end
  167. end
  168.  
  169.  
  170. while true do
  171. wait(0.1)
  172. for _, v in pairs(plrs:GetChildren()) do
  173. if v.TeamColor ~= plrs.LocalPlayer.TeamColor and not v.Character.Head:FindFirstChild("BillboardGui") then -- ~=
  174. i = Instance.new("BillboardGui",v.Character.Head)
  175. i.Active = true
  176. i.AlwaysOnTop = true
  177. i.Size = UDim2.new(1,0,1,0)
  178. h = Instance.new("Frame",i)
  179. h.Size = UDim2.new(2,0,1,0)
  180. h.AnchorPoint = Vector2.new(0.25, 0)
  181. h.BackgroundColor3 = Color3.new(1,0,0)
  182. h.BorderSizePixel = 0
  183. h.BackgroundTransparency = 0.4
  184.  
  185. i2 = Instance.new("BillboardGui",v.Character.Torso)
  186. i2.Active = true
  187. i2.AlwaysOnTop = true
  188. i2.Size = UDim2.new(2,0,2,0)
  189. t = Instance.new("Frame",i2)
  190. t.Size = UDim2.new(1,0,1,0)
  191. t.AnchorPoint = Vector2.new(0, 0)
  192. t.BackgroundColor3 = Color3.new(0,1,0)
  193. t.BorderSizePixel = 0
  194. t.BackgroundTransparency = 0.4
  195.  
  196. i3 = Instance.new("BillboardGui",v.Character["Left Arm"])
  197. i3.Active = true
  198. i3.AlwaysOnTop = true
  199. i3.Size = UDim2.new(1,0,2,0)
  200. la = Instance.new("Frame",i3)
  201. la.Size = UDim2.new(1,0,1,0)
  202. la.AnchorPoint = Vector2.new(0, 0)
  203. la.BackgroundColor3 = Color3.new(0,0,1)
  204. la.BorderSizePixel = 0
  205. la.BackgroundTransparency = 0.4
  206.  
  207. i4 = Instance.new("BillboardGui",v.Character["Right Arm"])
  208. i4.Active = true
  209. i4.AlwaysOnTop = true
  210. i4.Size = UDim2.new(1,0,2,0)
  211. ra = Instance.new("Frame",i4)
  212. ra.Size = UDim2.new(1,0,1,0)
  213. ra.AnchorPoint = Vector2.new(0, 0)
  214. ra.BackgroundColor3 = Color3.new(0,0,1)
  215. ra.BorderSizePixel = 0
  216. ra.BackgroundTransparency = 0.4
  217.  
  218. i5 = Instance.new("BillboardGui",v.Character["Left Leg"])
  219. i5.Active = true
  220. i5.AlwaysOnTop = true
  221. i5.Size = UDim2.new(1,0,2,0)
  222. ll = Instance.new("Frame",i5)
  223. ll.Size = UDim2.new(1,0,1,0)
  224. ll.AnchorPoint = Vector2.new(0, 0)
  225. ll.BackgroundColor3 = Color3.new(0,0,1)
  226. ll.BorderSizePixel = 0
  227. ll.BackgroundTransparency = 0.4
  228.  
  229. i6 = Instance.new("BillboardGui",v.Character["Right Leg"])
  230. i6.Active = true
  231. i6.AlwaysOnTop = true
  232. i6.Size = UDim2.new(1,0,2,0)
  233. rl = Instance.new("Frame",i6)
  234. rl.Size = UDim2.new(1,0,1,0)
  235. rl.AnchorPoint = Vector2.new(0, 0)
  236. rl.BackgroundColor3 = Color3.new(0,0,1)
  237. rl.BorderSizePixel = 0
  238. rl.BackgroundTransparency = 0.4
  239.  
  240. end
  241. end
  242. end
  243. end)
  244.  
  245. --End Of The Script--
Add Comment
Please, Sign In to add comment