Advertisement
Rblx__Scripts

Death Note ROBLOX Script

Jan 14th, 2018
4,112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. local Handle = Instance.new('Part')
  2.  
  3. local Mesh = Instance.new('SpecialMesh')
  4.  
  5. local Death = Instance.new('Tool')
  6.  
  7. Death.Name = "Death Note"
  8.  
  9. Handle.Name = "Handle"
  10.  
  11. Death.Parent = game.Players.LocalPlayer.Backpack
  12.  
  13. Death.GripForward = Vector3.new(0.331, -0.766, 0.551)
  14.  
  15. Death.GripPos = Vector3.new(-0.8, 0, -0.8)
  16.  
  17. Death.GripRight = Vector3.new(-0.943, -0.297, 0.152)
  18.  
  19. Death.GripUp = Vector3.new(-0.048, 0.57, 0.82)
  20.  
  21. Death.ToolTip = "Kill your fucking rival"
  22.  
  23. Handle.Parent = Death
  24.  
  25. Mesh.Parent = Handle
  26.  
  27. Mesh.MeshId = "http://www.roblox.com/asset/?id=1136139"
  28.  
  29. Mesh.TextureId = "http://www.roblox.com/asset/?id=18276952"
  30.  
  31. Mesh.Scale = Vector3.new(0.55, 0.174, 0.6)
  32.  
  33. Handle.Rotation = Vector3.new(0,-90,0)
  34.  
  35. Death.Equipped:connect(function(mouse)
  36.  
  37. local Bounce = Enum.EasingStyle.Bounce
  38.  
  39. local Quad = Enum.EasingStyle.Quad
  40.  
  41. local Normal = Enum.EasingStyle.Linear
  42.  
  43.  
  44.  
  45. local ScreenGui = Instance.new("ScreenGui", game.Players["LocalPlayer"].PlayerGui)
  46.  
  47. ScreenGui.Name = "Death Note"
  48.  
  49.  
  50.  
  51. local open = Instance.new("ImageButton", ScreenGui)
  52.  
  53. open.Position = UDim2.new(1, -110, 1, 500)
  54.  
  55. open.Size = UDim2.new(0, 100,0, 150)
  56.  
  57. open.Image = "rbxassetid://18536731"
  58.  
  59. open:TweenPosition(UDim2.new(1, -110, 1, -150), "In", Bounce, 0.8, true)
  60.  
  61.  
  62.  
  63. local Note = Instance.new("Frame", ScreenGui)
  64.  
  65. Note.Active = true
  66.  
  67. Note.Position = UDim2.new(1, -321, 1, 500)
  68.  
  69. Note.Size = UDim2.new(0, 320,0, 250)
  70.  
  71. Note.Visible = false
  72.  
  73. Note.Draggable = true
  74.  
  75.  
  76.  
  77. open.MouseButton1Down:connect(function()
  78.  
  79. open:TweenPosition(UDim2.new(open.Position.X.Scale,open.Position.X.Offset, 1, 500), "Out", Normal, 0.8, true)
  80.  
  81. wait(0.30)
  82.  
  83. open.Visible = false
  84.  
  85. Note.Visible = true
  86.  
  87. Note.Position = UDim2.new(1, -321, 1, 500)
  88.  
  89. Note:TweenPosition(UDim2.new(1, -321, 1, -251), "In", Normal, 0.5, true)
  90.  
  91. end)
  92.  
  93.  
  94.  
  95. local bg = Instance.new("Frame", Note)
  96.  
  97. bg.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  98.  
  99. bg.Size = UDim2.new(0, 160,0, 250)
  100.  
  101. bg.ZIndex = 2
  102.  
  103.  
  104.  
  105. -- Background
  106.  
  107.  
  108.  
  109. local close = Instance.new("TextButton", bg)
  110.  
  111. close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  112.  
  113. close.BackgroundTransparency = 1
  114.  
  115. close.Position = UDim2.new(0, 8,0, 10)
  116.  
  117. close.Size = UDim2.new(0, 10,0, 10)
  118.  
  119. close.ZIndex = 4
  120.  
  121. close.Font = "Cartoon"
  122.  
  123. close.Text = "X"
  124.  
  125. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  126.  
  127. close.TextSize = "17"
  128.  
  129.  
  130.  
  131. close.MouseButton1Down:connect(function()
  132.  
  133. Note:TweenPosition(UDim2.new(Note.Position.X.Scale,Note.Position.X.Offset,1, 500), "Out", Normal, 0.5, true)
  134.  
  135. wait(0.30)
  136.  
  137. Note.Visible = false
  138.  
  139. open.Visible = true
  140.  
  141. open:TweenPosition(UDim2.new(1, -110, 1, -150), "In", Normal, 0.8, true)
  142.  
  143. end)
  144.  
  145.  
  146.  
  147. local image1 = Instance.new("ImageLabel", bg)
  148.  
  149. image1.BackgroundTransparency = 1
  150.  
  151. image1.Size = UDim2.new(1, 0,1, 0)
  152.  
  153. image1.ZIndex = 3
  154.  
  155. image1.Image = "rbxassetid://18528551"
  156.  
  157.  
  158.  
  159. local title = Instance.new("TextLabel", bg)
  160.  
  161. title.BackgroundTransparency = 1
  162.  
  163. title.Position = UDim2.new(0, 0,0, 30)
  164.  
  165. title.Size = UDim2.new(1, 0,0, 30)
  166.  
  167. title.ZIndex = 4
  168.  
  169. title.Font = "Bodoni"
  170.  
  171. title.Text = "DEATH NOTE"
  172.  
  173. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  174.  
  175. title.TextSize = "18"
  176.  
  177.  
  178.  
  179. local body = Instance.new("TextLabel", bg)
  180.  
  181. body.BackgroundTransparency = 1
  182.  
  183. body.Position = UDim2.new(0, 15,0, 65)
  184.  
  185. body.Size = UDim2.new(0, 134,0, 40)
  186.  
  187. body.ZIndex = 4
  188.  
  189. body.Font = "Garamond"
  190.  
  191. body.Text = "Type in somebody's name to kill them."
  192.  
  193. body.TextColor3 = Color3.fromRGB(255, 255, 255)
  194.  
  195. body.TextSize = "19"
  196.  
  197. body.TextWrapped = true
  198.  
  199. body.TextXAlignment = "Left"
  200.  
  201. body.TextYAlignment = "Top"
  202.  
  203.  
  204.  
  205. local line = Instance.new("TextLabel", body)
  206.  
  207. line.BackgroundTransparency = 1
  208.  
  209. line.Position = UDim2.new(0, 0,0, 50)
  210.  
  211. line.Size = UDim2.new(0, 130,0, 40)
  212.  
  213. line.ZIndex = 4
  214.  
  215. line.Font = "Garamond"
  216.  
  217. line.Text = "________________"
  218.  
  219. line.TextColor3 = Color3.fromRGB(255, 255, 255)
  220.  
  221. line.TextSize = "19"
  222.  
  223. line.TextWrapped = true
  224.  
  225. line.TextXAlignment = "Left"
  226.  
  227. line.TextYAlignment = "Top"
  228.  
  229.  
  230.  
  231. local text = Instance.new("TextLabel", body)
  232.  
  233. text.BackgroundTransparency = 1
  234.  
  235. text.Position = UDim2.new(0, 0,0, 100)
  236.  
  237. text.Size = UDim2.new(0, 134,0, 40)
  238.  
  239. text.ZIndex = 4
  240.  
  241. text.Font = "Garamond"
  242.  
  243. text.Text = "This was made by RcDZ."
  244.  
  245. text.TextColor3 = Color3.fromRGB(255, 255, 255)
  246.  
  247. text.TextSize = "19"
  248.  
  249. text.TextWrapped = true
  250.  
  251. text.TextXAlignment = "Left"
  252.  
  253. text.TextYAlignment = "Top"
  254.  
  255.  
  256.  
  257. -- Page
  258.  
  259.  
  260.  
  261. local page = Instance.new("Frame", Note)
  262.  
  263. page.BackgroundColor3 = Color3.fromRGB(236, 236, 236)
  264.  
  265. page.Position = UDim2.new(0, 160,0, 0)
  266.  
  267. page.Size = UDim2.new(0, 160,0, 250)
  268.  
  269. page.ZIndex = 2
  270.  
  271.  
  272.  
  273. local list = Instance.new("TextBox", page)
  274.  
  275. list.BackgroundTransparency = 1
  276.  
  277. list.Position = UDim2.new(0, 25,0, 20)
  278.  
  279. list.Size = UDim2.new(0.8, 5,0, 230)
  280.  
  281. list.ZIndex = 4
  282.  
  283. list.Font = "Antique"
  284.  
  285. list.Text = ""
  286.  
  287. list.TextColor3 = Color3.fromRGB(0, 0, 0)
  288.  
  289. list.TextSize = "23"
  290.  
  291. list.TextWrapped = true
  292.  
  293. list.TextXAlignment = "Left"
  294.  
  295. list.TextYAlignment = "Top"
  296.  
  297.  
  298.  
  299. local image2 = Instance.new("ImageLabel", page)
  300.  
  301. image2.BackgroundTransparency = 1
  302.  
  303. image2.Size = UDim2.new(1, 0,1, 0)
  304.  
  305. image2.ZIndex = 3
  306.  
  307. image2.Image = "rbxassetid://170279713"
  308.  
  309. image2.Transparency = 0.2
  310.  
  311.  
  312.  
  313. while true do
  314.  
  315. repeat wait() until game.Workspace:FindFirstChild(list.Text)
  316.  
  317. if game.Workspace[list.Text]:FindFirstChild("Humanoid") then
  318.  
  319. game.Workspace[list.Text].Humanoid.PlatformStand = true
  320.  
  321. game.Workspace[list.Text].Humanoid.Health = 0
  322.  
  323. elseif game.Workspace[list.Text]:FindFirstChild("Zombie") then
  324.  
  325. game.Workspace[list.Text].Zombie.PlatformStand = true
  326.  
  327. game.Workspace[list.Text].Zombie.Health = 0
  328.  
  329. end
  330.  
  331. end
  332.  
  333. end)
  334.  
  335. Death.Unequipped:connect(function(mouse)
  336.  
  337. game.Players.LocalPlayer.PlayerGui["Death Note"]:remove()
  338.  
  339. end)
  340. --12333
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement