Guest User

Untitled

a guest
May 30th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.71 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 rocitizens = Instance.new("TextButton")
  22. local crashserver = Instance.new("TextButton")
  23. local Page2 = 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.367604226, 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. Page2.Name = "Page2"
  92. Page2.Parent = Main
  93. Page2.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  94. Page2.BackgroundTransparency = 0.40000000596046
  95. Page2.BorderSizePixel = 0
  96. Page2.Position = UDim2.new(0.699528694, 0, 0.829425931, 0)
  97. Page2.Size = UDim2.new(0, 137, 0, 29)
  98. Page2.Font = Enum.Font.Arial
  99. Page2.Text = "Page 2"
  100. Page2.TextColor3 = Color3.new(0, 0, 0)
  101. Page2.TextScaled = true
  102. Page2.TextSize = 14
  103. Page2.TextWrapped = true
  104.  
  105. Page2.MouseButton1Down:connect(function()
  106. loadstring(game:HttpGet("https://pastebin.com/raw/AEJYEDQJ", true))()
  107. end)
  108.  
  109. login.Name = "login"
  110. login.Parent = LoginMain
  111. login.BackgroundColor3 = Color3.new(0, 0, 0)
  112. login.BorderSizePixel = 0
  113. login.Position = UDim2.new(0.16519174, 0, 0.802739739, 0)
  114. login.Size = UDim2.new(0, 225, 0, 50)
  115. login.Font = Enum.Font.SourceSans
  116. login.Text = "Login"
  117. login.TextColor3 = Color3.new(0.333333, 1, 1)
  118. login.TextScaled = true
  119. login.TextSize = 14
  120. login.TextWrapped = true
  121.  
  122. login.MouseButton1Down:connect(function()
  123. if user.Text == "dogebelly" and pass.Text == "dankjuices" then
  124. LoginMain.Visible = false
  125. Main.Visible = true
  126.  
  127. end
  128.  
  129. end)
  130.  
  131. Main.Name = "Main"
  132. Main.Parent = dogesgui
  133. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  134. Main.BorderSizePixel = 0
  135. Main.Draggable = true
  136. Main.Position = UDim2.new(-0.0133843422, 0, 0.00327511504, 100)
  137. Main.Visible = false
  138. Main.Selectable = true
  139. Main.Size = UDim2.new(0.450286806, 0, 0.399563313, 0)
  140. Main.Style = Enum.FrameStyle.RobloxRound
  141.  
  142. Message.Name = "Message:"
  143. Message.Parent = Main
  144. Message.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  145. Message.BackgroundTransparency = 1
  146. Message.Size = UDim2.new(1, 0, 0, 25)
  147. Message.Font = Enum.Font.ArialBold
  148. Message.Text = "Welcome to Dank&Doge, nigger :]"
  149. Message.TextColor3 = Color3.new(0, 1, 1)
  150. Message.TextSize = 28
  151.  
  152. DogesFavScript.Name = "Doges Fav Script"
  153. DogesFavScript.Parent = Main
  154. DogesFavScript.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  155. DogesFavScript.BorderSizePixel = 0
  156. DogesFavScript.Position = UDim2.new(0.0360934176, 0, 0.191256821, 0)
  157. DogesFavScript.Size = UDim2.new(0, 137, 0, 29)
  158. DogesFavScript.Font = Enum.Font.SourceSans
  159. DogesFavScript.Text = "Doges Fav Script"
  160. DogesFavScript.TextColor3 = Color3.new(0, 0, 0)
  161. DogesFavScript.TextScaled = true
  162. DogesFavScript.TextSize = 14
  163. DogesFavScript.TextWrapped = true
  164.  
  165. DogesFavScript.MouseButton1Down:connect(function()
  166. loadstring(game:HttpGet("https://pastebin.com/raw/k5eWfDYa", true))()
  167. end)
  168.  
  169. Danksfavscript.Name = "Danks fav script"
  170. Danksfavscript.Parent = Main
  171. Danksfavscript.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  172. Danksfavscript.BorderSizePixel = 0
  173. Danksfavscript.Position = UDim2.new(0.0360934176, 0, 0.393442631, 0)
  174. Danksfavscript.Size = UDim2.new(0, 137, 0, 29)
  175. Danksfavscript.Font = Enum.Font.SourceSans
  176. Danksfavscript.Text = "Danks Fav Script"
  177. Danksfavscript.TextColor3 = Color3.new(0, 0, 0)
  178. Danksfavscript.TextScaled = true
  179. Danksfavscript.TextSize = 14
  180. Danksfavscript.TextWrapped = true
  181.  
  182. Danksfavscript.MouseButton1Down:connect(function()
  183. loadstring(game:HttpGet("https://pastebin.com/raw/SvH5mxBM", true))()
  184. end)
  185.  
  186. InfiniteYield.Name = "Infinite Yield"
  187. InfiniteYield.Parent = Main
  188. InfiniteYield.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  189. InfiniteYield.BorderSizePixel = 0
  190. InfiniteYield.Position = UDim2.new(0.0360934176, 0, 0.603825152, 0)
  191. InfiniteYield.Size = UDim2.new(0, 137, 0, 29)
  192. InfiniteYield.Font = Enum.Font.SourceSans
  193. InfiniteYield.Text = "Infinite Yield"
  194. InfiniteYield.TextColor3 = Color3.new(0, 0, 0)
  195. InfiniteYield.TextScaled = true
  196. InfiniteYield.TextSize = 14
  197. InfiniteYield.TextWrapped = true
  198.  
  199. InfiniteYield.MouseButton1Down:connect(function()
  200. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  201. end)
  202.  
  203. TopKek.Name = "TopKek"
  204. TopKek.Parent = Main
  205. TopKek.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  206. TopKek.BorderSizePixel = 0
  207. TopKek.Position = UDim2.new(0.0360934176, 0, 0.830601096, 0)
  208. TopKek.Size = UDim2.new(0, 137, 0, 29)
  209. TopKek.Font = Enum.Font.SourceSans
  210. TopKek.Text = "Topkek"
  211. TopKek.TextColor3 = Color3.new(0, 0, 0)
  212. TopKek.TextScaled = true
  213. TopKek.TextSize = 14
  214. TopKek.TextWrapped = true
  215.  
  216. TopKek.MouseButton1Down:connect(function()
  217. loadstring(game:HttpGet("https://pastebin.com/raw/7TRQgyKD", true))()
  218. end)
  219.  
  220. Cock.Name = "Cock"
  221. Cock.Parent = Main
  222. Cock.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  223. Cock.BorderSizePixel = 0
  224. Cock.Position = UDim2.new(0.365180463, 0, 0.196721315, 0)
  225. Cock.Size = UDim2.new(0, 137, 0, 29)
  226. Cock.Font = Enum.Font.SourceSans
  227. Cock.Text = "Cock"
  228. Cock.TextColor3 = Color3.new(0, 0, 0)
  229. Cock.TextScaled = true
  230. Cock.TextSize = 14
  231. Cock.TextWrapped = true
  232.  
  233. Cock.MouseButton1Down:connect(function()
  234. loadstring(game:HttpGet("https://pastebin.com/raw/dQ1Xu9MV", true))()
  235. end)
  236.  
  237. Sexgui.Name = "Sex gui"
  238. Sexgui.Parent = Main
  239. Sexgui.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  240. Sexgui.BorderSizePixel = 0
  241. Sexgui.Position = UDim2.new(0.365180463, 0, 0.398907125, 0)
  242. Sexgui.Size = UDim2.new(0, 137, 0, 29)
  243. Sexgui.Font = Enum.Font.SourceSans
  244. Sexgui.Text = "Sex Gui"
  245. Sexgui.TextColor3 = Color3.new(0, 0, 0)
  246. Sexgui.TextScaled = true
  247. Sexgui.TextSize = 14
  248. Sexgui.TextWrapped = true
  249.  
  250. local Main2 = Instance.new("Frame")
  251. local Message = Instance.new("TextLabel")
  252. local DogesFavScript = Instance.new("TextButton")
  253. local Danksfavscript = Instance.new("TextButton")
  254. local InfiniteYield = Instance.new("TextButton")
  255. local TopKek = Instance.new("TextButton")
  256. local Cock = Instance.new("TextButton")
  257. local Sexgui = Instance.new("TextButton")
  258. local rosehub = Instance.new("TextButton")
  259. local aimbot = Instance.new("TextButton")
  260. local brackhub = Instance.new("TextButton")
  261. local rocitizens = Instance.new("TextButton")
  262. local crashserver = Instance.new("TextButton")
  263. local Page2 = Instance.new("TextButton")
  264.  
  265. Sexgui.MouseButton1Down:connect(function()
  266. loadstring(game:HttpGet("https://pastebin.com/raw/C27k9Hg6", true))()
  267. end)
  268.  
  269. rosehub.Name = "rosehub"
  270. rosehub.Parent = Main
  271. rosehub.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  272. rosehub.BorderSizePixel = 0
  273. rosehub.Position = UDim2.new(0.365180463, 0, 0.625683069, 0)
  274. rosehub.Size = UDim2.new(0, 137, 0, 29)
  275. rosehub.Font = Enum.Font.SourceSans
  276. rosehub.Text = "RoseHub"
  277. rosehub.TextColor3 = Color3.new(0, 0, 0)
  278. rosehub.TextScaled = true
  279. rosehub.TextSize = 14
  280. rosehub.TextWrapped = true
  281.  
  282. rosehub.MouseButton1Down:connect(function()
  283. loadstring(game:HttpGet("https://pastebin.com/raw/P1DFivCJ", true))()
  284. end)
  285.  
  286. aimbot.Name = "aimbot"
  287. aimbot.Parent = Main
  288. aimbot.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  289. aimbot.BorderSizePixel = 0
  290. aimbot.Position = UDim2.new(0.365180463, 0, 0.830601096, 0)
  291. aimbot.Size = UDim2.new(0, 137, 0, 29)
  292. aimbot.Font = Enum.Font.SourceSans
  293. aimbot.Text = "Aimbot"
  294. aimbot.TextColor3 = Color3.new(0, 0, 0)
  295. aimbot.TextScaled = true
  296. aimbot.TextSize = 14
  297. aimbot.TextWrapped = true
  298.  
  299. aimbot.MouseButton1Down:connect(function()
  300. loadstring(game:GetObjects('rbxassetid://340856112')[1].Source)()
  301.  
  302. wait()
  303.  
  304. _G.FREE_FOR_ALL = true
  305.  
  306. _G.BIND = 50 -- LEFT CTRL
  307. _G.ESP_BIND = 52 -- LEFT ALT
  308.  
  309.  
  310.  
  311.  
  312. end)
  313.  
  314. brackhub.Name = "brackhub"
  315. brackhub.Parent = Main
  316. brackhub.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  317. brackhub.BorderSizePixel = 0
  318. brackhub.Position = UDim2.new(0.70184058, 0, 0.190159172, 0)
  319. brackhub.Size = UDim2.new(0, 137, 0, 29)
  320. brackhub.Font = Enum.Font.SourceSans
  321. brackhub.Text = "BrackHub"
  322. brackhub.TextColor3 = Color3.new(0, 0, 0)
  323. brackhub.TextScaled = true
  324. brackhub.TextSize = 14
  325. brackhub.TextWrapped = true
  326.  
  327. brackhub.MouseButton1Down:connect(function()
  328. loadstring(game:HttpGet("https://pastebin.com/raw/ZtPnWUN6", true))()
  329. end)
  330.  
  331. rocitizens.Name = "rocitizens"
  332. rocitizens.Parent = Main
  333. rocitizens.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  334. rocitizens.BorderSizePixel = 0
  335. rocitizens.Position = UDim2.new(0.699528694, 0, 0.627240121, 0)
  336. rocitizens.Size = UDim2.new(0, 137, 0, 29)
  337. rocitizens.Font = Enum.Font.SourceSans
  338. rocitizens.Text = "RoCitizens Gui"
  339. rocitizens.TextColor3 = Color3.new(0, 0, 0)
  340. rocitizens.TextScaled = true
  341. rocitizens.TextSize = 14
  342. rocitizens.TextWrapped = true
  343.  
  344. rocitizens.MouseButton1Down:connect(function()
  345. loadstring(game:HttpGet("https://pastebin.com/raw/5CQ0f7su", true))()
  346. end)
  347.  
  348. crashserver.Name = "crashserver"
  349. crashserver.Parent = Main
  350. crashserver.BackgroundColor3 = Color3.new(0, 1, 0.835294)
  351. crashserver.BorderSizePixel = 0
  352. crashserver.Position = UDim2.new(0.701651812, 0, 0.412950128, 0)
  353. crashserver.Size = UDim2.new(0, 137, 0, 29)
  354. crashserver.Font = Enum.Font.SourceSans
  355. crashserver.Text = "Crash The Fucking Server"
  356. crashserver.TextColor3 = Color3.new(0, 0, 0)
  357. crashserver.TextScaled = true
  358. crashserver.TextSize = 14
  359. crashserver.TextWrapped = true
  360.  
  361. crashserver.MouseButton1Down:connect(function()
  362. loadstring(game:HttpGet("https://pastebin.com/raw/SsnhiNbW", true))()
  363. end)
Add Comment
Please, Sign In to add comment