Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instant Aja Mask
- -- Use with a stand arrow in your inventory or character
- -- This will give you Ultimate Lifeform on your stand, and buff your trait as well.
- local Mask = game.Players.LocalPlayer.Backpack:FindFirstChild("StandArrow") or game.Players.LocalPlayer.Character:FindFirstChild("StandArrow")
- local canwear = true
- local maskevent = game:GetService("ReplicatedStorage").Logic.maskevent
- game:GetService("ReplicatedStorage").Logic.misc:FireServer(6, Mask.Handle, false)
- local Character = Mask.Parent
- local Player = game:GetService("Players"):GetPlayerFromCharacter(Character)
- local Humanoid = Character:WaitForChild("Humanoid")
- if canwear and Player:FindFirstChild("bodyswapping").Value == false then
- canwear = maskevent:InvokeServer(Mask, Character, 1)
- end
- -- Instant Requiem Arrow
- -- Equip a Stand Arrow in your character, and then run the script.
- -- You must be Level 750 to use this, this will buff some of your stats by 50% and speed by 25%.
- -- NOTE: If your stand has requiem after it in the stats menu, you have to use a black arrow to get rid of that requiem before you can use this script. gnomed
- local Arrow = game.Players.LocalPlayer.Character.StandArrow
- local arrowevent = game:GetService("ReplicatedStorage").Logic.superarrowevent
- game:GetService("ReplicatedStorage").Logic.misc:FireServer(6, Arrow.Handle, false)
- local Character = Arrow.Parent
- arrowevent:InvokeServer(Arrow, Character, 0)
- -- And thats it.
- -- https://v3rmillion.net/showthread.php?tid=795723 - Original thread
- -- The guy deserves rep but im not saying give him it, just saying he deserves it for releasing this.
- -- I only made this thread, nothing more.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement