Guest User

Untitled

a guest
May 30th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.55 KB | None | 0 0
  1. -- Objects
  2.  
  3. local dogesgui = Instance.new("ScreenGui")
  4. local LoginMain = Instance.new("Frame")
  5. local dogelabel1 = Instance.new("TextLabel")
  6. local dogelabel2 = Instance.new("TextLabel")
  7. local user = Instance.new("TextBox")
  8. local pass = Instance.new("TextBox")
  9. local login = Instance.new("TextButton")
  10. local Main = Instance.new("Frame")
  11. local Message = Instance.new("TextLabel")
  12. local DogesFavScript = Instance.new("TextButton")
  13. local Danksfavscript = Instance.new("TextButton")
  14. local InfiniteYield = Instance.new("TextButton")
  15. local TopKek = Instance.new("TextButton")
  16. local Cock = Instance.new("TextButton")
  17. local Sexgui = Instance.new("TextButton")
  18. local rosehub = Instance.new("TextButton")
  19. local aimbot = Instance.new("TextButton")
  20. local brackhub = Instance.new("TextButton")
  21. local apocrising = Instance.new("TextButton")
  22. local rocitizens = Instance.new("TextButton")
  23. local crashserver = Instance.new("TextButton")
  24.  
  25. -- Properties
  26.  
  27. dogesgui.Name = "dogesgui"
  28. dogesgui.Parent = game.CoreGui
  29.  
  30. LoginMain.Name = "LoginMain"
  31. LoginMain.Parent = dogesgui
  32. LoginMain.BackgroundColor3 = Color3.new(0, 0, 0)
  33. LoginMain.BackgroundTransparency = 0.30000001192093
  34. LoginMain.Draggable = true
  35. LoginMain.Position = UDim2.new(0.332447976, 0, 0.0676855892, 15)
  36. LoginMain.Selectable = true
  37. LoginMain.Size = UDim2.new(0, 339, 0, 365)
  38.  
  39. dogelabel1.Name = "dogelabel1"
  40. dogelabel1.Parent = LoginMain
  41. dogelabel1.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  42. dogelabel1.BackgroundTransparency = 1
  43. dogelabel1.Position = UDim2.new(0.00147492625, 0, 0, 0)
  44. dogelabel1.Size = UDim2.new(1, 0, 0, 70)
  45. dogelabel1.Font = Enum.Font.Arial
  46. dogelabel1.Text = "Dank&Doge V1.2"
  47. dogelabel1.TextColor3 = Color3.new(0, 1, 1)
  48. dogelabel1.TextScaled = true
  49. dogelabel1.TextSize = 96
  50. dogelabel1.TextWrapped = true
  51.  
  52. dogelabel2.Name = "dogelabel2"
  53. dogelabel2.Parent = LoginMain
  54. dogelabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  55. dogelabel2.BackgroundTransparency = 1
  56. dogelabel2.Position = UDim2.new(0, 30, 0, 70)
  57. dogelabel2.Size = UDim2.new(0.825958729, 0, 0.19178082, 30)
  58. dogelabel2.Font = Enum.Font.SourceSans
  59. dogelabel2.Text = "the best exploit gui ever ok"
  60. dogelabel2.TextColor3 = Color3.new(0, 1, 1)
  61. dogelabel2.TextScaled = true
  62. dogelabel2.TextSize = 42
  63. dogelabel2.TextWrapped = true
  64.  
  65. user.Name = "user"
  66. user.Parent = LoginMain
  67. user.BackgroundColor3 = Color3.new(0, 0, 0)
  68. user.BorderSizePixel = 0
  69. user.Position = UDim2.new(0.206489682, 0, 0.505479455, 0)
  70. user.Size = UDim2.new(0, 200, 0, 33)
  71. user.Font = Enum.Font.SourceSans
  72. user.Text = "Username"
  73. user.TextColor3 = Color3.new(0.333333, 1, 1)
  74. user.TextScaled = true
  75. user.TextSize = 14
  76. user.TextWrapped = true
  77.  
  78. pass.Name = "pass"
  79. pass.Parent = LoginMain
  80. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  81. pass.BorderSizePixel = 0
  82. pass.Position = UDim2.new(0.206489682, 0, 0.647945225, 0)
  83. pass.Size = UDim2.new(0, 200, 0, 33)
  84. pass.Font = Enum.Font.SourceSans
  85. pass.Text = "Password"
  86. pass.TextColor3 = Color3.new(0.333333, 1, 1)
  87. pass.TextScaled = true
  88. pass.TextSize = 14
  89. pass.TextWrapped = true
  90.  
  91. login.Name = "login"
  92. login.Parent = LoginMain
  93. login.BackgroundColor3 = Color3.new(0, 0, 0)
  94. login.BorderSizePixel = 0
  95. login.Position = UDim2.new(0.16519174, 0, 0.802739739, 0)
  96. login.Size = UDim2.new(0, 225, 0, 50)
  97. login.Font = Enum.Font.SourceSans
  98. login.Text = "Login"
  99. login.TextColor3 = Color3.new(0.333333, 1, 1)
  100. login.TextScaled = true
  101. login.TextSize = 14
  102. login.TextWrapped = true
  103.  
  104. login.MouseButton1Down:connect(function()
  105. if user.Text == "dogebelly" and pass.Text == "dankjuices" then
  106. Main.Visible = true
  107. LoginMain.Visible = false
  108. end
  109.  
  110. end)
  111.  
  112. Main.Name = "Main"
  113. Main.Parent = dogesgui
  114. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Main.BorderSizePixel = 0
  116. Main.Draggable = true
  117. Main.Position = UDim2.new(-0.0133843422, 0, 0.00327511504, 100)
  118. Main.Selectable = true
  119. Main.Size = UDim2.new(0.450286806, 0, 0.399563313, 0)
  120. Main.Visible = false
  121. Main.Style = Enum.FrameStyle.RobloxRound
  122.  
  123. Message.Name = "Message:"
  124. Message.Parent = Main
  125. Message.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  126. Message.BackgroundTransparency = 1
  127. Message.Size = UDim2.new(1, 0, 0, 25)
  128. Message.Font = Enum.Font.ArialBold
  129. Message.Text = "Welcome to Dank&Doge, nigger :]"
  130. Message.TextColor3 = Color3.new(0, 1, 1)
  131. Message.TextSize = 28
  132.  
  133. DogesFavScript.Name = "Doges Fav Script"
  134. DogesFavScript.Parent = Main
  135. DogesFavScript.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  136. DogesFavScript.BorderSizePixel = 0
  137. DogesFavScript.Position = UDim2.new(0.0360934176, 0, 0.191256821, 0)
  138. DogesFavScript.Size = UDim2.new(0, 137, 0, 29)
  139. DogesFavScript.Font = Enum.Font.SourceSans
  140. DogesFavScript.Text = "Doges Fav Script"
  141. DogesFavScript.TextColor3 = Color3.new(0, 0, 0)
  142. DogesFavScript.TextScaled = true
  143. DogesFavScript.TextSize = 14
  144. DogesFavScript.TextWrapped = true
  145.  
  146. Danksfavscript.Name = "Danks fav script"
  147. Danksfavscript.Parent = Main
  148. Danksfavscript.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  149. Danksfavscript.BorderSizePixel = 0
  150. Danksfavscript.Position = UDim2.new(0.0360934176, 0, 0.393442631, 0)
  151. Danksfavscript.Size = UDim2.new(0, 137, 0, 29)
  152. Danksfavscript.Font = Enum.Font.SourceSans
  153. Danksfavscript.Text = "Danks Fav Script"
  154. Danksfavscript.TextColor3 = Color3.new(0, 0, 0)
  155. Danksfavscript.TextScaled = true
  156. Danksfavscript.TextSize = 14
  157. Danksfavscript.TextWrapped = true
  158.  
  159. InfiniteYield.Name = "Infinite Yield"
  160. InfiniteYield.Parent = Main
  161. InfiniteYield.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  162. InfiniteYield.BorderSizePixel = 0
  163. InfiniteYield.Position = UDim2.new(0.0360934176, 0, 0.603825152, 0)
  164. InfiniteYield.Size = UDim2.new(0, 137, 0, 29)
  165. InfiniteYield.Font = Enum.Font.SourceSans
  166. InfiniteYield.Text = "Infinite Yield"
  167. InfiniteYield.TextColor3 = Color3.new(0, 0, 0)
  168. InfiniteYield.TextScaled = true
  169. InfiniteYield.TextSize = 14
  170. InfiniteYield.TextWrapped = true
  171.  
  172. TopKek.Name = "TopKek"
  173. TopKek.Parent = Main
  174. TopKek.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  175. TopKek.BorderSizePixel = 0
  176. TopKek.Position = UDim2.new(0.0360934176, 0, 0.830601096, 0)
  177. TopKek.Size = UDim2.new(0, 137, 0, 29)
  178. TopKek.Font = Enum.Font.SourceSans
  179. TopKek.Text = "Topkek"
  180. TopKek.TextColor3 = Color3.new(0, 0, 0)
  181. TopKek.TextScaled = true
  182. TopKek.TextSize = 14
  183. TopKek.TextWrapped = true
  184.  
  185. Cock.Name = "Cock"
  186. Cock.Parent = Main
  187. Cock.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  188. Cock.BorderSizePixel = 0
  189. Cock.Position = UDim2.new(0.365180463, 0, 0.196721315, 0)
  190. Cock.Size = UDim2.new(0, 137, 0, 29)
  191. Cock.Font = Enum.Font.SourceSans
  192. Cock.Text = "Cock"
  193. Cock.TextColor3 = Color3.new(0, 0, 0)
  194. Cock.TextScaled = true
  195. Cock.TextSize = 14
  196. Cock.TextWrapped = true
  197.  
  198. Sexgui.Name = "Sex gui"
  199. Sexgui.Parent = Main
  200. Sexgui.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  201. Sexgui.BorderSizePixel = 0
  202. Sexgui.Position = UDim2.new(0.365180463, 0, 0.398907125, 0)
  203. Sexgui.Size = UDim2.new(0, 137, 0, 29)
  204. Sexgui.Font = Enum.Font.SourceSans
  205. Sexgui.Text = "Sex Gui"
  206. Sexgui.TextColor3 = Color3.new(0, 0, 0)
  207. Sexgui.TextScaled = true
  208. Sexgui.TextSize = 14
  209. Sexgui.TextWrapped = true
  210.  
  211. rosehub.Name = "rosehub"
  212. rosehub.Parent = Main
  213. rosehub.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  214. rosehub.BorderSizePixel = 0
  215. rosehub.Position = UDim2.new(0.365180463, 0, 0.625683069, 0)
  216. rosehub.Size = UDim2.new(0, 137, 0, 29)
  217. rosehub.Font = Enum.Font.SourceSans
  218. rosehub.Text = "RoseHub"
  219. rosehub.TextColor3 = Color3.new(0, 0, 0)
  220. rosehub.TextScaled = true
  221. rosehub.TextSize = 14
  222. rosehub.TextWrapped = true
  223.  
  224. aimbot.Name = "aimbot"
  225. aimbot.Parent = Main
  226. aimbot.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  227. aimbot.BorderSizePixel = 0
  228. aimbot.Position = UDim2.new(0.365180463, 0, 0.830601096, 0)
  229. aimbot.Size = UDim2.new(0, 137, 0, 29)
  230. aimbot.Font = Enum.Font.SourceSans
  231. aimbot.Text = "Aimbot"
  232. aimbot.TextColor3 = Color3.new(0, 0, 0)
  233. aimbot.TextScaled = true
  234. aimbot.TextSize = 14
  235. aimbot.TextWrapped = true
  236.  
  237. brackhub.Name = "brackhub"
  238. brackhub.Parent = Main
  239. brackhub.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  240. brackhub.BorderSizePixel = 0
  241. brackhub.Position = UDim2.new(0.70184058, 0, 0.190159172, 0)
  242. brackhub.Size = UDim2.new(0, 137, 0, 29)
  243. brackhub.Font = Enum.Font.SourceSans
  244. brackhub.Text = "BrackHub"
  245. brackhub.TextColor3 = Color3.new(0, 0, 0)
  246. brackhub.TextScaled = true
  247. brackhub.TextSize = 14
  248. brackhub.TextWrapped = true
  249.  
  250. apocrising.Name = "apoc rising"
  251. apocrising.Parent = Main
  252. apocrising.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  253. apocrising.BorderSizePixel = 0
  254. apocrising.Position = UDim2.new(0.699528694, 0, 0.829515338, 0)
  255. apocrising.Size = UDim2.new(0, 137, 0, 29)
  256. apocrising.Font = Enum.Font.SourceSans
  257. apocrising.Text = "Apoc Rising Gui"
  258. apocrising.TextColor3 = Color3.new(0, 0, 0)
  259. apocrising.TextScaled = true
  260. apocrising.TextSize = 14
  261. apocrising.TextWrapped = true
  262.  
  263. rocitizens.Name = "rocitizens"
  264. rocitizens.Parent = Main
  265. rocitizens.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  266. rocitizens.BorderSizePixel = 0
  267. rocitizens.Position = UDim2.new(0.699528694, 0, 0.627240121, 0)
  268. rocitizens.Size = UDim2.new(0, 137, 0, 29)
  269. rocitizens.Font = Enum.Font.SourceSans
  270. rocitizens.Text = "RoCitizens Gui"
  271. rocitizens.TextColor3 = Color3.new(0, 0, 0)
  272. rocitizens.TextScaled = true
  273. rocitizens.TextSize = 14
  274. rocitizens.TextWrapped = true
  275.  
  276. crashserver.Name = "crashserver"
  277. crashserver.Parent = Main
  278. crashserver.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  279. crashserver.BorderSizePixel = 0
  280. crashserver.Position = UDim2.new(0.701651812, 0, 0.412950128, 0)
  281. crashserver.Size = UDim2.new(0, 137, 0, 29)
  282. crashserver.Font = Enum.Font.SourceSans
  283. crashserver.Text = "Crash The Fucking Server"
  284. crashserver.TextColor3 = Color3.new(0, 0, 0)
  285. crashserver.TextScaled = true
  286. crashserver.TextSize = 14
  287. crashserver.TextWrapped = true
Add Comment
Please, Sign In to add comment