How To Fly In Roblox Ironman Simulator On Mobile

ManRobloxMan

Jan 2nd, 2020

How To Fly In Roblox Iron Man Simulator On Mobile

Never

How To Fly In Roblox Iron Man Simulator On Phone

Adding onto this, holding q for 3-5 seconds sends the suit faster, and doing the same right after pressing x and choosing a suit (before the other is destroyed) let's you get a suit without the cooldown.

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Instances:
  2. local fly = Instance.new('ScreenGui')
  3. local backgroundtitle = Instance.new('TextLabel')
  4. local title = Instance.new('TextLabel')
  5. local flybutton = Instance.new('TextButton')
  6. --Properties:
  7. fly.Name = 'fly'
  8. fly.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9. epic.Name = 'epic'
  10. epic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  11. epic.Position = UDim2.new(0.0911376476, 0, 0.466830462, 0)
  12. epic.Active = true
  13. backgroundtitle.Parent = epic
  14. backgroundtitle.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  15. backgroundtitle.Font = Enum.Font.SciFi
  16. backgroundtitle.TextColor3 = Color3.fromRGB(0, 0, 0)
  17. backgroundtitle.TextSize = 14.000
  18. creator.Parent = epic
  19. creator.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
  20. creator.Position = UDim2.new(0.00442049652, 0, 0.762519121, 0)
  21. creator.Font = Enum.Font.SourceSans
  22. creator.TextColor3 = Color3.fromRGB(0, 0, 0)
  23. creator.TextSize = 14.000
  24. title.Parent = epic
  25. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  26. title.Position = UDim2.new(0.0497237556, 0, 0, 0)
  27. title.Font = Enum.Font.SciFi
  28. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. title.TextSize = 14.000
  30. close.Parent = epic
  31. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  32. close.Size = UDim2.new(0, 43, 0, 43)
  33. close.Text = 'X'
  34. close.TextScaled = true
  35. close.TextWrapped = true
  36. epic.Visible = false
  37. flybutton.Parent = epic
  38. flybutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. flybutton.Position = UDim2.new(0.243093923, 0, 0.344781578, 0)
  40. flybutton.Font = Enum.Font.SourceSans
  41. flybutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. flybutton.MouseButton1Down:connect(function()
  43. loadstring(game:HttpGet('https://pastebin.com/raw/7rXZ9VNc', true))()
  44. flybutton.TextSize = 10.000
RAW Paste Data