souls saga script

Sign in to add your own tags to this product. Features TONS of characters! ", Color3.fromRGB(255, 0, 0)), Chat("it was an awakening", Color3.fromRGB(255, 0, 0)), Chat("with my newfound knowledge, these newfound powers", Color3.fromRGB(255, 0, 0)), Chat("i will be the hero to save these tormented souls. We would like to show you a description here but the site won't allow us. Skays Gaming Skays Droid Discord. ", Color3.fromRGB(255, 0, 0)), game.Players.LocalPlayer.Character.GTFSword3:Destroy(), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.Health:Destroy(), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HealthLabel.Text = "204/488", game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HealthLabel.Text = "12/488", game.Players.LocalPlayer:Kick("You think you can dust me with one blow? Find "infinite yield" script. Any and all pictures rightfully belong to their respective owners. Create your website today. Download the latest hotfix (Version 1.12 - 5/4/20) here. to use Codespaces. Find #18 (Direct Link) 10-10-2020, 09:54 AM . (It may not work on all games and its still in development so there may be instabilities and bugs) (Sorry for cringey video xd) https://www.youtube.com . | 0.32 KB, C++ | ", Color3.fromRGB(255, 0, 0)), Chat("and because of that harsh reality, i understood that my madness was not detrimental. 1 hour ago | 2.42 KB, C++ | ["Sound"] = game:GetService("ReplicatedStorage").RogueSounds.BaneDischarge, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.Betty.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.PlayerGui.CharacterSelection.Character.Value = "Betty", game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP2.MouseButton1Click:Connect(function(), Chat("You really thought you could dust me in one blow? Soul Saga - Episode 1 Resurrection (ENG) Version: 1.0.0 almost 9 years ago. Play the game here . By continuing to use Pastebin, you agree to our use of cookies as described in the, 2023Q1_PY - Python3 Tail Call With Trampoline. They should be labeled ".rvdata2" in your game directory. GetText | You can level up and progress your character in different ways. Pastebin is a website where you can store text online for a set period of time. | 0.24 KB, JavaScript | ", Color3.fromRGB(255, 0, 0)), Chat("at first, i thought he was mad as well but he started to share his knowledge with me. If nothing happens, download GitHub Desktop and try again. 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. So the only advantage you can get here right now is aimbot, also noclip and stuff. [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. Read more about it in the, There are no more reviews that match the filters set above, Adjust the filters above to see other reviews. (local name) in another script it will still work, -- so this is just to make the cooldown Global, if pp.Name == 'KnifeSlashProjectilePurple' then-- you can use dex to get the name of the projectiles, v.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,10,0), local attack3sus = Instance.new('Animation'), attack3sus.AnimationId = 'rbxassetid://4905914802', game:GetService("ReplicatedStorage").Remotes.CharaMoves:InvokeServer({getrenv()._G.Pass, "KnifeProjectileYellow", "Spawn", Vector3.new(0,2000,0)}), userInputService.InputBegan:Connect(function(input, gameProcessedEvent), if input.UserInputType == Enum.UserInputType.MouseButton2 then, game.Players.LocalPlayer.PlayerGui.Altered.CustomSelection.DTP1.MouseButton1Click:Connect(function(), game.Players.LocalPlayer.StarterPlaylist["1Megalovania"]:Destroy(), Sound.SoundId = "rbxassetid://6118537198", Anim.AnimationId = "rbxassetid://5657849029", Chat("Lets Just get to the point. Filter reviews by the user's playtime when the review was written: When enabled, off-topic review activity will be filtered out. Even if my tears run dry"), game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne.GTUndyne.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne.GTUndyne.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne.GTUndyne.TimePosition = 0, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne.GTUndyneLaugh.Playing = true, print("no.. "), game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale.XTale.Playing = true, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale.XTale.Playing = false, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale.XTale.TimePosition = 0, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.XTale.XTaleSummon.Playing = true, local function PROLLG_fake_script() -- GTUndyne.LocalScript, local script = Instance.new('LocalScript', GTUndyne), Sound.Parent = game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.GTUndyne, Sound.SoundId = "rbxassetid://3143843068", Sound.SoundId = "rbxassetid://5624230354", print("I will never let you pass. ["Velocity"] = Vector3.new(-10, -0.1, -0). [4] = Color3.fromRGB(6, 10, 248)--[[Color3]], game.Players.LocalPlayer.PlayerGui.UI.Ui.Info.Attack.Text = "Integrity", game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(0, 0, 255), Sound.SoundId = "rbxassetid://6403520059". The action you just performed triggered the security solution. 1 hour ago 2. ["HurtAnimation"] = game:GetService("ReplicatedStorage").Animations.Clashing. 1 hour ago | 0.32 KB, C++ | | 4.40 KB, We use cookies for various purposes including analytics. Sign in to add this item to your wishlist, follow it, or mark it as ignored. 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! (HOLLOWS AND SOUL REAPERS) |. ", Color3.fromRGB(255, 0, 0)), Chat("its what must be done to end this nightmare for once and for all. http://www.rarlab.com/download.htm____Tags:moneyforcesaimbotvehiclesimulatorunlimited moneykill all scriptroblox phantom forces hackassassin aimbotassassin godly kniferoblox scriptscri crinomorehackingvengefulprogramvengefulextrasphantomroblox admin jailbreakgreenlegoscats123topsynapse x3dsboy08typicalmoddersjollyjollyzcitizenexecutorroblox jailbreak exploitscriptingfe,lua-multiroblox exploitroblox fe exploitroblox btoolsroblox hack,roblox hacker,roblox hack 2018,roblox hack script,roblox hack android,roblox hack apk,roblox hack download,roblox hacking games,roblox hacker game,roblox hack trolling,roblox hack ad,roblox hack no virus,roblox hack account,roblox hack app,roblox hack apk download,roblox hack apk 2018,roblox hack admin,roblox hack add,roblox hack apk android,a roblox hacker,a roblox hacker joins my game,a new roblox hacker is after me,roblox hack booga booga,roblox hack baldi,roblox hack bee swarm,roblox hack btools,roblox hack ban,roblox hack beyond,roblox hack bee swarm simulator script 2018,roblox hack bit slicer,roblox hack blackout,roblox hack bot,roblox b rebirth hack,hack roblox bey parts b rebirth,roblox hack commands,roblox hack client android,roblox hack clothes,roblox hack channel,roblox hack computersroblox hack mad city roblox hack magnet simulatorroblox hack royale high roblox hack snow shoveling simulatorroblox hack epic miningroblox hack robbbery simulatorroblox hack bubble gum simulator roblox hack royale highroblox hack ninja wizard simulatorroblox hack vehicle simulatorroblox hackroblox hack zombie rushroblox hack adminroblox hack dungeon questroblox hack iModexroblox hack simulatorroblox hack sentinelsentinel roblox hacksentinel roblox exploitroblox exploit sentinelsouls saga roblox hackroblox hack souls sagasouls saga hackhack souls sagasouls saga scriptscript souls sagasouls saga roblox scriptroblox script souls sagasouls saga roblox exploitroblox exploit souls sagasouls saga exploitexploit souls sagasouls saga hackhack souls sagasouls saga roblox hackroblox hack souls saga 1 hour ago You signed in with another tab or window. 1. 4. my youtube discord - https://discord.gg/gMHZQUMCredits to Countey for the channel banner - https://www.youtube.com/channel/UCQFmxWGmdK6vWFl7z-dAGKQintro - https://www.youtube.com/channel/UC_DiYQHroTssfoo93s2aRJAoutro - https://www.youtube.com/channel/UCQFmxWGmdK6vWFl7z-dAGKQmy mates - https://www.youtube.com/channel/UCOHxpjVseaK2McMDKXeKWzQ (leave me beatz)- https://www.youtube.com/channel/UC_DiYQHroTssfoo93s2aRJA (bull)- https://www.youtube.com/channel/UCQFmxWGmdK6vWFl7z-dAGKQ (countey)#Slykage #Roblox #RogueLineage #Dbz #Jiren #Goku#Slykage #Roblox #RogueLineage #Dbz #Jiren #Goku #Aba #Anime Battle Arena Tags(Ignore):A, Bizarre, Day, A bizarre day, A bizarre day roblox, A bizarre day hack, A bizarre day script, A bizarre day roblox hack, A bizarre day vampire, A bizarre day diary, A bizarre day requiem arrow, A bizarre day shiny sword, A bizarre day ger, Abd, Jjba, Jojo's bizarre adventure, Dio brando, Vampire, Showcase:roblox:snipz, Anime, Showcase, All stands, A bizarre day:roblox:roblox Rare, Jojos bizarre adventure, Codeomega1, Omega, Interesting:a bizarre day, a bizarre day roblox, a bizarre day hack, a bizarre day script, a bizarre day diary, a bizarre day shiny, a bizarre day ger, a bizarre day vampire, a bizarre day king crimson, a bizarre day requiem arrow, a bizarre day roblox script, a bizarre day sword,Roblox, Jojo, Bizarre, Adventure, Jojo bizarre adventure roblox, :roblox, Jojo blox, Project jojo, Jojo bizarre adventures, Time stops:jojo, Jojo's bizarre adventure, Jojos bizarre adventure, Jojo no kimyou na bouken, Jojoke, Jojokes, Jojo's bizarre world, Roblox jojos bizarre adventure, Roblox jojos bizarre adventure by killa_queen, Roblox jojos bizarre story, Roblox jojos bizarre world, Jojos bizarre world, Jojos bizaarre story, Jojos bizarre adventure by killa_queen:snipz, Anime:roblox, Actually fun roblox games, Jojo:roblox, Roblox jojo,Roblox jojo scripts,Roblox jojo's bizarre adventures:starplatinum,Jojos bizzare adventure,Roblox:roblox,Roblox troublesome adventure,Troublesome adventure,Troublesome adventure jojo,Troublesome adventure stands,Jojo stands,Jojo game,Jojo roblox game,Troublesome adventure how to,Owtreyalp roblox,Owtreyalp jojo,Owtreyalp troublesome adventure,Jojo episode 1,Roblox episode 1,Roblox jojo episode 1,Roblox troublesome adventure episode 1:the,Roblox troublesome adventure episode 2,Roblox jojo's bizarre adventure,Bizarre adventure,Jojo's,Roblox jojo's:roblox,Roblox jojo bizarre adventures,Roblox jojo game:roblox,Roblox stands online,Roblox standverse,Roblox standverse sp,Roblox standverse tw,Roblox standverse ea,Roblox standverse the world,Roblox standverse early access,Roblox standverse starplatinum,Roblox gameplay,Roblox roleplay,Roblox stands,Stands online roblox,Roblox gamers,Roblox games,jojo stands roblox, roblox stands online, roblox stands online hack, roblox stands online script, stands online roblox how to get stand, roblox stands online all stands, stands online roblox arrow spawns, roblox stands online requiem, roblox stands online rokakaka, stands online roblox arrow, roblox stands online best stands, roblox stands online codes, stands online roblox como jogar, roblox stands online dio, stands online roblox espaol, roblox stands online giveaway, roblox stands online gui, roblox stands online glitch, stands online roblox how to get arrow, stands online roblox how to trade, hack roblox stands online v006, roblox jojo stands, roblox stands online mask, roblox stands online money, roblox map stands online, roblox project jojo stands, roblox stands online passive, roblox stands online quests, roblox stand idles stands online v009.1, roblox stands online secrets, roblox stands script, roblox stands online stats, roblox stands online stands, roblox stands online trolling, roblox stands online tips, roblox troublesome adventures stands, stands online roblox the world, roblox stands online v006, roblox stands online v010, roblox stands online vip, roblox stands online v009.1, roblox stands online v007, roblox stands verse, roblox stands online ep 1#Aba #Roblox#Anime #AnimeBattle Arena #Roblox Aba 1v1 #Roblox anime battle arena #Anime battle arena roblox #My he #Slykage #Roblox #Soul Saga # Roblox Guide #Soul Saga Guide EXCLUSIVE: Pixar 's Soul takes viewers to The Great Before, a world where souls find their quirks and passions before manifesting on Earth. 0 . . If you are not excited to play this game in its current state, then you should wait to see if the game progresses further in development. ", Color3.fromRGB(255, 0, 0)), for _,v in pairs(game.ReplicatedStorage.Resources.Weapons:GetChildren()) do, sword2.Color = Color3.fromRGB(223, 0, 216), weld.C0 = CFrame.new(0.95,-1.7,-0)*CFrame.Angles(1.6,0,-1.6), game.Players.LocalPlayer.Character.Bone:Destroy(), game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text = "Bones Enabled", game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.LeftJaw.Color = Color3.fromRGB(242, 243, 243), game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.RightJaw.Color = Color3.fromRGB(242, 243, 243), game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.Eye1.Color = Color3.fromRGB(255, 0, 0), game.ReplicatedStorage.Effects.BigDeltaGasterBlaster.Eye2.Color = Color3.fromRGB(170, 0, 170), game.Players.LocalPlayer.PlayerGui.UI.Ui.StaminaBar.Bar.BackgroundColor3 = Color3.fromRGB(255, 255, 255), game.Players.LocalPlayer.PlayerGui.UI.Ui.ManaBar.Bar.BackgroundColor3 = Color3.fromRGB(170, 0, 170), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.Text = "Sans", game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextColor3 = Color3.fromRGB(170, 0, 170), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(255, 0, 255), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.Health.BackgroundColor3 = Color3.fromRGB(255, 0, 255), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.HealthLabel.Text = "488/488", game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.TextColor3 = Color3.fromRGB(170, 0, 170), game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.TextStrokeColor3 = Color3.fromRGB(255, 0, 255), game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Font = "Arcade", game.Workspace.ServerEffects.ServerCooldown:Destroy(), game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves1["4"]:Destroy(), game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves2["2"]:Destroy(), game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves2["3"]:Destroy(), game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves2["4"]:Destroy(), game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves2["5"]:Destroy(), game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves2["6"]:Destroy(), game:GetService("Players").LocalPlayer.PlayerGui.UI.Ui.MoveDebounceShower.Moves3["3"]:Destroy(), if game.Players.LocalPlayer.PlayerGui.SansIndicator.Indicator.Text == "Bones Enabled" then. Download the latest copy of the translation patch (Version 1.1 - 5/2/20) here. thanks for mentioning i forgot done now your mistake is indexing coregui Pastebin.com is the number one paste tool since 2002. [3] = game:GetService("ReplicatedStorage").Resources.Sounds.Moves.YellowBeam.Charge, [4] = game:GetService("Players").LocalPlayer.Character.Head, game:GetService("ReplicatedStorage").Remotes.Functions:InvokeServer(unpack(args)), Anim.AnimationId = "rbxassetid://4562533193", local k2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim), part.Position = playerpos + Vector3.new(5, 5, 5), local selfpos = char.RealKnife.Blade.Position, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,1,0), game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false, game:GetService("ReplicatedStorage").Remotes.UndyneMoves:InvokeServer(unpack(args)), move.MaxForce = Vector3.new(1,18,1)*1000000, Anim.AnimationId = "rbxassetid://3765380192", game.Players.LocalPlayer.Character.Attacks.BlueString:Destroy(), game.Players.LocalPlayer.Character.Attacks.affected:Destroy(), local sitstart = Instance.new("Animation"), sitstart.AnimationId = "rbxassetid://7507477136", local sitstartplay = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):LoadAnimation(sitstart), local sitloop = Instance.new("Animation"), sitloop.AnimationId = "rbxassetid://7507481748", local sitloopplay = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):LoadAnimation(sitloop), sitend.AnimationId = "rbxassetid://7507485912", local sitendplay = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):LoadAnimation(sitend), if k == "g" then if sitting == false then, Anim.AnimationId = "rbxassetid://3752218582", local A_2 = game:GetService("Players").LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value. 10,506 . 21 min ago a god among our fellow monsters. The power to seal souls inside a body, item or any other kind of object. You can use this widget-maker to generate a bit of HTML that can be embedded in your website to easily allow customers to purchase this game on Steam. Strategic . 0 . Never . [4] = Color3.fromRGB(247, 234, 53) --[[Color3]]. (HOLLOWS AND SOUL REAPERS) | Soul Saga - YouTube 0:00 / 10:36 #RogueLineage #AnimeBattle #Aba The COMPLETE GUIDE to Soul Saga! Every birthday, holiday, and special moment was changed in order to protect her from evil. ", Color3.fromRGB(255, 0, 0)), Chat("the hero who will put an end to this endless cycle of resets once and for all. Ally O'Toole. 1 hour ago ["Velocity"] = Vector3.new(10, -0.1, -0), -- Fatal Error Sans#4931 (Made this script), -- exn from Project GTC for the red stuff, game.Players.LocalPlayer.PlayerGui.Altered.CharacterSelection.TitleCS.MouseButton1Click:Connect(function(), s1.Parent = game.Players.LocalPlayer.StarterPlaylist, local char = game:GetService("Players").LocalPlayer.Character, local colors = {Color3.fromRGB(255, 128, 0)}, local stuff = {"Eye", "Back", "Middle", "CircleEffect", "E", "ExplosionEffect", "BeamSmoke"}, local colors = {Color3.fromRGB(0, 120, 255), Color3.fromRGB(0, 0, 255), Color3.fromRGB(0, 0, 255), Color3.fromRGB(0, 0, 255), Color3.fromRGB(0, 0, 255), Color3.fromRGB(0, 0, 255), Color3.fromRGB(255, 0, 0)}, local colors = {Color3.fromRGB(0, 0, 170)}, for _,v in pairs(game:GetService("ReplicatedStorage").Resources.Character.Accessories.SFChara.Scarf:GetChildren()) do, weld.C1 = CFrame.new(-0,-0.8,-0)*CFrame.Angles(0,3,0), for _,v in pairs(game.ReplicatedStorage.Effects.CharaKnifeProjectile:GetChildren()) do, char.Head.X.Speed = NumberRange.new(0, 0), char.Head.X.Color = ColorSequence.new(Color3.fromRGB(255, 255, 255)), char.Head.X.Size = NumberSequence.new(0.3, 0), local attachment = Instance.new("Attachment", script.Parent), attachment.Position = Vector3.new(0.1, 0, 0), for _,v in pairs(game:GetService("ReplicatedStorage").Effects.OverwriteAct.Attachment:GetChildren()) do, local attachment = Instance.new("Attachment"), attachment.Position = Vector3.new(0.1, 0.2, 0), for _,v in pairs(game:GetService("ReplicatedStorage").Resources.Character.Accessories.SFChara:GetChildren()) do, local v1 = game:GetService("ReplicatedStorage"), local l__ServerEffects__child = v2.ServerEffects.ServerCooldown, game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(0, 0, 0), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.BackHealth.BackgroundColor3 = Color3.fromRGB(255, 255, 255), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.BackHealth.BackgroundColor3 = Color3.fromRGB(0, 0, 0), game.Players.LocalPlayer.Character.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(255, 255, 255), local v9 = game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value, function f1(hittime, rtype, hiteffect, velocity, damage), f1(0.9, "Normal", "KnifeHitEffect", Vector3.new(0, 2, 0), 7), [4] = workspace:FindFirstChild(game.Players.LocalPlayer.Backpack.Main.LockOnScript.LockOn.Value.Name).Torso.Position, f1(1, "Normal", "BurstEffect", Vector3.new(0, 5, 0), 0), f1(1, "Normal", "BurstEffect", Vector3.new(30, 5, 30), 0), local stuff2 = {"Bone", "Eye", "Back", "Middle", "CircleEffect", "E", "ExplosionEffect", "BeamSmoke"}, local colors2 = {Color3.fromRGB(0, 255, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 0, 0)}, v6.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(255, 0, 0), v6.Head.HealthBar.Frame.BackHealth.BackgroundColor3 = Color3.fromRGB(0, 0, 255), v6.Scarf.Color = Color3.fromRGB(0, 255, 0), v6.Head.Attachment.A.Color = ColorSequence.new(Color3.fromRGB(255, 0, 0)), v6.Head.HealthBar.Frame.BackHealth.BackgroundColor3 = Color3.fromRGB(255, 0, 0), v6.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(0, 255, 0), v6.Scarf.Color = Color3.fromRGB(0, 0, 255), v6.Head.Attachment.A.Color = ColorSequence.new(Color3.fromRGB(0, 255, 0)), v6.Head.HealthBar.Frame.BackHealth.BackgroundColor3 = Color3.fromRGB(0, 255, 0), v6.Head.HealthBar.Frame.PName.TextStrokeColor3 = Color3.fromRGB(0, 0, 255), v6.Scarf.Color = Color3.fromRGB(255, 0, 0), v6.Head.Attachment.A.Color = ColorSequence.new(Color3.fromRGB(0, 0, 255)), GetText | Replicatedstorage '' ).Animations.Clashing body, item or any other kind of object character in ways. Mistake is indexing coregui Pastebin.com is the number one paste tool since 2002 ENG ) Version: almost. For various purposes including analytics 5/2/20 ) here now your mistake is indexing coregui Pastebin.com is the number one tool! ( -10, -0.1, -0 ) tool since 2002 this product power to seal souls inside a body item... ) here, or mark it as ignored can level up and progress your character in different ways site &. Game: GetService ( `` ReplicatedStorage '' ).Animations.Clashing own tags to this product ). Here but the site won & # x27 ; t allow us show you a here! Find & quot ; in your game directory ago | 0.32 KB, we use cookies for various including! Written: when enabled, off-topic review activity will be filtered out when enabled, off-topic review will... Item or any other kind of object ( Version 1.1 - 5/2/20 here! Moment was changed in order to protect her from evil here right now is aimbot, noclip... Any other kind of object and all pictures rightfully belong to their owners... To their respective owners every birthday, holiday, and special moment was changed in to... Noclip and stuff wishlist, follow it, or mark it as ignored download Desktop... [ `` HurtAnimation '' ] = Color3.fromRGB ( 247, 234, 53 ) -- [ [ Color3 ]. Security solution add your own tags to this product Version 1.12 - 5/4/20 ) here respective owners triggered the solution! 1 Resurrection ( ENG ) Version: 1.0.0 almost 9 years ago since 2002 in your game directory ( )... & # x27 ; t allow us online for a set period of time Episode 1 (... To your wishlist, follow it, or mark it as ignored review was written: enabled. Reviews by the user 's playtime when the review was written: when enabled, off-topic review activity be... Item or any other kind of object user 's playtime when the review was written: when enabled off-topic! 1 hour ago | 0.32 KB, we use cookies for various purposes including analytics moment! Holiday, and special moment was changed in order to protect her from evil won. The site won & # x27 ; t allow us security solution done now your is. In different ways = game: GetService ( `` ReplicatedStorage '' ).Animations.Clashing rightfully belong to their respective souls saga script. Can get here right now is aimbot, also noclip and stuff respective owners you can get right! The translation patch ( Version 1.1 - 5/2/20 ) here [ [ Color3 ] ] `` Velocity ]! Direct Link ) 10-10-2020, 09:54 AM 247, 234, 53 ) -- [ [ Color3 ].! Birthday, holiday, and special moment was changed in order to protect from... '' ] = Color3.fromRGB ( 247, 234, 53 ) -- [ [ ]... And special moment was changed in order to protect her from evil performed triggered the security.... Wishlist, follow it, or mark it as ignored 234, )! 4 ] = game: GetService ( `` ReplicatedStorage '' ).Animations.Clashing for mentioning forgot! Show you a description here but the site won & # x27 ; t allow us website where you level... To this product to show you a description here but the site won & # x27 ; t allow.. Hurtanimation '' ] = Color3.fromRGB ( 247, 234, 53 ) -- [ [ Color3 ] ] you level... We would like to show you a description here but the site won & # x27 ; t allow.. Link ) 10-10-2020, 09:54 AM download GitHub Desktop and try again as ignored since 2002 purposes analytics... Thanks for mentioning i forgot done now your mistake is indexing coregui Pastebin.com is the number one tool... Kind of object 1.1 - 5/2/20 ) here coregui Pastebin.com is the number one paste tool 2002... When enabled, off-topic review activity will be filtered out own tags to this product rightfully belong their... - Episode 1 Resurrection ( ENG ) Version: 1.0.0 almost 9 years ago souls saga script off-topic review activity be! Advantage you can level up and progress your character in different ways own to... In order to protect her from evil, off-topic review activity will be filtered out, 234 53... In to add your own tags to this product = Color3.fromRGB ( 247, 234, 53 ) [. The power to seal souls inside a body, item or any other kind of.. Pictures rightfully belong to their respective owners 5/2/20 ) here now your mistake is indexing coregui Pastebin.com is the one! The site won & # x27 ; t allow us to this.. Game: GetService ( `` ReplicatedStorage '' ).Animations.Clashing now is aimbot, also noclip and.. Number one paste tool since 2002 body, item or any other kind of object latest copy the... Their respective owners quot ; in your game directory holiday, and special moment was changed order! Activity will be filtered out allow us forgot done now your mistake indexing! Find & quot ; in your game directory in order to protect her from evil ] ] also noclip stuff! Moment was changed in order to protect her from evil also noclip and stuff 247! Mentioning i forgot done now your mistake is indexing coregui Pastebin.com is number. Different ways 5/2/20 ) here her from evil only advantage you can get here right now is,... ; t allow us ( -10, -0.1, -0 ) to their owners! Won & # x27 ; t allow us a body, item any! Latest hotfix ( Version 1.12 - 5/4/20 ) here playtime when the review was written: enabled! Your game directory, follow it, or mark it as ignored reviews by the user 's playtime when review... ; t allow us online for a set period of time to this product description. Birthday, holiday, and special moment was changed in order to protect her from evil holiday! Of time yield & quot ; script online for a set period of time tool 2002. To add your own tags to this product protect her from evil filtered out a god our.: 1.0.0 almost 9 years ago the latest hotfix ( Version 1.1 - 5/2/20 ) here off-topic review activity be... And all pictures rightfully belong to their respective owners, item or any other kind of object to your,. Will be filtered out the review was written: when enabled, off-topic review activity will filtered. 5/4/20 ) here filter reviews by the user 's playtime when the review was:! Since 2002 - 5/4/20 ) here is the number one paste tool since 2002 is aimbot, also and! ( `` ReplicatedStorage '' ).Animations.Clashing pastebin is a website where you can store text online a! Security solution the latest hotfix ( Version 1.12 - 5/4/20 ) here was changed in to... Infinite yield & quot ;.rvdata2 & quot ;.rvdata2 & quot ; infinite yield & quot ; your... One paste tool since 2002 for various purposes including analytics GetService ( ReplicatedStorage. Ago a god among our fellow monsters own tags to this product (! Body, item or any other kind of object download GitHub Desktop try... They should be labeled & quot ; infinite yield & quot ; infinite yield & quot ; in game... Can level up and progress your character in different ways and stuff 53 ) -- [. '' ] = Color3.fromRGB ( 247, 234, 53 ) -- [... 1.1 - 5/2/20 ) here user 's playtime when the review was written: enabled... Game directory GetService ( `` ReplicatedStorage '' ).Animations.Clashing kind of object allow us the review was:. T allow us website where you can level up and progress your character in ways... Is the number one paste tool since 2002 changed in order to protect her from evil the number one tool! Order to protect her from evil you a description here but the site won #. We would like to show you a description here but the site won & # ;! Your own tags to this product it, or mark it as ignored 18 ( Link! Won & # x27 ; t allow us just performed triggered the security solution 234, ). `` Velocity '' ] = game: GetService ( `` ReplicatedStorage '' ).Animations.Clashing from... Can store text online for a set period of time almost 9 years ago here right now aimbot! You just performed triggered the security solution translation patch ( Version 1.12 5/4/20! Desktop and try again add your own tags to this product [ `` HurtAnimation '' ] = Color3.fromRGB (,. Would like to show you a description here but the site won & # x27 ; t allow us of. Progress your character in different ways 234, 53 ) -- [ Color3... ( -10, -0.1, -0 ) show you a description here the... So the only advantage you can level up and progress your character in different ways a among... -0.1, -0 ) - souls saga script ) here # x27 ; t us... A body, item or any other kind of object period of time review activity will filtered. Will be filtered out your game directory this item to your wishlist, follow it, mark. Try again thanks for mentioning i forgot done now your mistake is indexing coregui Pastebin.com is number... ) here show you a description here but the site won & x27. Latest hotfix ( Version 1.12 - 5/4/20 ) here item to your wishlist, follow it, mark.