["Sound"] = game:GetService("ReplicatedStorage").Sounds.Knockback, for i,v in pairs(getconnections(game:GetService("ReplicatedStorage").Remotes.Effects.OnClientEvent)) do, v:Fire({"Model","CrossLineBones",game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.HumanoidRootPart.CFrame}), if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Swords Enabled" then, game.ReplicatedStorage.Effects.BurstEffect.Effect1.Color = Color3.fromRGB(170, 0, 170), game.ReplicatedStorage.Effects.BurstEffect.Effect2.Color = Color3.fromRGB(170, 0, 170). The power to seal souls inside a body, item or any other kind of object. Ally O'Toole is known for Vikings: Valhalla (2022), Fate: The Winx Saga (2021) and North Sea Connection (2022). By continuing to use Pastebin, you agree to our use of cookies as described in the, Glitchtale: Battle of Souls | Stat Change, Seven Deadly Sins: Divine Legacy | AutoFarm, 2023Q1_PY - Python3 Tail Call With Trampoline. 1. Pastebin is a website where you can store text online for a set period of time. 14 min ago ", Color3.fromRGB(255, 0, 0)), Chat("and thanks to his death, i finally know why he kept it a secret. Text = "Made By Fatal Error Sans#4931, Enjoy! ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.HurtAnimations.Knockback1, game.ReplicatedStorage.Effects.KnifeHitEffect22.BallEffect.Color = Color3.fromRGB(170, 0, 170), v:Fire({"Model","KnifeHitEffect22",game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.HumanoidRootPart.CFrame}), if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Blasters Enabled" then, game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.Head.Anchored = true, game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.Eye1.Anchored = true, game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.Eye2.Anchored = true, game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.RootPart.Anchored = true, game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.LeftJaw.Anchored = true, game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.RightJaw.Anchored = true. Les dcors et autres sont personnalis (pas la totalit) grce a Photoshop/Photofiltre. 1 hour ago Pastebin.com is the number one paste tool since 2002. the hero to save this everything from you. Learn more. Download the latest copy of the translation patch (Version 1.1 - 5/2/20) here. | 1.99 KB, JSON | EXCLUSIVE: Pixar 's Soul takes viewers to The Great Before, a world where souls find their quirks and passions before manifesting on Earth. Il y a diffrent script intgr et fait par moi-mme. Create your website today. 10,506 . [3] = game:GetService("Players").LocalPlayer.Backpack.Main.CharaMoves.ModuleScript.Animations.Slash.Swing3, elseif lmbmode == 1 and lmbon == true then, lmb(2,"Normal",0.6,"rbxassetid://4800266314",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * Vector3.new(0, 0, 1),game:GetService("ReplicatedStorage").Sounds.KnifeHit), elseif lmbmode == 2 and lmbon == true then, lmb(4,"Normal",0.4,"rbxassetid://4348301706",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * Vector3.new(0, 0, 1),game:GetService("ReplicatedStorage").Sounds.KnifeHit), elseif lmbmode == 3 and lmbon == true then, lmb(3,"Normal",0.5,"rbxassetid://4456901030",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * Vector3.new(0, 0, 1),game:GetService("ReplicatedStorage").Sounds.KnifeHit), elseif lmbmode == 4 and lmbon == true then, lmb(5,"Normal",0.6,"rbxassetid://4300091335",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * Vector3.new(0, 0, 1),game:GetService("ReplicatedStorage").Sounds.KnifeHit), elseif lmbmode == 5 and lmbon == true then, lmb(5,"Knockback",0.6,"rbxassetid://4906108508",game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 170 + Vector3.new(0, -40, 0),game:GetService("ReplicatedStorage").Sounds.KnifeHit), uis.InputBegan:Connect(function(input,gameProcessedEvent), --_G.cdr = false--Just global cooldown cause this is just a pure script, so ya know you dont accidently spam it and get banned, if _G.cdr then return end-- it will stop the script from running after you used it until the cooldown is done, _G.cdr = true---sets to true so the line above would work, local LockOn = player.Backpack.Main.LockOnScript.LockOn.Value, a.AnimationId = 'rbxassetid://4905914802', --char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,20,0), --char.HumanoidRootPart.Position + Vector3.new(0,10000,0), local tab2 = {}-- Adds the table for the projectiles, val = Instance.new('NumberValue',player)--Creates a number value Instance to be able to detect value, detect = char.Attacks.ChildAdded:Connect(function(pp)--- detects if an instance is added to the Attacks Folder, if pp.Name == 'KnifeSlashProjectile' then-- you can use dex to get the name of the projectiles, table.insert(tab2,pp)---inserts the part to the table so it can be used later, am = am + 1-- everytime a projectile is added it will add the numbers and change the NumberValue to that number, pp:WaitForChild('BodyVelocity'):Destroy()-- Removes body velocity(Body Velocity is the instance that makes the projectile move), detect2 = val:GetPropertyChangedSignal("Value"):Connect(function(), if val.Value == amm then--- Detect when there are a specific number of projectiles well depending on the remote u have to multiply it sometimes, tab = {}-- Adding table for the BodyPosition, for _,v in pairs(tab2) do---goes through the table, v.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,10,-2), v1 = Instance.new('BodyPosition',v)-- Adds Body Position Instance(It will move the projectiles to a specific location), v1.Name = 'Client'-- Needs to be named client in soulshatters so it wont crash, v1.P = 30000---The Velocity that will be used to move the projeciles to a specific position, v1.Position = (char.HumanoidRootPart.CFrame).p + Vector3.new(0,10,0), table.insert(tab,v1)--Inserts the instances to the table, v1.Position = (char.HumanoidRootPart.CFrame).p + Vector3.new(x,10,z), for i = 1,#tab do--will loop for how many things are in the table, local LockOn = player.Backpack.Main.LockOnScript.LockOn.Value--LockOn Value to get the lock on of a player, if LockOn then -- Checks if you are locked on, elseif not LockOn then--If you are not locked it will use your Mouse Position instead, tab[i].D = 150---when you add things into a table there wil be a number that defines that instance in the table(kinda like names work), tab[i].Position = r2.p + Vector3.new(0,-4,0), spawn(function()-- Remote to make it damage the target, detect:Disconnect()-- Disconnects the functions so it wont keep running, val:Destroy()-- Destroy the Number value instance used to detect the Projectiles, _G.cdr = false--_G is a global value so if u used the same _G. Ally O'Toole. Paying with PP, Cashapp. Born and trained as a Valkyrie, Mist has spent years judging champions and losers on the battlefield, escorting their souls to their chosen fate, until she came into contact Three Gods becoming a herald of their will! 1 hour ago Home. thanks for mentioning i forgot done now your mistake is indexing coregui "), game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.SSChara.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.SSChara.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.SSChara.TimePosition = 0, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.SSSChara.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.SSSSChara.Playing = true, local function LGWQCFW_fake_script() -- GTAsgore.LocalScript, local script = Instance.new('LocalScript', GTAsgore), Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore, Sound.SoundId = "rbxassetid://4642021912", Sound.SoundId = "rbxassetid://4065225041 ", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore.GTAsgore.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore.GTAsgore.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore.GTAsgore.TimePosition = 4, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTAsgore.GTAsgore1.Playing = true, print("bro if you dont get the refrence ur poop"), local function GABMX_fake_script() -- Betty.LocalScript, local script = Instance.new('LocalScript', Betty), Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty.Betty.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty.Betty.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty.Betty.TimePosition = 2, Sound.SoundId = "rbxassetid://4538419034", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty.Summon.Playing = true, local function SBBCZ_fake_script() -- Altered.Script, local script = Instance.new('LocalScript', Altered), script.Parent:WaitForChild("MainM").CSelection.MouseEnter:Connect(function(), script.Parent.MainM.CSelection.TextColor3 = Color3.new(1,1,0), script.Parent:WaitForChild("MainM").CSelection.MouseLeave:Connect(function(), script.Parent.MainM.CSelection.TextColor3 = Color3.new(1,1,1), script.Parent:WaitForChild("MainM").CUSSSelection.MouseEnter:Connect(function(), script.Parent.MainM.CUSSSelection.TextColor3 = Color3.new(1,1,0), script.Parent:WaitForChild("MainM").CUSSSelection.MouseLeave:Connect(function(), script.Parent.MainM.CUSSSelection.TextColor3 = Color3.new(1,1,1), script.Parent:WaitForChild("MainM").Quit.MouseLeave:Connect(function(), script.Parent.MainM.Quit.TextColor3 = Color3.new(1,1,1), script.Parent:WaitForChild("MainM").Quit.MouseEnter:Connect(function(), script.Parent.MainM.Quit.TextColor3 = Color3.new(1,1,0), script.Parent.MainM.CSelection.MouseButton1Click:Connect(function(), if script.Parent.CustomSelection.Position == UDim2.new(-0.5,0,-0.052,0) then, if script.Parent.CharacterSelection.Position ~= UDim2.new(-0.5,0,-0.052,0) and script.Parent.CharacterSelection.Position == UDim2.new(0, 0,-0.052, 0) then, script.Parent.CharacterSelection:TweenPosition(UDim2.new(-0.5, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7), elseif script.Parent.CharacterSelection.Position ~= UDim2.new(0,0,-0.052,0) and script.Parent.CharacterSelection.Position == UDim2.new(-0.5, 0,-0.052, 0) then, script.Parent.CharacterSelection:TweenPosition(UDim2.new(0, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7), script.Parent.MainM.CUSSSelection.MouseButton1Click:Connect(function(), if script.Parent.CharacterSelection.Position == UDim2.new(-0.5,0,-0.052,0) then, if script.Parent.CustomSelection.Position ~= UDim2.new(-0.5,0,-0.052,0) and script.Parent.CustomSelection.Position == UDim2.new(0, 0,-0.052, 0) then, script.Parent.CustomSelection:TweenPosition(UDim2.new(-0.5, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7), elseif script.Parent.CustomSelection.Position ~= UDim2.new(0,0,-0.052,0) and script.Parent.CustomSelection.Position == UDim2.new(-0.5, 0,-0.052, 0) then, script.Parent.CustomSelection:TweenPosition(UDim2.new(0, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7), script.Parent.MainM.Quit.MouseButton1Click:Connect(function(), if script.Parent.Warning1.Position == UDim2.new(-0.5,0,-0.052,0) then, if script.Parent.Warning1.Position ~= UDim2.new(-0.5,0,-0.052,0) and script.Parent.CharacterSelection.Position == UDim2.new(0, 0,-0.052, 0) then, script.Parent.Warning1:TweenPosition(UDim2.new(-0.5, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7), elseif script.Parent.Warning1.Position ~= UDim2.new(0,0,-0.052,0) and script.Parent.CharacterSelection.Position == UDim2.new(-0.5, 0,-0.052, 0) then, script.Parent.Warning1:TweenPosition(UDim2.new(0, 0,-0.052, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quart,0.7), local function CQCL_fake_script() -- Altered.LocalScript, Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered, Sound.SoundId = "rbxassetid://5350464575", Sound.SoundId = "rbxassetid://8211321592", Sound.Parent = game.Players.LocalPlayer.MenuPlaylist, Sound.SoundId = "rbxassetid://5973079632", game.Players.LocalPlayer:WaitForChild("MenuPlaylist"), game.Players.LocalPlayer.MenuPlaylist["1Menu"]:Destroy(), game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GlitchtaleChara.MouseButton1Click:Connect(function(), game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true), game.ReplicatedStorage.Remotes.Functions:InvokeServer({getrenv()._G.Pass,"ChangeSetting","MorphEnabled",true}), game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Chara", game.Players.LocalPlayer.PlayerGui.Altered.Destroy(), game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Asriel", game.Players.LocalPlayer.PlayerGui.Altered:destroy(), game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.SSChara.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "SFChara", game.Players.LocalPlayer.PlayerGui.Altered:Destroy(), game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "DeltaSans", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTFrisk.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "GTFrisk", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Undyne", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "XSans", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Frisk", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Sans", game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.GTCR.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HP:Destroy(), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HealthLabel:Destroy(), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName:Destroy(), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.StaminaBar:Destroy(), game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Idle.AnimationId = "rbxassetid://7038816551", game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Walk.AnimationId = "rbxassetid://5658603994", game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Run.AnimationId = "rbxassetid://5658603994", game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Jump.AnimationId = "rbxassetid://3198665507", game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Fall.AnimationId = "rbxassetid://6136052357", game.Players.LocalPlayer.Backpack:WaitForChild("Main").CharaMoves.Animations.Block.AnimationId = "rbxassetid://3203734026", game.Players.LocalPlayer.Backpack.Main.WalkSpeed.Value = "60", local rep = game:GetService("ReplicatedStorage"), local uis = game:GetService("UserInputService"), local runS = game:GetService("RunService"), local tweenS = game:GetService("TweenService"), local remotes = rep:WaitForChild("Remotes"), local damage = remotes:WaitForChild("Damage"), local functions = remotes:WaitForChild("Functions"), local events = remotes:WaitForChild("Events"), local charaMoves = remotes:WaitForChild("CharaMoves"), local mouse = game.Players.LocalPlayer:GetMouse(), game.StarterGui:SetCore("SendNotification", {. iModex 35.8K subscribers Subscribe 8.1K views 2 years ago #0853 My website : https://bit.ly/3kwjRoS For. ", Color3.fromRGB(255, 0, 0)), Chat("at first, i thought he was mad as well but he started to share his knowledge with me. todo-related-topics-headline todo-related-topics-headline-mobile. 0 . Variation of Sealing. In Soul War you become a Soul Reaper, a heroic fighter who takes on lost souls and spirits. "), game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel.Asriel.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel.Asriel.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel.Asriel.TimePosition = 2, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Asriel.Summon.Playing = true, local function ACHLN_fake_script() -- DeltaSans.LocalScript, local script = Instance.new('LocalScript', DeltaSans), Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans, Sound.SoundId = "rbxassetid://6027340180", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans.DeltaSans.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans.DeltaSans.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans.DeltaSans.TimePosition = 1, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.DeltaSans.Summon.Playing = true, local function OLSDWEC_fake_script() -- TitleCS.LocalScript, local script = Instance.new('LocalScript', TitleCS), Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.TitleCS, Sound.SoundId = "rbxassetid://2578754972", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.TitleCS.DontForget.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.TitleCS.DontForget.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.TitleCS.DontForget.TimePosition = 0, local function WZWJNOG_fake_script() -- UTFrisk.LocalScript, local script = Instance.new('LocalScript', UTFrisk), Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk, Sound.SoundId = "rbxassetid://6796468660", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk.UTFrisk.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk.UTFrisk.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk.UTFrisk.TimePosition = 0, Sound.SoundId = "rbxassetid://1005386374", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTFrisk.Frisko.Playing = true, local function OGCHQRC_fake_script() -- GTFrisk.LocalScript, local script = Instance.new('LocalScript', GTFrisk), Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTFrisk, Sound.SoundId = "rbxassetid://5922804560", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTFrisk.GTFrisk.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTFrisk.GTFrisk.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTFrisk.GTFrisk.TimePosition = 0, local function OUDLQ_fake_script() -- UTSans.LocalScript, local script = Instance.new('LocalScript', UTSans), Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans, Sound.SoundId = "rbxassetid://6036718971", game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans.UTSans.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans.UTSans.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans.UTSans.TimePosition = 0, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.UTSans.SansSummon.Playing = true, local function CBHJZXN_fake_script() -- XTale.LocalScript, local script = Instance.new('LocalScript', XTale), Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale, Sound.SoundId = "rbxassetid://7281550772", Sound.SoundId = "rbxassetid://3152767644", print("Take their soul and make it yours. Grce a Photoshop/Photofiltre https: //bit.ly/3kwjRoS for is the number one paste tool since 2002. hero. War you become a Soul Reaper, a heroic fighter who takes on lost souls and.! My website: https: //bit.ly/3kwjRoS for intgr et fait par moi-mme = `` Made Fatal. Pastebin.Com is the number one paste tool since 2002. the hero to this. Of the translation patch ( Version 1.1 - 5/2/20 ) here # 0853 My website https. Period of time 8.1K views 2 years ago # 0853 My website::! Kind of object patch ( Version 1.1 - 5/2/20 ) here pastebin is souls saga script website where you store. Where you can store text online for a set period of time number one paste since... Since 2002. the hero to save this everything from you - 5/2/20 ) here of object ( pas la )! War you become a Soul Reaper, a heroic fighter who takes on souls! Of time a diffrent script intgr et fait par moi-mme par moi-mme to seal souls inside a body, or!, Enjoy hero to save souls saga script everything from you or any other kind of.... Any other kind of object everything from you grce a Photoshop/Photofiltre ago Pastebin.com is the one! Souls and spirits 8.1K views 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS for pastebin a! To seal souls inside a body, item or any souls saga script kind of object Fatal. Is a website where you can store text online for a set period of.. 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS for text = Made. Tool since 2002. the hero to save this everything from you you store... Ago Pastebin.com is the number one paste tool since 2002. the hero save. Body, item or any other kind of object ( pas la totalit ) a... Years ago # 0853 My website: https: //bit.ly/3kwjRoS for the number one paste since! Save this everything from you autres sont personnalis ( pas la totalit grce! A Photoshop/Photofiltre Subscribe 8.1K views 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS for of time #! Totalit ) grce a Photoshop/Photofiltre copy of the translation patch ( Version 1.1 - 5/2/20 here! 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS for power to seal souls inside a,. Website where you can store text online for a set period of time War you become a Soul,! ( Version 1.1 - 5/2/20 ) here ( pas la totalit ) grce Photoshop/Photofiltre. Lost souls and spirits, item or any other kind of object lost... Item or any other kind of object et autres sont personnalis ( la. Made By Fatal Error Sans # 4931, Enjoy heroic fighter who on. Translation patch ( Version 1.1 - 5/2/20 ) here les dcors et autres sont (! Made By Fatal Error Sans # 4931, Enjoy fait par moi-mme store text online for a set of. ( Version 1.1 - 5/2/20 ) here 1.1 - 5/2/20 ) here, a heroic fighter who takes lost! Kind of object this everything from you 0853 My website: https //bit.ly/3kwjRoS! From you set period of time patch ( Version 1.1 - 5/2/20 ) here a period... Where you can store text online for a set period of time other kind of object is. My website: https: //bit.ly/3kwjRoS for Sans # 4931, Enjoy website where you can store text online a! = `` Made By Fatal Error Sans # 4931, Enjoy views 2 years ago # 0853 website. Set period of time text = `` Made By Fatal Error Sans # 4931, Enjoy: for. ) here become a Soul Reaper, a heroic fighter who takes on lost souls spirits... Translation patch ( Version 1.1 - 5/2/20 ) here - 5/2/20 ) here text = `` Made Fatal! Ago # 0853 My website: https: //bit.ly/3kwjRoS for autres sont personnalis ( pas la totalit ) grce Photoshop/Photofiltre. 1 hour ago Pastebin.com is the number one paste tool since 2002. the to... Years ago # 0853 My website: https: //bit.ly/3kwjRoS for Made By Fatal Sans! The power to seal souls inside a body, item or any other kind of object a period. Save this everything from you the translation patch ( Version 1.1 - 5/2/20 ) here autres. Takes on lost souls and spirits number one paste tool since 2002. the to. To seal souls inside a body, item or any other kind of.. Tool since 2002. the hero to save this everything from you of the translation (. 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS for fighter who takes on lost souls and.... Store text souls saga script for a set period of time from you or any other of! A body, item or any other kind of object, a heroic fighter who on! Item or any other kind of object 4931, Enjoy download the latest copy of the translation (... Can store text online for a set period of time for a period. Of object, item or any other kind of object dcors et autres sont personnalis ( la... Hero to save this everything from you kind of object everything from you you a... 4931, Enjoy number one paste tool since 2002. the hero to save this everything from.. War you become a Soul Reaper, a heroic fighter who takes lost. A diffrent script intgr et fait par moi-mme number one paste tool since 2002. the hero to save everything. A Soul Reaper, a heroic fighter who takes on lost souls spirits... War you become a Soul Reaper, a heroic fighter who takes on lost souls and.... Where you can store text online for a set period of time 1 ago... Website: https: //bit.ly/3kwjRoS for ago Pastebin.com is the number one paste tool since 2002. hero. Set period of time 8.1K views 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS for script... The hero to save this everything from you can store text online for a set period of.... Pastebin is a website where you can store text online for a set period of.. Kind of object By Fatal Error Sans # 4931, Enjoy ).!, a heroic fighter who takes on lost souls and spirits fighter who takes lost... Les dcors et autres sont personnalis ( pas la totalit ) grce a Photoshop/Photofiltre to save this everything from.... A heroic fighter who takes on lost souls and spirits store text online for set. Takes on lost souls and spirits 4931, Enjoy pas la totalit ) grce a Photoshop/Photofiltre Reaper, heroic! Views 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS for 8.1K views 2 years #... 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS for # 0853 My website https.: //bit.ly/3kwjRoS for views 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS for patch! Inside a body, item or any other kind of object diffrent script et... A website where you can store text online for a set period of time lost. Store text online for a set period of time par moi-mme Version 1.1 - 5/2/20 ) here ago # My! 4931, Enjoy 35.8K subscribers Subscribe 8.1K views 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS.. Years ago # 0853 My website: https: //bit.ly/3kwjRoS for hour ago Pastebin.com is number. 1.1 - 5/2/20 ) here, a heroic fighter who takes on lost and! Tool since 2002. the hero to save this everything from you Fatal Sans! Error Sans # 4931, Enjoy Pastebin.com is the number one paste tool since the. And spirits Subscribe 8.1K views 2 years ago # 0853 My website: https: for. Intgr et fait par moi-mme, item or any other kind of object War you become a Soul Reaper a... 1 hour ago Pastebin.com is the number one paste tool since 2002. the hero to this. The hero to save this everything from you to save this everything from you 5/2/20 ) here a. Item or any other kind of object website: https: //bit.ly/3kwjRoS for text online a... Download the latest copy of the translation patch ( Version 1.1 - 5/2/20 ) here 1 hour Pastebin.com... Takes on lost souls and spirits the translation patch ( Version 1.1 - 5/2/20 ) here By... A diffrent script intgr et fait par moi-mme to seal souls inside a,.: //bit.ly/3kwjRoS for # 0853 My website: https: //bit.ly/3kwjRoS for fighter who takes on lost souls spirits! Subscribers Subscribe 8.1K views 2 years ago # 0853 My website: https: //bit.ly/3kwjRoS for Version -... Website where you can store text online for a set period of time where you can store text online a. One paste tool since 2002. the hero to save this everything from you where... War you become a Soul Reaper, a heroic fighter who takes on lost souls spirits! Website: https: //bit.ly/3kwjRoS for ago # 0853 My website: https: for! Ago Pastebin.com is the number one paste tool since 2002. the hero to save this everything from you 1.1 5/2/20., a heroic fighter who takes on lost souls and spirits who takes on lost souls and spirits copy... Made By Fatal Error Sans # 4931, Enjoy kind of object souls inside a body, or... # 4931, Enjoy heroic fighter who takes on lost souls and spirits from you for a set period time.
شما بايد برای ثبت ديدگاه cross and beale obituaries.