Advertisement
Guest User

somethin idk

a guest
Mar 24th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. -- i made this for fun idk why
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local bar = Instance.new("Frame")
  5. local bar2 = Instance.new("Frame")
  6. local print1 = Instance.new("TextButton")
  7. local bar3 = Instance.new("Frame")
  8. local print2 = Instance.new("TextButton")
  9. local bar3_2 = Instance.new("Frame")
  10. local F9 = Instance.new("TextLabel")
  11. local Close = Instance.new("TextButton")
  12. local Open = Instance.new("TextButton")
  13. local bar_2 = Instance.new("Frame")
  14. --Properties:
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Main.Name = "Main"
  18. Main.Parent = ScreenGui
  19. Main.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  20. Main.BorderSizePixel = 0
  21. Main.Position = UDim2.new(0.322339773, 0, 0.241954744, 0)
  22. Main.Size = UDim2.new(0, 507, 0, 346)
  23. Main.Visible = false
  24.  
  25. bar.Name = "bar"
  26. bar.Parent = Main
  27. bar.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  28. bar.BorderSizePixel = 0
  29. bar.Size = UDim2.new(0, 507, 0, 31)
  30.  
  31. bar2.Name = "bar2"
  32. bar2.Parent = bar
  33. bar2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  34. bar2.BorderSizePixel = 0
  35. bar2.Position = UDim2.new(0, 0, 1, 0)
  36. bar2.Size = UDim2.new(0, 507, 0, 9)
  37.  
  38. print1.Name = "print1"
  39. print1.Parent = Main
  40. print1.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  41. print1.BorderSizePixel = 0
  42. print1.Position = UDim2.new(0.0493096597, 0, 0.176300585, 0)
  43. print1.Size = UDim2.new(0, 114, 0, 32)
  44. print1.Font = Enum.Font.Cartoon
  45. print1.Text = "Boom"
  46. print1.TextColor3 = Color3.new(0, 0, 0)
  47. print1.TextSize = 20
  48.  
  49. bar3.Name = "bar3"
  50. bar3.Parent = print1
  51. bar3.BackgroundColor3 = Color3.new(0, 0, 0)
  52. bar3.BorderSizePixel = 0
  53. bar3.Position = UDim2.new(0, 0, 1, 0)
  54. bar3.Size = UDim2.new(0, 114, 0, 6)
  55.  
  56. print2.Name = "print2"
  57. print2.Parent = Main
  58. print2.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  59. print2.BorderSizePixel = 0
  60. print2.Position = UDim2.new(0.337278068, 0, 0.176300585, 0)
  61. print2.Size = UDim2.new(0, 114, 0, 32)
  62. print2.Font = Enum.Font.Cartoon
  63. print2.Text = "Speed up"
  64. print2.TextColor3 = Color3.new(0, 0, 0)
  65. print2.TextSize = 20
  66.  
  67. bar3_2.Name = "bar3"
  68. bar3_2.Parent = print2
  69. bar3_2.BackgroundColor3 = Color3.new(0, 0, 0)
  70. bar3_2.BorderSizePixel = 0
  71. bar3_2.Position = UDim2.new(0, 0, 1, 0)
  72. bar3_2.Size = UDim2.new(0, 114, 0, 6)
  73.  
  74. F9.Name = "F9"
  75. F9.Parent = Main
  76. F9.BackgroundColor3 = Color3.new(1, 1, 1)
  77. F9.BackgroundTransparency = 1
  78. F9.BorderSizePixel = 0
  79. F9.Position = UDim2.new(0.0808678493, 0, 0.115606919, 0)
  80. F9.Size = UDim2.new(0, 81, 0, 21)
  81. F9.Font = Enum.Font.Code
  82. F9.Text = "Check the console"
  83. F9.TextColor3 = Color3.new(0, 0, 0)
  84. F9.TextSize = 14
  85.  
  86. Close.Name = "Close"
  87. Close.Parent = Main
  88. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Close.BackgroundTransparency = 1
  90. Close.BorderSizePixel = 0
  91. Close.Position = UDim2.new(0.919132173, 0, 0, 0)
  92. Close.Size = UDim2.new(0, 41, 0, 31)
  93. Close.Font = Enum.Font.SourceSansBold
  94. Close.Text = "-"
  95. Close.TextColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  96. Close.TextSize = 40
  97.  
  98. Open.Name = "Open"
  99. Open.Parent = ScreenGui
  100. Open.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  101. Open.BorderSizePixel = 0
  102. Open.Position = UDim2.new(0, 0, 0.783075094, 0)
  103. Open.Size = UDim2.new(0, 108, 0, 49)
  104. Open.Font = Enum.Font.Code
  105. Open.Text = "Open"
  106. Open.TextColor3 = Color3.new(0, 0, 0)
  107. Open.TextSize = 30
  108.  
  109. bar_2.Name = "bar"
  110. bar_2.Parent = Open
  111. bar_2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  112. bar_2.BorderSizePixel = 0
  113. bar_2.Position = UDim2.new(0, 0, 1, 0)
  114. bar_2.Size = UDim2.new(0, 108, 0, 7)
  115. -- Scripts:
  116. function SCRIPT_HMSJ83_FAKESCRIPT() -- print1.Script
  117. local script = Instance.new('Script')
  118. script.Parent = print1
  119. print1.MouseButton1Click:connect(function()
  120. print("add forosod#1708 or ur gay u fucking silly gay ass cunt motherfucker nigger lil poo ass motherfucka nigga boy pussy lookin ass motherfucker")
  121. end)
  122.  
  123. end
  124. coroutine.resume(coroutine.create(SCRIPT_HMSJ83_FAKESCRIPT))
  125. function SCRIPT_RIHB85_FAKESCRIPT() -- print2.Script
  126. local script = Instance.new('Script')
  127. script.Parent = print2
  128. print2.MouseButton1Click:connect(function()
  129. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  130. end)
  131.  
  132. end
  133. coroutine.resume(coroutine.create(SCRIPT_RIHB85_FAKESCRIPT))
  134. function SCRIPT_ADDS74_FAKESCRIPT() -- Close.LocalScript
  135. local script = Instance.new('LocalScript')
  136. script.Parent = Close
  137. script.Parent.MouseButton1Click:Connect(function()
  138. game.Players.LocalPlayer.PlayerGui.ScreenGui.Main.Visible = false
  139. game.Players.LocalPlayer.PlayerGui.ScreenGui.Open.Visible = true
  140. end)
  141.  
  142. end
  143. coroutine.resume(coroutine.create(SCRIPT_ADDS74_FAKESCRIPT))
  144. function SCRIPT_CGAJ67_FAKESCRIPT() -- Open.LocalScript
  145. local script = Instance.new('LocalScript')
  146. script.Parent = Open
  147. script.Parent.MouseButton1Click:Connect(function()
  148. game.Players.LocalPlayer.PlayerGui.ScreenGui.Main.Visible = true
  149. game.Players.LocalPlayer.PlayerGui.ScreenGui.Open.Visible = false
  150. end)
  151.  
  152. end
  153. coroutine.resume(coroutine.create(SCRIPT_CGAJ67_FAKESCRIPT))
  154.  
  155. -- aaa lol ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement