Advertisement
Adel987654321

Silent Assassin | Esp , INF Jump

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