Advertisement
Guest User

RemixGUI Lua ONLY!

a guest
May 23rd, 2018
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local RemixGUI = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local Title = Instance.new("TextLabel")
  10. local Credits = Instance.new("TextLabel")
  11. local NullHub = Instance.new("TextButton")
  12. local ExplodeShirt = Instance.new("TextButton")
  13. local HitlerGUI = Instance.new("TextButton")
  14. local YourMomGUI = Instance.new("TextButton")
  15. local RoExploitV6 = Instance.new("TextButton")
  16. local Open = Instance.new("TextButton")
  17. local Close = Instance.new("TextButton")
  18.  
  19. -- Properties
  20.  
  21. RemixGUI.Name = "RemixGUI"
  22. RemixGUI.Parent = game.StarterGui
  23.  
  24. MainFrame.Name = "MainFrame"
  25. MainFrame.Parent = RemixGUI
  26. MainFrame.Active = true
  27. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  28. MainFrame.Position = UDim2.new(0, 0, 0.634474337, 0)
  29. MainFrame.Size = UDim2.new(0, 470, 0, 299)
  30.  
  31. Frame.Parent = MainFrame
  32. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  33. Frame.Position = UDim2.new(0, 0, 0.133779258, 0)
  34. Frame.Size = UDim2.new(0, 470, 0, 6)
  35.  
  36. Title.Name = "Title"
  37. Title.Parent = MainFrame
  38. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Title.Size = UDim2.new(0, 470, 0, 40)
  40. Title.Font = Enum.Font.Code
  41. Title.Text = "RemixGUI"
  42. Title.TextScaled = true
  43. Title.TextSize = 14
  44. Title.TextWrapped = true
  45.  
  46. Credits.Name = "Credits"
  47. Credits.Parent = MainFrame
  48. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  49. Credits.Position = UDim2.new(0, 0, 0.949832797, 0)
  50. Credits.Size = UDim2.new(0, 176, 0, 15)
  51. Credits.Font = Enum.Font.Bodoni
  52. Credits.Text = "Created And Scripted By Awoozee"
  53. Credits.TextScaled = true
  54. Credits.TextSize = 14
  55. Credits.TextWrapped = true
  56.  
  57. NullHub.Name = "NullHub"
  58. NullHub.Parent = MainFrame
  59. NullHub.BackgroundColor3 = Color3.new(0, 0.666667, 0.498039)
  60. NullHub.Position = UDim2.new(0.0893617049, 0, 0.222408026, 0)
  61. NullHub.Size = UDim2.new(0, 150, 0, 34)
  62. NullHub.Font = Enum.Font.SourceSans
  63. NullHub.Text = "NullHub"
  64. NullHub.TextScaled = true
  65. NullHub.TextSize = 14
  66. NullHub.TextWrapped = true
  67.  
  68. ExplodeShirt.Name = "ExplodeShirt"
  69. ExplodeShirt.Parent = MainFrame
  70. ExplodeShirt.BackgroundColor3 = Color3.new(0, 0.666667, 0.498039)
  71. ExplodeShirt.Position = UDim2.new(0.0893617049, 0, 0.444816053, 0)
  72. ExplodeShirt.Size = UDim2.new(0, 150, 0, 34)
  73. ExplodeShirt.Font = Enum.Font.SourceSans
  74. ExplodeShirt.Text = "FreeRobux Touch Me"
  75. ExplodeShirt.TextScaled = true
  76. ExplodeShirt.TextSize = 14
  77. ExplodeShirt.TextWrapped = true
  78.  
  79. HitlerGUI.Name = "HitlerGUI"
  80. HitlerGUI.Parent = MainFrame
  81. HitlerGUI.BackgroundColor3 = Color3.new(0, 0.666667, 0.498039)
  82. HitlerGUI.Position = UDim2.new(0.0893617049, 0, 0.662207305, 0)
  83. HitlerGUI.Size = UDim2.new(0, 150, 0, 34)
  84. HitlerGUI.Font = Enum.Font.SourceSans
  85. HitlerGUI.Text = "HitlerGUI"
  86. HitlerGUI.TextScaled = true
  87. HitlerGUI.TextSize = 14
  88. HitlerGUI.TextWrapped = true
  89.  
  90. YourMomGUI.Name = "YourMomGUI"
  91. YourMomGUI.Parent = MainFrame
  92. YourMomGUI.BackgroundColor3 = Color3.new(0, 0.666667, 0.498039)
  93. YourMomGUI.Position = UDim2.new(0.580851078, 0, 0.553511679, 0)
  94. YourMomGUI.Size = UDim2.new(0, 150, 0, 34)
  95. YourMomGUI.Font = Enum.Font.SourceSans
  96. YourMomGUI.Text = "YourMomV2 GUI"
  97. YourMomGUI.TextScaled = true
  98. YourMomGUI.TextSize = 14
  99. YourMomGUI.TextWrapped = true
  100.  
  101. RoExploitV6.Name = "RoExploit V6"
  102. RoExploitV6.Parent = MainFrame
  103. RoExploitV6.BackgroundColor3 = Color3.new(0, 0.666667, 0.498039)
  104. RoExploitV6.Position = UDim2.new(0.576595783, 0, 0.329431444, 0)
  105. RoExploitV6.Size = UDim2.new(0, 150, 0, 34)
  106. RoExploitV6.Font = Enum.Font.SourceSans
  107. RoExploitV6.Text = "RoExploit V6"
  108. RoExploitV6.TextScaled = true
  109. RoExploitV6.TextSize = 14
  110. RoExploitV6.TextWrapped = true
  111.  
  112. Open.Name = "Open"
  113. Open.Parent = MainFrame
  114. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Open.Position = UDim2.new(0, 0, -0.528428078, 0)
  116. Open.Size = UDim2.new(0, 76, 0, 35)
  117. Open.Font = Enum.Font.Highway
  118. Open.Text = "Open"
  119. Open.TextSize = 14
  120.  
  121. Close.Name = "Close"
  122. Close.Parent = MainFrame
  123. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  124. Close.Position = UDim2.new(0, 0, -0.525083601, 0)
  125. Close.Size = UDim2.new(0, 76, 0, 35)
  126. Close.Font = Enum.Font.Highway
  127. Close.Text = "Close"
  128. Close.TextSize = 14
  129.  
  130. -- Scripts
  131.  
  132. Open.MouseButton1Down:connect(function()
  133. MainFrame.Visible = true
  134. Open.Visible = false
  135. Close.Visible = true
  136. end)
  137.  
  138. Close.MouseButton1Down:connect(function()
  139. MainFrame.Visible = false
  140. Open.Visible = true
  141. Close.Visible = false
  142. end)
  143.  
  144. NullHub.MouseButton1Down:connect(function()
  145. loadstring(game:HttpGet(('https://pastebin.com/raw/CnYLDRq3'),true))()
  146. end)
  147.  
  148. HitlerGUI.MouseButton1Down:connect(function()
  149. loadstring(game:HttpGet(('https://pastebin.com/raw/qLx3Q9HG'),true))()
  150. end)
  151.  
  152. ExplodeShirt.MouseButton1Down:connect(function()
  153. loadstring(game:HttpGet(('https://pastebin.com/raw/CnYLDRq3'),true))()
  154. end)
  155.  
  156. RoExploitV6.MouseButton1Down:connect(function()
  157. loadstring(game:HttpGet(('https://pastebin.com/raw/45CTkz2t'),true))()
  158. end)
  159.  
  160. YourMomGUI.MouseButton1Down:connect(function()
  161. loadstring(game:HttpGet(('https://pastebin.com/raw/Eki6yxyk'),true))()
  162. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement