Advertisement
Nutx

Project JoJo

May 15th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local jojo = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local auto = Instance.new("TextButton")
  8. local money = Instance.new("TextButton")
  9. local fruit = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.CoreGui
  12.  
  13. jojo.Name = "jojo"
  14. jojo.Parent = ScreenGui
  15. jojo.BackgroundColor3 = Color3.new(1, 1, 1)
  16. jojo.Position = UDim2.new(0.105322719, 0, 0.355799377, 0)
  17. jojo.Size = UDim2.new(0, 154, 0, 183)
  18. jojo.Active = true
  19. jojo.Draggable = true
  20.  
  21. title.Name = "title"
  22. title.Parent = jojo
  23. title.BackgroundColor3 = Color3.new(1, 1, 1)
  24. title.Position = UDim2.new(0, 0, -0.00134469126, 0)
  25. title.Size = UDim2.new(0, 153, 0, 22)
  26. title.Font = Enum.Font.SciFi
  27. title.Text = "Project JOJO by Nut X"
  28. title.TextColor3 = Color3.new(0, 0, 0)
  29. title.TextSize = 14
  30.  
  31. auto.Name = "auto"
  32. auto.Parent = jojo
  33. auto.BackgroundColor3 = Color3.new(1, 1, 1)
  34. auto.Position = UDim2.new(0, 0, 0.269558191, 0)
  35. auto.Size = UDim2.new(0, 154, 0, 36)
  36. auto.Font = Enum.Font.SciFi
  37. auto.Text = "Auto Level/Auto Cash"
  38. auto.TextColor3 = Color3.new(0, 0, 0)
  39. auto.TextSize = 14
  40. auto.TextWrapped = true
  41. auto.MouseButton1Down:connect(function()
  42. local P=workspace:FindFirstChildOfClass'Part'
  43. local R=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'hitbox'
  44. local R2=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'misc'
  45. local LP=game:GetService'Players'.LocalPlayer
  46. for _,a in ipairs(workspace:GetChildren())do
  47. if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
  48. spawn(function()
  49. local Pa=LP.Character:FindFirstChildOfClass'Part'
  50. R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
  51. end)
  52. end
  53. end
  54. workspace.ChildAdded:Connect(function(a)
  55. wait(.125)
  56. if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
  57. spawn(function()
  58. repeat wait(.75)until not a:FindFirstChildOfClass'ForceField'
  59. local Pa=LP.Character:FindFirstChildOfClass'Part'
  60. R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
  61. end)
  62. end
  63. end)
  64. for _,a in ipairs(game:GetService'Players':GetPlayers())do
  65. R2:FireServer(10,a['S/Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  66. R2:FireServer(10,a['Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  67. R2:FireServer(10,a['Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  68. R2:FireServer(10,a['S/Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  69. R2:FireServer(10,a['Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  70. R2:FireServer(10,a['S/Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  71. R2:FireServer(10,a['Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  72. R2:FireServer(10,a['S/Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
  73. R2:FireServer(10,a['Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  74. R2:FireServer(10,a['S/Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  75. R2:FireServer(10,a['Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  76. R2:FireServer(10,a['S/Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
  77. end
  78. end)
  79.  
  80. money.Name = "money"
  81. money.Parent = jojo
  82. money.BackgroundColor3 = Color3.new(1, 1, 1)
  83. money.Position = UDim2.new(0, 0, 0.502732217, 0)
  84. money.Size = UDim2.new(0, 154, 0, 37)
  85. money.Font = Enum.Font.SciFi
  86. money.Text = "Tp Money Bag"
  87. money.TextColor3 = Color3.new(0, 0, 0)
  88. money.TextSize = 14
  89. money.TextWrapped = true
  90. money.MouseButton1Click:connect(function()
  91. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("MoneyBag").CFrame
  92. end)
  93.  
  94. fruit.Name = "fruit"
  95. fruit.Parent = jojo
  96. fruit.BackgroundColor3 = Color3.new(1, 1, 1)
  97. fruit.Position = UDim2.new(0, 0, 0.754098356, 0)
  98. fruit.Size = UDim2.new(0, 154, 0, 36)
  99. fruit.Font = Enum.Font.SciFi
  100. fruit.Text = "Bring Fruit/Arrow"
  101. fruit.TextColor3 = Color3.new(0, 0, 0)
  102. fruit.TextSize = 14
  103. fruit.TextWrapped = true
  104. fruit.MouseButton1Down:connect(function()
  105. for i, v in pairs(workspace:GetChildren()) do
  106. if v:IsA("Tool") then
  107. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  108. end
  109. end
  110. end)
  111. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement