Advertisement
MagmaPlays

not work

Oct 13th, 2019
612
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local SaberSimulatorGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10. local TextButton_2 = Instance.new("TextButton")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local TextButton_3 = Instance.new("TextButton")
  13. local Frame = Instance.new("Frame")
  14. local Frame_2 = Instance.new("Frame")
  15. local TextButton_4 = Instance.new("TextButton")
  16. local TextButton_5 = Instance.new("TextButton")
  17. local TextButton_6 = Instance.new("TextButton")
  18. local TextButton_7 = Instance.new("TextButton")
  19. local TextButton_8 = Instance.new("TextButton")
  20. local TextLabel_3 = Instance.new("TextLabel")
  21.  
  22. --Properties:
  23.  
  24. SaberSimulatorGui.Name = "Saber Simulator Gui"
  25. SaberSimulatorGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. SaberSimulatorGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. main.Name = "main"
  29. main.Parent = SaberSimulatorGui
  30. main.Active = true
  31. main.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  32. main.Position = UDim2.new(0.299906164, 0, 0.0616302155, 0)
  33. main.Selectable = true
  34. main.Size = UDim2.new(0, 378, 0, 441)
  35.  
  36. TextLabel.Parent = main
  37. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  38. TextLabel.Size = UDim2.new(0, 378, 0, 30)
  39. TextLabel.Font = Enum.Font.SourceSans
  40. TextLabel.Text = "Saber Simulator Gui"
  41. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  42. TextLabel.TextScaled = true
  43. TextLabel.TextSize = 14
  44. TextLabel.TextWrapped = true
  45. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  46.  
  47. TextButton.Parent = main
  48. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  49. TextButton.Position = UDim2.new(0.600529134, 0, 0.532879829, 0)
  50. TextButton.Size = UDim2.new(0, 111, 0, 34)
  51. TextButton.Font = Enum.Font.SourceSans
  52. TextButton.Text = "Tps"
  53. TextButton.TextColor3 = Color3.new(1, 1, 1)
  54. TextButton.TextScaled = true
  55. TextButton.TextSize = 14
  56. TextButton.TextWrapped = true
  57.  
  58. TextButton_2.Parent = main
  59. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  60. TextButton_2.Position = UDim2.new(0.124338627, 0, 0.537414968, 0)
  61. TextButton_2.Size = UDim2.new(0, 111, 0, 32)
  62. TextButton_2.Font = Enum.Font.SourceSans
  63. TextButton_2.Text = "Scripts"
  64. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  65. TextButton_2.TextScaled = true
  66. TextButton_2.TextSize = 14
  67. TextButton_2.TextWrapped = true
  68.  
  69. TextLabel_2.Parent = main
  70. TextLabel_2.BackgroundColor3 = Color3.new(0.0313726, 0, 1)
  71. TextLabel_2.Position = UDim2.new(0, 0, 0.931972802, 0)
  72. TextLabel_2.Size = UDim2.new(0, 158, 0, 30)
  73. TextLabel_2.Font = Enum.Font.SourceSans
  74. TextLabel_2.Text = "Made By Someone"
  75. TextLabel_2.TextColor3 = Color3.new(1, 0.466667, 0)
  76. TextLabel_2.TextScaled = true
  77. TextLabel_2.TextSize = 14
  78. TextLabel_2.TextWrapped = true
  79.  
  80. TextButton_3.Parent = main
  81. TextButton_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  82. TextButton_3.Position = UDim2.new(0.928571403, 0, 0, 0)
  83. TextButton_3.Size = UDim2.new(0, 27, 0, 30)
  84. TextButton_3.Font = Enum.Font.SourceSans
  85. TextButton_3.Text = "X"
  86. TextButton_3.TextColor3 = Color3.new(1, 0, 0)
  87. TextButton_3.TextSize = 22
  88.  
  89. Frame.Parent = SaberSimulatorGui
  90. Frame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  91. Frame.Position = UDim2.new(0.609184623, 0, 0.0834990069, 0)
  92. Frame.Size = UDim2.new(0, 278, 0, 289)
  93. Frame.Visible = false
  94.  
  95. Frame_2.Parent = Frame
  96. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  97. Frame_2.Size = UDim2.new(0, 278, 0, 25)
  98.  
  99. TextButton_4.Parent = Frame
  100. TextButton_4.BackgroundColor3 = Color3.new(0, 0, 0)
  101. TextButton_4.Position = UDim2.new(0.297000587, 0, 0.201774836, 0)
  102. TextButton_4.Size = UDim2.new(0, 111, 0, 34)
  103. TextButton_4.Font = Enum.Font.SourceSans
  104. TextButton_4.Text = "Autofarm"
  105. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  106. TextButton_4.TextScaled = true
  107. TextButton_4.TextSize = 14
  108. TextButton_4.TextWrapped = true
  109.  
  110. TextButton_5.Parent = Frame
  111. TextButton_5.BackgroundColor3 = Color3.new(0, 0, 0)
  112. TextButton_5.Position = UDim2.new(0.297000498, 0, 0.364404559, 0)
  113. TextButton_5.Size = UDim2.new(0, 111, 0, 32)
  114. TextButton_5.Font = Enum.Font.SourceSans
  115. TextButton_5.Text = "Auto King"
  116. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  117. TextButton_5.TextScaled = true
  118. TextButton_5.TextSize = 14
  119. TextButton_5.TextWrapped = true
  120.  
  121. TextButton_6.Parent = Frame
  122. TextButton_6.BackgroundColor3 = Color3.new(0, 0, 0)
  123. TextButton_6.Position = UDim2.new(0.297000498, 0, 0.668902814, 0)
  124. TextButton_6.Size = UDim2.new(0, 111, 0, 32)
  125. TextButton_6.Font = Enum.Font.SourceSans
  126. TextButton_6.Text = "Auto Candy"
  127. TextButton_6.TextColor3 = Color3.new(1, 1, 1)
  128. TextButton_6.TextScaled = true
  129. TextButton_6.TextSize = 14
  130. TextButton_6.TextWrapped = true
  131.  
  132. TextButton_7.Parent = Frame
  133. TextButton_7.BackgroundColor3 = Color3.new(0, 0, 0)
  134. TextButton_7.Position = UDim2.new(0.297000498, 0, 0.520113885, 0)
  135. TextButton_7.Size = UDim2.new(0, 111, 0, 32)
  136. TextButton_7.Font = Enum.Font.SourceSans
  137. TextButton_7.Text = "Auto Boss"
  138. TextButton_7.TextColor3 = Color3.new(1, 1, 1)
  139. TextButton_7.TextScaled = true
  140. TextButton_7.TextSize = 14
  141. TextButton_7.TextWrapped = true
  142.  
  143. TextButton_8.Parent = Frame
  144. TextButton_8.BackgroundColor3 = Color3.new(0, 0, 0)
  145. TextButton_8.Position = UDim2.new(0.297000587, 0, 0.821151972, 0)
  146. TextButton_8.Size = UDim2.new(0, 111, 0, 34)
  147. TextButton_8.Font = Enum.Font.SourceSans
  148. TextButton_8.Text = "Auto Coin"
  149. TextButton_8.TextColor3 = Color3.new(1, 1, 1)
  150. TextButton_8.TextScaled = true
  151. TextButton_8.TextSize = 14
  152. TextButton_8.TextWrapped = true
  153.  
  154. TextLabel_3.Parent = Frame
  155. TextLabel_3.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  156. TextLabel_3.Position = UDim2.new(0.25179857, 0, 0.0207612459, 0)
  157. TextLabel_3.Selectable = true
  158. TextLabel_3.Size = UDim2.new(0, 137, 0, 13)
  159. TextLabel_3.Font = Enum.Font.SourceSans
  160. TextLabel_3.Text = "Scripts"
  161. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  162. TextLabel_3.TextSize = 14
  163.  
  164. -- Scripts:
  165.  
  166. local function BUERMO_fake_script() -- TextButton_2.LocalScript
  167. local script = Instance.new('LocalScript', TextButton_2)
  168.  
  169. script.Parent.MouseButton1Click:Connect(function()
  170. -- script here
  171. end)
  172. end
  173. coroutine.wrap(BUERMO_fake_script)()
  174. local function LBTIMGQ_fake_script() -- main.LocalScript
  175. local script = Instance.new('LocalScript', main)
  176.  
  177. script.Parent.Draggable = true
  178. end
  179. coroutine.wrap(LBTIMGQ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement