HIEYEEEEEEESSS

Attempt 2

Feb 23rd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.84 KB | None | 0 0
  1.  
  2. -- First GUI Let's Go!
  3. -- More Scripts Coming soon!
  4. -- Instances:
  5. local Yogurt = Instance.new("ScreenGui")
  6. local Login = Instance.new("Frame")
  7. local bar = Instance.new("Frame")
  8. local sub = Instance.new("TextButton")
  9. local Exit = Instance.new("TextButton")
  10. local pass = Instance.new("TextBox")
  11. local user = Instance.new("TextBox")
  12. local Name = Instance.new("TextLabel")
  13. local News = Instance.new("Frame")
  14. local bar_2 = Instance.new("Frame")
  15. local Facts = Instance.new("TextLabel")
  16. local Updates = Instance.new("TextLabel")
  17. local TextLabel = Instance.new("TextLabel")
  18. local k = Instance.new("TextButton")
  19. local TextLabel_2 = Instance.new("TextLabel")
  20. local Exploit = Instance.new("Frame")
  21. local bar_3 = Instance.new("Frame")
  22. local Exit = Instance.new("TextButton")
  23. local Executionssss = Instance.new("TextButton")
  24. local TextLabel_3 = Instance.new("TextLabel")
  25. local Scripts = Instance.new("TextButton")
  26. local Rocitizen = Instance.new("TextButton")
  27. local Rocitizens = Instance.new("TextButton")
  28. local Rocitizenz = Instance.new("TextButton")
  29. local Prison = Instance.new("TextButton")
  30. local Jail = Instance.new("TextButton")
  31. local Mad = Instance.new("TextButton")
  32. local Open = Instance.new("TextButton")
  33. --Properties:
  34. Yogurt.Name = "Yogurt"
  35. Yogurt.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  36.  
  37. Login.Name = "Login"
  38. Login.Parent = Yogurt
  39. Login.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  40. Login.Position = UDim2.new(0.336927235, 0, 0.179282874, 0)
  41. Login.Size = UDim2.new(0, 242, 0, 322)
  42.  
  43. Login.MouseButton1Down:connect(function()
  44.  
  45. if user.text == "ExGurlForYogurt" and pass.text == "YogurtzLives" then
  46. News.Visible = true
  47. Login.Visible = false
  48. end)
  49.  
  50.  
  51.  
  52. bar.Name = "bar"
  53. bar.Parent = Login
  54. bar.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  55. bar.Position = UDim2.new(-0.00191575289, 0, -0.000841349363, 0)
  56. bar.Size = UDim2.new(0, 242, 0, 39)
  57.  
  58. sub.Name = "sub"
  59. sub.Parent = Login
  60. sub.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  61. sub.Position = UDim2.new(0.311342984, 0, 0.710338831, 0)
  62. sub.Size = UDim2.new(0, 95, 0, 49)
  63. sub.Font = Enum.Font.SourceSans
  64. sub.Text = "Login"
  65. sub.TextColor3 = Color3.new(0, 0, 0)
  66. sub.TextScaled = true
  67. sub.TextSize = 14
  68. sub.TextWrapped = true
  69.  
  70. Exit.Name = "Exit"
  71. Exit.Parent = Login
  72. Exit.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  73. Exit.Position = UDim2.new(0.811821938, 0, -0.00138101913, 0)
  74. Exit.Size = UDim2.new(0, 45, 0, 38)
  75. Exit.Font = Enum.Font.SciFi
  76. Exit.Text = "X"
  77. Exit.TextColor3 = Color3.new(0, 0, 0)
  78. Exit.TextScaled = true
  79. Exit.TextSize = 14
  80. Exit.TextWrapped = true
  81.  
  82.  
  83. Exit.MouseButton1Down:connect(function()
  84. Open.visible = true
  85. Login.visible = false
  86. end)
  87.  
  88.  
  89. pass.Name = "pass"
  90. pass.Parent = Login
  91. pass.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  92. pass.Position = UDim2.new(0.0965449587, 0, 0.483061582, 0)
  93. pass.Size = UDim2.new(0, 200, 0, 50)
  94. pass.Font = Enum.Font.SourceSans
  95. pass.PlaceholderColor3 = Color3.new(0, 0, 0)
  96. pass.PlaceholderText = "Password"
  97. pass.Text = ""
  98. pass.TextColor3 = Color3.new(0, 0, 0)
  99. pass.TextScaled = true
  100. pass.TextSize = 14
  101. pass.TextWrapped = true
  102.  
  103. user.Name = "user"
  104. user.Parent = Login
  105. user.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  106. user.Position = UDim2.new(0.0965449587, 0, 0.231409773, 0)
  107. user.Size = UDim2.new(0, 200, 0, 50)
  108. user.Font = Enum.Font.SourceSans
  109. user.PlaceholderColor3 = Color3.new(0, 0, 0)
  110. user.PlaceholderText = "Username"
  111. user.Text = ""
  112. user.TextColor3 = Color3.new(0, 0, 0)
  113. user.TextScaled = true
  114. user.TextSize = 14
  115. user.TextWrapped = true
  116.  
  117. Name.Name = "Name"
  118. Name.Parent = Login
  119. Name.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  120. Name.Position = UDim2.new(-0.00236133114, 0, 0.0189552531, 0)
  121. Name.Size = UDim2.new(0, 183, 0, 26)
  122. Name.Font = Enum.Font.Gotham
  123. Name.Text = "Yogurt GUI version 0.2"
  124. Name.TextColor3 = Color3.new(0, 0, 0)
  125. Name.TextScaled = true
  126. Name.TextSize = 14
  127. Name.TextWrapped = true
  128.  
  129. News.Name = "News!"
  130. News.Parent = Yogurt
  131. News.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  132. News.Position = UDim2.new(0.0876010805, 0, 0.119521916, 0)
  133. News.Size = UDim2.new(0, 611, 0, 382)
  134. News.Visible = false
  135.  
  136. bar_2.Name = "bar"
  137. bar_2.Parent = News
  138. bar_2.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  139. bar_2.Position = UDim2.new(-0.00126167212, 0, -0.000271183031, 0)
  140. bar_2.Size = UDim2.new(0, 612, 0, 48)
  141.  
  142. Facts.Name = "Facts"
  143. Facts.Parent = News
  144. Facts.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  145. Facts.Position = UDim2.new(0.166939437, 0, 0.123036653, 0)
  146. Facts.Size = UDim2.new(0, 407, 0, 33)
  147. Facts.Font = Enum.Font.SourceSans
  148. Facts.Text = "Yogurt's Nutritional facts"
  149. Facts.TextColor3 = Color3.new(0, 0, 0)
  150. Facts.TextScaled = true
  151. Facts.TextSize = 14
  152. Facts.TextWrapped = true
  153.  
  154. Updates.Name = "Updates"
  155. Updates.Parent = News
  156. Updates.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  157. Updates.Position = UDim2.new(0.0360065326, 0, 0.350785345, 0)
  158. Updates.Size = UDim2.new(0, 163, 0, 65)
  159. Updates.Font = Enum.Font.GothamBlack
  160. Updates.Text = "New update: Version 0.2 The Start"
  161. Updates.TextColor3 = Color3.new(0, 0, 0)
  162. Updates.TextScaled = true
  163. Updates.TextSize = 14
  164. Updates.TextWrapped = true
  165.  
  166. TextLabel.Parent = News
  167. TextLabel.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  168. TextLabel.Position = UDim2.new(0.68412441, 0, 0.350785345, 0)
  169. TextLabel.Size = UDim2.new(0, 176, 0, 68)
  170. TextLabel.Font = Enum.Font.GothamBold
  171. TextLabel.Text = "New Discord: https://discord.gg/kcKSmdg"
  172. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  173. TextLabel.TextScaled = true
  174. TextLabel.TextSize = 14
  175. TextLabel.TextWrapped = true
  176.  
  177. k.Name = "k"
  178. k.Parent = News
  179. k.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  180. k.Position = UDim2.new(0.335515529, 0, 0.782722473, 0)
  181. k.Size = UDim2.new(0, 200, 0, 50)
  182. k.Font = Enum.Font.Bodoni
  183. k.Text = "Let's Go!"
  184. k.TextColor3 = Color3.new(0, 0, 0)
  185. k.TextScaled = true
  186. k.TextSize = 14
  187. k.TextWrapped = true
  188.  
  189. k.MouseButton1Down:connect(function()
  190. Exploit.visible = true
  191. News.visible = false
  192. end)
  193.  
  194.  
  195. TextLabel_2.Parent = News
  196. TextLabel_2.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  197. TextLabel_2.Position = UDim2.new(0.36006546, 0, 0.350785345, 0)
  198. TextLabel_2.Size = UDim2.new(0, 169, 0, 68)
  199. TextLabel_2.Font = Enum.Font.GothamBold
  200. TextLabel_2.Text = "Subscribe To Gacha Mood Editor For More Updates!"
  201. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  202. TextLabel_2.TextScaled = true
  203. TextLabel_2.TextSize = 14
  204. TextLabel_2.TextWrapped = true
  205.  
  206. Exploit.Name = "Exploit"
  207. Exploit.Parent = Yogurt
  208. Exploit.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  209. Exploit.Position = UDim2.new(0.229110509, 0, 0.0398406386, 0)
  210. Exploit.Size = UDim2.new(0, 528, 0, 450)
  211. Exploit.Visible = false
  212.  
  213. bar_3.Name = "bar"
  214. bar_3.Parent = Exploit
  215. bar_3.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  216. bar_3.Size = UDim2.new(0, 528, 0, 43)
  217.  
  218. Exit.Name = "Exit"
  219. Exit.Parent = Exploit
  220. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  221. Exit.Position = UDim2.new(0.906290352, 0, 0, 0)
  222. Exit.Size = UDim2.new(0, 49, 0, 42)
  223. Exit.Font = Enum.Font.Cartoon
  224. Exit.Text = "X"
  225. Exit.TextColor3 = Color3.new(0, 0, 0)
  226. Exit.TextScaled = true
  227. Exit.TextSize = 14
  228. Exit.TextWrapped = true
  229.  
  230. Executionssss.Name = "Executionssss"
  231. Executionssss.Parent = Exploit
  232. Executionssss.BackgroundColor3 = Color3.new(1, 0, 1)
  233. Executionssss.Position = UDim2.new(0.0990501344, 0, 0.196718961, 0)
  234. Executionssss.Size = UDim2.new(0, 142, 0, 58)
  235. Executionssss.Font = Enum.Font.Code
  236. Executionssss.Text = "Executer"
  237. Executionssss.TextColor3 = Color3.new(0, 0, 0)
  238. Executionssss.TextScaled = true
  239. Executionssss.TextSize = 14
  240. Executionssss.TextWrapped = true
  241.  
  242.  
  243. Executionssss.MouseButton1Down:connect(function()
  244. loadstring(game:HttpGet("https://pastebin.com/z79ZHi4Va",true))()
  245. end)
  246.  
  247.  
  248. TextLabel_3.Parent = Exploit
  249. TextLabel_3.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  250. TextLabel_3.Position = UDim2.new(-0.000194072723, 0, -0.00450431928, 0)
  251. TextLabel_3.Size = UDim2.new(0, 132, 0, 44)
  252. TextLabel_3.Font = Enum.Font.SourceSans
  253. TextLabel_3.Text = "Yogurt GUI 2.0"
  254. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  255. TextLabel_3.TextScaled = true
  256. TextLabel_3.TextSize = 14
  257. TextLabel_3.TextWrapped = true
  258.  
  259. Scripts.Name = "Scripts"
  260. Scripts.Parent = Exploit
  261. Scripts.BackgroundColor3 = Color3.new(1, 0, 1)
  262. Scripts.Position = UDim2.new(0.633863211, 0, 0.196718961, 0)
  263. Scripts.Size = UDim2.new(0, 131, 0, 58)
  264. Scripts.Font = Enum.Font.Code
  265. Scripts.Text = "Scripts"
  266. Scripts.TextColor3 = Color3.new(0, 0, 0)
  267. Scripts.TextScaled = true
  268. Scripts.TextSize = 14
  269. Scripts.TextWrapped = true
  270.  
  271. Scripts.MouseButton1Down:connect(function()
  272. loadstring(game:HttpGet("https://pastebin.com/raw/z1sJ0bsn",true))()
  273. end)
  274.  
  275.  
  276.  
  277.  
  278. Rocitizen.Name = "Rocitizen"
  279. Rocitizen.Parent = Exploit
  280. Rocitizen.BackgroundColor3 = Color3.new(1, 0, 1)
  281. Rocitizen.Position = UDim2.new(0.0990501344, 0, 0.371620923, 0)
  282. Rocitizen.Size = UDim2.new(0, 142, 0, 63)
  283. Rocitizen.Font = Enum.Font.Code
  284. Rocitizen.Text = "Rocitizens Pack 1"
  285. Rocitizen.TextColor3 = Color3.new(0, 0, 0)
  286. Rocitizen.TextScaled = true
  287. Rocitizen.TextSize = 14
  288. Rocitizen.TextWrapped = true
  289.  
  290. Rocitizen.MouseButton1Down:connect(function()
  291. loadstring(game:HttpGet("https://pastebin.com/sF3g3rbU",true))()
  292. end)
  293.  
  294.  
  295.  
  296.  
  297. Rocitizens.Name = "Rocitizens"
  298. Rocitizens.Parent = Exploit
  299. Rocitizens.BackgroundColor3 = Color3.new(1, 0, 1)
  300. Rocitizens.Position = UDim2.new(0.631834924, 0, 0.371620923, 0)
  301. Rocitizens.Size = UDim2.new(0, 133, 0, 63)
  302. Rocitizens.Font = Enum.Font.Code
  303. Rocitizens.Text = "Rocitizens Pack 2"
  304. Rocitizens.TextColor3 = Color3.new(0, 0, 0)
  305. Rocitizens.TextScaled = true
  306. Rocitizens.TextSize = 14
  307. Rocitizens.TextWrapped = true
  308.  
  309. Rocitizens.MouseButton1Down:connect(function()
  310. loadstring(game:GetObjects("rbxassetid://1469815290")[1].Source)()
  311. end)
  312.  
  313.  
  314.  
  315.  
  316. Rocitizenz.Name = "Rocitizenz"
  317. Rocitizenz.Parent = Exploit
  318. Rocitizenz.BackgroundColor3 = Color3.new(1, 0, 1)
  319. Rocitizenz.Position = UDim2.new(0.0990501419, 0, 0.550444484, 0)
  320. Rocitizenz.Size = UDim2.new(0, 142, 0, 63)
  321. Rocitizenz.Font = Enum.Font.Code
  322. Rocitizenz.Text = "Rocitizens Pack 3"
  323. Rocitizenz.TextColor3 = Color3.new(0, 0, 0)
  324. Rocitizenz.TextScaled = true
  325. Rocitizenz.TextSize = 14
  326. Rocitizenz.TextWrapped = true
  327.  
  328. Rocitizenz.MouseButton1Down:connect(function()
  329. loadstring(Game:GetObjects("rbxassetid://1368835475")[1].Source)()
  330. end)
  331.  
  332.  
  333. Prison.Name = "Prison"
  334. Prison.Parent = Exploit
  335. Prison.BackgroundColor3 = Color3.new(1, 0, 1)
  336. Prison.Position = UDim2.new(0.630075336, 0, 0.550444484, 0)
  337. Prison.Size = UDim2.new(0, 132, 0, 63)
  338. Prison.Font = Enum.Font.Code
  339. Prison.Text = "Prison Life"
  340. Prison.TextColor3 = Color3.new(0, 0, 0)
  341. Prison.TextScaled = true
  342. Prison.TextSize = 14
  343. Prison.TextWrapped = true
  344.  
  345. Prison.MouseButton1Down:connect(function()
  346. loadstring(game:HttpGet("https://pastebin.com/vm4wpud9",true))()
  347. end)
  348.  
  349.  
  350.  
  351. Jail.Name = "Jail"
  352. Jail.Parent = Exploit
  353. Jail.BackgroundColor3 = Color3.new(1, 0, 1)
  354. Jail.Position = UDim2.new(0.100944057, 0, 0.741555512, 0)
  355. Jail.Size = UDim2.new(0, 141, 0, 63)
  356. Jail.Font = Enum.Font.Code
  357. Jail.Text = "Jailbreak"
  358. Jail.TextColor3 = Color3.new(0, 0, 0)
  359. Jail.TextScaled = true
  360. Jail.TextSize = 14
  361. Jail.TextWrapped = true
  362.  
  363. Jail.MouseButton1Down:connect(function()
  364. loadstring(game:HttpGet("https://pastebin.com/mf6L50kj",true))()
  365. end)
  366.  
  367.  
  368.  
  369. Mad.Name = "Mad"
  370. Mad.Parent = Exploit
  371. Mad.BackgroundColor3 = Color3.new(1, 0, 1)
  372. Mad.Position = UDim2.new(0.629353166, 0, 0.743777692, 0)
  373. Mad.Size = UDim2.new(0, 132, 0, 63)
  374. Mad.Font = Enum.Font.Code
  375. Mad.Text = "Mad City"
  376. Mad.TextColor3 = Color3.new(0, 0, 0)
  377. Mad.TextScaled = true
  378. Mad.TextSize = 14
  379. Mad.TextWrapped = true
  380.  
  381. Mad.MouseButton1Down:connect(function()
  382. loadstring(game:HttpGet("https://pastebin.com/FFbD00v1",true))()
  383. end)
  384.  
  385.  
  386. Open.Name = "Open"
  387. Open.Parent = Yogurt
  388. Open.BackgroundColor3 = Color3.new(1, 0.333333, 1)
  389. Open.Position = UDim2.new(-0.000710757275, 0, 0.590414822, 0)
  390. Open.Size = UDim2.new(0, 128, 0, 50)
  391. Open.Visible = false
  392. Open.Font = Enum.Font.GothamBlack
  393. Open.Text = "Open"
  394. Open.TextColor3 = Color3.new(0, 0, 0)
  395. Open.TextScaled = true
  396. Open.TextSize = 14
  397. Open.TextWrapped = true
  398. end)
Add Comment
Please, Sign In to add comment