Iron Man Simulator 2 Script - Pastebin.com (2024)

  1. game:GetService("StarterGui"):SetCore("SendNotification", {

  2. Title = "xNotAzurr Scripts";

  3. Text = "Thank you for using my scripts,";

  4. Icon = "rbxthumb://type=Asset&id=7969699183&w=150&h=150"})

  5. Duration = 16;

  6. wait(0.1)print("Thx For Using xNotAzurr Script! My Discord is xNotAzurr#2931")

  7. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()

  8. local Window = Library.CreateLib("Iron Man Simulator 2 Script|Made By xNotAzurr", "DarkTheme")

  9. local Tab = Window:NewTab("Main")

  10. local MainSection = Tab:NewSection("Main")

  11. MainSection:NewButton("Infinite Yield FE", "Just a Fe admin", function()

  12. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()

  13. end)

  14. MainSection:NewButton("Red UI", "Just a Red UI", function()

  15. local NewTitleGUI = Instance.new("ScreenGui")

  16. local NewTitle = Instance.new("TextLabel")

  17. NewTitleGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  18. NewTitleGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  19. NewTitle.Parent = NewTitleGUI

  20. NewTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  21. NewTitle.BackgroundTransparency = 1

  22. NewTitle.Rotation = -7

  23. NewTitle.Position = UDim2.new(0, 30, 0, 470)

  24. NewTitle.Size = UDim2.new(0, 370,0, 50)

  25. NewTitle.Font = Enum.Font.SciFi

  26. NewTitle.Text = "Thanks For Using xNotAzurr UI"

  27. NewTitle.TextColor3 = Color3.fromRGB(255, 0, 38)

  28. NewTitle.TextSize = 14.000

  29. NewTitle.TextScaled = true

  30. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.ImageColor3 = Color3.fromRGB(255, 0, 38)

  31. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.ImageColor3 = Color3.fromRGB(255, 0, 38)

  32. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.ImageColor3 = Color3.fromRGB(255, 0, 38)

  33. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.ImageColor3 = Color3.fromRGB(255, 0, 38)

  34. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.ImageColor3 = Color3.fromRGB(255, 0, 38)

  35. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.ImageColor3 = Color3.fromRGB(255, 0, 38)

  36. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  37. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  38. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  39. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  40. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  41. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  42. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  43. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  44. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  45. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  46. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  47. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.warning.Font = Enum.Font.SourceSansSemibold

  48. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.warning.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  49. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.altitude.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  50. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.background.ImageColor3 = Color3.fromRGB(255, 0, 38)

  51. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextColor3 = Color3.fromRGB(255, 0, 38)

  52. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextColor3 = Color3.fromRGB(255, 0, 38)

  53. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextColor3 = Color3.fromRGB(255, 0, 38)

  54. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextColor3 = Color3.fromRGB(255, 0, 38)

  55. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextColor3 = Color3.fromRGB(255, 0, 38)

  56. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.markers.Visible = false

  57. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.background.ImageColor3 = Color3.fromRGB(255, 0, 38)

  58. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.background.ImageColor3 = Color3.fromRGB(255, 0, 38)

  59. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.Text = "xNotAzurr UI Modified Suit"

  60. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextColor3 = Color3.fromRGB(255, 0, 38)

  61. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  62. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.Text = "xNotAzurr UI v1.0"

  63. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  64. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.image.ImageColor3 = Color3.fromRGB(255, 0, 38)

  65. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.distance.TextColor3 = Color3.fromRGB(5, 255, 226)

  66. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.name.TextColor3 = Color3.fromRGB(5, 255, 226)

  67. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.speed.TextColor3 = Color3.fromRGB(5, 255, 226)

  68. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.gameTips.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  69. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  70. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  71. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  72. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  73. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextStrokeColor3 = Color3.fromRGB(255, 0, 38)

  74. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextColor3 = Color3.fromRGB(255, 0, 38)

  75. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextColor3 = Color3.fromRGB(255, 0, 38)

  76. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextColor3 = Color3.fromRGB(255, 0, 38)

  77. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextColor3 = Color3.fromRGB(255, 0, 38)

  78. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextColor3 = Color3.fromRGB(255, 0, 38)

  79. end)

  80. MainSection:NewButton("Yellow UI", "Just a Yellox UI", function()

  81. -- Welcome to Iron Man Simulator 2 Aristois's Yellow UI --

  82. -- Iron Man Simulator 2 UI Hack Script --

  83. -- Make your Iron Man GUI Better! --

  84. -- Script made By DanPlayz aka Aristois! --

  85. -- DO NOT EXECUTE MORE TIMES UNLESS YOU DIE/GET A NEW SUIT --

  86. -- Make Sure to Re-Execute the script if you get a new suit or get killed. --

  87. -- SCRIPT WILL ONLY WORK IF YOU HAVE A SUIT ON! --

  88. -- This can also increase performance --

  89. -- this also looks more like iron man's nano suit gui too! --

  90. local NewTitleGUI = Instance.new("ScreenGui")

  91. local NewTitle = Instance.new("TextLabel")

  92. NewTitleGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  93. NewTitleGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  94. NewTitle.Parent = NewTitleGUI

  95. NewTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  96. NewTitle.BackgroundTransparency = 1

  97. NewTitle.Rotation = -7

  98. NewTitle.Position = UDim2.new(0, 30, 0, 470)

  99. NewTitle.Size = UDim2.new(0, 370,0, 50)

  100. NewTitle.Font = Enum.Font.SciFi

  101. NewTitle.Text = "Thanks For Using xNotAzurr UI"

  102. NewTitle.TextColor3 = Color3.fromRGB(234, 255, 0)

  103. NewTitle.TextSize = 14.000

  104. NewTitle.TextScaled = true

  105. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.ImageColor3 = Color3.new(234, 255, 0)

  106. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.ImageColor3 = Color3.new(234, 255, 0)

  107. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.ImageColor3 = Color3.new(234, 255, 0)

  108. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.ImageColor3 = Color3.new(234, 255, 0)

  109. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.ImageColor3 = Color3.new(234, 255, 0)

  110. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.ImageColor3 = Color3.new(234, 255, 0)

  111. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.warning.Font = Enum.Font.SourceSansSemibold

  112. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.altitude.TextStrokeColor3 = Color3.new(234, 255, 0)

  113. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.background.ImageColor3 = Color3.new(234, 255, 0)

  114. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextColor3 = Color3.new(234, 255, 0)

  115. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextColor3 = Color3.new(234, 255, 0)

  116. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextColor3 = Color3.new(234, 255, 0)

  117. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextColor3 = Color3.new(234, 255, 0)

  118. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextColor3 = Color3.new(234, 255, 0)

  119. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.markers.Visible = false

  120. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.background.ImageColor3 = Color3.new(234, 255, 0)

  121. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.background.ImageColor3 = Color3.new(234, 255, 0)

  122. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.Text = "xNotAzurr UI Modified Suit"

  123. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextColor3 = Color3.new(234, 255, 0)

  124. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextStrokeColor3 = Color3.new(234, 255, 0)

  125. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.Text = "xNotAzurr UI v1.0"

  126. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.TextStrokeColor3 = Color3.new(234, 255, 0)

  127. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.image.ImageColor3 = Color3.new(234, 255, 0)

  128. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.distance.TextColor3 = Color3.fromRGB(5, 255, 226)

  129. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.name.TextColor3 = Color3.fromRGB(5, 255, 226)

  130. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.speed.TextColor3 = Color3.fromRGB(5, 255, 226)

  131. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.gameTips.TextStrokeColor3 = Color3.fromRGB(234, 255, 0)

  132. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextStrokeColor3 = Color3.fromRGB(234, 255, 0)

  133. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextStrokeColor3 = Color3.fromRGB(234, 255, 0)

  134. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextStrokeColor3 = Color3.fromRGB(234, 255, 0)

  135. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextStrokeColor3 = Color3.fromRGB(234, 255, 0)

  136. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextStrokeColor3 = Color3.fromRGB(234, 255, 0)

  137. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextColor3 = Color3.fromRGB(234, 255, 0)

  138. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextColor3 = Color3.fromRGB(234, 255, 0)

  139. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextColor3 = Color3.fromRGB(234, 255, 0)

  140. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextColor3 = Color3.fromRGB(234, 255, 0)

  141. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextColor3 = Color3.fromRGB(234, 255, 0)

  142. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextStrokeColor3 = Color3.new(234, 255, 0)

  143. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextStrokeColor3 = Color3.new(234, 255, 0)

  144. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextStrokeColor3 = Color3.new(234, 255, 0)

  145. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextStrokeColor3 = Color3.new(234, 255, 0)

  146. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextStrokeColor3 = Color3.new(234, 255, 0)

  147. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.name.TextStrokeColor3 = Color3.new(234, 255, 0)

  148. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.name.TextStrokeColor3 = Color3.new(234, 255, 0)

  149. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.name.TextStrokeColor3 = Color3.new(234, 255, 0)

  150. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.name.TextStrokeColor3 = Color3.new(234, 255, 0)

  151. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.name.TextStrokeColor3 = Color3.new(234, 255, 0)

  152. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.name.TextStrokeColor3 = Color3.new(234, 255, 0)

  153. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.name.TextColor3 = Color3.new(234, 255, 0)

  154. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.name.TextColor3 = Color3.new(234, 255, 0)

  155. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.name.TextColor3 = Color3.new(234, 255, 0)

  156. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.name.TextColor3 = Color3.new(234, 255, 0)

  157. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.name.TextColor3 = Color3.new(234, 255, 0)

  158. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.name.TextColor3 = Color3.new(234, 255, 0)

  159. end)

  160. MainSection:NewButton("Green UI", "Just a Green UI", function()

  161. -- Welcome to Iron Man Simulator 2 Aristois's Green UI --

  162. -- Iron Man Simulator 2 UI Hack Script --

  163. -- Make your Iron Man GUI Better! --

  164. -- Script made By DanPlayz aka Aristois! --

  165. -- DO NOT EXECUTE MORE TIMES UNLESS YOU DIE/GET A NEW SUIT --

  166. -- Make Sure to Re-Execute the script if you get a new suit or get killed. --

  167. -- SCRIPT WILL ONLY WORK IF YOU HAVE A SUIT ON! --

  168. -- This can also increase performance --

  169. -- this also looks more like iron man's nano suit gui too! --

  170. local NewTitleGUI = Instance.new("ScreenGui")

  171. local NewTitle = Instance.new("TextLabel")

  172. NewTitleGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  173. NewTitleGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  174. NewTitle.Parent = NewTitleGUI

  175. NewTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  176. NewTitle.BackgroundTransparency = 1

  177. NewTitle.Rotation = -7

  178. NewTitle.Position = UDim2.new(0, 30, 0, 470)

  179. NewTitle.Size = UDim2.new(0, 370,0, 50)

  180. NewTitle.Font = Enum.Font.SciFi

  181. NewTitle.Text = "Thanks For Using xNotAzurr UI"

  182. NewTitle.TextColor3 = Color3.fromRGB(8, 255, 86)

  183. NewTitle.TextSize = 14.000

  184. NewTitle.TextScaled = true

  185. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.ImageColor3 = Color3.fromRGB(8, 255, 86)

  186. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.ImageColor3 = Color3.fromRGB(8, 255, 86)

  187. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.ImageColor3 = Color3.fromRGB(8, 255, 86)

  188. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.ImageColor3 = Color3.fromRGB(8, 255, 86)

  189. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.ImageColor3 = Color3.fromRGB(8, 255, 86)

  190. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.ImageColor3 = Color3.fromRGB(8, 255, 86)

  191. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.name.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  192. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.name.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  193. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.name.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  194. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.name.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  195. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.name.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  196. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.name.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  197. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  198. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  199. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  200. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  201. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  202. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.warning.Font = Enum.Font.SourceSansSemibold

  203. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.warning.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  204. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.altitude.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  205. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.background.ImageColor3 = Color3.fromRGB(8, 255, 86)

  206. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextColor3 = Color3.fromRGB(8, 255, 86)

  207. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextColor3 = Color3.fromRGB(8, 255, 86)

  208. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextColor3 = Color3.fromRGB(8, 255, 86)

  209. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextColor3 = Color3.fromRGB(8, 255, 86)

  210. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextColor3 = Color3.fromRGB(8, 255, 86)

  211. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.markers.Visible = false

  212. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.background.ImageColor3 = Color3.fromRGB(8, 255, 86)

  213. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.background.ImageColor3 = Color3.fromRGB(8, 255, 86)

  214. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.Text = "xNotAzurr UI Modified Suit"

  215. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextColor3 = Color3.fromRGB(8, 255, 86)

  216. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  217. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.Text = "xNotAzurr UI v1.0"

  218. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  219. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.image.ImageColor3 = Color3.fromRGB(8, 255, 86)

  220. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.distance.TextColor3 = Color3.fromRGB(5, 255, 226)

  221. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.name.TextColor3 = Color3.fromRGB(5, 255, 226)

  222. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.speed.TextColor3 = Color3.fromRGB(5, 255, 226)

  223. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.gameTips.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  224. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  225. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  226. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  227. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  228. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextStrokeColor3 = Color3.fromRGB(8, 255, 86)

  229. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextColor3 = Color3.fromRGB(8, 255, 86)

  230. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextColor3 = Color3.fromRGB(8, 255, 86)

  231. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextColor3 = Color3.fromRGB(8, 255, 86)

  232. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextColor3 = Color3.fromRGB(8, 255, 86)

  233. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextColor3 = Color3.fromRGB(8, 255, 86)

  234. end)

  235. MainSection:NewButton("Purple UI", "Just a Purple UI", function()

  236. -- Welcome to Iron Man Simulator 2 Aristois's Purple UI --

  237. -- Iron Man Simulator 2 UI Hack Script --

  238. -- Make your Iron Man GUI Better! --

  239. -- Script made By DanPlayz aka Aristois! --

  240. -- DO NOT EXECUTE MORE TIMES UNLESS YOU DIE/GET A NEW SUIT --

  241. -- Make Sure to Re-Execute the script if you get a new suit or get killed. --

  242. -- SCRIPT WILL ONLY WORK IF YOU HAVE A SUIT ON! --

  243. -- This can also increase performance --

  244. -- this also looks more like iron man's nano suit gui too! --

  245. local NewTitleGUI = Instance.new("ScreenGui")

  246. local NewTitle = Instance.new("TextLabel")

  247. NewTitleGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  248. NewTitleGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  249. NewTitle.Parent = NewTitleGUI

  250. NewTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  251. NewTitle.BackgroundTransparency = 1

  252. NewTitle.Rotation = -7

  253. NewTitle.Position = UDim2.new(0, 30, 0, 470)

  254. NewTitle.Size = UDim2.new(0, 370,0, 50)

  255. NewTitle.Font = Enum.Font.SciFi

  256. NewTitle.Text = "Thanks For Using xNotAzurr UI"

  257. NewTitle.TextColor3 = Color3.fromRGB(148, 0, 211)

  258. NewTitle.TextSize = 14.000

  259. NewTitle.TextScaled = true

  260. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.ImageColor3 = Color3.new(148, 0, 211)

  261. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.ImageColor3 = Color3.new(148, 0, 211)

  262. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.ImageColor3 = Color3.new(148, 0, 211)

  263. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.ImageColor3 = Color3.new(148, 0, 211)

  264. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.ImageColor3 = Color3.new(148, 0, 211)

  265. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.ImageColor3 = Color3.new(148, 0, 211)

  266. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.warning.Font = Enum.Font.SourceSansSemibold

  267. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.altitude.TextStrokeColor3 = Color3.new(148, 0, 211)

  268. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.background.ImageColor3 = Color3.new(148, 0, 211)

  269. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextColor3 = Color3.new(148, 0, 211)

  270. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextColor3 = Color3.new(148, 0, 211)

  271. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextColor3 = Color3.new(148, 0, 211)

  272. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextColor3 = Color3.new(148, 0, 211)

  273. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextColor3 = Color3.new(148, 0, 211)

  274. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.markers.Visible = false

  275. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.background.ImageColor3 = Color3.new(148, 0, 211)

  276. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.background.ImageColor3 = Color3.new(148, 0, 211)

  277. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.Text = "xNotAzurr UI Modified Suit"

  278. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextColor3 = Color3.new(148, 0, 211)

  279. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.suitName.TextStrokeColor3 = Color3.new(148, 0, 211)

  280. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.Text = "xNotAzurr UI v1.0"

  281. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.buildVersion.TextStrokeColor3 = Color3.new(148, 0, 211)

  282. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.image.ImageColor3 = Color3.new(148, 0, 211)

  283. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.distance.TextColor3 = Color3.fromRGB(5, 255, 226)

  284. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.name.TextColor3 = Color3.fromRGB(5, 255, 226)

  285. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.crosshair.speed.TextColor3 = Color3.fromRGB(5, 255, 226)

  286. game.Players.LocalPlayer:FindFirstChild("PlayerGui").MainUI.gameTips.TextStrokeColor3 = Color3.fromRGB(148, 0, 211)

  287. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextStrokeColor3 = Color3.fromRGB(148, 0, 211)

  288. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextStrokeColor3 = Color3.fromRGB(148, 0, 211)

  289. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextStrokeColor3 = Color3.fromRGB(148, 0, 211)

  290. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextStrokeColor3 = Color3.fromRGB(148, 0, 211)

  291. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextStrokeColor3 = Color3.fromRGB(148, 0, 211)

  292. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.health.TextColor3 = Color3.fromRGB(148, 0, 211)

  293. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.speed.TextColor3 = Color3.fromRGB(148, 0, 211)

  294. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.name.TextColor3 = Color3.fromRGB(148, 0, 211)

  295. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.distance.TextColor3 = Color3.fromRGB(148, 0, 211)

  296. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.targetInfo.info.weapon.TextColor3 = Color3.fromRGB(148, 0, 211)

  297. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.status.TextStrokeColor3 = Color3.new(148, 0, 211)

  298. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.armor.TextStrokeColor3 = Color3.new(148, 0, 211)

  299. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.health.TextStrokeColor3 = Color3.new(148, 0, 211)

  300. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.energy.TextStrokeColor3 = Color3.new(148, 0, 211)

  301. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.stats.info.speed.TextStrokeColor3 = Color3.new(148, 0, 211)

  302. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.name.TextStrokeColor3 = Color3.new(148, 0, 211)

  303. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.name.TextStrokeColor3 = Color3.new(148, 0, 211)

  304. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.name.TextStrokeColor3 = Color3.new(148, 0, 211)

  305. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.name.TextStrokeColor3 = Color3.new(148, 0, 211)

  306. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.name.TextStrokeColor3 = Color3.new(148, 0, 211)

  307. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.name.TextStrokeColor3 = Color3.new(148, 0, 211)

  308. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.flightButton.name.TextColor3 = Color3.new(148, 0, 211)

  309. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.rocketButton.name.TextColor3 = Color3.new(148, 0, 211)

  310. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.repulsorButton.name.TextColor3 = Color3.new(148, 0, 211)

  311. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.maskButton.name.TextColor3 = Color3.new(148, 0, 211)

  312. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.powerButton.name.TextColor3 = Color3.new(148, 0, 211)

  313. game.Players.LocalPlayer:FindFirstChild("PlayerGui").JARVIS_HUD.ejectButton.name.TextColor3 = Color3.new(148, 0, 211)

  314. end)

  315. --LOCAL PLAYER

  316. local Tab = Window:NewTab("Teleport")

  317. local TeleportSection = Tab:NewSection("Teleport")

  318. TeleportSection:NewButton("Tp to Road", "Tp To Road", function()

  319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1242.0155029296875, 40.5545539855957, 512.1803588867188)

  320. end)

  321. TeleportSection:NewButton("Tp to pink tower", "Tp To Pink Tower", function()

  322. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1038.581787109375, 659.994140625, -340.4883728027344)

  323. end)

  324. TeleportSection:NewButton("Tp to red tower", "Tp To red Tower", function()

  325. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-369.3357238769531, 982.8466186523438, 11.626405715942383)

  326. end)

  327. TeleportSection:NewButton("Tp to yellow tower", "Tp To yellow Tower", function()

  328. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(334.60101318359375, 923.586181640625, 6.787855625152588)

  329. end)

  330. TeleportSection:NewButton("Tp to cyan tower", "Tp To cyan Tower", function()

  331. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(361.5469055175781, 761.4803466796875, 783.5794067382812)

  332. end)

  333. TeleportSection:NewButton("Tp to Stairs", "Tp To Stairs", function()

  334. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1193.398193359375, 40.5545539855957, 1.609095811843872)

  335. end)

  336. TeleportSection:NewButton("Tp to Grass", "Tp To Grass", function()

  337. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.37963104248047, -8.095440864562988, 1984.9716796875)

  338. end)

  339. TeleportSection:NewButton("Tp to A Build (Use Noclip)", "Tp To A Build (Use Noclip)", function()

  340. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(990.640625, 42.12396240234375, -126.22014617919922)

  341. end)

  342. TeleportSection:NewButton("Tp to Void (use float)", "Tp To Void... (Use Float)", function()

  343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-248.09715270996094, -162.1566619873047, 1314.07666015625)

  344. end)

  345. TeleportSection:NewButton("Tp to Safe Place (use float)", "Tp To Safe!", function()

  346. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(17107.6328125, 100009.0078125, 10060.865234375)

  347. end)

  348. TeleportSection:NewButton("Tp to Up (use Float)", "tp to Up (use float)", function()

  349. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(642.1624755859375, 1419.83203125, 969.4664306640625)

  350. end)

  351. TeleportSection:NewButton("Tp to Little Red Tower", "tp to Little Red Tower", function()

  352. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-328.178466796875, 439.7901611328125, 333.18975830078125)

  353. end)

  354. TeleportSection:NewButton("Tp to Little Cyan Tower", "tp to Little Cyan Tower", function()

  355. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(339.66400146484375, 685.4861450195312, 665.6004638671875)

  356. end)

  357. TeleportSection:NewButton("Tp to Little Yellow Tower", "tp to Little Yellow Tower", function()

  358. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(392.61822509765625, 507.5029296875, -705.10107421875)

  359. end)

  360. TeleportSection:NewButton("Tp to Galaxy (use float)", "tp to SKY", function()

  361. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2317.79638671875, 3116.168701171875, -3264.2890625)

  362. end)

  363. TeleportSection:NewButton("Player Teleport", "Just a Player Teleport", function()

  364. -- Gui to Lua

  365. -- Version: 3.2

  366. -- Instances:

  367. local Tutorial = Instance.new("ScreenGui")

  368. local OpenFrame = Instance.new("Frame")

  369. local Open = Instance.new("TextButton")

  370. local Main = Instance.new("Frame")

  371. local TextLabel = Instance.new("TextLabel")

  372. local TextLabel_2 = Instance.new("TextLabel")

  373. local Close = Instance.new("TextButton")

  374. local ImageLabel = Instance.new("ImageLabel")

  375. local Teleport = Instance.new("TextButton")

  376. local TextLabel_3 = Instance.new("TextLabel")

  377. local TextBox = Instance.new("TextBox")

  378. --Properties:

  379. Tutorial.Name = "Tutorial"

  380. Tutorial.Parent = game.CoreGui

  381. OpenFrame.Name = "OpenFrame"

  382. OpenFrame.Parent = Tutorial

  383. OpenFrame.Active = true

  384. OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  385. OpenFrame.BackgroundTransparency = 0.500

  386. OpenFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)

  387. OpenFrame.Position = UDim2.new(0.891908348, 0, 0.654420495, 0)

  388. OpenFrame.Size = UDim2.new(0, 100, 0, 50)

  389. Open.Name = "Open"

  390. Open.Parent = OpenFrame

  391. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  392. Open.BackgroundTransparency = 0.500

  393. Open.BorderColor3 = Color3.fromRGB(0, 0, 0)

  394. Open.Position = UDim2.new(-0.000202026364, 0, -0.00305725099, 0)

  395. Open.Size = UDim2.new(0, 100, 0, 50)

  396. Open.Font = Enum.Font.Sarpanch

  397. Open.Text = "Open"

  398. Open.TextColor3 = Color3.fromRGB(255, 255, 255)

  399. Open.TextScaled = true

  400. Open.TextSize = 14.000

  401. Open.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)

  402. Open.TextWrapped = true

  403. Open.MouseButton1Down:connect(function()

  404. Main.Visible = true

  405. OpenFrame.Visible = false

  406. end)

  407. Main.Name = "Main"

  408. Main.Parent = Tutorial

  409. Main.Active = true

  410. Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  411. Main.BackgroundTransparency = 0.500

  412. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)

  413. Main.Position = UDim2.new(0.206340134, 0, 0.291599989, 0)

  414. Main.Size = UDim2.new(0, 583, 0, 332)

  415. Main.Visible = false

  416. Main.Draggable = true

  417. TextLabel.Parent = Main

  418. TextLabel.Active = true

  419. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  420. TextLabel.BackgroundTransparency = 0.500

  421. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)

  422. TextLabel.Position = UDim2.new(0, 0, -0.00052341976, 0)

  423. TextLabel.Size = UDim2.new(0, 583, 0, 50)

  424. TextLabel.Font = Enum.Font.SourceSansItalic

  425. TextLabel.Text = "Teleport Player GUI"

  426. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)

  427. TextLabel.TextScaled = true

  428. TextLabel.TextSize = 14.000

  429. TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)

  430. TextLabel.TextWrapped = true

  431. TextLabel_2.Parent = Main

  432. TextLabel_2.Active = true

  433. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  434. TextLabel_2.BackgroundTransparency = 0.500

  435. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)

  436. TextLabel_2.Position = UDim2.new(0, 0, 0.850090206, 0)

  437. TextLabel_2.Size = UDim2.new(0, 583, 0, 50)

  438. TextLabel_2.Font = Enum.Font.SourceSansItalic

  439. TextLabel_2.Text = "GUI Made By xNotAzurr"

  440. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  441. TextLabel_2.TextScaled = true

  442. TextLabel_2.TextSize = 14.000

  443. TextLabel_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)

  444. TextLabel_2.TextWrapped = true

  445. Close.Name = "Close"

  446. Close.Parent = Main

  447. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  448. Close.BackgroundTransparency = 0.500

  449. Close.BorderColor3 = Color3.fromRGB(0, 0, 0)

  450. Close.Position = UDim2.new(0.914032459, 0, -0.000113993883, 0)

  451. Close.Size = UDim2.new(0, 50, 0, 50)

  452. Close.Font = Enum.Font.SourceSansSemibold

  453. Close.Text = "X"

  454. Close.TextColor3 = Color3.fromRGB(255, 255, 255)

  455. Close.TextSize = 50.000

  456. Close.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)

  457. Close.MouseButton1Down:connect(function()

  458. OpenFrame.Visible = true

  459. Main.Visible = false

  460. end)

  461. ImageLabel.Parent = Main

  462. ImageLabel.Active = true

  463. ImageLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  464. ImageLabel.BackgroundTransparency = 1.000

  465. ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)

  466. ImageLabel.Position = UDim2.new(-5.47013187e-05, 0, -0.00138611393, 0)

  467. ImageLabel.Size = UDim2.new(0, 75, 0, 50)

  468. ImageLabel.Image = "http://www.roblox.com/asset/?id=6830485913"

  469. Teleport.Name = "Teleport"

  470. Teleport.Parent = Main

  471. Teleport.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  472. Teleport.BackgroundTransparency = 0.500

  473. Teleport.BorderColor3 = Color3.fromRGB(0, 0, 0)

  474. Teleport.Position = UDim2.new(0.217702299, 0, 0.640216887, 0)

  475. Teleport.Size = UDim2.new(0, 328, 0, 49)

  476. Teleport.Font = Enum.Font.Roboto

  477. Teleport.Text = "Teleport"

  478. Teleport.TextColor3 = Color3.fromRGB(255, 255, 255)

  479. Teleport.TextSize = 40.000

  480. Teleport.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)

  481. Teleport.TextWrapped = true

  482. Teleport.MouseButton1Click:connect(function()

  483. local tp_namedplayer = TextBox.Text

  484. local tp_player = game:GetService("Players")[tp_namedplayer]

  485. local PLR = game:GetService("Players").LocalPlayer

  486. local p = TextBox.Text

  487. if tp_player then

  488. for i = 1,1 do

  489. wait(.08)

  490. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 0, -1)

  491. end

  492. end

  493. end)

  494. TextLabel_3.Parent = Main

  495. TextLabel_3.Active = true

  496. TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  497. TextLabel_3.BackgroundTransparency = 1.000

  498. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)

  499. TextLabel_3.Position = UDim2.new(0.106525294, 0, 0.148282975, 0)

  500. TextLabel_3.Size = UDim2.new(0, 458, 0, 79)

  501. TextLabel_3.Font = Enum.Font.Roboto

  502. TextLabel_3.Text = "Enter The Players Name Here"

  503. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)

  504. TextLabel_3.TextScaled = true

  505. TextLabel_3.TextSize = 40.000

  506. TextLabel_3.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)

  507. TextLabel_3.TextWrapped = true

  508. TextBox.Parent = Main

  509. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  510. TextBox.BackgroundTransparency = 0.700

  511. TextBox.Position = UDim2.new(0.217702314, 0, 0.423602074, 0)

  512. TextBox.Size = UDim2.new(0, 329, 0, 50)

  513. TextBox.Font = Enum.Font.Roboto

  514. TextBox.Text = "Player"

  515. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)

  516. TextBox.TextSize = 40.000

  517. end)

  518. --LOCAL PLAYER

  519. local Player = Window:NewTab("Player")

  520. local PlayerSection = Player:NewSection("Player")

  521. PlayerSection:NewSlider("WalkSpeed", "SPEED!!", 10000, 16, function(s) -- 1000 (MaxValue) | 16 (MinValue)

  522. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s

  523. end)

  524. PlayerSection:NewSlider("Jumppower", "Jump High", 400, 50, function(s) -- 1000 (MaxValue) | 50 (MinValue)

  525. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s

  526. end)

  527. PlayerSection:NewButton("Reset WS/JUMP", "Reset to defaults", function()

  528. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50

  529. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16

  530. end)

  531. local Tab = Window:NewTab("Kill")

  532. local KillSection = Tab:NewSection("Kill")

  533. KillSection:NewButton("KILL ALL WITH ROCKET", "HAHA", function()

  534. -- Toggle

  535. if _G.Enable == true then

  536. _G.Enable = false

  537. else

  538. _G.Enable = true

  539. end

  540. -- Dependencies

  541. local Players = game:GetService('Players')

  542. local LocalPlayer = Players.LocalPlayer

  543. local ReplicatedStorage = game:GetService('ReplicatedStorage')

  544. -- Functions

  545. local function HasHumanoid (Player)

  546. return Player.Character and Player.Character:FindFirstChild('HumanoidRootPart')

  547. end

  548. local function GetHumanoid (Player)

  549. return Player.Character:FindFirstChild('HumanoidRootPart')

  550. end

  551. local function KillPlayer (Player)

  552. local FireRocket = ReplicatedStorage.Events.FireRocket

  553. local RocketHit = ReplicatedStorage.Events.RocketHit

  554. if HasHumanoid(LocalPlayer) and HasHumanoid(Player) and LocalPlayer.Character:FindFirstChild('Suit') then

  555. local Humanoid = GetHumanoid(Player)

  556. FireRocket:InvokeServer({ hand = LocalPlayer.Character.Suit.RightHand })

  557. workspace.Effects:WaitForChild('rocket')

  558. for _ = 1, 10 do

  559. RocketHit:FireServer({ projectile = workspace.Effects:WaitForChild('rocket'), hitPos = Humanoid.Position })

  560. end

  561. end

  562. end

  563. -- Loop

  564. while _G.Enable and task.wait() do

  565. for _, Player in pairs(Players:GetPlayers()) do

  566. if Player ~= LocalPlayer then

  567. task.wait(.5)

  568. KillPlayer(Player)

  569. end

  570. end

  571. end

  572. end)

  573. local Tab = Window:NewTab("Fun")

  574. local FunSection = Tab:NewSection("Fun")

  575. FunSection:NewButton("Fe Yeet Gui", "Fling People", function()

  576. -- I DONT OWN THIS SCRIPT

  577. local lp = game:FindService("Players").LocalPlayer

  578. local function gplr(String)

  579. local Found = {}

  580. local strl = String:lower()

  581. if strl == "all" then

  582. for i,v in pairs(game:FindService("Players"):GetPlayers()) do

  583. table.insert(Found,v)

  584. end

  585. elseif strl == "others" then

  586. for i,v in pairs(game:FindService("Players"):GetPlayers()) do

  587. if v.Name ~= lp.Name then

  588. table.insert(Found,v)

  589. end

  590. end

  591. elseif strl == "me" then

  592. for i,v in pairs(game:FindService("Players"):GetPlayers()) do

  593. if v.Name == lp.Name then

  594. table.insert(Found,v)

  595. end

  596. end

  597. else

  598. for i,v in pairs(game:FindService("Players"):GetPlayers()) do

  599. if v.Name:lower():sub(1, #String) == String:lower() then

  600. table.insert(Found,v)

  601. end

  602. end

  603. end

  604. return Found

  605. end

  606. local function notif(str,dur)

  607. game:FindService("StarterGui"):SetCore("SendNotification", {

  608. Title = "yeet gui",

  609. Text = str,

  610. Icon = "rbxassetid://2005276185",

  611. Duration = dur or 3

  612. })

  613. end

  614. --// sds

  615. local h = Instance.new("ScreenGui")

  616. local Main = Instance.new("ImageLabel")

  617. local Top = Instance.new("Frame")

  618. local Title = Instance.new("TextLabel")

  619. local TextBox = Instance.new("TextBox")

  620. local TextButton = Instance.new("TextButton")

  621. h.Name = "h"

  622. h.Parent = game:GetService("CoreGui")

  623. h.ResetOnSpawn = false

  624. Main.Name = "Main"

  625. Main.Parent = h

  626. Main.Active = true

  627. Main.Draggable = true

  628. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)

  629. Main.BorderSizePixel = 0

  630. Main.Position = UDim2.new(0.174545452, 0, 0.459574461, 0)

  631. Main.Size = UDim2.new(0, 454, 0, 218)

  632. Main.Image = "rbxassetid://2005276185"

  633. Top.Name = "Top"

  634. Top.Parent = Main

  635. Top.BackgroundColor3 = Color3.fromRGB(57, 57, 57)

  636. Top.BorderSizePixel = 0

  637. Top.Size = UDim2.new(0, 454, 0, 44)

  638. Title.Name = "Title"

  639. Title.Parent = Top

  640. Title.BackgroundColor3 = Color3.fromRGB(49, 49, 49)

  641. Title.BorderSizePixel = 0

  642. Title.Position = UDim2.new(0, 0, 0.295454562, 0)

  643. Title.Size = UDim2.new(0, 454, 0, 30)

  644. Title.Font = Enum.Font.SourceSans

  645. Title.Text = "FE Yeet Gui (trollface edition)"

  646. Title.TextColor3 = Color3.fromRGB(255, 255, 255)

  647. Title.TextScaled = true

  648. Title.TextSize = 14.000

  649. Title.TextWrapped = true

  650. TextBox.Parent = Main

  651. TextBox.BackgroundColor3 = Color3.fromRGB(49, 49, 49)

  652. TextBox.BorderSizePixel = 0

  653. TextBox.Position = UDim2.new(0.0704845786, 0, 0.270642221, 0)

  654. TextBox.Size = UDim2.new(0, 388, 0, 62)

  655. TextBox.Font = Enum.Font.SourceSans

  656. TextBox.PlaceholderText = "Who do i destroy(can be shortened)"

  657. TextBox.Text = ""

  658. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)

  659. TextBox.TextScaled = true

  660. TextBox.TextSize = 14.000

  661. TextBox.TextWrapped = true

  662. TextButton.Parent = Main

  663. TextButton.BackgroundColor3 = Color3.fromRGB(49, 49, 49)

  664. TextButton.BorderSizePixel = 0

  665. TextButton.Position = UDim2.new(0.10352423, 0, 0.596330225, 0)

  666. TextButton.Size = UDim2.new(0, 359, 0, 50)

  667. TextButton.Font = Enum.Font.SourceSans

  668. TextButton.Text = "Cheese em'"

  669. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)

  670. TextButton.TextScaled = true

  671. TextButton.TextSize = 14.000

  672. TextButton.TextWrapped = true

  673. TextButton.MouseButton1Click:Connect(function()

  674. local Target = gplr(TextBox.Text)

  675. if Target[1] then

  676. Target = Target[1]

  677. local Thrust = Instance.new('BodyThrust', lp.Character.HumanoidRootPart)

  678. Thrust.Force = Vector3.new(9999,9999,9999)

  679. Thrust.Name = "YeetForce"

  680. repeat

  681. lp.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame

  682. Thrust.Location = Target.Character.HumanoidRootPart.Position

  683. game:FindService("RunService").Heartbeat:wait()

  684. until not Target.Character:FindFirstChild("Head")

  685. else

  686. notif("Invalid player")

  687. end

  688. end)

  689. --//fsddfsdf

  690. notif("Loaded successfully! Created by xNotAzurr", 5)

  691. end)

  692. FunSection:NewButton("Goofy AAH", "Just Fun idk if it r6", function()

  693. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()

  694. local w = library:CreateWindow("i present")

  695. local b = w:CreateFolder("the goofy ahh script ")

  696. local c = w:CreateFolder("COLLECTION")

  697. local d = w:CreateFolder("scripts")

  698. d:Button("Musical feet",function()

  699. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.PlaybackSpeed = 1

  700. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.Volume = 10

  701. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.SoundId = "http://www.roblox.com/asset/?id=142376088"

  702. end)

  703. d:Button("Mr Krabs walk",function()

  704. game:GetService"RunService".RenderStepped:Connect(function()

  705. spawn(function()

  706. for i,v in next, game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").Animator:GetPlayingAnimationTracks() do

  707. if v.Name == "WalkAnim" or v.Name == "RunAnim" then

  708. v:AdjustSpeed(10)

  709. end

  710. end

  711. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.PlaybackSpeed = 1

  712. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.Volume = 10

  713. game.Players.LocalPlayer.Character.HumanoidRootPart.Running.SoundId = "http://www.roblox.com/asset/?id=3426632334"

  714. end)

  715. end)

  716. end)

  717. d:Button("ghost",function()

  718. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then

  719. spawn(function()

  720. local speaker = game.Players.LocalPlayer

  721. local Anim = Instance.new("Animation")

  722. Anim.AnimationId = "rbxassetid://27432686"

  723. local bruh = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  724. bruh:Play()

  725. bruh:AdjustSpeed(0)

  726. speaker.Character.Animate.Disabled = true

  727. end)

  728. else

  729. spawn(function()

  730. local speaker = game.Players.LocalPlayer

  731. local Anim = Instance.new("Animation")

  732. Anim.AnimationId = "rbxassetid://507776043"

  733. local bruh = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  734. bruh:Play()

  735. bruh:AdjustSpeed(0)

  736. speaker.Character.Animate.Disabled = true

  737. end)

  738. end

  739. local air = Instance.new("Part", workspace)

  740. air.Size = Vector3.new(7, 2, 3)

  741. air.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0, -4, 0)

  742. air.Transparency = 1

  743. air.Anchored = true

  744. air.Name = "Airwalk"

  745. game:GetService"RunService".RenderStepped:Connect(function()

  746. air.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0, -4, 0)

  747. end)

  748. local Mouse = game:GetService("Players").LocalPlayer:GetMouse()

  749. local u = game.Players.LocalPlayer

  750. local urchar = u.Character

  751. task.spawn(function()

  752. qUp = Mouse.KeyUp:Connect(function(KEY)

  753. if KEY == 'q' then

  754. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,-3,0)

  755. end

  756. end)

  757. eUp = Mouse.KeyUp:Connect(function(KEY)

  758. if KEY == 'e' then

  759. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,1,0)

  760. end

  761. end)

  762. end)

  763. spawn(function()

  764. for _, v in pairs(game:GetDescendants()) do

  765. if v:IsA("BasePart") and v.Name ~= "Airwalk" then

  766. v.CanCollide = false

  767. end

  768. end

  769. end)

  770. end)

  771. d:Button("nuke simulator",function()

  772. local args = {

  773. [1] = "oh no the nukes are coming",

  774. [2] = "All"

  775. }

  776. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))

  777. wait(0.5)

  778. local hi = Instance.new("Sound")

  779. hi.Name = "Sound"

  780. hi.SoundId = "http://www.roblox.com/asset/?id=9060808331"

  781. hi.Volume = 10

  782. hi.Looped = true

  783. hi.archivable = false

  784. hi.Parent = game.Workspace

  785. hi:Play()

  786. wait(3)

  787. game.Players.LocalPlayer:Kick("your fat ass legs stopped working because you cant take a step without going to the hospital and you died from the nukes")end)

  788. d:Button("random word speak",function()

  789. loadstring(game:HttpGet("https://raw.githubusercontent.com/angeld23/raw-text-host/master/condensed_english_words", true))()

  790. local mt = getrawmetatable(game)

  791. local old = mt.__namecall

  792. setreadonly(mt,false)

  793. mt.__namecall = newcclosure(function(self, ...)

  794. local args = {...}

  795. if getnamecallmethod() == 'FireServer' and self.Name == 'SayMessageRequest' then

  796. args[1] = ENGLISH_WORDS[math.random(1, #ENGLISH_WORDS)]

  797. end

  798. return old(self, unpack(args))

  799. end)

  800. end)

  801. d:Button("goofy ahh walk",function()

  802. game:GetService"RunService".RenderStepped:Connect(function()

  803. spawn(function()

  804. if game.Players.LocalPlayer.Character:FindFirstChild("Animate") then

  805. game.Players.LocalPlayer.Character.Animate.run.RunAnim.AnimationId = game.Players.LocalPlayer.Character.Animate.swimidle.SwimIdle.AnimationId

  806. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId = game.Players.LocalPlayer.Character.Animate.swimidle.SwimIdle.AnimationId

  807. end

  808. end)

  809. end)

  810. game:GetService"RunService".RenderStepped:Connect(function()

  811. spawn(function()

  812. for i,v in next, game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").Animator:GetPlayingAnimationTracks() do

  813. if v.Name == "WalkAnim" or v.Name == "RunAnim" then

  814. v:AdjustSpeed(20)

  815. end

  816. end

  817. end)

  818. end)

  819. end)

  820. end)

  821. --OTHERS

  822. local Other = Window:NewTab("Other")

  823. local OtherSection = Other:NewSection("Other")

  824. OtherSection:NewButton("CHAT TROLL GUI!", "CHAT FOR OTHERS", function()

  825. loadstring(game:HttpGet('https://pastebin.com/raw/MdSA4fn5'))()

  826. end)

  827. OtherSection:NewButton("Bypassed Fly", "Bypass Fly", function()

  828. function Fly(bool) local localplayer = game.Players.LocalPlayer local mouse = localplayer:GetMouse() if workspace:FindFirstChild("Core") then workspace.Core:Destroy() end local Core = Instance.new("Part") Core.Name = "Core" Core.Size = Vector3.new(0.05, 0.05, 0.05) spawn(function() Core.Parent = workspace local Weld = Instance.new("Weld", Core) Weld.Part0 = Core Weld.Part1 = localplayer.Character.LowerTorso Weld.C0 = CFrame.new(0, 0, 0) end) workspace:WaitForChild("Core") local torso = workspace.Core flying = true local speed=10 local keys={a=false,d=false,w=false,s=false} local e1 local e2 local function start() local pos = Instance.new("BodyPosition",torso) local gyro = Instance.new("BodyGyro",torso) pos.Name="EPIXPOS" pos.maxForce = Vector3.new(math.huge, math.huge, math.huge) pos.position = torso.Position gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9) gyro.cframe = torso.CFrame repeat wait() localplayer.Character.Humanoid.PlatformStand=true local new=gyro.cframe - gyro.cframe.p + pos.position if not keys.w and not keys.s and not keys.a and not keys.d then speed=5 end if keys.w then new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed speed=speed+0 end if keys.s then new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed speed=speed+0 end if keys.d then new = new * CFrame.new(speed,0,0) speed=speed+0 end if keys.a then new = new * CFrame.new(-speed,0,0) speed=speed+0 end if speed>10 then speed=5 end pos.position=new.p if keys.w then gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*0),0,0) elseif keys.s then gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*0),0,0) else gyro.cframe = workspace.CurrentCamera.CoordinateFrame end until flying == false if gyro then gyro:Destroy() end if pos then pos:Destroy() end flying=false localplayer.Character.Humanoid.PlatformStand=false speed=10 end e1=mouse.KeyDown:connect(function(key) if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end if key=="w" then keys.w=true elseif key=="s" then keys.s=true elseif key=="a" then keys.a=true elseif key=="d" then keys.d=true elseif key=="x" then if flying==true then flying=false else flying=true start() end end end) e2=mouse.KeyUp:connect(function(key) if key=="w" then keys.w=false elseif key=="s" then keys.s=false elseif key=="a" then keys.a=false elseif key=="d" then keys.d=false end end) local function stop() end if bool == true then start() else stop() end end

  829. Fly(true)

  830. end)

  831. OtherSection:NewKeybind("V", "V to close", Enum.KeyCode.V, function()

  832. Library:ToggleUI()

  833. end)

  834. OtherSection:NewButton("Universal ESP", "Just a ESP", function()

  835. local custom_theme = {} --soon

  836. local function CreateInstance(cls,props)

  837. local inst = Instance.new(cls)

  838. for i,v in pairs(props) do

  839. inst[i] = v

  840. end

  841. return inst

  842. end

  843. local age1 = CreateInstance('ScreenGui',{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name='age1', Parent=game.CoreGui})

  844. local p_visuals = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=2,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 50, 0, 60),Rotation=0,Selectable=false,Size=UDim2.new(0, 200, 0, 254),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'p_visuals',Parent = age1})

  845. local UIListLayout = CreateInstance('UIListLayout', {Padding = UDim.new(0, 1), FillDirection = Enum.FillDirection.Vertical, HorizontalAlignment = Enum.HorizontalAlignment.Left, SortOrder = Enum.SortOrder.LayoutOrder, VerticalAlignment = Enum.VerticalAlignment.Top, Name = 'UIListLayout', Parent = p_visuals })

  846. local title1 = CreateInstance('TextLabel',{Font=Enum.Font.GothamBlack,FontSize=Enum.FontSize.Size18,Text='Player visuals',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, 0, 0, 24),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='title1',Parent = p_visuals})

  847. local b_b = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Bounding box',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_b',Parent = p_visuals})

  848. local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_b})

  849. local b_f = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Fill alpha',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_f',Parent = p_visuals})

  850. local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_f})

  851. local b_rt = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Render team',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_rt',Parent = p_visuals})

  852. local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_rt})

  853. local b_tc = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Use TeamColor',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_tc',Parent = p_visuals})

  854. local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_tc})

  855. local b_sn = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Show name',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_sn',Parent = p_visuals})

  856. local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_sn})

  857. local b_sd = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Show distance',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_sd',Parent = p_visuals})

  858. local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_sd})

  859. local b_sh = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Show health',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_sh',Parent = p_visuals})

  860. local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='OFF',TextColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_sh})

  861. local b_ht = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Health type',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_ht',Parent = p_visuals})

  862. local v = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Text',TextColor3=Color3.new(0, 1, 1),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_ht})

  863. local b_f_t = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Fill transparency',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_f_t',Parent = p_visuals})

  864. local v = CreateInstance('TextLabel',{Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,Text='1',TextColor3=Color3.new(0, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Right,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 18, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='v',Parent = b_f_t})

  865. local title1_2 = CreateInstance('TextLabel',{Font=Enum.Font.SourceSansBold,FontSize=Enum.FontSize.Size18,Text='ESP',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=18,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, 0, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='title1_2',Parent = p_visuals})

  866. local b_ct = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Team color',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_ct',Parent = p_visuals})

  867. local ct_b = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(0, 0, 1), PlaceholderText='', PlaceholderColor3=Color3.new(0, 0, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -2, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ct_b',Parent = b_ct})

  868. local ct_g = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(0, 1, 0), PlaceholderText='', PlaceholderColor3=Color3.new(0, 1, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -29, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ct_g',Parent = b_ct})

  869. local ct_r = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(1, 0, 0), PlaceholderText='', PlaceholderColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -56, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ct_r',Parent = b_ct})

  870. local b_ce = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size18,Text='Enemy color',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=16,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 0, 0.498039),BackgroundTransparency=1,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=true,Size=UDim2.new(1, -2, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='b_ce',Parent = p_visuals})

  871. local ce_b = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(0, 0, 1), PlaceholderText='', PlaceholderColor3=Color3.new(0, 0, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -2, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ce_b',Parent = b_ce})

  872. local ce_g = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(0, 1, 0), PlaceholderText='', PlaceholderColor3=Color3.new(0, 1, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -29, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ce_g',Parent = b_ce})

  873. local ce_r = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.Gotham,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='',TextColor3=Color3.new(1, 0, 0), PlaceholderText='', PlaceholderColor3=Color3.new(1, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(1, 0),BackgroundColor3=Color3.new(0.121569, 0.12549, 0.172549),BackgroundTransparency=0,BorderColor3=Color3.new(1, 0, 0.498039),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1, -56, 0, 2),Rotation=0,Selectable=true,Size=UDim2.new(0, 27, 0, 14),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ce_r',Parent = b_ce})

  874. local watermark = CreateInstance('TextLabel',{Font=Enum.Font.Code,FontSize=Enum.FontSize.Size14,Text='lamehaxx v0.01',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Top,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 2, 0, -34),Rotation=0,Selectable=false,Size=UDim2.new(0, 200, 0, 20),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=20,Name='watermark',Parent = age1})

  875. local watermark1 = CreateInstance('TextLabel',{Font=Enum.Font.Code,FontSize=Enum.FontSize.Size14,Text='lamehaxx v0.01',TextColor3=Color3.new(1, 0, 0.498039),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=0,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Top,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=1,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, -2, 0, -2),Rotation=0,Selectable=false,Size=UDim2.new(0, 200, 0, 20),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=20,Name='watermark1',Parent = watermark})

  876. p_visuals.Draggable = true

  877. title1.LayoutOrder = 0 title1_2.LayoutOrder = 1

  878. b_b.LayoutOrder = 1 b_f.LayoutOrder = 2 b_f_t.LayoutOrder = 3 b_sd.LayoutOrder = 4 b_sn.LayoutOrder = 5 b_sh.LayoutOrder = 6 b_ht.LayoutOrder = 7 b_rt.LayoutOrder = 8 b_tc.LayoutOrder = 9 b_ct.LayoutOrder = 10 b_ce.LayoutOrder = 11

  879. local localplayer = game:GetService"Players".LocalPlayer

  880. local uis = game:GetService"UserInputService"

  881. local cheats = {

  882. b_b = false;

  883. b_f = false;

  884. b_f_t = 1;

  885. b_sd = false;

  886. b_sn = false;

  887. b_sh = false;

  888. b_ht = "Text";

  889. b_rt = false;

  890. b_tc = false;

  891. }

  892. local cheatsf = Instance.new("Folder", game.CoreGui) cheatsf.Name = "cheats"

  893. local espf = Instance.new("Folder", cheatsf) espf.Name = "esp"

  894. function addEsp(player)

  895. local bbg = Instance.new("BillboardGui", espf)

  896. bbg.Name = player.Name

  897. bbg.AlwaysOnTop = true

  898. bbg.Size = UDim2.new(4,0,5.4,0)

  899. bbg.ClipsDescendants = false

  900. local outlines = Instance.new("Frame", bbg)

  901. outlines.Size = UDim2.new(1,0,1,0)

  902. outlines.BorderSizePixel = 0

  903. outlines.BackgroundTransparency = 1

  904. local left = Instance.new("Frame", outlines)

  905. left.BorderSizePixel = 0

  906. left.Size = UDim2.new(0,1,1,0)

  907. local right = left:Clone()

  908. right.Parent = outlines

  909. right.Size = UDim2.new(0,-1,1,0)

  910. right.Position = UDim2.new(1,0,0,0)

  911. local up = left:Clone()

  912. up.Parent = outlines

  913. up.Size = UDim2.new(1,0,0,1)

  914. local down = left:Clone()

  915. down.Parent = outlines

  916. down.Size = UDim2.new(1,0,0,-1)

  917. down.Position = UDim2.new(0,0,1,0)

  918. local info = Instance.new("BillboardGui", bbg)

  919. info.Name = "info"

  920. info.Size = UDim2.new(3,0,0,54)

  921. info.StudsOffset = Vector3.new(3.6,-3,0)

  922. info.AlwaysOnTop = true

  923. info.ClipsDescendants = false

  924. local namelabel = Instance.new("TextLabel", info)

  925. namelabel.Name = "namelabel"

  926. namelabel.BackgroundTransparency = 1

  927. namelabel.TextStrokeTransparency = 0

  928. namelabel.TextXAlignment = Enum.TextXAlignment.Left

  929. namelabel.Size = UDim2.new(0,100,0,18)

  930. namelabel.Position = UDim2.new(0,0,0,0)

  931. namelabel.Text = player.Name

  932. local distancel = Instance.new("TextLabel", info)

  933. distancel.Name = "distancelabel"

  934. distancel.BackgroundTransparency = 1

  935. distancel.TextStrokeTransparency = 0

  936. distancel.TextXAlignment = Enum.TextXAlignment.Left

  937. distancel.Size = UDim2.new(0,100,0,18)

  938. distancel.Position = UDim2.new(0,0,0,18)

  939. local healthl = Instance.new("TextLabel", info)

  940. healthl.Name = "healthlabel"

  941. healthl.BackgroundTransparency = 1

  942. healthl.TextStrokeTransparency = 0

  943. healthl.TextXAlignment = Enum.TextXAlignment.Left

  944. healthl.Size = UDim2.new(0,100,0,18)

  945. healthl.Position = UDim2.new(0,0,0,36)

  946. local uill = Instance.new("UIListLayout", info)

  947. local forhealth = Instance.new("BillboardGui", bbg)

  948. forhealth.Name = "forhealth"

  949. forhealth.Size = UDim2.new(5,0,6,0)

  950. forhealth.AlwaysOnTop = true

  951. forhealth.ClipsDescendants = false

  952. local healthbar = Instance.new("Frame", forhealth)

  953. healthbar.Name = "healthbar"

  954. healthbar.BackgroundColor3 = Color3.fromRGB(40,40,40)

  955. healthbar.BorderColor3 = Color3.fromRGB(0,0,0)

  956. healthbar.Size = UDim2.new(0.04,0,0.9,0)

  957. healthbar.Position = UDim2.new(0,0,0.05,0)

  958. local bar = Instance.new("Frame", healthbar)

  959. bar.Name = "bar"

  960. bar.BorderSizePixel = 0

  961. bar.BackgroundColor3 = Color3.fromRGB(94,255,69)

  962. bar.AnchorPoint = Vector2.new(0,1)

  963. bar.Position = UDim2.new(0,0,1,0)

  964. bar.Size = UDim2.new(1,0,1,0)

  965. local co = coroutine.create(function()

  966. while wait(0.1) do

  967. if (player.Character and player.Character:FindFirstChild"HumanoidRootPart") then

  968. bbg.Adornee = player.Character.HumanoidRootPart

  969. info.Adornee = player.Character.HumanoidRootPart

  970. forhealth.Adornee = player.Character.HumanoidRootPart

  971. if (player.Team ~= localplayer.Team) then

  972. bbg.Enabled = true

  973. info.Enabled = true

  974. forhealth.Enabled = true

  975. end

  976. if player.Character:FindFirstChild("ForceField") then

  977. outlines.BackgroundTransparency = 0.4

  978. left.BackgroundTransparency = 0.4

  979. right.BackgroundTransparency = 0.4

  980. up.BackgroundTransparency = 0.4

  981. down.BackgroundTransparency = 0.4

  982. healthl.TextTransparency = 0.4

  983. healthl.TextStrokeTransparency = 0.8

  984. distancel.TextTransparency = 0.4

  985. distancel.TextStrokeTransparency = 0.8

  986. namelabel.TextTransparency = 0.4

  987. namelabel.TextStrokeTransparency = 0.8

  988. bar.BackgroundTransparency = 0.4

  989. healthbar.BackgroundTransparency = 0.8

  990. else

  991. outlines.BackgroundTransparency = 0

  992. left.BackgroundTransparency = 0

  993. right.BackgroundTransparency = 0

  994. up.BackgroundTransparency = 0

  995. down.BackgroundTransparency = 0

  996. healthl.TextTransparency = 0

  997. healthl.TextStrokeTransparency = 0

  998. distancel.TextTransparency = 0

  999. distancel.TextStrokeTransparency = 0

  1000. namelabel.TextTransparency = 0

  1001. namelabel.TextStrokeTransparency = 0

  1002. bar.BackgroundTransparency = 0

  1003. healthbar.BackgroundTransparency = 0

  1004. end

  1005. if cheats.b_b == true then

  1006. outlines.Visible = true

  1007. else

  1008. outlines.Visible = false

  1009. end

  1010. if cheats.b_f == true then

  1011. if player.Character:FindFirstChild("ForceField") then

  1012. outlines.BackgroundTransparency = 0.9

  1013. else

  1014. outlines.BackgroundTransparency = cheats.b_f_t

  1015. end

  1016. else

  1017. outlines.BackgroundTransparency = 1

  1018. end

  1019. if cheats.b_sh == true then

  1020. if (player.Character:FindFirstChild"Humanoid") then

  1021. healthl.Text = "Health: "..math.floor(player.Character:FindFirstChild"Humanoid".Health)

  1022. healthbar.bar.Size = UDim2.new(1,0,player.Character:FindFirstChild"Humanoid".Health/player.Character:FindFirstChild"Humanoid".MaxHealth,0)

  1023. end

  1024. if cheats.b_ht == "Text" then

  1025. healthbar.Visible = false

  1026. healthl.Visible = true

  1027. end

  1028. if cheats.b_ht == "Bar" then

  1029. healthl.Visible = false

  1030. healthbar.Visible = true

  1031. end

  1032. if cheats.b_ht == "Both" then

  1033. healthl.Visible = true

  1034. healthbar.Visible = true

  1035. end

  1036. else

  1037. healthl.Visible = false

  1038. healthbar.Visible = false

  1039. end

  1040. if cheats.b_sn then

  1041. namelabel.Visible = true

  1042. else

  1043. namelabel.Visible = false

  1044. end

  1045. if cheats.b_sd == true then

  1046. distancel.Visible = true

  1047. if (localplayer.Character and localplayer.Character:FindFirstChild"HumanoidRootPart") then

  1048. distancel.Text = "Distance: "..math.floor(0.5+(localplayer.Character:FindFirstChild"HumanoidRootPart".Position - player.Character:FindFirstChild"HumanoidRootPart".Position).magnitude)

  1049. end

  1050. else

  1051. distancel.Visible = false

  1052. end

  1053. if cheats.b_rt == true then

  1054. if (player.Team == localplayer.Team) then

  1055. bbg.Enabled = true

  1056. info.Enabled = true

  1057. forhealth.Enabled = true

  1058. end

  1059. else

  1060. if (player.Team == localplayer.Team) then

  1061. bbg.Enabled = false

  1062. info.Enabled = false

  1063. forhealth.Enabled = false

  1064. end

  1065. end

  1066. if cheats.b_tc == true then

  1067. outlines.BackgroundColor3 = player.TeamColor.Color

  1068. left.BackgroundColor3 = player.TeamColor.Color

  1069. right.BackgroundColor3 = player.TeamColor.Color

  1070. up.BackgroundColor3 = player.TeamColor.Color

  1071. down.BackgroundColor3 = player.TeamColor.Color

  1072. healthl.TextColor3 = player.TeamColor.Color

  1073. distancel.TextColor3 = player.TeamColor.Color

  1074. namelabel.TextColor3 = player.TeamColor.Color

  1075. else

  1076. if (player.Team == localplayer.Team) then

  1077. outlines.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)

  1078. left.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)

  1079. right.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)

  1080. up.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)

  1081. down.BackgroundColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)

  1082. healthl.TextColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)

  1083. distancel.TextColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)

  1084. namelabel.TextColor3 = Color3.fromRGB(ct_r.Text, ct_g.Text, ct_b.Text)

  1085. else

  1086. outlines.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)

  1087. left.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)

  1088. right.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)

  1089. up.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)

  1090. down.BackgroundColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)

  1091. healthl.TextColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)

  1092. distancel.TextColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)

  1093. namelabel.TextColor3 = Color3.fromRGB(ce_r.Text, ce_g.Text, ce_b.Text)

  1094. end

  1095. end

  1096. end

  1097. if not (game:GetService"Players":FindFirstChild(player.Name)) then

  1098. print(player.Name.." has left. Clearing esp.")

  1099. espf:FindFirstChild(player.Name):Destroy()

  1100. coroutine.yield()

  1101. end

  1102. end

  1103. end)

  1104. coroutine.resume(co)

  1105. end

  1106. --main

  1107. do

  1108. wait(2)

  1109. --menu buttons

  1110. for _,button in pairs(age1:GetDescendants()) do

  1111. if button:IsA"TextButton" then

  1112. button.MouseButton1Click:connect(function()

  1113. if button.Name == "b_f_t" then

  1114. if cheats.b_f_t >= 0 then

  1115. cheats.b_f_t = cheats.b_f_t+0.1

  1116. if cheats.b_f_t > 1 then

  1117. cheats.b_f_t = 0

  1118. end

  1119. end

  1120. button.v.Text = cheats.b_f_t

  1121. elseif button.Name == "b_ht" then

  1122. if cheats.b_ht == "Text" then

  1123. cheats.b_ht = "Bar"

  1124. elseif cheats.b_ht == "Bar" then

  1125. cheats.b_ht = "Both"

  1126. else

  1127. cheats.b_ht = "Text"

  1128. end

  1129. button.v.Text = cheats.b_ht

  1130. else

  1131. if cheats[button.Name] == true then

  1132. cheats[button.Name] = false

  1133. button.v.Text = "OFF"

  1134. button.v.TextColor3 = Color3.fromRGB(255,0,0)

  1135. else

  1136. cheats[button.Name] = true

  1137. button.v.Text = "ON"

  1138. button.v.TextColor3 = Color3.fromRGB(0,255,0)

  1139. end

  1140. end

  1141. end)

  1142. end

  1143. end

  1144. --initial player addition

  1145. for _,v in pairs(game:GetService("Players"):GetChildren()) do

  1146. if not (v.Name == localplayer.Name) then

  1147. if not (espf:FindFirstChild(v.Name)) then

  1148. addEsp(v)

  1149. end

  1150. end

  1151. end

  1152. --open/close gui

  1153. game:GetService("UserInputService").InputBegan:connect(function(input, gameProcessed)

  1154. if input.KeyCode == Enum.KeyCode.KeypadOne then

  1155. if not gameProcessed then

  1156. age1.Enabled = not age1.Enabled

  1157. end

  1158. end

  1159. end)

  1160. --auto-update

  1161. while wait(10) do

  1162. for _,v in pairs(game:GetService("Players"):GetChildren()) do

  1163. if not (v.Name == localplayer.Name) then

  1164. if not (espf:FindFirstChild(v.Name)) then

  1165. addEsp(v)

  1166. end

  1167. end

  1168. end

  1169. end

  1170. end

  1171. end)

  1172. OtherSection:NewButton("Iron man simulator 2", "Script", function()

  1173. loadstring(game:HttpGet('https://github.com/bifungiji/the-scripter/raw/main/Ims2'))()

  1174. end)

  1175. OtherSection:NewButton("Rejoin", "Just Rejoin", function()

  1176. game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer)

  1177. end)

  1178. OtherSection:NewButton("Hydra Script", "Just a Hydra Script", function()

  1179. loadstring(game:HttpGet("https://raw.githubusercontent.com/Robobo2022/Fun/main/ironman2.lua", true))()

  1180. end)

Iron Man Simulator 2 Script - Pastebin.com (2024)
Top Articles
Work Breaks: All You Need to Know, From Laws to Benefits - Agendrix
Lobotomy Corporation Part #120 - Day 49
FPL tips and team of the week: Eze, Fernandes and Mateta should shine this week
Cremation Services | Mason Funeral Home serving Westfield, New York...
Hk Jockey Club Result
Car Parts Open Now
Davaba19
Elektrisch koffiezetapparaat Philips CSA240/61 1450 W Zwart 1450 W | bol
Python Regex Space
Craigslist Greenville Pets Free
UK HealthCare EpicCare Link
O'Quinn Peebles Phillips Funeral Home
University Of Toledo Email
Craigslist Louisville Com
Magicseaweed Capitola
Southpaws Grill Menu
Dyi Urban Dictionary
Ck3 Diplomatic Range
Katonah Train Times
When Is Lana Rhoades’ Baby Due Date? Baby Daddy, Bump, And More
Craigslist Of Valdosta Georgia
Is Slatt Offensive
Laura Houston Wbap
Dimbleby Funeral Home
O'reilly's Eastman Georgia
Alloyed Trident Spear
Ups Drop Off Newton Ks
Waifu Fighter F95
Ecem Hotoglu
Only Murders In The Building Wiki
Shiftwizard Login Wakemed
Parishes Online Bulletins
JetBlue, Spirit end $3.8 billion merger agreement after losing antitrust suit
A Closer Look at Ot Megan Age: From TikTok Star to Media Sensation
Ketchum Who's Gotta Catch Em All Crossword Clue
Late Bloomers Summary and Key Lessons | Rich Karlgaard
M3Gan Showtimes Near Cinemark North Hills And Xd
Franco Loja Net Worth
Wocs Failure Rate
Rage Of Harrogath Bugged
Avalon Hope Joi
Kagtwt
China Rose Plant Care: Water, Light, Nutrients | Greg App 🌱
Why Does Tyrus Always Carry His Belt
C Spire Express Pay
Everything 2023's 'The Little Mermaid' Changes From the Original Disney Classic
Grayson County Craigslist
C And B Processing
Kona Airport Webcam
La Monja 2 Pelicula Completa Tokyvideo
Two Soyjaks Pointing Png
Sterling Primary Care Franklin
Latest Posts
Article information

Author: Melvina Ondricka

Last Updated:

Views: 5481

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Melvina Ondricka

Birthday: 2000-12-23

Address: Suite 382 139 Shaniqua Locks, Paulaborough, UT 90498

Phone: +636383657021

Job: Dynamic Government Specialist

Hobby: Kite flying, Watching movies, Knitting, Model building, Reading, Wood carving, Paintball

Introduction: My name is Melvina Ondricka, I am a helpful, fancy, friendly, innocent, outstanding, courageous, thoughtful person who loves writing and wants to share my knowledge and understanding with you.