itachi_itachi_

Death Note (Spanish)

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