Advertisement
Guest User

Dungeon Quest The canals

a guest
Jul 21st, 2019
1,216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 KB | None | 0 0
  1. -- Instances:
  2. local DungeonRapist = Instance.new("ScreenGui")
  3. local Teleports = Instance.new("Frame")
  4. local title = Instance.new("TextLabel")
  5. local tab = Instance.new("TextLabel")
  6. local b1 = Instance.new("TextButton")
  7. local b2 = Instance.new("TextButton")
  8. local b3 = Instance.new("TextButton")
  9. local b4 = Instance.new("TextButton")
  10. local guisettings = Instance.new("Frame")
  11. local title_2 = Instance.new("TextLabel")
  12. local tab_2 = Instance.new("TextLabel")
  13. local b1_2 = Instance.new("TextButton")
  14. local b2_2 = Instance.new("TextButton")
  15. local b3_2 = Instance.new("TextButton")
  16. local Title = Instance.new("TextLabel")
  17. local Subtitle = Instance.new("TextLabel")
  18. local openUI = Instance.new("Frame")
  19. local TextButton = Instance.new("TextButton")
  20. --Properties:
  21. DungeonRapist.Name = "DungeonRapist"
  22. DungeonRapist.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. DungeonRapist.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24. DungeonRapist.ResetOnSpawn = false
  25.  
  26. Teleports.Name = "Teleports"
  27. Teleports.Parent = DungeonRapist
  28. Teleports.Active = true
  29. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Teleports.BackgroundTransparency = 1
  31. Teleports.BorderSizePixel = 0
  32. Teleports.Draggable = true
  33. Teleports.Position = UDim2.new(0.0359999985, 0, 0.150000006, 0)
  34. Teleports.Selectable = true
  35. Teleports.Size = UDim2.new(0, 150, 0, 200)
  36.  
  37. title.Name = "title"
  38. title.Parent = Teleports
  39. title.BackgroundColor3 = Color3.new(1, 0, 0)
  40. title.BorderSizePixel = 0
  41. title.Size = UDim2.new(0, 150, 0, 40)
  42. title.Font = Enum.Font.SciFi
  43. title.Text = "Functions"
  44. title.TextColor3 = Color3.new(1, 1, 1)
  45. title.TextSize = 25
  46. title.TextStrokeTransparency = 0
  47.  
  48. tab.Name = "tab"
  49. tab.Parent = Teleports
  50. tab.BackgroundColor3 = Color3.new(0, 0, 0)
  51. tab.BackgroundTransparency = 0.40000000596046
  52. tab.BorderSizePixel = 0
  53. tab.Position = UDim2.new(0.0333333351, 0, 0.200000003, 0)
  54. tab.Size = UDim2.new(0, 140, 0, 160)
  55. tab.Font = Enum.Font.SourceSans
  56. tab.Text = ""
  57. tab.TextColor3 = Color3.new(0, 0, 0)
  58. tab.TextSize = 14
  59.  
  60. b1.Name = "b1"
  61. b1.Parent = Teleports
  62. b1.BackgroundColor3 = Color3.new(1, 1, 1)
  63. b1.BackgroundTransparency = 1
  64. b1.Position = UDim2.new(0.0666666701, 0, 0.199999869, 0)
  65. b1.Size = UDim2.new(0, 135, 0, 40)
  66. b1.Font = Enum.Font.SourceSans
  67. b1.Text = "> clear room"
  68. b1.TextColor3 = Color3.new(1, 0, 0)
  69. b1.TextSize = 20
  70. b1.TextStrokeTransparency = 0
  71. b1.TextWrapped = true
  72. b1.TextXAlignment = Enum.TextXAlignment.Left
  73.  
  74. b2.Name = "b2"
  75. b2.Parent = Teleports
  76. b2.BackgroundColor3 = Color3.new(1, 1, 1)
  77. b2.BackgroundTransparency = 1
  78. b2.Position = UDim2.new(0.0666666701, 0, 0.399999857, 0)
  79. b2.Size = UDim2.new(0, 135, 0, 40)
  80. b2.Font = Enum.Font.SourceSans
  81. b2.Text = "> 50 walkspeed"
  82. b2.TextColor3 = Color3.new(1, 0, 0)
  83. b2.TextSize = 20
  84. b2.TextStrokeTransparency = 0
  85. b2.TextWrapped = true
  86. b2.TextXAlignment = Enum.TextXAlignment.Left
  87.  
  88. b3.Name = "b3"
  89. b3.Parent = Teleports
  90. b3.BackgroundColor3 = Color3.new(1, 1, 1)
  91. b3.BackgroundTransparency = 1
  92. b3.Position = UDim2.new(0.0666666701, 0, 0.59499985, 0)
  93. b3.Size = UDim2.new(0, 135, 0, 40)
  94. b3.Font = Enum.Font.SourceSans
  95. b3.Text = "> remove barrier"
  96. b3.TextColor3 = Color3.new(1, 0, 0)
  97. b3.TextSize = 20
  98. b3.TextStrokeTransparency = 0
  99. b3.TextWrapped = true
  100. b3.TextXAlignment = Enum.TextXAlignment.Left
  101.  
  102. b4.Name = "b4"
  103. b4.Parent = Teleports
  104. b4.BackgroundColor3 = Color3.new(1, 1, 1)
  105. b4.BackgroundTransparency = 1
  106. b4.Position = UDim2.new(0.0666666701, 0, 0.794999838, 0)
  107. b4.Size = UDim2.new(0, 135, 0, 40)
  108. b4.Font = Enum.Font.SourceSans
  109. b4.Text = "> force start game"
  110. b4.TextColor3 = Color3.new(1, 0, 0)
  111. b4.TextSize = 20
  112. b4.TextStrokeTransparency = 0
  113. b4.TextWrapped = true
  114. b4.TextXAlignment = Enum.TextXAlignment.Left
  115.  
  116. guisettings.Name = "guisettings"
  117. guisettings.Parent = DungeonRapist
  118. guisettings.Active = true
  119. guisettings.BackgroundColor3 = Color3.new(1, 1, 1)
  120. guisettings.BackgroundTransparency = 1
  121. guisettings.BorderSizePixel = 0
  122. guisettings.Draggable = true
  123. guisettings.Position = UDim2.new(0.136000007, 0, 0.150000006, 0)
  124. guisettings.Selectable = true
  125. guisettings.Size = UDim2.new(0, 150, 0, 200)
  126.  
  127. title_2.Name = "title"
  128. title_2.Parent = guisettings
  129. title_2.BackgroundColor3 = Color3.new(1, 0, 0)
  130. title_2.BorderSizePixel = 0
  131. title_2.Size = UDim2.new(0, 150, 0, 40)
  132. title_2.Font = Enum.Font.SciFi
  133. title_2.Text = "GUI settings"
  134. title_2.TextColor3 = Color3.new(1, 1, 1)
  135. title_2.TextSize = 25
  136. title_2.TextStrokeTransparency = 0
  137.  
  138. tab_2.Name = "tab"
  139. tab_2.Parent = guisettings
  140. tab_2.BackgroundColor3 = Color3.new(0, 0, 0)
  141. tab_2.BackgroundTransparency = 0.40000000596046
  142. tab_2.BorderSizePixel = 0
  143. tab_2.Position = UDim2.new(0.0333333351, 0, 0.200000003, 0)
  144. tab_2.Size = UDim2.new(0, 140, 0, 120)
  145. tab_2.Font = Enum.Font.SourceSans
  146. tab_2.Text = ""
  147. tab_2.TextColor3 = Color3.new(0, 0, 0)
  148. tab_2.TextSize = 14
  149.  
  150. b1_2.Name = "b1"
  151. b1_2.Parent = guisettings
  152. b1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  153. b1_2.BackgroundTransparency = 1
  154. b1_2.Position = UDim2.new(0.0666666701, 0, 0.390000015, 0)
  155. b1_2.Size = UDim2.new(0, 135, 0, 40)
  156. b1_2.Font = Enum.Font.SourceSans
  157. b1_2.Text = "> minimize GUI"
  158. b1_2.TextColor3 = Color3.new(1, 0, 0)
  159. b1_2.TextSize = 20
  160. b1_2.TextStrokeTransparency = 0
  161. b1_2.TextWrapped = true
  162. b1_2.TextXAlignment = Enum.TextXAlignment.Left
  163.  
  164. b2_2.Name = "b2"
  165. b2_2.Parent = guisettings
  166. b2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  167. b2_2.BackgroundTransparency = 1
  168. b2_2.Position = UDim2.new(0.0666666701, 0, 0.589999974, 0)
  169. b2_2.Size = UDim2.new(0, 135, 0, 40)
  170. b2_2.Font = Enum.Font.SourceSans
  171. b2_2.Text = "> destroy GUI"
  172. b2_2.TextColor3 = Color3.new(1, 0, 0)
  173. b2_2.TextSize = 20
  174. b2_2.TextStrokeTransparency = 0
  175. b2_2.TextWrapped = true
  176. b2_2.TextXAlignment = Enum.TextXAlignment.Left
  177.  
  178. b3_2.Name = "b3"
  179. b3_2.Parent = guisettings
  180. b3_2.BackgroundColor3 = Color3.new(1, 1, 1)
  181. b3_2.BackgroundTransparency = 1
  182. b3_2.Position = UDim2.new(0.0666666701, 0, 0.200000018, 0)
  183. b3_2.Size = UDim2.new(0, 135, 0, 40)
  184. b3_2.Font = Enum.Font.SourceSans
  185. b3_2.Text = "> hide local name"
  186. b3_2.TextColor3 = Color3.new(1, 0, 0)
  187. b3_2.TextSize = 20
  188. b3_2.TextStrokeTransparency = 0
  189. b3_2.TextWrapped = true
  190. b3_2.TextXAlignment = Enum.TextXAlignment.Left
  191.  
  192. Title.Name = "Title"
  193. Title.Parent = DungeonRapist
  194. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Title.BackgroundTransparency = 1
  196. Title.Position = UDim2.new(0.287927687, 0, 0.0021994696, 0)
  197. Title.Size = UDim2.new(0, 422, 0, 73)
  198. Title.Font = Enum.Font.Fantasy
  199. Title.Text = "Dungeon Rapist"
  200. Title.TextColor3 = Color3.new(1, 0, 0)
  201. Title.TextScaled = true
  202. Title.TextSize = 14
  203. Title.TextStrokeTransparency = 0.5
  204. Title.TextWrapped = true
  205.  
  206. Subtitle.Name = "Subtitle"
  207. Subtitle.Parent = DungeonRapist
  208. Subtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  209. Subtitle.BackgroundTransparency = 1
  210. Subtitle.Position = UDim2.new(0.304712713, 0, 0.0727558434, 0)
  211. Subtitle.Size = UDim2.new(0, 422, 0, 23)
  212. Subtitle.Font = Enum.Font.Fantasy
  213. Subtitle.Text = "Created by: JasonJJK"
  214. Subtitle.TextColor3 = Color3.new(1, 0, 0)
  215. Subtitle.TextScaled = true
  216. Subtitle.TextSize = 14
  217. Subtitle.TextStrokeTransparency = 0.5
  218. Subtitle.TextWrapped = true
  219. Subtitle.TextXAlignment = Enum.TextXAlignment.Left
  220.  
  221. openUI.Name = "openUI"
  222. openUI.Parent = DungeonRapist
  223. openUI.BackgroundColor3 = Color3.new(1, 1, 1)
  224. openUI.BorderSizePixel = 0
  225. openUI.Position = UDim2.new(0.445448667, 0, 0.0727558434, 0)
  226. openUI.Size = UDim2.new(0, 100, 0, 22)
  227. openUI.Visible = false
  228.  
  229. TextButton.Parent = openUI
  230. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  231. TextButton.BorderSizePixel = 0
  232. TextButton.Size = UDim2.new(0, 100, 0, 22)
  233. TextButton.Font = Enum.Font.SciFi
  234. TextButton.Text = "open GUI"
  235. TextButton.TextColor3 = Color3.new(1, 1, 1)
  236. TextButton.TextSize = 18
  237. TextButton.TextStrokeTransparency = 0
  238. TextButton.TextWrapped = true
  239. -- Scripts:
  240. Teleports.Draggable = true
  241. Teleports.Selectable = true
  242. Teleports.Active = true
  243.  
  244. guisettings.Draggable = true
  245. guisettings.Selectable = true
  246. guisettings.Active = true
  247.  
  248. guisettings.b3.MouseButton1Click:Connect(function()
  249. local yeet = game.Players.LocalPlayer.PlayerGui.playerStatus.Frame.playerName
  250. local yeet2 = game.Players.LocalPlayer.Character.playerNameplate.Frame.name
  251.  
  252. while true do
  253. yeet.Text = "I"
  254. yeet2.Text = "I"
  255. wait(0.1)
  256. yeet.Text = "I L"
  257. yeet2.Text = "I L"
  258. wait(0.1)
  259. yeet.Text = "I LO"
  260. yeet2.Text = "I LO"
  261. wait(0.1)
  262. yeet.Text = "I LOV"
  263. yeet2.Text = "I LOV"
  264. wait(0.1)
  265. yeet.Text = "I LOVE"
  266. yeet2.Text = "I LOVE"
  267. wait(0.1)
  268. yeet.Text = "I LOVE _"
  269. yeet2.Text = "I LOVE _"
  270. wait(0.1)
  271. yeet.Text = "I LOVE _K"
  272. yeet2.Text = "I LOVE _K"
  273. wait(0.1)
  274. yeet.Text = "I LOVE _Kr"
  275. yeet2.Text = "I LOVE _Kr"
  276. wait(0.1)
  277. yeet.Text = "I LOVE _Kre"
  278. yeet2.Text = "I LOVE _Kre"
  279. wait(0.1)
  280. yeet.Text = "I LOVE _Kree"
  281. yeet2.Text = "I LOVE _Kree"
  282. wait(0.1)
  283. yeet.Text = "I LOVE _Kreep"
  284. yeet2.Text = "I LOVE _Kreep"
  285. wait(0.1)
  286. yeet.Text = "I LOVE _Kreepe"
  287. yeet2.Text = "I LOVE _Kreepe"
  288. wait(0.1)
  289. yeet.Text = "I LOVE _Kreeper"
  290. yeet2.Text = "I LOVE _Kreeper"
  291. wait(0.1)
  292. yeet.Text = "I LOVE _Kreeper_"
  293. yeet2.Text = "I LOVE _Kreeper_"
  294. wait(0.1)
  295. yeet.Text = "I LOVE _Kreeper_R"
  296. yeet2.Text = "I LOVE _Kreeper_R"
  297. wait(0.1)
  298. yeet.Text = "I LOVE _Kreeper_RU"
  299. yeet2.Text = "I LOVE _Kreeper_RU"
  300. wait(1)
  301. yeet.Text = "I LOVE _Kreeper_R"
  302. yeet2.Text = "I LOVE _Kreeper_R"
  303. wait(0.1)
  304. yeet.Text = "I LOVE _Kreeper_"
  305. yeet2.Text = "I LOVE _Kreeper_"
  306. wait(0.1)
  307. yeet.Text = "I LOVE _Kreeper"
  308. yeet2.Text = "I LOVE _Kreeper"
  309. wait(0.1)
  310. yeet.Text = "I LOVE _Kreepe"
  311. yeet2.Text = "I LOVE _Kreepe"
  312. wait(0.1)
  313. yeet.Text = "I LOVE _Kreep"
  314. yeet2.Text = "I LOVE _Kreep"
  315. wait(0.1)
  316. yeet.Text = "I LOVE _Kree"
  317. yeet2.Text = "I LOVE _Kree"
  318. wait(0.1)
  319. yeet.Text = "I LOVE _Kre"
  320. yeet2.Text = "I LOVE _Kre"
  321. wait(0.1)
  322. yeet.Text = "I LOVE _Kr"
  323. yeet2.Text = "I LOVE _Kr"
  324. wait(0.1)
  325. yeet.Text = "I LOVE _K"
  326. yeet2.Text = "I LOVE _K"
  327. wait(0.1)
  328. yeet.Text = "I LOVE _"
  329. yeet2.Text = "I LOVE _"
  330. wait(0.1)
  331. yeet.Text = "I LOVE"
  332. yeet2.Text = "I LOVE"
  333. wait(0.1)
  334. yeet.Text = "I LOV"
  335. yeet2.Text = "I LOV"
  336. wait(0.1)
  337. yeet.Text = "I LO"
  338. yeet2.Text = "I LO"
  339. wait(0.1)
  340. yeet.Text = "I L"
  341. yeet2.Text = "I L"
  342. wait(0.1)
  343. yeet.Text = "I"
  344. yeet2.Text = "I"
  345. wait(0.1)
  346. yeet.Text = ""
  347. yeet2.Text = ""
  348. wait(0.1)
  349. end
  350. end)
  351.  
  352. guisettings.b2.MouseButton1Click:Connect(function()
  353. game.Players.LocalPlayer.PlayerGui.ScreenGui:Destroy()
  354. end)
  355.  
  356. closed = false
  357.  
  358. guisettings.b1.MouseButton1Click:Connect(function()
  359. if closed == false then
  360. openUI.Visible = true
  361. Teleports.Visible = false
  362. guisettings.Visible = false
  363. closed = true
  364. end
  365. end)
  366.  
  367. openUI.TextButton.MouseButton1Click:Connect(function()
  368. if closed == true then
  369. openUI.Visible = false
  370. Teleports.Visible = true
  371. guisettings.Visible = true
  372. closed = false
  373. end
  374. end)
  375.  
  376. Teleports.b1.MouseButton1Click:Connect(function()
  377.  
  378. local name = "Dark Mage";
  379. local function Modify(part)
  380. part.Head:Destroy()
  381. end
  382.  
  383. local function recursive(obj)
  384. for _, child in pairs(obj:GetChildren()) do
  385. if (child.Name == name) then
  386. Modify(child);
  387. end
  388. recursive(child);
  389. end
  390. end
  391. recursive(workspace);
  392.  
  393. local nama = "Bodyguard";
  394. local function Modify(part)
  395. part.Head:Destroy()
  396. end
  397.  
  398. local function recursive(obj)
  399. for _, child in pairs(obj:GetChildren()) do
  400. if (child.Name == nama) then
  401. Modify(child);
  402. end
  403. recursive(child);
  404. end
  405. end
  406. recursive(workspace);
  407.  
  408. end)
  409.  
  410. Teleports.b2.MouseButton1Click:Connect(function()
  411. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  412. end)
  413.  
  414. Teleports.b3.MouseButton1Click:Connect(function()
  415. game.Workspace.dungeon.initialRoom.barrier.Door:Destroy()
  416. end)
  417.  
  418. Teleports.b4.MouseButton1Click:Connect(function()
  419. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  420. end)
  421.  
  422. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  423.  
  424. counter = 0
  425.  
  426. loopfunc = true
  427. looped = true
  428.  
  429. if loopfunc == true then
  430. while looped == true do
  431. wait(0.1)
  432. Teleports.title.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  433. guisettings.title.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  434. Title.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  435. Subtitle.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  436. Teleports:FindFirstChild('b1').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  437. Teleports:FindFirstChild('b2').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  438. Teleports:FindFirstChild('b3').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  439. Teleports:FindFirstChild('b4').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  440. guisettings:FindFirstChild('b1').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  441. guisettings:FindFirstChild('b2').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  442. guisettings:FindFirstChild('b3').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  443. openUI.TextButton.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  444.  
  445. counter = counter + 0.01
  446. end
  447. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement