Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Welcome to Iron Man Simulator 2 Aristois's Red UI --
- -- Iron Man Simulator 2 UI Hack Script --
- -- Make your Iron Man GUI Better! --
- -- Script made By DanPlayz aka Aristois! --
- -- DO NOT EXECUTE MORE TIMES UNLESS YOU DIE/GET A NEW SUIT --
- -- Make Sure to Re-Execute the script if you get a new suit or get killed. --
- -- SCRIPT WILL ONLY WORK IF YOU HAVE A SUIT ON! --
- -- this also looks more like iron man's nano suit gui too! --
- local NewTitleGUI = Instance.new("ScreenGui")
- local NewTitle = Instance.new("TextLabel")
- NewTitleGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- NewTitleGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- NewTitle.Parent = NewTitleGUI
- NewTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- NewTitle.BackgroundTransparency = 1
- NewTitle.Rotation = -7
- NewTitle.Position = UDim2.new(0, 30, 0, 470)
- NewTitle.Size = UDim2.new(0, 370,0, 50)
- NewTitle.Font = Enum.Font.SciFi
- NewTitle.Text = "Thanks For Using Aristois's UI"
- NewTitle.TextColor3 = Color3.fromRGB(255, 0, 38)
- NewTitle.TextSize = 14.000
- NewTitle.TextScaled = true
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.warning.Font = Enum.Font.SourceSansSemibold
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.warning.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.altitude.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.background.ImageColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.markers.Visible = false
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.background.ImageColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.background.ImageColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.Text = "Aristois's UI Modified Suit"
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.Text = "Aristois's UI v1.0"
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.image.ImageColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.distance.TextColor3 = Color3.fromRGB(5, 255, 226)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.name.TextColor3 = Color3.fromRGB(5, 255, 226)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.speed.TextColor3 = Color3.fromRGB(5, 255, 226)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.gameTips.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextColor3 = Color3.fromRGB(255, 0, 38)
- game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextColor3 = Color3.fromRGB(255, 0, 38)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement