Advertisement
turrtle

Untitled

Feb 2nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.92 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local DragFrame = Instance.new("Frame")
  5. local BigFrame = Instance.new("Frame")
  6. local GameButton = Instance.new("TextButton")
  7. local name = Instance.new("TextLabel")
  8. local guiname = Instance.new("TextLabel")
  9. local GameFrame = Instance.new("Frame")
  10. local MadCity = Instance.new("TextButton")
  11. local name_2 = Instance.new("TextLabel")
  12. local BubbleGumSimulator = Instance.new("TextButton")
  13. local RoPiece = Instance.new("TextButton")
  14. local ElectricState = Instance.new("TextButton")
  15. local CounterBlox = Instance.new("TextButton")
  16. local Jailbreak = Instance.new("TextButton")
  17. local PizzaPlace = Instance.new("TextButton")
  18. --Properties:
  19. DragFrame.Name = "Drag Frame"
  20. DragFrame.Parent = game.StarterGui.Shithub
  21. DragFrame.Active = true
  22. DragFrame.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  23. DragFrame.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  24. DragFrame.Position = UDim2.new(0.69928968, 0, 0.29391101, 0)
  25. DragFrame.Size = UDim2.new(0, 255, 0, 43)
  26.  
  27. BigFrame.Name = "BigFrame"
  28. BigFrame.Parent = DragFrame
  29. BigFrame.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  30. BigFrame.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  31. BigFrame.Position = UDim2.new(0, 0, 1, 0)
  32. BigFrame.Size = UDim2.new(0, 255, 0, 212)
  33.  
  34. GameButton.Name = "GameButton"
  35. GameButton.Parent = BigFrame
  36. GameButton.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  37. GameButton.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  38. GameButton.Position = UDim2.new(0.227094188, 0, 0.0596031323, 0)
  39. GameButton.Size = UDim2.new(0, 138, 0, 40)
  40. GameButton.Font = Enum.Font.SourceSans
  41. GameButton.Text = "Games"
  42. GameButton.TextColor3 = Color3.new(1, 1, 1)
  43. GameButton.TextSize = 14
  44.  
  45. name.Name = "name"
  46. name.Parent = BigFrame
  47. name.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  48. name.BackgroundTransparency = 1
  49. name.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  50. name.Position = UDim2.new(-0.00196463661, 0, 0.866999984, 0)
  51. name.Size = UDim2.new(0, 112, 0, 34)
  52. name.Font = Enum.Font.SourceSans
  53. name.Text = "Gui By @кyle#9168 "
  54. name.TextColor3 = Color3.new(1, 1, 1)
  55. name.TextSize = 14
  56.  
  57. guiname.Name = "guiname"
  58. guiname.Parent = DragFrame
  59. guiname.BackgroundColor3 = Color3.new(1, 1, 1)
  60. guiname.BackgroundTransparency = 1
  61. guiname.Position = UDim2.new(0.359090894, 0, -0.0930232555, 0)
  62. guiname.Size = UDim2.new(0, 78, 0, 50)
  63. guiname.Font = Enum.Font.SourceSans
  64. guiname.Text = "Shit Hub V0.1"
  65. guiname.TextColor3 = Color3.new(1, 1, 1)
  66. guiname.TextSize = 14
  67.  
  68. GameFrame.Name = "GameFrame"
  69. GameFrame.Parent = DragFrame
  70. GameFrame.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  71. GameFrame.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  72. GameFrame.Position = UDim2.new(0, 0, 1, 0)
  73. GameFrame.Size = UDim2.new(0, 255, 0, 212)
  74. GameFrame.Visible = false
  75.  
  76. MadCity.Name = "Mad City"
  77. MadCity.Parent = GameFrame
  78. MadCity.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  79. MadCity.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  80. MadCity.Position = UDim2.new(0.0239078701, 0, 0.0360182263, 0)
  81. MadCity.Size = UDim2.new(0, 71, 0, 18)
  82. MadCity.Font = Enum.Font.SourceSans
  83. MadCity.Text = "Mad City"
  84. MadCity.TextColor3 = Color3.new(1, 1, 1)
  85. MadCity.TextScaled = true
  86. MadCity.TextSize = 14
  87. MadCity.TextWrapped = true
  88.  
  89. name_2.Name = "name"
  90. name_2.Parent = GameFrame
  91. name_2.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  92. name_2.BackgroundTransparency = 1
  93. name_2.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  94. name_2.Position = UDim2.new(-0.00196463661, 0, 0.866999984, 0)
  95. name_2.Size = UDim2.new(0, 112, 0, 34)
  96. name_2.Font = Enum.Font.SourceSans
  97. name_2.Text = "Gui By @кyle#9168 "
  98. name_2.TextColor3 = Color3.new(1, 1, 1)
  99. name_2.TextSize = 14
  100.  
  101. BubbleGumSimulator.Name = "Bubble Gum Simulator"
  102. BubbleGumSimulator.Parent = GameFrame
  103. BubbleGumSimulator.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  104. BubbleGumSimulator.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  105. BubbleGumSimulator.Position = UDim2.new(0.330191344, 0, 0.0360182263, 0)
  106. BubbleGumSimulator.Size = UDim2.new(0, 87, 0, 18)
  107. BubbleGumSimulator.Font = Enum.Font.SourceSans
  108. BubbleGumSimulator.Text = "Bubble Gum Simulator"
  109. BubbleGumSimulator.TextColor3 = Color3.new(1, 1, 1)
  110. BubbleGumSimulator.TextScaled = true
  111. BubbleGumSimulator.TextSize = 10
  112. BubbleGumSimulator.TextWrapped = true
  113.  
  114. RoPiece.Name = "Ro-Piece"
  115. RoPiece.Parent = GameFrame
  116. RoPiece.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  117. RoPiece.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  118. RoPiece.Position = UDim2.new(0.700999975, 0, 0.0359999985, 0)
  119. RoPiece.Size = UDim2.new(0, 70, 0, 18)
  120. RoPiece.Font = Enum.Font.SourceSans
  121. RoPiece.Text = "Ro-Piece"
  122. RoPiece.TextColor3 = Color3.new(1, 1, 1)
  123. RoPiece.TextScaled = true
  124. RoPiece.TextSize = 14
  125. RoPiece.TextWrapped = true
  126.  
  127. ElectricState.Name = "Electric State"
  128. ElectricState.Parent = GameFrame
  129. ElectricState.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  130. ElectricState.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  131. ElectricState.Position = UDim2.new(0.0239078701, 0, 0.149225771, 0)
  132. ElectricState.Size = UDim2.new(0, 71, 0, 18)
  133. ElectricState.Font = Enum.Font.SourceSans
  134. ElectricState.Text = "Electric State"
  135. ElectricState.TextColor3 = Color3.new(1, 1, 1)
  136. ElectricState.TextScaled = true
  137. ElectricState.TextSize = 14
  138. ElectricState.TextWrapped = true
  139.  
  140. CounterBlox.Name = "Counter Blox"
  141. CounterBlox.Parent = GameFrame
  142. CounterBlox.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  143. CounterBlox.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  144. CounterBlox.Position = UDim2.new(0.330191344, 0, 0.149225771, 0)
  145. CounterBlox.Size = UDim2.new(0, 87, 0, 18)
  146. CounterBlox.Font = Enum.Font.SourceSans
  147. CounterBlox.Text = "Counter Blox"
  148. CounterBlox.TextColor3 = Color3.new(1, 1, 1)
  149. CounterBlox.TextScaled = true
  150. CounterBlox.TextSize = 10
  151. CounterBlox.TextWrapped = true
  152.  
  153. Jailbreak.Name = "Jailbreak"
  154. Jailbreak.Parent = GameFrame
  155. Jailbreak.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  156. Jailbreak.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  157. Jailbreak.Position = UDim2.new(0.700999975, 0, 0.149207547, 0)
  158. Jailbreak.Size = UDim2.new(0, 70, 0, 18)
  159. Jailbreak.Font = Enum.Font.SourceSans
  160. Jailbreak.Text = "Jailbreak"
  161. Jailbreak.TextColor3 = Color3.new(1, 1, 1)
  162. Jailbreak.TextScaled = true
  163. Jailbreak.TextSize = 14
  164. Jailbreak.TextWrapped = true
  165.  
  166. PizzaPlace.Name = "Pizza Place"
  167. PizzaPlace.Parent = GameFrame
  168. PizzaPlace.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  169. PizzaPlace.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  170. PizzaPlace.Position = UDim2.new(0.0239078701, 0, 0.26243332, 0)
  171. PizzaPlace.Size = UDim2.new(0, 71, 0, 18)
  172. PizzaPlace.Font = Enum.Font.SourceSans
  173. PizzaPlace.Text = "Pizza Place"
  174. PizzaPlace.TextColor3 = Color3.new(1, 1, 1)
  175. PizzaPlace.TextScaled = true
  176. PizzaPlace.TextSize = 14
  177. PizzaPlace.TextWrapped = true
  178. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement