Advertisement
DanPlayz23

Iron Man Simulator 2 Red UI Script (UPDATE 3)

Jul 25th, 2021 (edited)
6,653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.97 KB | None | 0 0
  1. -- Welcome to Iron Man Simulator 2 Aristois's Red UI --
  2. -- Iron Man Simulator 2 UI Hack Script --
  3. -- Make your Iron Man GUI Better! --          
  4. -- Script made By DanPlayz aka Aristois! --
  5. -- DO NOT EXECUTE MORE TIMES UNLESS YOU DIE/GET A NEW SUIT --
  6. -- Make Sure to Re-Execute the script if you get a new suit or get killed. --
  7. -- SCRIPT WILL ONLY WORK IF YOU HAVE A SUIT ON! --
  8. -- this also looks more like iron man's nano suit gui too! --
  9.  
  10. local NewTitleGUI = Instance.new("ScreenGui")
  11. local NewTitle = Instance.new("TextLabel")
  12.  
  13. NewTitleGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. NewTitleGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. NewTitle.Parent = NewTitleGUI
  17. NewTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  18. NewTitle.BackgroundTransparency = 1
  19. NewTitle.Rotation = -7
  20. NewTitle.Position = UDim2.new(0, 30, 0, 470)
  21. NewTitle.Size = UDim2.new(0, 370,0, 50)
  22. NewTitle.Font = Enum.Font.SciFi
  23. NewTitle.Text = "Thanks For Using Aristois's UI"
  24. NewTitle.TextColor3 = Color3.fromRGB(255, 0, 38)
  25. NewTitle.TextSize = 14.000
  26. NewTitle.TextScaled = true
  27.  
  28. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
  29. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
  30. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
  31. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
  32. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
  33. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.ImageColor3 = Color3.fromRGB(255, 0, 38)
  34. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  35. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  36. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  37. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  38. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  39. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  40. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  41. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  42. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  43. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  44. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  45. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.warning.Font = Enum.Font.SourceSansSemibold
  46. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.warning.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  47. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.altitude.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  48. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.background.ImageColor3 = Color3.fromRGB(255, 0, 38)
  49. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextColor3 = Color3.fromRGB(255, 0, 38)
  50. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextColor3 = Color3.fromRGB(255, 0, 38)
  51. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextColor3 = Color3.fromRGB(255, 0, 38)
  52. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextColor3 = Color3.fromRGB(255, 0, 38)
  53. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextColor3 = Color3.fromRGB(255, 0, 38)
  54. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.markers.Visible = false
  55. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.background.ImageColor3 = Color3.fromRGB(255, 0, 38)
  56. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.background.ImageColor3 = Color3.fromRGB(255, 0, 38)
  57. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.Text = "Aristois's UI Modified Suit"
  58. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextColor3 = Color3.fromRGB(255, 0, 38)
  59. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  60. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.Text = "Aristois's UI v1.0"
  61. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  62. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.image.ImageColor3 = Color3.fromRGB(255, 0, 38)
  63. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.distance.TextColor3 = Color3.fromRGB(5, 255, 226)
  64. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.name.TextColor3 = Color3.fromRGB(5, 255, 226)
  65. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.speed.TextColor3 = Color3.fromRGB(5, 255, 226)
  66. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.gameTips.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  67. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  68. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  69. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  70. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  71. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)
  72. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextColor3 = Color3.fromRGB(255, 0, 38)
  73. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextColor3 = Color3.fromRGB(255, 0, 38)
  74. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextColor3 = Color3.fromRGB(255, 0, 38)
  75. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextColor3 = Color3.fromRGB(255, 0, 38)
  76. 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