Advertisement
fufunny1

Dragon sim Gui Script

Oct 4th, 2018
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.05 KB | None | 0 0
  1.  
  2. local Main = Instance.new("ScreenGui")
  3. local open = Instance.new("ImageButton")
  4. local DragonG = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Credit = Instance.new("TextButton")
  7. local Creditos = Instance.new("TextLabel")
  8. local Creditoss = Instance.new("TextLabel")
  9. local Creditoss_2 = Instance.new("TextLabel")
  10. local Admin = Instance.new("TextButton")
  11. local Shop = Instance.new("TextButton")
  12. local Teleports = Instance.new("TextButton")
  13. local Maps = Instance.new("Frame")
  14. local FoxPlace = Instance.new("TextButton")
  15. local MonkeyPlace = Instance.new("TextButton")
  16. local map3 = Instance.new("TextButton")
  17. local Bear = Instance.new("TextButton")
  18. local PolarBearPlace = Instance.new("TextButton")
  19. local DaH = Instance.new("TextButton")
  20. local Delays = Instance.new("Frame")
  21. local Dragon = Instance.new("TextButton")
  22. local Amount = Instance.new("TextBox")
  23. local Hammer = Instance.new("TextButton")
  24. local Amount_2 = Instance.new("TextBox")
  25. local Minimize = Instance.new("TextButton")
  26. local Tutorial = Instance.new("Frame")
  27. local titel = Instance.new("Frame")
  28. local openguo = Instance.new("TextLabel")
  29. local pressbuti = Instance.new("TextLabel")
  30. local ImageLabel = Instance.new("ImageLabel")
  31. local closbuti = Instance.new("TextButton")
  32. local logingui = Instance.new("Frame")
  33. local dragontitleeeee = Instance.new("TextLabel")
  34. local password = Instance.new("TextBox")
  35. local login = Instance.new("TextButton")
  36. local askmrlig = Instance.new("TextLabel")
  37. local youtubers = Instance.new("TextLabel")
  38. local logclos = Instance.new("TextButton")
  39. local openn = Instance.new("ImageButton")
  40. local setang = Instance.new("Frame")
  41. local Titleeeeer = Instance.new("TextLabel")
  42. local plrsped = Instance.new("TextButton")
  43. local plrjump = Instance.new("TextButton")
  44. local Minimizee = Instance.new("TextButton")
  45. local destgui = Instance.new("TextButton")
  46. --Properties:
  47. Main.Name = "Main"
  48. Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  49.  
  50. open.Name = "open"
  51. open.Parent = Main
  52. open.BackgroundColor3 = Color3.new(1, 1, 1)
  53. open.BackgroundTransparency = 1
  54. open.Position = UDim2.new(0, 0, 0.449487567, 0)
  55. open.Size = UDim2.new(0, 55, 0, 69)
  56. open.Image = "rbxassetid://283666551"
  57.  
  58. DragonG.Name = "DragonG"
  59. DragonG.Parent = Main
  60. DragonG.BackgroundColor3 = Color3.new(0, 0, 0)
  61. DragonG.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  62. DragonG.BorderSizePixel = 4
  63. DragonG.Position = UDim2.new(0.711890221, 0, 0.093704246, 0)
  64. DragonG.Size = UDim2.new(0, 262, 0, 240)
  65. DragonG.Visible = false
  66. DragonG.Draggable = true
  67.  
  68. Title.Name = "Title"
  69. Title.Parent = DragonG
  70. Title.BackgroundColor3 = Color3.new(0.141176, 0.231373, 0.827451)
  71. Title.BorderSizePixel = 0
  72. Title.Size = UDim2.new(0, 262, 0, 27)
  73. Title.Font = Enum.Font.SciFi
  74. Title.Text = "Dragon Killer"
  75. Title.TextColor3 = Color3.new(0, 0, 0)
  76. Title.TextScaled = true
  77. Title.TextSize = 14
  78. Title.TextWrapped = true
  79.  
  80. Credit.Name = "Credit"
  81. Credit.Parent = DragonG
  82. Credit.BackgroundColor3 = Color3.new(0.101961, 0.172549, 0.619608)
  83. Credit.BorderSizePixel = 2
  84. Credit.Position = UDim2.new(0.23282443, 0, 0.854166687, 0)
  85. Credit.Size = UDim2.new(0, 140, 0, 24)
  86. Credit.Font = Enum.Font.Cartoon
  87. Credit.Text = "Credits"
  88. Credit.TextColor3 = Color3.new(0, 0, 0)
  89. Credit.TextSize = 20
  90.  
  91. Creditos.Name = "Creditos"
  92. Creditos.Parent = Credit
  93. Creditos.BackgroundColor3 = Color3.new(0.396078, 0.764706, 0)
  94. Creditos.BorderSizePixel = 3
  95. Creditos.Position = UDim2.new(-0.214285716, 0, 1.91666663, 0)
  96. Creditos.Size = UDim2.new(0, 200, 0, 50)
  97. Creditos.Visible = false
  98. Creditos.Font = Enum.Font.Cartoon
  99. Creditos.Text = "Gui design: Tokumei/Aresuu"
  100. Creditos.TextColor3 = Color3.new(0, 0, 0)
  101. Creditos.TextSize = 16
  102. Creditos.TextWrapped = true
  103.  
  104. Creditoss.Name = "Creditoss"
  105. Creditoss.Parent = Creditos
  106. Creditoss.BackgroundColor3 = Color3.new(0.396078, 0.764706, 0)
  107. Creditoss.BorderSizePixel = 3
  108. Creditoss.Position = UDim2.new(-0.00200003386, 0, 1.00399995, 0)
  109. Creditoss.Size = UDim2.new(0, 200, 0, 50)
  110. Creditoss.Font = Enum.Font.Cartoon
  111. Creditoss.Text = "Scripts : MrLightness"
  112. Creditoss.TextColor3 = Color3.new(0, 0, 0)
  113. Creditoss.TextSize = 17
  114. Creditoss.TextWrapped = true
  115.  
  116. Creditoss_2.Name = "Creditoss"
  117. Creditoss_2.Parent = Creditos
  118. Creditoss_2.BackgroundColor3 = Color3.new(0.396078, 0.764706, 0)
  119. Creditoss_2.BorderSizePixel = 3
  120. Creditoss_2.Position = UDim2.new(0, 0, 2.05999994, 0)
  121. Creditoss_2.Size = UDim2.new(0, 200, 0, 50)
  122. Creditoss_2.Font = Enum.Font.Cartoon
  123. Creditoss_2.Text = "Dragon&Hammer Speed Fixer: ArcenIce"
  124. Creditoss_2.TextColor3 = Color3.new(0, 0, 0)
  125. Creditoss_2.TextSize = 17
  126. Creditoss_2.TextWrapped = true
  127.  
  128. Admin.Name = "Admin"
  129. Admin.Parent = DragonG
  130. Admin.BackgroundColor3 = Color3.new(0.101961, 0.172549, 0.619608)
  131. Admin.BorderSizePixel = 2
  132. Admin.Position = UDim2.new(0.23282443, 0, 0.175000027, 0)
  133. Admin.Size = UDim2.new(0, 140, 0, 25)
  134. Admin.Font = Enum.Font.Cartoon
  135. Admin.Text = "Reviz V2"
  136. Admin.TextColor3 = Color3.new(0, 0, 0)
  137. Admin.TextScaled = true
  138. Admin.TextSize = 14
  139. Admin.TextWrapped = true
  140.  
  141. Shop.Name = "Shop"
  142. Shop.Parent = DragonG
  143. Shop.BackgroundColor3 = Color3.new(0.101961, 0.172549, 0.619608)
  144. Shop.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  145. Shop.BorderSizePixel = 2
  146. Shop.Position = UDim2.new(0.530534327, 0, 0.608333349, 0)
  147. Shop.Size = UDim2.new(0, 123, 0, 25)
  148. Shop.Font = Enum.Font.Cartoon
  149. Shop.Text = "Shop"
  150. Shop.TextColor3 = Color3.new(0, 0, 0)
  151. Shop.TextSize = 20
  152.  
  153. Teleports.Name = "Teleports"
  154. Teleports.Parent = DragonG
  155. Teleports.BackgroundColor3 = Color3.new(0.101961, 0.172549, 0.619608)
  156. Teleports.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  157. Teleports.BorderSizePixel = 2
  158. Teleports.Position = UDim2.new(0, 0, 0.608333349, 0)
  159. Teleports.Size = UDim2.new(0, 123, 0, 25)
  160. Teleports.Font = Enum.Font.Cartoon
  161. Teleports.Text = "Map Teleports"
  162. Teleports.TextColor3 = Color3.new(0, 0, 0)
  163. Teleports.TextSize = 20
  164.  
  165. Maps.Name = "Maps"
  166. Maps.Parent = Teleports
  167. Maps.BackgroundColor3 = Color3.new(0, 0, 0)
  168. Maps.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  169. Maps.BorderSizePixel = 3
  170. Maps.Position = UDim2.new(-1.51219511, 0, -3.07999992, 0)
  171. Maps.Size = UDim2.new(0, 163, 0, 136)
  172. Maps.Visible = false
  173.  
  174. FoxPlace.Name = "Fox Place"
  175. FoxPlace.Parent = Maps
  176. FoxPlace.BackgroundColor3 = Color3.new(1, 0.466667, 0)
  177. FoxPlace.Position = UDim2.new(0.0490797535, 0, 0.0837106854, 0)
  178. FoxPlace.Size = UDim2.new(0, 147, 0, 22)
  179. FoxPlace.Font = Enum.Font.SourceSans
  180. FoxPlace.Text = "Fox (Map 1)"
  181. FoxPlace.TextColor3 = Color3.new(0, 0, 0)
  182. FoxPlace.TextSize = 14
  183.  
  184. MonkeyPlace.Name = "Monkey Place"
  185. MonkeyPlace.Parent = Maps
  186. MonkeyPlace.BackgroundColor3 = Color3.new(1, 0.466667, 0)
  187. MonkeyPlace.Position = UDim2.new(0.0490797535, 0, 0.240580335, 0)
  188. MonkeyPlace.Size = UDim2.new(0, 147, 0, 22)
  189. MonkeyPlace.Font = Enum.Font.SourceSans
  190. MonkeyPlace.Text = "Monkey (Map 2)"
  191. MonkeyPlace.TextColor3 = Color3.new(0, 0, 0)
  192. MonkeyPlace.TextSize = 14
  193.  
  194. map3.Name = "map3"
  195. map3.Parent = Maps
  196. map3.BackgroundColor3 = Color3.new(1, 0.466667, 0)
  197. map3.Position = UDim2.new(0.0490797535, 0, 0.397058815, 0)
  198. map3.Size = UDim2.new(0, 147, 0, 22)
  199. map3.Font = Enum.Font.SourceSans
  200. map3.Text = "Panda (Map 3)"
  201. map3.TextColor3 = Color3.new(0, 0, 0)
  202. map3.TextSize = 14
  203.  
  204. Bear.Name = "Bear"
  205. Bear.Parent = Maps
  206. Bear.BackgroundColor3 = Color3.new(1, 0.466667, 0)
  207. Bear.Position = UDim2.new(0.0490797535, 0, 0.555378795, 0)
  208. Bear.Size = UDim2.new(0, 147, 0, 22)
  209. Bear.Font = Enum.Font.SourceSans
  210. Bear.Text = "Bear (Map 4)"
  211. Bear.TextColor3 = Color3.new(0, 0, 0)
  212. Bear.TextSize = 14
  213.  
  214. PolarBearPlace.Name = "Polar Bear Place"
  215. PolarBearPlace.Parent = Maps
  216. PolarBearPlace.BackgroundColor3 = Color3.new(1, 0.466667, 0)
  217. PolarBearPlace.Position = UDim2.new(0.0490797535, 0, 0.725791335, 0)
  218. PolarBearPlace.Size = UDim2.new(0, 147, 0, 22)
  219. PolarBearPlace.Font = Enum.Font.SourceSans
  220. PolarBearPlace.Text = "Polar Bear (Map 5)"
  221. PolarBearPlace.TextColor3 = Color3.new(0, 0, 0)
  222. PolarBearPlace.TextSize = 14
  223.  
  224. DaH.Name = "DaH"
  225. DaH.Parent = DragonG
  226. DaH.BackgroundColor3 = Color3.new(0.101961, 0.172549, 0.619608)
  227. DaH.BorderSizePixel = 2
  228. DaH.Position = UDim2.new(0.23282443, 0, 0.383333325, 0)
  229. DaH.Size = UDim2.new(0, 140, 0, 25)
  230. DaH.Font = Enum.Font.Cartoon
  231. DaH.Text = "Dragon&Hammer Speed"
  232. DaH.TextColor3 = Color3.new(0, 0, 0)
  233. DaH.TextScaled = true
  234. DaH.TextSize = 14
  235. DaH.TextWrapped = true
  236.  
  237. Delays.Name = "Delays"
  238. Delays.Parent = DaH
  239. Delays.BackgroundColor3 = Color3.new(0, 0, 0)
  240. Delays.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  241. Delays.BorderSizePixel = 3
  242. Delays.Position = UDim2.new(1.52857149, 0, -1.75999999, 0)
  243. Delays.Size = UDim2.new(0, 172, 0, 171)
  244. Delays.Visible = false
  245.  
  246. Dragon.Name = "Dragon"
  247. Dragon.Parent = Delays
  248. Dragon.BackgroundColor3 = Color3.new(1, 0.466667, 0)
  249. Dragon.BorderSizePixel = 2
  250. Dragon.Position = UDim2.new(0.0639534891, 0, 0.0526315793, 0)
  251. Dragon.Size = UDim2.new(0, 150, 0, 28)
  252. Dragon.Font = Enum.Font.SourceSans
  253. Dragon.Text = "Dragon Speed"
  254. Dragon.TextColor3 = Color3.new(0, 0, 0)
  255. Dragon.TextSize = 14
  256.  
  257. Amount.Name = "Amount"
  258. Amount.Parent = Dragon
  259. Amount.BackgroundColor3 = Color3.new(0.54902, 0.203922, 0.635294)
  260. Amount.Position = UDim2.new(0.146666661, 0, 1.25, 0)
  261. Amount.Size = UDim2.new(0, 105, 0, 28)
  262. Amount.Font = Enum.Font.SourceSans
  263. Amount.Text = "Amount"
  264. Amount.TextColor3 = Color3.new(0, 0, 0)
  265. Amount.TextSize = 14
  266.  
  267. Hammer.Name = "Hammer"
  268. Hammer.Parent = Delays
  269. Hammer.BackgroundColor3 = Color3.new(1, 0.466667, 0)
  270. Hammer.BorderSizePixel = 2
  271. Hammer.Position = UDim2.new(0.0581395365, 0, 0.532163739, 0)
  272. Hammer.Size = UDim2.new(0, 150, 0, 28)
  273. Hammer.Font = Enum.Font.SourceSans
  274. Hammer.Text = "Hammer Speed"
  275. Hammer.TextColor3 = Color3.new(0, 0, 0)
  276. Hammer.TextSize = 14
  277.  
  278. Amount_2.Name = "Amount"
  279. Amount_2.Parent = Hammer
  280. Amount_2.BackgroundColor3 = Color3.new(0.54902, 0.203922, 0.635294)
  281. Amount_2.Position = UDim2.new(0.146666661, 0, 1.25, 0)
  282. Amount_2.Size = UDim2.new(0, 105, 0, 28)
  283. Amount_2.Font = Enum.Font.SourceSans
  284. Amount_2.Text = "Amount"
  285. Amount_2.TextColor3 = Color3.new(0, 0, 0)
  286. Amount_2.TextSize = 14
  287.  
  288. Minimize.Name = "Minimize"
  289. Minimize.Parent = DragonG
  290. Minimize.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  291. Minimize.BorderSizePixel = 0
  292. Minimize.Position = UDim2.new(0.881679416, 0, 0, 0)
  293. Minimize.Size = UDim2.new(0, 31, 0, 27)
  294. Minimize.Font = Enum.Font.SourceSans
  295. Minimize.Text = "-"
  296. Minimize.TextColor3 = Color3.new(0, 0, 0)
  297. Minimize.TextSize = 35
  298. Minimize.TextWrapped = true
  299.  
  300. Tutorial.Name = "Tutorial"
  301. Tutorial.Parent = Main
  302. Tutorial.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  303. Tutorial.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  304. Tutorial.Position = UDim2.new(0.0472560972, 0, 0.0775988251, 0)
  305. Tutorial.Size = UDim2.new(0, 803, 0, 523)
  306. Tutorial.Visible = false
  307.  
  308. titel.Name = "titel"
  309. titel.Parent = Tutorial
  310. titel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  311. titel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  312. titel.Size = UDim2.new(0, 803, 0, 48)
  313.  
  314. openguo.Name = "openguo"
  315. openguo.Parent = titel
  316. openguo.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  317. openguo.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  318. openguo.Size = UDim2.new(0, 693, 0, 48)
  319. openguo.Font = Enum.Font.SourceSans
  320. openguo.Text = "How to Open the gui"
  321. openguo.TextColor3 = Color3.new(1, 1, 1)
  322. openguo.TextScaled = true
  323. openguo.TextSize = 14
  324. openguo.TextWrapped = true
  325.  
  326. pressbuti.Name = "pressbuti"
  327. pressbuti.Parent = titel
  328. pressbuti.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  329. pressbuti.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  330. pressbuti.Position = UDim2.new(0.766517758, 0, 7.14583349, 0)
  331. pressbuti.Size = UDim2.new(0, 167, 0, 115)
  332. pressbuti.Font = Enum.Font.SourceSans
  333. pressbuti.Text = "Press the button."
  334. pressbuti.TextColor3 = Color3.new(1, 1, 1)
  335. pressbuti.TextScaled = true
  336. pressbuti.TextSize = 14
  337. pressbuti.TextWrapped = true
  338.  
  339. ImageLabel.Parent = Tutorial
  340. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  341. ImageLabel.BorderColor3 = Color3.new(1, 1, 1)
  342. ImageLabel.Position = UDim2.new(0.0250473879, 0, 0.138521761, 0)
  343. ImageLabel.Size = UDim2.new(0, 576, 0, 413)
  344. ImageLabel.Image = "rbxassetid://2412282684"
  345.  
  346. closbuti.Name = "closbuti"
  347. closbuti.Parent = Tutorial
  348. closbuti.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  349. closbuti.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  350. closbuti.Position = UDim2.new(0.767123282, 0, 0.263862342, 0)
  351. closbuti.Size = UDim2.new(0, 167, 0, 102)
  352. closbuti.Font = Enum.Font.SourceSans
  353. closbuti.Text = "Close"
  354. closbuti.TextColor3 = Color3.new(1, 1, 1)
  355. closbuti.TextScaled = true
  356. closbuti.TextSize = 14
  357. closbuti.TextWrapped = true
  358.  
  359. logingui.Name = "logingui"
  360. logingui.Parent = Main
  361. logingui.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  362. logingui.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  363. logingui.Position = UDim2.new(0.333079278, 0, 0.162518293, 0)
  364. logingui.Size = UDim2.new(0, 392, 0, 396)
  365.  
  366. dragontitleeeee.Name = "dragontitleeeee"
  367. dragontitleeeee.Parent = logingui
  368. dragontitleeeee.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  369. dragontitleeeee.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  370. dragontitleeeee.Size = UDim2.new(0, 392, 0, 50)
  371. dragontitleeeee.Font = Enum.Font.SourceSans
  372. dragontitleeeee.Text = "Dragon Killer"
  373. dragontitleeeee.TextColor3 = Color3.new(1, 1, 1)
  374. dragontitleeeee.TextScaled = true
  375. dragontitleeeee.TextSize = 14
  376. dragontitleeeee.TextWrapped = true
  377.  
  378. password.Name = "password"
  379. password.Parent = logingui
  380. password.BackgroundColor3 = Color3.new(1, 1, 1)
  381. password.BackgroundTransparency = 0.89999997615814
  382. password.Position = UDim2.new(0.244897962, 0, 0.383838385, 0)
  383. password.Size = UDim2.new(0, 200, 0, 50)
  384. password.Font = Enum.Font.SourceSans
  385. password.Text = "Password"
  386. password.TextColor3 = Color3.new(0, 0, 0)
  387. password.TextScaled = true
  388. password.TextSize = 14
  389. password.TextWrapped = true
  390.  
  391. login.Name = "login"
  392. login.Parent = logingui
  393. login.BackgroundColor3 = Color3.new(1, 1, 1)
  394. login.BackgroundTransparency = 0.89999997615814
  395. login.Position = UDim2.new(0.244897962, 0, 0.606060565, 0)
  396. login.Size = UDim2.new(0, 200, 0, 50)
  397. login.Font = Enum.Font.SourceSans
  398. login.Text = "Login"
  399. login.TextColor3 = Color3.new(0, 0, 0)
  400. login.TextScaled = true
  401. login.TextSize = 14
  402. login.TextWrapped = true
  403.  
  404. askmrlig.Name = "askmrlig"
  405. askmrlig.Parent = logingui
  406. askmrlig.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  407. askmrlig.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  408. askmrlig.Position = UDim2.new(0, 0, 0.823232353, 0)
  409. askmrlig.Size = UDim2.new(0, 392, 0, 70)
  410. askmrlig.Font = Enum.Font.SourceSans
  411. askmrlig.Text = "Ask MrLightness#9769 For a password"
  412. askmrlig.TextColor3 = Color3.new(1, 1, 1)
  413. askmrlig.TextScaled = true
  414. askmrlig.TextSize = 14
  415. askmrlig.TextWrapped = true
  416.  
  417. youtubers.Name = "youtubers"
  418. youtubers.Parent = logingui
  419. youtubers.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  420. youtubers.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  421. youtubers.Position = UDim2.new(0, 0, 0.156565651, 0)
  422. youtubers.Size = UDim2.new(0, 392, 0, 70)
  423. youtubers.Font = Enum.Font.SourceSans
  424. youtubers.Text = "I made the login thing because youtubers use me for subs (Sirmeme doesnt use me for subs hes good)"
  425. youtubers.TextColor3 = Color3.new(1, 1, 1)
  426. youtubers.TextScaled = true
  427. youtubers.TextSize = 14
  428. youtubers.TextWrapped = true
  429.  
  430. logclos.Name = "logclos"
  431. logclos.Parent = logingui
  432. logclos.BackgroundColor3 = Color3.new(1, 1, 1)
  433. logclos.BackgroundTransparency = 1
  434. logclos.Position = UDim2.new(0.831632674, 0, 0, 0)
  435. logclos.Size = UDim2.new(0, 66, 0, 50)
  436. logclos.Font = Enum.Font.SourceSans
  437. logclos.Text = "X"
  438. logclos.TextColor3 = Color3.new(1, 0, 0)
  439. logclos.TextScaled = true
  440. logclos.TextSize = 14
  441. logclos.TextWrapped = true
  442.  
  443. openn.Name = "openn"
  444. openn.Parent = Main
  445. openn.BackgroundColor3 = Color3.new(1, 1, 1)
  446. openn.BackgroundTransparency = 1
  447. openn.Position = UDim2.new(0, 0, 0.550512433, 0)
  448. openn.Size = UDim2.new(0, 55, 0, 53)
  449. openn.Image = "rbxassetid://485882401"
  450.  
  451. setang.Name = "setang"
  452. setang.Parent = Main
  453. setang.BackgroundColor3 = Color3.new(0, 0, 0)
  454. setang.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  455. setang.BorderSizePixel = 4
  456. setang.Position = UDim2.new(0.477134138, 0, 0.093704246, 0)
  457. setang.Size = UDim2.new(0, 262, 0, 240)
  458. setang.Visible = false
  459. setang.Draggable = true
  460.  
  461. Titleeeeer.Name = "Titleeeeer"
  462. Titleeeeer.Parent = setang
  463. Titleeeeer.BackgroundColor3 = Color3.new(0.141176, 0.231373, 0.827451)
  464. Titleeeeer.BorderSizePixel = 0
  465. Titleeeeer.Size = UDim2.new(0, 262, 0, 27)
  466. Titleeeeer.Font = Enum.Font.SciFi
  467. Titleeeeer.Text = "Dragon Killer settings "
  468. Titleeeeer.TextColor3 = Color3.new(0, 0, 0)
  469. Titleeeeer.TextScaled = true
  470. Titleeeeer.TextSize = 14
  471. Titleeeeer.TextWrapped = true
  472.  
  473. plrsped.Name = "plrsped"
  474. plrsped.Parent = setang
  475. plrsped.BackgroundColor3 = Color3.new(0.101961, 0.172549, 0.619608)
  476. plrsped.BorderSizePixel = 2
  477. plrsped.Position = UDim2.new(0.236641228, 0, 0.174999997, 0)
  478. plrsped.Size = UDim2.new(0, 140, 0, 25)
  479. plrsped.Font = Enum.Font.Cartoon
  480. plrsped.Text = "Player Speed"
  481. plrsped.TextColor3 = Color3.new(0, 0, 0)
  482. plrsped.TextScaled = true
  483. plrsped.TextSize = 14
  484. plrsped.TextWrapped = true
  485.  
  486. plrjump.Name = "plrjump"
  487. plrjump.Parent = setang
  488. plrjump.BackgroundColor3 = Color3.new(0.101961, 0.172549, 0.619608)
  489. plrjump.BorderSizePixel = 2
  490. plrjump.Position = UDim2.new(0.236641228, 0, 0.383333325, 0)
  491. plrjump.Size = UDim2.new(0, 140, 0, 25)
  492. plrjump.Font = Enum.Font.Cartoon
  493. plrjump.Text = "Player Jumppower"
  494. plrjump.TextColor3 = Color3.new(0, 0, 0)
  495. plrjump.TextScaled = true
  496. plrjump.TextSize = 14
  497. plrjump.TextWrapped = true
  498.  
  499. Minimizee.Name = "Minimizee"
  500. Minimizee.Parent = setang
  501. Minimizee.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  502. Minimizee.BorderSizePixel = 0
  503. Minimizee.Position = UDim2.new(0.881679416, 0, 0, 0)
  504. Minimizee.Size = UDim2.new(0, 31, 0, 27)
  505. Minimizee.Font = Enum.Font.SourceSans
  506. Minimizee.Text = "-"
  507. Minimizee.TextColor3 = Color3.new(0, 0, 0)
  508. Minimizee.TextSize = 35
  509. Minimizee.TextWrapped = true
  510.  
  511. destgui.Name = "destgui"
  512. destgui.Parent = setang
  513. destgui.BackgroundColor3 = Color3.new(0.101961, 0.172549, 0.619608)
  514. destgui.BorderSizePixel = 2
  515. destgui.Position = UDim2.new(0.236641228, 0, 0.600000024, 0)
  516. destgui.Size = UDim2.new(0, 140, 0, 25)
  517. destgui.Font = Enum.Font.Cartoon
  518. destgui.Text = "Destroy GUI"
  519. destgui.TextColor3 = Color3.new(0, 0, 0)
  520. destgui.TextScaled = true
  521. destgui.TextSize = 14
  522. destgui.TextWrapped = true
  523. -- Scripts:
  524. function SCRIPT_LVQM66_FAKESCRIPT() -- open.Script
  525. getfenv().script = Instance.new('Script', open)
  526.  
  527. local open = false
  528. local frame = script.Parent.Parent.DragonG
  529.  
  530. script.Parent.MouseButton1Click:Connect(function()
  531. if frame.Visible == false then
  532. frame.Visible = true
  533. else
  534. frame.Visible = false
  535. end
  536. end)
  537.  
  538.  
  539. end
  540. coroutine.resume(coroutine.create(SCRIPT_LVQM66_FAKESCRIPT))
  541. function SCRIPT_BXIC81_FAKESCRIPT() -- Credit.credscri
  542. getfenv().script = Instance.new('Script', Credit)
  543.  
  544. local open = false
  545. local frame = script.Parent.Creditos
  546.  
  547. script.Parent.MouseButton1Click:Connect(function()
  548. if frame.Visible == false then
  549. frame.Visible = true
  550. else
  551. frame.Visible = false
  552. end
  553. end)
  554.  
  555. end
  556. coroutine.resume(coroutine.create(SCRIPT_BXIC81_FAKESCRIPT))
  557. function SCRIPT_YJEW71_FAKESCRIPT() -- Admin.adminsc
  558. getfenv().script = Instance.new('Script', Admin)
  559.  
  560. script.Parent.MouseButton1Click:Connect(function()
  561. loadstring(game:HttpGet("https://pastebin.com/raw/kguCSwwW", true))()
  562. end)
  563.  
  564. end
  565. coroutine.resume(coroutine.create(SCRIPT_YJEW71_FAKESCRIPT))
  566. function SCRIPT_ACHY90_FAKESCRIPT() -- Shop.shos
  567. getfenv().script = Instance.new('Script', Shop)
  568.  
  569. script.Parent.MouseButton1Click:Connect(function()
  570. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6, 4, -51)
  571. end)
  572.  
  573. end
  574. coroutine.resume(coroutine.create(SCRIPT_ACHY90_FAKESCRIPT))
  575. function SCRIPT_WWGL81_FAKESCRIPT() -- FoxPlace.foxs
  576. getfenv().script = Instance.new('Script', FoxPlace)
  577.  
  578. script.Parent.MouseButton1Click:Connect(function()
  579. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(49, 4, 97)
  580. end)
  581.  
  582. end
  583. coroutine.resume(coroutine.create(SCRIPT_WWGL81_FAKESCRIPT))
  584. function SCRIPT_SYXP68_FAKESCRIPT() -- MonkeyPlace.monkeys
  585. getfenv().script = Instance.new('Script', MonkeyPlace)
  586.  
  587. script.Parent.MouseButton1Click:Connect(function()
  588. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(54, 4, 455)
  589. end)
  590.  
  591. end
  592. coroutine.resume(coroutine.create(SCRIPT_SYXP68_FAKESCRIPT))
  593. function SCRIPT_IYOV76_FAKESCRIPT() -- map3.map3s
  594. getfenv().script = Instance.new('Script', map3)
  595.  
  596. script.Parent.MouseButton1Click:Connect(function()
  597. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(61, 4, 994)
  598. end)
  599.  
  600. end
  601. coroutine.resume(coroutine.create(SCRIPT_IYOV76_FAKESCRIPT))
  602. function SCRIPT_ALKA73_FAKESCRIPT() -- Bear.bears
  603. getfenv().script = Instance.new('Script', Bear)
  604.  
  605. script.Parent.MouseButton1Click:Connect(function()
  606. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(60, 4, 1268)
  607. end)
  608.  
  609. end
  610. coroutine.resume(coroutine.create(SCRIPT_ALKA73_FAKESCRIPT))
  611. function SCRIPT_YAXM78_FAKESCRIPT() -- PolarBearPlace.polars
  612. getfenv().script = Instance.new('Script', PolarBearPlace)
  613.  
  614. script.Parent.MouseButton1Click:Connect(function()
  615. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(60, 4, 1725)
  616. end)
  617.  
  618. end
  619. coroutine.resume(coroutine.create(SCRIPT_YAXM78_FAKESCRIPT))
  620. function SCRIPT_EHWN67_FAKESCRIPT() -- Teleports.telsc
  621. getfenv().script = Instance.new('Script', Teleports)
  622.  
  623. local open = false
  624. local frame = script.Parent.Maps
  625.  
  626. script.Parent.MouseButton1Click:Connect(function()
  627. if frame.Visible == false then
  628. frame.Visible = true
  629. else
  630. frame.Visible = false
  631. end
  632. end)
  633.  
  634. end
  635. coroutine.resume(coroutine.create(SCRIPT_EHWN67_FAKESCRIPT))
  636. function SCRIPT_DOYW67_FAKESCRIPT() -- Dragon.dras
  637. getfenv().script = Instance.new('Script', Dragon)
  638.  
  639. script.Parent.MouseButton1Click:Connect(function()
  640. game.Workspace[game.Players.LocalPlayer.Name].DragonAttackDelay.Value = 1e-100
  641. end)
  642.  
  643. end
  644. coroutine.resume(coroutine.create(SCRIPT_DOYW67_FAKESCRIPT))
  645. function SCRIPT_MSHX80_FAKESCRIPT() -- Hammer.hams
  646. getfenv().script = Instance.new('Script', Hammer)
  647.  
  648. script.Parent.MouseButton1Click:Connect(function()
  649. while wait() do
  650. for i,v in pairs(game.Workspace[game.Players.LocalPlayer.Name]:GetChildren()) do
  651. if v.ClassName == "Tool" then
  652. v.ToolSpeed.Value = 3333333333
  653. end
  654. end
  655. end
  656. end)
  657.  
  658. end
  659. coroutine.resume(coroutine.create(SCRIPT_MSHX80_FAKESCRIPT))
  660. function SCRIPT_MNHY79_FAKESCRIPT() -- DaH.opscrisci
  661. getfenv().script = Instance.new('Script', DaH)
  662.  
  663. local open = false
  664. local frame = script.Parent.Delays
  665.  
  666. script.Parent.MouseButton1Click:Connect(function()
  667. if frame.Visible == false then
  668. frame.Visible = true
  669. else
  670. frame.Visible = false
  671. end
  672. end)
  673.  
  674. end
  675. coroutine.resume(coroutine.create(SCRIPT_MNHY79_FAKESCRIPT))
  676. function SCRIPT_XMRW84_FAKESCRIPT() -- Minimize.minsc
  677. getfenv().script = Instance.new('Script', Minimize)
  678.  
  679. script.Parent.MouseButton1Click:Connect(function()
  680. game.Players.LocalPlayer.PlayerGui.Main.DragonG.Visible = false
  681. end)
  682.  
  683. end
  684. coroutine.resume(coroutine.create(SCRIPT_XMRW84_FAKESCRIPT))
  685. function SCRIPT_KSUT67_FAKESCRIPT() -- closbuti.closscripti
  686. getfenv().script = Instance.new('Script', closbuti)
  687.  
  688. script.Parent.MouseButton1Click:Connect(function()
  689. game.Players.LocalPlayer.PlayerGui.Main.Tutorial:Destroy()
  690. end)
  691.  
  692. end
  693. coroutine.resume(coroutine.create(SCRIPT_KSUT67_FAKESCRIPT))
  694. function SCRIPT_QSDT83_FAKESCRIPT() -- login.logins
  695. getfenv().script = Instance.new('Script', login)
  696.  
  697. local box = script.Parent.Parent:WaitForChild('password')
  698. local button = script.Parent
  699. local tries = 0
  700. local maxtries = 3
  701. button.MouseButton1Click:Connect(function()
  702. if tries == maxtries then
  703. game.Players.LocalPlayer:Kick()
  704. else
  705. if box.Text == 'kamel' then
  706. button.Text = 'Login Successful'
  707. game.Players.LocalPlayer.PlayerGui.Main.open.Visible = true
  708. game.Players.LocalPlayer.PlayerGui.Main.Tutorial.Visible = true
  709. game.Players.LocalPlayer.PlayerGui.Main.setfram.Visible = true
  710. else
  711. button.Text = 'Incorrect Password - '.. maxtries - tries..'tries left'
  712. tries = tries + 1
  713. end
  714. end
  715. end)
  716.  
  717.  
  718. end
  719. coroutine.resume(coroutine.create(SCRIPT_QSDT83_FAKESCRIPT))
  720. function SCRIPT_LOKB77_FAKESCRIPT() -- logclos.logclose
  721. getfenv().script = Instance.new('Script', logclos)
  722.  
  723. script.Parent.MouseButton1Click:Connect(function()
  724. game.Players.LocalPlayer.PlayerGui.Main.logingui.Visible = false
  725. end)
  726.  
  727. end
  728. coroutine.resume(coroutine.create(SCRIPT_LOKB77_FAKESCRIPT))
  729. function SCRIPT_XAQA88_FAKESCRIPT() -- openn.Script
  730. getfenv().script = Instance.new('Script', openn)
  731.  
  732. local open = false
  733. local frame = script.Parent.Parent.setang
  734.  
  735. script.Parent.MouseButton1Click:Connect(function()
  736. if frame.Visible == false then
  737. frame.Visible = true
  738. else
  739. frame.Visible = false
  740. end
  741. end)
  742.  
  743.  
  744. end
  745. coroutine.resume(coroutine.create(SCRIPT_XAQA88_FAKESCRIPT))
  746. function SCRIPT_IUVY66_FAKESCRIPT() -- plrsped.spedsc
  747. getfenv().script = Instance.new('Script', plrsped)
  748.  
  749. script.Parent.MouseButton1Click:Connect(function()
  750. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  751. end)
  752.  
  753. end
  754. coroutine.resume(coroutine.create(SCRIPT_IUVY66_FAKESCRIPT))
  755. function SCRIPT_BJQU85_FAKESCRIPT() -- plrjump.jumpscr
  756. getfenv().script = Instance.new('Script', plrjump)
  757.  
  758. script.Parent.MouseButton1Click:Connect(function()
  759. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  760. end)
  761.  
  762. end
  763. coroutine.resume(coroutine.create(SCRIPT_BJQU85_FAKESCRIPT))
  764. function SCRIPT_BJIP80_FAKESCRIPT() -- Minimizee.minsc
  765. getfenv().script = Instance.new('Script', Minimizee)
  766.  
  767. script.Parent.MouseButton1Click:Connect(function()
  768. game.Players.LocalPlayer.PlayerGui.Main.setang.Visible = false
  769. end)
  770.  
  771. end
  772. coroutine.resume(coroutine.create(SCRIPT_BJIP80_FAKESCRIPT))
  773. function SCRIPT_MBAT68_FAKESCRIPT() -- destgui.destguiscrp
  774. getfenv().script = Instance.new('Script', destgui)
  775.  
  776. script.Parent.MouseButton1Click:Connect(function()
  777. game.Players.LocalPlayer.PlayerGui.Main:Destroy()
  778. end)
  779.  
  780. end
  781. coroutine.resume(coroutine.create(SCRIPT_MBAT68_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement