Advertisement
builderboy256

Untitled

May 19th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.54 KB | None | 0 0
  1. --[[
  2. made by builderboy256
  3. use in italy
  4. ]]
  5.  
  6. local target = {"StarPlatinum","TheWorld","CrazyDiamond","KillerQueen","KingCrimson","Cream","D4C","Star-SpangledBanner","C-Moon","SymphonyOfDestruction","Rumble","AtomHeartFather","GoldExperience","BlackSabbath","StarPlatinum(Prime)","StarPlatinum(OverHeaven)","TheWorld(AlternateUniverse)","TheWorld(OverHeaven)","MadeInHeaven","Tusk1","Whitesnake"} --stands you want go here
  7.  
  8. local function fastkill(humanoid)
  9. game.ReplicatedStorage.Specials.healevent:FireServer(CFrame.new(), 1e12, humanoid, workspace:FindFirstChildOfClass("Sound"), false)
  10. game.ReplicatedStorage.Logic.hitbox:InvokeServer(99, game.Players.LocalPlayer.Character.Head, CFrame.new(), 1e12, workspace:FindFirstChildOfClass("Sound"), humanoid, false, false, false)
  11. end
  12.  
  13. local function roka()
  14. game.ReplicatedStorage.Logic.giveitem:FireServer("RokakakaFruit")
  15. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("RokakakaFruit")
  16. game.Players.LocalPlayer.Backpack.RokakakaFruit.Parent = game.Players.LocalPlayer.Character
  17. game.Players.LocalPlayer.Character.Humanoid.Health = 90
  18. game.ReplicatedStorage.Logic.fruitevent:InvokeServer(game.Players.LocalPlayer.Character.RokakakaFruit, game.Players.LocalPlayer.Character, 2)
  19. repeat wait() until game.Players.LocalPlayer.Stand.Value == "None" and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health == game.Players.LocalPlayer.Character.Humanoid.MaxHealth
  20. end
  21. local function stand()
  22. game.ReplicatedStorage.Logic.giveitem:FireServer("StandArrow")
  23. repeat wait() until game.Players.LocalPlayer.Backpack:FindFirstChild("StandArrow")
  24. game.Players.LocalPlayer.Backpack.StandArrow.Parent = game.Players.LocalPlayer.Character
  25. game.Players.LocalPlayer.Character.Humanoid.Health = 90
  26. game.ReplicatedStorage.Logic.arrowevent:InvokeServer(game.Players.LocalPlayer.Character.StandArrow, game.Players.LocalPlayer.Character, 0)
  27. repeat wait() until game.Players.LocalPlayer.Stand.Value ~= "None" and game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") and game.Players.LocalPlayer.Character.Humanoid.Health == game.Players.LocalPlayer.Character.Humanoid.MaxHealth
  28. end
  29. local function worth()
  30. repeat
  31. wait()
  32. fastkill(workspace["Holy Dummy"].Humanoid)
  33. until game.Players.LocalPlayer.Worth.Value == 100
  34. end
  35.  
  36. while wait() do
  37. roka()
  38. worth()
  39. stand()
  40. for i,v in next, target do
  41. if game.Players.LocalPlayer.Stand.Value == v then
  42. local h = Instance.new("Hint", workspace)
  43. h.Text = "you got rare stand noob"
  44. error("Done!")
  45. return
  46. end
  47. end
  48. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement