Advertisement
Upscalefanatic3

(Read Carefully) Project JoJo Scripts

Mar 13th, 2019
15,819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1.  
  2.  
  3. -- Instant Aja Mask
  4.  
  5. -- Use with a stand arrow in your inventory or character
  6.  
  7. -- This will give you Ultimate Lifeform on your stand, and buff your trait as well.
  8.  
  9.  
  10.  
  11. local Mask = game.Players.LocalPlayer.Backpack:FindFirstChild("StandArrow") or game.Players.LocalPlayer.Character:FindFirstChild("StandArrow")
  12. local canwear = true
  13. local maskevent = game:GetService("ReplicatedStorage").Logic.maskevent
  14. game:GetService("ReplicatedStorage").Logic.misc:FireServer(6, Mask.Handle, false)
  15. local Character = Mask.Parent
  16. local Player = game:GetService("Players"):GetPlayerFromCharacter(Character)
  17. local Humanoid = Character:WaitForChild("Humanoid")
  18. if canwear and Player:FindFirstChild("bodyswapping").Value == false then
  19. canwear = maskevent:InvokeServer(Mask, Character, 1)
  20. end
  21.  
  22.  
  23.  
  24. -- Instant Requiem Arrow
  25.  
  26. -- Equip a Stand Arrow in your character, and then run the script.
  27.  
  28. -- You must be Level 750 to use this, this will buff some of your stats by 50% and speed by 25%.
  29.  
  30. -- 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
  31.  
  32.  
  33.  
  34. local Arrow = game.Players.LocalPlayer.Character.StandArrow
  35. local arrowevent = game:GetService("ReplicatedStorage").Logic.superarrowevent
  36. game:GetService("ReplicatedStorage").Logic.misc:FireServer(6, Arrow.Handle, false)
  37. local Character = Arrow.Parent
  38. arrowevent:InvokeServer(Arrow, Character, 0)
  39.  
  40.  
  41. -- And thats it.
  42.  
  43. -- https://v3rmillion.net/showthread.php?tid=795723 - Original thread
  44.  
  45. -- The guy deserves rep but im not saying give him it, just saying he deserves it for releasing this.
  46.  
  47. -- I only made this thread, nothing more.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement