Advertisement
madzachary13

ROBLOX TEST 2

Feb 22nd, 2020
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version:
  3. -- DONT USE THIS. THIS IS A TEST
  4.  
  5. -- Instances:
  6.  
  7. local ScreenGui = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local ROBLOX = Instance.new("TextLabel")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local ImageLabel = Instance.new("ImageLabel")
  13. }
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(5, 9, 255)
  22. Frame.BorderColor3 = Color3.fromRGB(0, 34, 255)
  23. Frame.Position = UDim2.new(0.035502959, 0, 0.386058927, 0)
  24. Frame.Size = UDim2.new(0, 308, 0, 213)
  25.  
  26. ROBLOX.Name = "ROBLOX"
  27. ROBLOX.Parent = ScreenGui
  28. ROBLOX.BackgroundColor3 = Color3.fromRGB(22, 255, 6)
  29. ROBLOX.BorderColor3 = Color3.fromRGB(25, 5, 255)
  30. ROBLOX.Position = UDim2.new(0.142011836, 0, 0.386058956, 0)
  31. ROBLOX.Size = UDim2.new(0, 200, 0, 50)
  32. ROBLOX.Font = Enum.Font.SourceSans
  33. ROBLOX.Text = "Roblox exploit made by me olddorito"
  34. ROBLOX.TextColor3 = Color3.fromRGB(28, 153, 49)
  35. ROBLOX.TextSize = 14.000
  36. ROBLOX.TextStrokeColor3 = Color3.fromRGB(59, 154, 156)
  37.  
  38. TextButton.Parent = ScreenGui
  39. TextButton.BackgroundColor3 = Color3.fromRGB(255, 226, 0)
  40. TextButton.BorderColor3 = Color3.fromRGB(255, 247, 1)
  41. TextButton.Position = UDim2.new(0.455621302, 0, 0.573726535, 0)
  42. TextButton.Size = UDim2.new(0, 80, 0, 31)
  43. TextButton.Font = Enum.Font.SourceSans
  44. TextButton.Text = "FLY "
  45. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. TextButton.TextSize = 14.000
  47. flybutton.MouseButton1Down:connect(function()
  48. loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  49. flybutton.Text = "Press E to fly and unfly"
  50. flybutton.TextSize = 10.000
  51. end
  52.  
  53. TextButton_2.Parent = ScreenGui
  54. TextButton_2.BackgroundColor3 = Color3.fromRGB(251, 255, 0)
  55. TextButton_2.BorderColor3 = Color3.fromRGB(255, 247, 0)
  56. TextButton_2.Position = UDim2.new(0.142011836, 0, 0.571045578, 0)
  57. TextButton_2.Size = UDim2.new(0, 86, 0, 32)
  58. TextButton_2.Font = Enum.Font.SourceSans
  59. TextButton_2.Text = "Fast Walkspeed"
  60. flybutton.MouseButton1Down:connect(function()
  61. loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
  62. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. TextButton_2.TextSize = 14.000
  64.  
  65.  
  66. ImageLabel.Parent = ScreenGui
  67. ImageLabel.BackgroundColor3 = Color3.fromRGB(175, 16, 19)
  68. ImageLabel.BorderColor3 = Color3.fromRGB(5, 9, 255)
  69. ImageLabel.Position = UDim2.new(0.258382648, 0, 0.689008057, 0)
  70. ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  71. ImageLabel.Image = "http://www.roblox.com/asset/?id=30939763"
  72. ImageLabel.ImageColor3 = Color3.fromRGB(5, 9, 255)
  73. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement