Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by Hirari_Tear edited by average Growtopia animator, credits to expro for the GUI--
- local player = game.Players.LocalPlayer
- local character1 = player.Character
- local mouse = player:GetMouse()
- local fakebody = Instance.new("Part", character1)
- fakebody.Transparency = 1
- fakebody.Anchored = true
- fakebody.CanCollide = false
- fakebody.Position = character1.Head.Position
- fakebody.Name = "FPart"
- wait()
- _G.ReanimationType = "PDeath" --PDeath, Fling, Simple
- _G.Velocity = Vector3.new(36,0,0)
- _G.FlingBlock = true
- _G.FlingBlockTransparency = 1
- _G.HighlightFlingBlock = true
- _G.FlingBlockPosition = "FPart"
- _G.HighlightFlingBlockColor = Color3.fromRGB(255,0,0)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GelatekWasTaken/Reanimation.lua/main/Main/Main.lua"))()
- function GetPlayer(name)
- for i,v in pairs(game:GetService("Players"):GetPlayers()) do
- if v.DisplayName:lower():sub(1, #name) == name:lower() or v.Name:lower():sub(1, #name) == name:lower() then
- return v
- end
- end
- end
- local plrs = game:GetService("Players")
- local plr = plrs.LocalPlayer
- local char = plr.Character
- local killing = false
- local victim = nil
- plr.Chatted:Connect(function(msg)
- if string.sub(msg, 1, 6) == "/kill " then
- if plrs:FindFirstChild(string.sub(msg, 7)) then
- victim = plrs:FindFirstChild(string.sub(msg, 7))
- killing = true
- wait(2)
- killing = false
- else
- if GetPlayer(string.sub(msg, 7)) then
- victim = GetPlayer(string.sub(msg, 7))
- killing = true
- wait(2)
- killing = false
- else
- print("Player not found!")
- end
- end
- end
- end)
- plrs.PlayerRemoving:Connect(function(player)
- if player == victim then
- killing = false
- end
- end)
- spawn(function()
- while game:GetService("RunService").Heartbeat:Wait() do
- if killing == false then
- else
- if victim.Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then
- character1.Reanimate.FPart.Position = victim.Character.Torso.Position
- else
- character1.Reanimate.FPart.Position = victim.Character.UpperTorso.Position
- end
- end
- end
- end)
- local ScreenGui = Instance.new("ScreenGui", game.Players["LocalPlayer"].PlayerGui)
- ScreenGui.Name = "Death Note"
- local open = Instance.new("ImageButton", ScreenGui)
- open.Position = UDim2.new(1, -110, 1, 500)
- open.Size = UDim2.new(0, 100,0, 150)
- open.Image = "rbxassetid://18536731"
- open:TweenPosition(UDim2.new(1, -110, 1, -150), "In", Bounce, 0.8, true)
- local Note = Instance.new("Frame", ScreenGui)
- Note.Active = true
- Note.Position = UDim2.new(1, -321, 1, 500)
- Note.Size = UDim2.new(0, 320,0, 250)
- Note.Visible = false
- Note.Draggable = true
- open.MouseButton1Down:connect(function()
- open:TweenPosition(UDim2.new(open.Position.X.Scale,open.Position.X.Offset, 1, 500), "Out", Normal, 0.8, true)
- wait(0.30)
- open.Visible = false
- Note.Visible = true
- Note.Position = UDim2.new(1, -321, 1, 500)
- Note:TweenPosition(UDim2.new(1, -321, 1, -251), "In", Normal, 0.5, true)
- end)
- local bg = Instance.new("Frame", Note)
- bg.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
- bg.Size = UDim2.new(0, 160,0, 250)
- bg.ZIndex = 2
- -- Background
- local close = Instance.new("TextButton", bg)
- close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- close.BackgroundTransparency = 1
- close.Position = UDim2.new(0, 8,0, 10)
- close.Size = UDim2.new(0, 10,0, 10)
- close.ZIndex = 4
- close.Font = "Cartoon"
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(255, 255, 255)
- close.TextSize = "17"
- close.MouseButton1Down:connect(function()
- Note:TweenPosition(UDim2.new(Note.Position.X.Scale,Note.Position.X.Offset,1, 500), "Out", Normal, 0.5, true)
- wait(0.30)
- Note.Visible = false
- open.Visible = true
- open:TweenPosition(UDim2.new(1, -110, 1, -150), "In", Normal, 0.8, true)
- end)
- local image1 = Instance.new("ImageLabel", bg)
- image1.BackgroundTransparency = 1
- image1.Size = UDim2.new(1, 0,1, 0)
- image1.ZIndex = 3
- image1.Image = "rbxassetid://18528551"
- local title = Instance.new("TextLabel", bg)
- title.BackgroundTransparency = 1
- title.Position = UDim2.new(0, 0,0, 30)
- title.Size = UDim2.new(1, 0,0, 30)
- title.ZIndex = 4
- title.Font = "Bodoni"
- title.Text = "DEATH NOTE"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextSize = "18"
- local body = Instance.new("TextLabel", bg)
- body.BackgroundTransparency = 1
- body.Position = UDim2.new(0, 15,0, 65)
- body.Size = UDim2.new(0, 134,0, 40)
- body.ZIndex = 4
- body.Font = "Garamond"
- body.Text = "Type in somebody's name to kill them."
- body.TextColor3 = Color3.fromRGB(255, 255, 255)
- body.TextSize = "19"
- body.TextWrapped = true
- body.TextXAlignment = "Left"
- body.TextYAlignment = "Top"
- local line = Instance.new("TextLabel", body)
- line.BackgroundTransparency = 1
- line.Position = UDim2.new(0, 0,0, 50)
- line.Size = UDim2.new(0, 130,0, 40)
- line.ZIndex = 4
- line.Font = "Garamond"
- line.Text = "________________"
- line.TextColor3 = Color3.fromRGB(255, 255, 255)
- line.TextSize = "19"
- line.TextWrapped = true
- line.TextXAlignment = "Left"
- line.TextYAlignment = "Top"
- local text = Instance.new("TextLabel", body)
- text.BackgroundTransparency = 1
- text.Position = UDim2.new(0, 0,0, 100)
- text.Size = UDim2.new(0, 134,0, 40)
- text.ZIndex = 4
- text.Font = "Garamond"
- text.Text = "This was made by RcDZ."
- text.TextColor3 = Color3.fromRGB(255, 255, 255)
- text.TextSize = "19"
- text.TextWrapped = true
- text.TextXAlignment = "Left"
- text.TextYAlignment = "Top"
- -- Page
- local page = Instance.new("Frame", Note)
- page.BackgroundColor3 = Color3.fromRGB(236, 236, 236)
- page.Position = UDim2.new(0, 160,0, 0)
- page.Size = UDim2.new(0, 160,0, 250)
- page.ZIndex = 2
- local list = Instance.new("TextBox", page)
- list.BackgroundTransparency = 1
- list.Position = UDim2.new(0, 25,0, 20)
- list.Size = UDim2.new(0.8, 5,0, 230)
- list.ZIndex = 4
- list.Font = "Antique"
- list.Text = ""
- list.TextColor3 = Color3.fromRGB(0, 0, 0)
- list.TextSize = "23"
- list.TextWrapped = true
- list.TextXAlignment = "Left"
- list.TextYAlignment = "Top"
- local image2 = Instance.new("ImageLabel", page)
- image2.BackgroundTransparency = 1
- image2.Size = UDim2.new(1, 0,1, 0)
- image2.ZIndex = 3
- image2.Image = "rbxassetid://170279713"
- local dead = true
- image2.Transparency = 0.2
- local plr = game.Players.LocalPlayer
- local chr = plr.Character
- while dead ~= false do
- wait()
- local target = workspace:FindFirstChild(list.Text)
- if target then
- chr.Reanimate.FPart.Position = target.Head.Position
- else
- --chr.Reanimate.FPart.Position = chr.Reanimate.Head.Position
- end
- end
Add Comment
Please, Sign In to add comment