Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by Diego Exploits, D.E
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local JOJO = Instance.new("ScreenGui")
- local mainnitaly = Instance.new("Frame")
- local secondary = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local X = Instance.new("TextButton")
- local gotoitaly = Instance.new("TextButton")
- local autolevelitaly = Instance.new("TextButton")
- local invisible1 = Instance.new("TextButton")
- local autoworth = Instance.new("TextButton")
- local bringallitaly = Instance.new("TextButton")
- local maxstats1 = Instance.new("TextButton")
- local tpall1 = Instance.new("TextButton")
- local topage2 = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- local requi = Instance.new("Frame")
- local secondary_2 = Instance.new("Frame")
- local TextLabel_3 = Instance.new("TextLabel")
- local Xspawn = Instance.new("TextButton")
- local gotobones = Instance.new("TextButton")
- local autolevelspawn = Instance.new("TextButton")
- local invisible2 = Instance.new("TextButton")
- local killaura = Instance.new("TextButton")
- local maxstats2 = Instance.new("TextButton")
- local tpall2 = Instance.new("TextButton")
- local gotopage1 = Instance.new("TextButton")
- local TextLabel_4 = Instance.new("TextLabel")
- local tomoney = Instance.new("TextButton")
- local tpalldummy = Instance.new("TextButton")
- --Properties:
- JOJO.Name = "JOJO"
- JOJO.Parent = game.CoreGui
- mainnitaly.Name = "mainnitaly"
- mainnitaly.Parent = JOJO
- mainnitaly.Active = true
- mainnitaly.BackgroundColor3 = Color3.new(0.0666667, 0.054902, 0)
- mainnitaly.BorderColor3 = Color3.new(0.0666667, 0.105882, 0.133333)
- mainnitaly.Position = UDim2.new(0.379140586, 0, 0.144110277, 0)
- mainnitaly.Size = UDim2.new(0, 448, 0, 539)
- mainnitaly.Style = Enum.FrameStyle.RobloxRound
- mainnitaly.Draggable = true
- secondary.Name = "secondary"
- secondary.Parent = mainnitaly
- secondary.Active = true
- secondary.BackgroundColor3 = Color3.new(0.160784, 0.168627, 0.14902)
- secondary.Position = UDim2.new(-0.00701686181, 0, 0.0122267352, 0)
- secondary.Size = UDim2.new(0, 438, 0, 515)
- secondary.Style = Enum.FrameStyle.RobloxRound
- TextLabel.Parent = mainnitaly
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.0664123967, 0, 0.00970387459, 0)
- TextLabel.Size = UDim2.new(0, 392, 0, 48)
- TextLabel.Font = Enum.Font.GothamSemibold
- TextLabel.Text = "Project JoJo: Italy"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 36
- X.Name = "X"
- X.Parent = mainnitaly
- X.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- X.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
- X.Position = UDim2.new(0.939730287, 0, 0.012056049, 0)
- X.Size = UDim2.new(0, 33, 0, 36)
- X.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- X.Font = Enum.Font.SciFi
- X.Text = "X"
- X.TextColor3 = Color3.new(0, 0, 0)
- X.TextSize = 25
- X.TextStrokeColor3 = Color3.new(1, 1, 1)
- X.TextStrokeTransparency = 0
- X.MouseButton1Down:connect(function()
- X.Visible = true
- mainnitaly.Visible = false
- end)
- gotoitaly.Name = "gotoitaly"
- gotoitaly.Parent = mainnitaly
- gotoitaly.BackgroundColor3 = Color3.new(1, 1, 1)
- gotoitaly.Position = UDim2.new(0.0112322569, 0, 0.15818724, 0)
- gotoitaly.Size = UDim2.new(0, 173, 0, 55)
- gotoitaly.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- gotoitaly.Font = Enum.Font.GothamSemibold
- gotoitaly.Text = "Go to Italy"
- gotoitaly.TextColor3 = Color3.new(0, 0, 0)
- gotoitaly.TextSize = 22
- gotoitaly.TextWrapped = true
- gotoitaly.MouseButton1Click:Connect(function()
- game:GetService("TeleportService"):Teleport(2731332132, LocalPlayer)
- end)
- autolevelitaly.Name = "autolevelitaly"
- autolevelitaly.Parent = mainnitaly
- autolevelitaly.BackgroundColor3 = Color3.new(1, 1, 1)
- autolevelitaly.Position = UDim2.new(0.570525408, 0, 0.156352147, 0)
- autolevelitaly.Size = UDim2.new(0, 173, 0, 55)
- autolevelitaly.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- autolevelitaly.Font = Enum.Font.GothamSemibold
- autolevelitaly.Text = "Auto Level"
- autolevelitaly.TextColor3 = Color3.new(0, 0, 0)
- autolevelitaly.TextSize = 22
- autolevelitaly.TextWrapped = true
- autolevelitaly.MouseButton1Down:connect(function()
- local P=workspace:FindFirstChildOfClass'Part'
- local R=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'hitbox'
- local R2=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'misc'
- local LP=game:GetService'Players'.LocalPlayer
- for _,a in ipairs(workspace:GetChildren())do
- if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
- spawn(function()
- local Pa=LP.Character:FindFirstChildOfClass'Part'
- R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
- end)
- end
- end
- workspace.ChildAdded:Connect(function(a)
- wait(.125)
- if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
- spawn(function()
- repeat wait(.75)until not a:FindFirstChildOfClass'ForceField'
- local Pa=LP.Character:FindFirstChildOfClass'Part'
- R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
- end)
- end
- end)
- for _,a in ipairs(game:GetService'Players':GetPlayers())do
- R2:FireServer(10,a['S/Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['S/Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['S/Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['S/Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['S/Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['S/Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- end
- end)
- invisible1.Name = "invisible1"
- invisible1.Parent = mainnitaly
- invisible1.BackgroundColor3 = Color3.new(1, 1, 1)
- invisible1.Position = UDim2.new(0.570525408, 0, 0.3288939, 0)
- invisible1.Size = UDim2.new(0, 173, 0, 55)
- invisible1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- invisible1.Font = Enum.Font.GothamSemibold
- invisible1.Text = "Turn Invisible"
- invisible1.TextColor3 = Color3.new(0, 0, 0)
- invisible1.TextSize = 22
- invisible1.TextWrapped = true
- invisible1.MouseButton1Click:Connect(function()
- for i, v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
- game.ReplicatedStorage.Logic.misc:FireServer(3,v,1)
- end
- end)
- autoworth.Name = "autoworth"
- autoworth.Parent = mainnitaly
- autoworth.BackgroundColor3 = Color3.new(1, 1, 1)
- autoworth.Position = UDim2.new(0.0124896765, 0, 0.334459752, 0)
- autoworth.Size = UDim2.new(0, 173, 0, 55)
- autoworth.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- autoworth.Font = Enum.Font.GothamSemibold
- autoworth.Text = "Auto Worth"
- autoworth.TextColor3 = Color3.new(0, 0, 0)
- autoworth.TextSize = 22
- autoworth.TextWrapped = true
- autoworth.MouseButton1Click:Connect(function()
- Enabled = true
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Holy Dummy"].Torso.CFrame
- wait(0.1)
- while Enabled == true do
- for i, v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Holy Dummy" then
- local A_1 = CFrame.new(nil, nil, nil)
- local A_2 = 1000000000000
- local A_3 = v:WaitForChild("Humanoid")
- local A_4 = game.Players.LocalPlayer.Character.Torso.voiceline
- local A_5 = false
- local Event = game:GetService("ReplicatedStorage").Specials.healevent
- Event:FireServer(A_1, A_2, A_3, A_4, A_5)
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Part" then
- v:Destroy()
- end
- end
- end
- end
- local A_1 = 1000000000000
- local Event = game:GetService("ReplicatedStorage").Specials.throatslit
- Event:FireServer(A_1)
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Part" then
- v:Destroy()
- end
- end
- wait(0.08)
- end
- end)
- bringallitaly.Name = "bringallitaly"
- bringallitaly.Parent = mainnitaly
- bringallitaly.BackgroundColor3 = Color3.new(1, 1, 1)
- bringallitaly.Position = UDim2.new(0.318293214, 0, 0.731491327, 0)
- bringallitaly.Size = UDim2.new(0, 173, 0, 55)
- bringallitaly.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- bringallitaly.Font = Enum.Font.GothamSemibold
- bringallitaly.Text = "Bring All"
- bringallitaly.TextColor3 = Color3.new(0, 0, 0)
- bringallitaly.TextSize = 22
- bringallitaly.TextWrapped = true
- bringallitaly.MouseButton1Click:Connect(function()
- for i, Player in pairs(game.Workspace:GetChildren()) do
- if Player ~= game.Players.LocalPlayer.Character and Player:FindFirstChild("Humanoid") then
- local A_1 = 24
- local A_2 = game.Players.LocalPlayer.Character.Head
- local A_3 = CFrame.new(nil, nil, nil)
- local A_4 = 0
- local A_5 = game.Players.LocalPlayer.Character.Torso
- local A_6 = Player.Humanoid
- local A_7 = false
- local Event = game:GetService("ReplicatedStorage").Logic.hitbox
- Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
- end
- end
- end)
- maxstats1.Name = "maxstats1"
- maxstats1.Parent = mainnitaly
- maxstats1.BackgroundColor3 = Color3.new(1, 1, 1)
- maxstats1.Position = UDim2.new(0.570525408, 0, 0.538541436, 0)
- maxstats1.Size = UDim2.new(0, 173, 0, 55)
- maxstats1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- maxstats1.Font = Enum.Font.GothamSemibold
- maxstats1.Text = "Max Stats"
- maxstats1.TextColor3 = Color3.new(0, 0, 0)
- maxstats1.TextSize = 22
- maxstats1.TextWrapped = true
- maxstats1.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Power.Value = "inf"
- game.Players.LocalPlayer.Special.Value = "inf"
- game.Players.LocalPlayer.Endurance.Value = "inf"
- end)
- tpall1.Name = "tpall1"
- tpall1.Parent = mainnitaly
- tpall1.BackgroundColor3 = Color3.new(1, 1, 1)
- tpall1.Position = UDim2.new(0.0124896765, 0, 0.54039669, 0)
- tpall1.Size = UDim2.new(0, 173, 0, 55)
- tpall1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- tpall1.Font = Enum.Font.GothamSemibold
- tpall1.Text = "TP Arrows/All"
- tpall1.TextColor3 = Color3.new(0, 0, 0)
- tpall1.TextSize = 22
- tpall1.TextWrapped = true
- tpall1.MouseButton1Click:connect(function()
- for i, v in pairs(workspace:GetChildren()) do
- if v:IsA("Tool") then
- v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end)
- topage2.Name = "topage2"
- topage2.Parent = mainnitaly
- topage2.BackgroundColor3 = Color3.new(1, 1, 1)
- topage2.Position = UDim2.new(0.762442172, 0, 0.879603267, 0)
- topage2.Size = UDim2.new(0, 98, 0, 55)
- topage2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- topage2.Font = Enum.Font.GothamSemibold
- topage2.Text = "Page 2"
- topage2.TextColor3 = Color3.new(0.976471, 0.196078, 0.0392157)
- topage2.TextSize = 22
- topage2.TextWrapped = true
- topage2.MouseButton1Down:connect(function()
- topage2.Visible = true
- mainnitaly.Visible = false
- requi.Visible = true
- end)
- TextLabel_2.Parent = mainnitaly
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(-0.121087603, 0, 0.913228929, 0)
- TextLabel_2.Size = UDim2.new(0, 392, 0, 48)
- TextLabel_2.Font = Enum.Font.GothamSemibold
- TextLabel_2.Text = "Made by Diego Exploits"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextSize = 26
- requi.Name = "requi"
- requi.Parent = JOJO
- requi.Active = true
- requi.BackgroundColor3 = Color3.new(0.0666667, 0.054902, 0)
- requi.BorderColor3 = Color3.new(0.0666667, 0.105882, 0.133333)
- requi.Position = UDim2.new(0.379140586, 0, 0.144110277, 0)
- requi.Size = UDim2.new(0, 448, 0, 539)
- requi.Style = Enum.FrameStyle.RobloxRound
- requi.Visible = false
- requi.Draggable = true
- secondary_2.Name = "secondary"
- secondary_2.Parent = requi
- secondary_2.Active = true
- secondary_2.BackgroundColor3 = Color3.new(0.160784, 0.168627, 0.14902)
- secondary_2.Position = UDim2.new(-0.00701686181, 0, 0.0122267352, 0)
- secondary_2.Size = UDim2.new(0, 438, 0, 515)
- secondary_2.Style = Enum.FrameStyle.RobloxRound
- TextLabel_3.Parent = requi
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Position = UDim2.new(0.0664123967, 0, 0.00970387459, 0)
- TextLabel_3.Size = UDim2.new(0, 392, 0, 48)
- TextLabel_3.Font = Enum.Font.GothamSemibold
- TextLabel_3.Text = "Project JoJo: Spawn"
- TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_3.TextSize = 36
- Xspawn.Name = "Xspawn"
- Xspawn.Parent = requi
- Xspawn.BackgroundColor3 = Color3.new(0.960784, 0.921569, 1)
- Xspawn.BorderColor3 = Color3.new(0.12549, 0.0666667, 1)
- Xspawn.Position = UDim2.new(0.939730287, 0, 0.012056049, 0)
- Xspawn.Size = UDim2.new(0, 33, 0, 36)
- Xspawn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- Xspawn.Font = Enum.Font.SciFi
- Xspawn.Text = "X"
- Xspawn.TextColor3 = Color3.new(0, 0, 0)
- Xspawn.TextSize = 25
- Xspawn.TextStrokeColor3 = Color3.new(1, 1, 1)
- Xspawn.TextStrokeTransparency = 0
- Xspawn.MouseButton1Down:connect(function()
- Xspawn.Visible = true
- requi.Visible = false
- end)
- gotobones.Name = "gotobones"
- gotobones.Parent = requi
- gotobones.BackgroundColor3 = Color3.new(1, 1, 1)
- gotobones.Position = UDim2.new(0.0112322569, 0, 0.15818724, 0)
- gotobones.Size = UDim2.new(0, 173, 0, 55)
- gotobones.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- gotobones.Font = Enum.Font.GothamSemibold
- gotobones.Text = "Go to Bones"
- gotobones.TextColor3 = Color3.new(0, 0, 0)
- gotobones.TextSize = 22
- gotobones.TextWrapped = true
- gotobones.MouseButton1Click:connect(function()
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("DioBone").CFrame
- end)
- autolevelspawn.Name = "autolevelspawn"
- autolevelspawn.Parent = requi
- autolevelspawn.BackgroundColor3 = Color3.new(1, 1, 1)
- autolevelspawn.Position = UDim2.new(0.570525408, 0, 0.156352147, 0)
- autolevelspawn.Size = UDim2.new(0, 173, 0, 55)
- autolevelspawn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- autolevelspawn.Font = Enum.Font.GothamSemibold
- autolevelspawn.Text = "Auto Level"
- autolevelspawn.TextColor3 = Color3.new(0, 0, 0)
- autolevelspawn.TextSize = 22
- autolevelspawn.TextWrapped = true
- autolevelspawn.MouseButton1Down:connect(function()
- local P=workspace:FindFirstChildOfClass'Part'
- local R=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'hitbox'
- local R2=game:GetService'ReplicatedStorage':WaitForChild'Logic':WaitForChild'misc'
- local LP=game:GetService'Players'.LocalPlayer
- for _,a in ipairs(workspace:GetChildren())do
- if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
- spawn(function()
- local Pa=LP.Character:FindFirstChildOfClass'Part'
- R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
- end)
- end
- end
- workspace.ChildAdded:Connect(function(a)
- wait(.125)
- if(a:FindFirstChildOfClass'Humanoid'and a.Name~=LP.Name)then
- spawn(function()
- repeat wait(.75)until not a:FindFirstChildOfClass'ForceField'
- local Pa=LP.Character:FindFirstChildOfClass'Part'
- R:InvokeServer(0,Pa,Pa.CFrame,2e8,LP.Character.Torso.voiceline,a:FindFirstChildOfClass'Humanoid')
- end)
- end
- end)
- for _,a in ipairs(game:GetService'Players':GetPlayers())do
- R2:FireServer(10,a['S/Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Level'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['S/Speed'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['S/Power'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['S/Stand'],'UI','zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['S/Points'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- R2:FireServer(10,a['S/Special'],2e8,'zxck0d929easjdkadasdji29e9u2es21')
- end
- end)
- invisible2.Name = "invisible2"
- invisible2.Parent = requi
- invisible2.BackgroundColor3 = Color3.new(1, 1, 1)
- invisible2.Position = UDim2.new(0.570525408, 0, 0.3288939, 0)
- invisible2.Size = UDim2.new(0, 173, 0, 55)
- invisible2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- invisible2.Font = Enum.Font.GothamSemibold
- invisible2.Text = "Turn Invisible"
- invisible2.TextColor3 = Color3.new(0, 0, 0)
- invisible2.TextSize = 22
- invisible2.TextWrapped = true
- invisible2.MouseButton1Click:Connect(function()
- for i, v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
- game.ReplicatedStorage.Logic.misc:FireServer(3,v,1)
- end
- end)
- killaura.Name = "killaura"
- killaura.Parent = requi
- killaura.BackgroundColor3 = Color3.new(1, 1, 1)
- killaura.Position = UDim2.new(0.0124896765, 0, 0.334459752, 0)
- killaura.Size = UDim2.new(0, 173, 0, 55)
- killaura.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- killaura.Font = Enum.Font.GothamSemibold
- killaura.Text = "Kill Aura"
- killaura.TextColor3 = Color3.new(0, 0, 0)
- killaura.TextSize = 22
- killaura.TextWrapped = true
- killaura.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace["Hyperspace Dummy"].Head.CFrame
- local Count = 0
- while true do
- wait(0.05)
- while Count < 20 do
- wait(0.1)
- local A_1 = 99999.25
- local Event = game:GetService("ReplicatedStorage").Specials.throatslit
- Event:FireServer(A_1)
- Count = Count + 1
- end
- Count = 0
- end
- while true do
- wait(0.001)
- game.Workspace.ChildAdded:connect(function(instance)
- if instance.Name == "Part" then
- instance:Destroy()
- end
- end)
- end
- while true do
- game.Workspace["Titan Dummy"].Name = "T"
- game.Workspace["Titan Dummy"].Name = "T"
- if game.Workspace["Hyperspace Dummy"].Humanoid.Health == 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-602, 3, -1083)
- end
- if game.Workspace.T.Humanoid.Health == 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1592, 224, -1314)
- end
- end
- end)
- maxstats2.Name = "maxstats2"
- maxstats2.Parent = requi
- maxstats2.BackgroundColor3 = Color3.new(1, 1, 1)
- maxstats2.Position = UDim2.new(0.570525408, 0, 0.490303963, 0)
- maxstats2.Size = UDim2.new(0, 173, 0, 55)
- maxstats2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- maxstats2.Font = Enum.Font.GothamSemibold
- maxstats2.Text = "Max Stats"
- maxstats2.TextColor3 = Color3.new(0, 0, 0)
- maxstats2.TextSize = 22
- maxstats2.TextWrapped = true
- maxstats2.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Power.Value = "inf"
- game.Players.LocalPlayer.Special.Value = "inf"
- game.Players.LocalPlayer.Endurance.Value = "inf"
- end)
- tpall2.Name = "tpall2"
- tpall2.Parent = requi
- tpall2.BackgroundColor3 = Color3.new(1, 1, 1)
- tpall2.Position = UDim2.new(0.0191861056, 0, 0.490303934, 0)
- tpall2.Size = UDim2.new(0, 173, 0, 55)
- tpall2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- tpall2.Font = Enum.Font.GothamSemibold
- tpall2.Text = "TP Arrows/All"
- tpall2.TextColor3 = Color3.new(0, 0, 0)
- tpall2.TextSize = 22
- tpall2.TextWrapped = true
- tpall2.MouseButton1Click:connect(function()
- for i, v in pairs(workspace:GetChildren()) do
- if v:IsA("Tool") then
- v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end)
- gotopage1.Name = "gotopage1"
- gotopage1.Parent = requi
- gotopage1.BackgroundColor3 = Color3.new(1, 1, 1)
- gotopage1.Position = UDim2.new(0.762442172, 0, 0.879603267, 0)
- gotopage1.Size = UDim2.new(0, 98, 0, 55)
- gotopage1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- gotopage1.Font = Enum.Font.GothamSemibold
- gotopage1.Text = "Page 1"
- gotopage1.TextColor3 = Color3.new(0.976471, 0.196078, 0.0392157)
- gotopage1.TextSize = 22
- gotopage1.TextWrapped = true
- gotopage1.MouseButton1Down:connect(function()
- requi.Visible = false
- mainnitaly.Visible = true
- end)
- TextLabel_4.Parent = requi
- TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_4.BackgroundTransparency = 1
- TextLabel_4.Position = UDim2.new(-0.121087603, 0, 0.913228929, 0)
- TextLabel_4.Size = UDim2.new(0, 392, 0, 48)
- TextLabel_4.Font = Enum.Font.GothamSemibold
- TextLabel_4.Text = "Made by Diego Exploits"
- TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_4.TextSize = 26
- tomoney.Name = "tomoney"
- tomoney.Parent = requi
- tomoney.BackgroundColor3 = Color3.new(1, 1, 1)
- tomoney.Position = UDim2.new(0.568293214, 0, 0.662845671, 0)
- tomoney.Size = UDim2.new(0, 173, 0, 55)
- tomoney.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- tomoney.Font = Enum.Font.GothamSemibold
- tomoney.Text = "Go to Money"
- tomoney.TextColor3 = Color3.new(0, 0, 0)
- tomoney.TextSize = 22
- tomoney.TextWrapped = true
- tomoney.MouseButton1Click:connect(function()
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:WaitForChild("MoneyBag").CFrame
- end)
- tpalldummy.Name = "tpalldummy"
- tpalldummy.Parent = requi
- tpalldummy.BackgroundColor3 = Color3.new(1, 1, 1)
- tpalldummy.Position = UDim2.new(0.0191860702, 0, 0.662845671, 0)
- tpalldummy.Size = UDim2.new(0, 173, 0, 55)
- tpalldummy.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- tpalldummy.Font = Enum.Font.GothamSemibold
- tpalldummy.Text = "Bring All"
- tpalldummy.TextColor3 = Color3.new(0, 0, 0)
- tpalldummy.TextSize = 22
- tpalldummy.TextWrapped = true
- tpalldummy.MouseButton1Click:Connect(function()
- for i, Player in pairs(game.Workspace:GetChildren()) do
- if Player ~= game.Players.LocalPlayer.Character and Player:FindFirstChild("Humanoid") then
- local A_1 = 24
- local A_2 = game.Players.LocalPlayer.Character.Head
- local A_3 = CFrame.new(nil, nil, nil)
- local A_4 = 0
- local A_5 = game.Players.LocalPlayer.Character.Torso
- local A_6 = Player.Humanoid
- local A_7 = false
- local Event = game:GetService("ReplicatedStorage").Logic.hitbox
- Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6, A_7)
- end
- end
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement