Advertisement
higuysthatisokay

Yogurt

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