Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.83 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. hum = plr.Character.HumanoidRootPart
  3. mouse = plr:GetMouse()
  4.  
  5. mouse.KeyDown:connect(function(key)
  6. if key == "f" then
  7. if mouse.Target then
  8. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  9. end
  10. end
  11. end)
  12. local DungeonRapist = Instance.new("ScreenGui")
  13. local Teleports = Instance.new("Frame")
  14. local title = Instance.new("TextLabel")
  15. local tab = Instance.new("TextLabel")
  16. local b1 = Instance.new("TextButton")
  17. local b2 = Instance.new("TextButton")
  18. local b3 = Instance.new("TextButton")
  19. local b4 = Instance.new("TextButton")
  20. local key = Instance.new("TextLabel")
  21. local b5 = Instance.new("TextButton")
  22. local guisettings = Instance.new("Frame")
  23. local title_2 = Instance.new("TextLabel")
  24. local tab_2 = Instance.new("TextLabel")
  25. local b1_2 = Instance.new("TextButton")
  26. local b2_2 = Instance.new("TextButton")
  27. local b3_2 = Instance.new("TextButton")
  28. local Title = Instance.new("TextLabel")
  29. local Subtitle = Instance.new("TextLabel")
  30. local openUI = Instance.new("Frame")
  31. local TextButton = Instance.new("TextButton")
  32. local Status = Instance.new("TextLabel")
  33. local wavedefence = Instance.new("Frame")
  34. local title_3 = Instance.new("TextLabel")
  35. local tab_3 = Instance.new("TextLabel")
  36. local b1_3 = Instance.new("TextButton")
  37. --Properties:
  38. DungeonRapist.Name = "DungeonRapist"
  39. DungeonRapist.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40. DungeonRapist.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  41. DungeonRapist.ResetOnSpawn = false
  42.  
  43. Teleports.Name = "Teleports"
  44. Teleports.Parent = DungeonRapist
  45. Teleports.Active = true
  46. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Teleports.BackgroundTransparency = 1
  48. Teleports.BorderSizePixel = 0
  49. Teleports.Draggable = true
  50. Teleports.Position = UDim2.new(0.0359999985, 0, -0.5, 0)
  51. Teleports.Selectable = true
  52. Teleports.Size = UDim2.new(0, 150, 0, 200)
  53.  
  54. title.Name = "title"
  55. title.Parent = Teleports
  56. title.BackgroundColor3 = Color3.new(0.38, 1, 0)
  57. title.BorderSizePixel = 0
  58. title.Position = UDim2.new(0, 0, 0.0299999993, 0)
  59. title.Size = UDim2.new(0, 150, 0, 34)
  60. title.Font = Enum.Font.SciFi
  61. title.Text = "Functions"
  62. title.TextColor3 = Color3.new(1, 1, 1)
  63. title.TextSize = 25
  64. title.TextStrokeTransparency = 0
  65.  
  66. tab.Name = "tab"
  67. tab.Parent = Teleports
  68. tab.BackgroundColor3 = Color3.new(0, 0, 0)
  69. tab.BackgroundTransparency = 0.40000000596046
  70. tab.BorderSizePixel = 0
  71. tab.Position = UDim2.new(0.0333333351, 0, 0.200000003, 0)
  72. tab.Size = UDim2.new(0, 140, 0, 200)
  73. tab.Font = Enum.Font.SourceSans
  74. tab.Text = ""
  75. tab.TextColor3 = Color3.new(0, 0, 0)
  76. tab.TextSize = 14
  77.  
  78. b1.Name = "b1"
  79. b1.Parent = Teleports
  80. b1.BackgroundColor3 = Color3.new(1, 1, 1)
  81. b1.BackgroundTransparency = 1
  82. b1.Position = UDim2.new(0.0666666701, 0, 0.199999869, 0)
  83. b1.Size = UDim2.new(0, 135, 0, 40)
  84. b1.Font = Enum.Font.SourceSans
  85. b1.Text = "> clear room"
  86. b1.TextColor3 = Color3.new(0.38, 1, 0)
  87. b1.TextSize = 20
  88. b1.TextStrokeTransparency = 0
  89. b1.TextWrapped = true
  90. b1.TextXAlignment = Enum.TextXAlignment.Left
  91.  
  92. b2.Name = "b2"
  93. b2.Parent = Teleports
  94. b2.BackgroundColor3 = Color3.new(1, 1, 1)
  95. b2.BackgroundTransparency = 1
  96. b2.Position = UDim2.new(0.0666666701, 0, 0.60499984, 0)
  97. b2.Size = UDim2.new(0, 135, 0, 40)
  98. b2.Font = Enum.Font.SourceSans
  99. b2.TextColor3 = Color3.new(0.38, 1, 0)
  100. b2.TextSize = 20
  101. b2.TextStrokeTransparency = 0
  102. b2.TextWrapped = true
  103. b2.TextXAlignment = Enum.TextXAlignment.Left
  104.  
  105. b3.Name = "b3"
  106. b3.Parent = Teleports
  107. b3.BackgroundColor3 = Color3.new(1, 1, 1)
  108. b3.BackgroundTransparency = 1
  109. b3.Position = UDim2.new(0.0666666701, 0, 0.799999833, 0)
  110. b3.Size = UDim2.new(0, 135, 0, 40)
  111. b3.Font = Enum.Font.SourceSans
  112. b3.Text = "> remove barriers"
  113. b3.TextColor3 = Color3.new(0.38, 1, 0)
  114. b3.TextSize = 20
  115. b3.TextStrokeTransparency = 0
  116. b3.TextWrapped = true
  117. b3.TextXAlignment = Enum.TextXAlignment.Left
  118.  
  119. b4.Name = "b4"
  120. b4.Parent = Teleports
  121. b4.BackgroundColor3 = Color3.new(1, 1, 1)
  122. b4.BackgroundTransparency = 1
  123. b4.Position = UDim2.new(0.0666666701, 0, 0.999999821, 0)
  124. b4.Size = UDim2.new(0, 135, 0, 40)
  125. b4.Font = Enum.Font.SourceSans
  126. b4.Text = "> force start game"
  127. b4.TextColor3 = Color3.new(0.38, 1, 0)
  128. b4.TextSize = 20
  129. b4.TextStrokeTransparency = 0
  130. b4.TextWrapped = true
  131. b4.TextXAlignment = Enum.TextXAlignment.Left
  132.  
  133. key.Name = "key"
  134. key.Parent = Teleports
  135. key.BackgroundColor3 = Color3.new(0, 0, 0)
  136. key.BackgroundTransparency = 1
  137. key.BorderSizePixel = 0
  138. key.Position = UDim2.new(0.699999988, 0, 0.200000003, 0)
  139. key.Size = UDim2.new(0, 40, 0, 40)
  140. key.Font = Enum.Font.SourceSans
  141. key.Text = "c"
  142. key.TextColor3 = Color3.new(0.38, 1, 0)
  143. key.TextSize = 20
  144. key.TextStrokeTransparency = 0
  145.  
  146. b5.Name = "b5"
  147. b5.Parent = Teleports
  148. b5.BackgroundColor3 = Color3.new(1, 1, 1)
  149. b5.BackgroundTransparency = 1
  150. b5.Position = UDim2.new(0.0666666701, 0, 0.404999822, 0)
  151. b5.Size = UDim2.new(0, 135, 0, 40)
  152. b5.Font = Enum.Font.SourceSans
  153. b5.TextColor3 = Color3.new(0.38, 1, 0)
  154. b5.TextSize = 20
  155. b5.TextStrokeTransparency = 0
  156. b5.TextWrapped = true
  157. b5.TextXAlignment = Enum.TextXAlignment.Left
  158.  
  159. guisettings.Name = "guisettings"
  160. guisettings.Parent = DungeonRapist
  161. guisettings.Active = true
  162. guisettings.BackgroundColor3 = Color3.new(1, 1, 1)
  163. guisettings.BackgroundTransparency = 1
  164. guisettings.BorderSizePixel = 0
  165. guisettings.Draggable = true
  166. guisettings.Position = UDim2.new(0.136000007, 0, -0.5, 0)
  167. guisettings.Selectable = true
  168. guisettings.Size = UDim2.new(0, 150, 0, 200)
  169.  
  170. title_2.Name = "title"
  171. title_2.Parent = guisettings
  172. title_2.BackgroundColor3 = Color3.new(0.38, 1, 0)
  173. title_2.BorderSizePixel = 0
  174. title_2.Position = UDim2.new(0, 0, 0.0299999993, 0)
  175. title_2.Size = UDim2.new(0, 150, 0, 34)
  176. title_2.Font = Enum.Font.SciFi
  177. title_2.Text = "GUI settings"
  178. title_2.TextColor3 = Color3.new(1, 1, 1)
  179. title_2.TextSize = 25
  180. title_2.TextStrokeTransparency = 0
  181.  
  182. tab_2.Name = "tab"
  183. tab_2.Parent = guisettings
  184. tab_2.BackgroundColor3 = Color3.new(0, 0, 0)
  185. tab_2.BackgroundTransparency = 0.40000000596046
  186. tab_2.BorderSizePixel = 0
  187. tab_2.Position = UDim2.new(0.0333333351, 0, 0.200000003, 0)
  188. tab_2.Size = UDim2.new(0, 140, 0, 120)
  189. tab_2.Font = Enum.Font.SourceSans
  190. tab_2.Text = ""
  191. tab_2.TextColor3 = Color3.new(0, 0, 0)
  192. tab_2.TextSize = 14
  193.  
  194. b1_2.Name = "b1"
  195. b1_2.Parent = guisettings
  196. b1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  197. b1_2.BackgroundTransparency = 1
  198. b1_2.Position = UDim2.new(0.0666666701, 0, 0.390000015, 0)
  199. b1_2.Size = UDim2.new(0, 135, 0, 40)
  200. b1_2.Font = Enum.Font.SourceSans
  201. b1_2.Text = "> minimize GUI"
  202. b1_2.TextColor3 = Color3.new(0.38, 1, 0)
  203. b1_2.TextSize = 20
  204. b1_2.TextStrokeTransparency = 0
  205. b1_2.TextWrapped = true
  206. b1_2.TextXAlignment = Enum.TextXAlignment.Left
  207.  
  208. b2_2.Name = "b2"
  209. b2_2.Parent = guisettings
  210. b2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  211. b2_2.BackgroundTransparency = 1
  212. b2_2.Position = UDim2.new(0.0666666701, 0, 0.589999974, 0)
  213. b2_2.Size = UDim2.new(0, 135, 0, 40)
  214. b2_2.Font = Enum.Font.SourceSans
  215. b2_2.Text = "> destroy GUI"
  216. b2_2.TextColor3 = Color3.new(0.38, 1, 0)
  217. b2_2.TextSize = 20
  218. b2_2.TextStrokeTransparency = 0
  219. b2_2.TextWrapped = true
  220. b2_2.TextXAlignment = Enum.TextXAlignment.Left
  221.  
  222. b3_2.Name = "b3"
  223. b3_2.Parent = guisettings
  224. b3_2.BackgroundColor3 = Color3.new(1, 1, 1)
  225. b3_2.BackgroundTransparency = 1
  226. b3_2.Position = UDim2.new(0.0666666701, 0, 0.200000018, 0)
  227. b3_2.Size = UDim2.new(0, 135, 0, 40)
  228. b3_2.Font = Enum.Font.SourceSans
  229. b3_2.Text = "> hide local name"
  230. b3_2.TextColor3 = Color3.new(0.38, 1, 0)
  231. b3_2.TextSize = 20
  232. b3_2.TextStrokeTransparency = 0
  233. b3_2.TextWrapped = true
  234. b3_2.TextXAlignment = Enum.TextXAlignment.Left
  235.  
  236. Title.Name = "Title"
  237. Title.Parent = DungeonRapist
  238. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  239. Title.BackgroundTransparency = 1
  240. Title.Position = UDim2.new(1.242091656, 0, -0.000641439576, 0)
  241. Title.Size = UDim2.new(0, 422, 0, 73)
  242. Title.Font = Enum.Font.Fantasy
  243. Title.Text = "Dungeon Rapist V1.7"
  244. Title.TextColor3 = Color3.new(0.38, 1, 0)
  245. Title.TextScaled = true
  246. Title.TextSize = 14
  247. Title.TextStrokeTransparency = 0.5
  248. Title.TextWrapped = true
  249.  
  250. Subtitle.Name = "Subtitle"
  251. Subtitle.Parent = DungeonRapist
  252. Subtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  253. Subtitle.BackgroundTransparency = 1
  254. Subtitle.Position = UDim2.new(-0.294383466, 0, 0.0798581243, 0)
  255. Subtitle.Size = UDim2.new(0, 422, 0, 23)
  256. Subtitle.Font = Enum.Font.Fantasy
  257. Subtitle.Text = "Created by: JasonJJK"
  258. Subtitle.TextColor3 = Color3.new(0.38, 1, 0)
  259. Subtitle.TextScaled = true
  260. Subtitle.TextSize = 14
  261. Subtitle.TextStrokeTransparency = 0.5
  262. Subtitle.TextWrapped = true
  263. Subtitle.TextXAlignment = Enum.TextXAlignment.Left
  264.  
  265. openUI.Name = "openUI"
  266. openUI.Parent = DungeonRapist
  267. openUI.BackgroundColor3 = Color3.new(1, 1, 1)
  268. openUI.BorderSizePixel = 0
  269. openUI.Position = UDim2.new(0.408280939, 0, 0.0599999987, 0)
  270. openUI.Size = UDim2.new(0, 100, 0, 22)
  271. openUI.Visible = false
  272.  
  273. TextButton.Parent = openUI
  274. TextButton.BackgroundColor3 = Color3.new(0.38, 1, 0)
  275. TextButton.BorderSizePixel = 0
  276. TextButton.Size = UDim2.new(0, 100, 0, 22)
  277. TextButton.Font = Enum.Font.SciFi
  278. TextButton.Text = "open GUI"
  279. TextButton.TextColor3 = Color3.new(1, 1, 1)
  280. TextButton.TextSize = 18
  281. TextButton.TextStrokeTransparency = 0
  282. TextButton.TextWrapped = true
  283.  
  284. Status.Name = "Status"
  285. Status.Parent = DungeonRapist
  286. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  287. Status.BackgroundTransparency = 1
  288. Status.Position = UDim2.new(0.664777339, 0, -0.2, 0)
  289. Status.Size = UDim2.new(0, 422, 0, 23)
  290. Status.Font = Enum.Font.Fantasy
  291. Status.Text = "Dungeon: Error"
  292. Status.TextColor3 = Color3.new(0.38, 1, 0)
  293. Status.TextScaled = true
  294. Status.TextSize = 14
  295. Status.TextStrokeTransparency = 0.5
  296. Status.TextWrapped = true
  297. Status.TextXAlignment = Enum.TextXAlignment.Left
  298.  
  299. wavedefence.Name = "wavedefence"
  300. wavedefence.Parent = DungeonRapist
  301. wavedefence.Active = true
  302. wavedefence.BackgroundColor3 = Color3.new(1, 1, 1)
  303. wavedefence.BackgroundTransparency = 1
  304. wavedefence.BorderSizePixel = 0
  305. wavedefence.Draggable = true
  306. wavedefence.Position = UDim2.new(0.236000001, 0, -0.5, 0)
  307. wavedefence.Selectable = true
  308. wavedefence.Size = UDim2.new(0, 150, 0, 200)
  309.  
  310. title_3.Name = "title"
  311. title_3.Parent = wavedefence
  312. title_3.BackgroundColor3 = Color3.new(0.38, 1, 0)
  313. title_3.BorderSizePixel = 0
  314. title_3.Position = UDim2.new(0, 0, 0.0299999993, 0)
  315. title_3.Size = UDim2.new(0, 150, 0, 34)
  316. title_3.Font = Enum.Font.SciFi
  317. title_3.Text = "Wave defence"
  318. title_3.TextColor3 = Color3.new(1, 1, 1)
  319. title_3.TextSize = 25
  320. title_3.TextStrokeTransparency = 0
  321.  
  322. tab_3.Name = "tab"
  323. tab_3.Parent = wavedefence
  324. tab_3.BackgroundColor3 = Color3.new(0, 0, 0)
  325. tab_3.BackgroundTransparency = 0.40000000596046
  326. tab_3.BorderSizePixel = 0
  327. tab_3.Position = UDim2.new(0.0333333351, 0, 0.200000003, 0)
  328. tab_3.Size = UDim2.new(0, 140, 0, 40)
  329. tab_3.Font = Enum.Font.SourceSans
  330. tab_3.Text = ""
  331. tab_3.TextColor3 = Color3.new(0, 0, 0)
  332. tab_3.TextSize = 14
  333.  
  334. b1_3.Name = "b1"
  335. b1_3.Parent = wavedefence
  336. b1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  337. b1_3.BackgroundTransparency = 1
  338. b1_3.Position = UDim2.new(0.0666666701, 0, 0.200000003, 0)
  339. b1_3.Size = UDim2.new(0, 135, 0, 40)
  340. b1_3.Font = Enum.Font.SourceSans
  341. b1_3.Text = "> loopkill enemies"
  342. b1_3.TextColor3 = Color3.new(0.38, 1, 0)
  343. b1_3.TextSize = 20
  344. b1_3.TextStrokeTransparency = 0
  345. b1_3.TextWrapped = true
  346. b1_3.TextXAlignment = Enum.TextXAlignment.Left
  347. -- Scripts:
  348. openUI.Visible = false
  349.  
  350. Title:TweenPosition(UDim2.new(0.242091656, 0, -0.000641439576, 0),'Out', 'Sine', 1)
  351. wait(1)
  352. Subtitle:TweenPosition(UDim2.new(0.294383466, 0, 0.06, 0),'Out', 'Sine', 1)
  353. wait(0.5)
  354. Teleports:TweenPosition(UDim2.new(0.036, 0, 0.170000006, 0),'Out', 'Sine', 1)
  355. wait(0.2)
  356. guisettings:TweenPosition(UDim2.new(0.136, 0, 0.170000006, 0),'Out', 'Sine', 1)
  357. wait(0.2)
  358. wavedefence:TweenPosition(UDim2.new(0.236,0,0.17000006, 0),'Out', 'Sine', 1)
  359. wait(1)
  360. Status:TweenPosition(UDim2.new(0.664777339, 0, -0.00110778213, 0),'Out', 'Sine', 1)
  361.  
  362.  
  363. Teleports.Draggable = true
  364. Teleports.Selectable = true
  365. Teleports.Active = true
  366.  
  367. guisettings.Draggable = true
  368. guisettings.Selectable = true
  369. guisettings.Active = true
  370.  
  371. CHANGER = true
  372.  
  373. if game.Players.LocalPlayer.Parent == Players then
  374. local dStatus = game.workspace.dungeon.room1.enemyFolder:FindFirstChild("spawn")
  375.  
  376. if dStatus.enemyName.Value == "Pirate Rifleman" or dStatus.enemyName.Value == "Pirate Savage" then
  377. -- PIRATE ISLAND
  378. Status.Text = "Dungeon: Pirate Island"
  379. end
  380.  
  381. if dStatus.enemyName.Value == "King's Guard" or dStatus.enemyName.Value == "Elementalist" or dStatus.enemyName.Value == "Hitman" then
  382. -- KING'S CASTLE
  383. Status.Text = "Dungeon: King's Castle"
  384. end
  385.  
  386. if dStatus.enemyName.Value == "Dark Mage" or dStatus.enemyName.Value == "Demon Warrior" then
  387. -- THE UNDERWORLD
  388. Status.Text = "Dungeon: The Underworld"
  389. else
  390. end
  391. else
  392. Status.Text = "Dungeon: Error"
  393. end
  394.  
  395. guisettings.b3.MouseButton1Click:Connect(function()
  396. local yeet = game.Players.LocalPlayer.PlayerGui.playerStatus.Frame.playerName
  397. local yeet2 = game.Players.LocalPlayer.Character.playerNameplate.Frame.name
  398. local yeet3 = game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username
  399.  
  400. NAMECHANGER = false
  401.  
  402. game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.AccountType.Text = "Made by JasonJJK"
  403.  
  404. while CHANGER == true and SIRMEME == false do
  405. yeet.Text = "jCaffie"
  406. yeet2.Text = "jCaffie"
  407. yeet3.Text = "jCaffie"
  408. wait(0.2)
  409. yeet.Text = "Dev_Bill"
  410. yeet2.Text = "Dev_Bill"
  411. yeet3.Text = "Dev_Bill"
  412. wait(0.2)
  413. yeet.Text = "Thatguuuyy"
  414. yeet2.Text = "Thatguuuyy"
  415. yeet3.Text = "Thatguuuyy"
  416. wait(0.2)
  417. yeet.Text = "123henri4567"
  418. yeet2.Text = "123henri4567"
  419. yeet3.Text = "123henri4567"
  420. wait(0.2)
  421. yeet.Text = "BoeBoeCannon"
  422. yeet2.Text = "BoeBoeCannon"
  423. yeet3.Text = "BoeBoeCannon"
  424. wait(0.2)
  425. yeet.Text = "CallMeDreams"
  426. yeet2.Text = "CallMeDreams"
  427. yeet3.Text = "CallMeDreams"
  428. wait(0.2)
  429. yeet.Text = "GraveBear"
  430. yeet2.Text = "GraveBear"
  431. yeet3.Text = "GraveBear"
  432. wait(0.2)
  433. yeet.Text = "oneshot821"
  434. yeet2.Text = "oneshot821"
  435. yeet3.Text = "oneshot821"
  436. wait(0.2)
  437. yeet.Text = "Starkius821"
  438. yeet2.Text = "Starkius821"
  439. yeet3.Text = "Starkius821"
  440. wait(0.2)
  441. yeet.Text = "rajlo"
  442. yeet2.Text = "rajlo"
  443. yeet3.Text = "rajlo"
  444. wait(0.2)
  445. yeet.Text = "BeautifulLegacy"
  446. yeet2.Text = "BeautifulLegacy"
  447. yeet3.Text = "BeautifulLegacy"
  448. wait(0.2)
  449. yeet.Text = "inzr"
  450. yeet2.Text = "inzr"
  451. yeet2.Text = "inzr"
  452. wait(0.2)
  453. yeet.Text = "king1648"
  454. yeet2.Text = "king1648"
  455. yeet3.Text = "king1648"
  456. wait(0.2)
  457. yeet.Text = "xolxna"
  458. yeet2.Text = "xolxna"
  459. yeet3.Text = "xolxna"
  460. wait(0.2)
  461. yeet.Text = "Antietem"
  462. yeet2.Text = "Antietem"
  463. yeet3.Text = "Antietem"
  464. wait(0.2)
  465. yeet.Text = "vCaffy"
  466. yeet2.Text = "vCaffy"
  467. yeet3.Text = "vCaffy"
  468. wait(0.2)
  469. end
  470.  
  471. while CHANGER == true and SIRMEME == true do
  472. wait(0.2)
  473. yeet.Text = "S "
  474. yeet2.Text = "S "
  475. yeet3.Text = "S "
  476. wait(0.2)
  477. yeet.Text = " i "
  478. yeet2.Text = " i "
  479. yeet3.Text = " i "
  480. wait(0.2)
  481. yeet.Text = " r "
  482. yeet2.Text = " r "
  483. yeet3.Text = " r "
  484. wait(0.2)
  485. yeet.Text = " M "
  486. yeet2.Text = " M "
  487. yeet3.Text = " M "
  488. wait(0.2)
  489. yeet.Text = " e "
  490. yeet2.Text = " e "
  491. yeet3.Text = " e "
  492. wait(0.2)
  493. yeet.Text = " m "
  494. yeet2.Text = " m "
  495. yeet3.Text = " m "
  496. wait(0.2)
  497. yeet.Text = " e"
  498. yeet2.Text = " e"
  499. yeet3.Text = " e"
  500. wait(0.2)
  501. yeet.Text = " "
  502. yeet2.Text = " "
  503. yeet3.Text = " "
  504. wait(0.5)
  505. yeet.Text = "SirMeme"
  506. yeet2.Text = "SirMeme"
  507. yeet3.Text = "SirMeme"
  508. wait(0.5)
  509. yeet.Text = " "
  510. yeet2.Text = " "
  511. yeet3.Text = " "
  512. wait(0.5)
  513. yeet.Text = "SirMeme"
  514. yeet2.Text = "SirMeme"
  515. yeet3.Text = "SirMeme"
  516. wait(0.5)
  517. yeet.Text = "S e"
  518. yeet2.Text = "S e"
  519. yeet3.Text = "S e"
  520. wait(0.2)
  521. yeet.Text = " i m "
  522. yeet2.Text = " i m "
  523. yeet3.Text = " i m "
  524. wait(0.2)
  525. yeet.Text = " r e "
  526. yeet2.Text = " r e "
  527. yeet3.Text = " r e "
  528. wait(0.2)
  529. yeet.Text = " M "
  530. yeet2.Text = " M "
  531. yeet3.Text = " M "
  532. wait(0.2)
  533. yeet.Text = " r e "
  534. yeet2.Text = " r e "
  535. yeet3.Text = " r e "
  536. wait(0.2)
  537. yeet.Text = " i m "
  538. yeet2.Text = " i m "
  539. yeet3.Text = " i m "
  540. wait(0.2)
  541. yeet.Text = "S e"
  542. yeet2.Text = "S e"
  543. yeet3.Text = "S e"
  544. wait(0.2)
  545. yeet.Text = "Si me"
  546. yeet2.Text = "Si me"
  547. yeet3.Text = "Si me"
  548. wait(0.2)
  549. yeet.Text = "Sir eme"
  550. yeet2.Text = "Sir eme"
  551. yeet3.Text = "Sir eme"
  552. wait(0.2)
  553. yeet.Text = "SirMeme"
  554. yeet2.Text = "SirMeme"
  555. yeet3.Text = "SirMeme"
  556. wait(0.5)
  557. yeet.Text = " irMem "
  558. yeet2.Text = " irMem "
  559. yeet3.Text = " irMem "
  560. wait(0.2)
  561. yeet.Text = " rMe "
  562. yeet2.Text = " rMe "
  563. yeet3.Text = " rMe "
  564. wait(0.2)
  565. yeet.Text = " M "
  566. yeet2.Text = " M "
  567. yeet3.Text = " M "
  568. wait(0.2)
  569. yeet.Text = ""
  570. yeet2.Text = ""
  571. yeet3.Text = ""
  572. end
  573. end)
  574.  
  575. guisettings.b2.MouseButton1Click:Connect(function()
  576. game.Players.LocalPlayer.PlayerGui.DungeonRapist:Destroy()
  577. namechanger = false
  578. end)
  579.  
  580. closed = false
  581.  
  582. guisettings.b1.MouseButton1Click:Connect(function()
  583. if closed == false then
  584. openUI.Visible = true
  585. Teleports.Visible = false
  586. guisettings.Visible = false
  587. wavedefence.Visible = false
  588. closed = true
  589. end
  590. end)
  591.  
  592. openUI.TextButton.MouseButton1Click:Connect(function()
  593. if closed == true then
  594. openUI.Visible = false
  595. Teleports.Visible = true
  596. guisettings.Visible = true
  597. wavedefence.Visible = true
  598. closed = false
  599. end
  600. end)
  601.  
  602. Teleports.b1.MouseButton1Click:Connect(function()
  603.  
  604. for i,v in pairs (game.Workspace.dungeon:GetDescendants()) do
  605.  
  606. -- The Underworld
  607. if v.Name == "Dark Mage" then
  608. v.Head:Destroy()
  609. elseif v.Name == "Demon Warrior" then
  610. v.Head:Destroy()
  611.  
  612. -- Pirate Island
  613. elseif v.Name == "Pirate Savage" then
  614. v.Head:Destroy()
  615. elseif v.Name == "Pirate Rifleman" then
  616. v.Head:Destroy()
  617.  
  618. -- King's Castle
  619. elseif v.Name == "King's Guard" then
  620. v.Head:Destroy()
  621. elseif v.Name == "Elementalist" then
  622. v.Head:Destroy()
  623. elseif v.Name == "Hitman" then
  624. v.Head:Destroy()
  625.  
  626. -- Samurai Palace
  627. elseif v.Name == "Samurai Swordsman" then
  628. v.Head:Destroy()
  629. elseif v.Name == "Shuriken Thrower" then
  630. v.Humanoid.Health = 0
  631.  
  632. -- The Canal
  633. elseif v.Name == "BodyGuard" then
  634. v.Head:Destroy()
  635. elseif v.Name == "Dark Magician" then
  636. v.Head:Destroy()
  637.  
  638. -- Ghastly Harbor
  639. elseif v.Name == "Raider" then
  640. v.Head:Destroy()
  641. elseif v.Name == "Harpoon Gunner" then
  642. v.Head:Destroy()
  643. elseif v.Name == "Burly Enforcer" then
  644. v.Head:Destroy()
  645. elseif v.Name == "Cannon Crab" then
  646. v.Head:Destroy()
  647. -- winter outpost7
  648. elseif v:IsA("Folder")
  649. then
  650. if v.Name == "enemyFolder" then
  651. for i,e in pairs(v:GetDescendants()) do
  652. if e.Name == "Frost Minion" or e.Name == "Frost Wizard" then
  653. e.Head:Destroy()
  654.  
  655.  
  656. -- Else Error
  657. else
  658. end
  659.  
  660.  
  661. end
  662. end
  663. end
  664. end
  665. end)
  666.  
  667. Teleports.b2.MouseButton1Click:Connect(function()
  668. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = _G.WALKSPEED
  669. end)
  670.  
  671. Teleports.b3.MouseButton1Click:Connect(function()
  672. local nama = "room1";
  673. local function Modify(part)
  674. part.barrier:Destroy()
  675. end
  676.  
  677. local function recursive(obj)
  678. for _, child in pairs(obj:GetChildren()) do
  679. if (child.Name == nama) then
  680. Modify(child);
  681. end
  682. recursive(child);
  683. end
  684. end
  685. recursive(workspace);
  686.  
  687. local nama = "room2";
  688. local function Modify(part)
  689. part.barrier:Destroy()
  690. end
  691.  
  692. local function recursive(obj)
  693. for _, child in pairs(obj:GetChildren()) do
  694. if (child.Name == nama) then
  695. Modify(child);
  696. end
  697. recursive(child);
  698. end
  699. end
  700. recursive(workspace);
  701.  
  702. local nama = "room3";
  703. local function Modify(part)
  704. part.barrier:Destroy()
  705. end
  706.  
  707. local function recursive(obj)
  708. for _, child in pairs(obj:GetChildren()) do
  709. if (child.Name == nama) then
  710. Modify(child);
  711. end
  712. recursive(child);
  713. end
  714. end
  715. recursive(workspace);
  716.  
  717. local nama = "room4";
  718. local function Modify(part)
  719. part.barrier:Destroy()
  720. end
  721.  
  722. local function recursive(obj)
  723. for _, child in pairs(obj:GetChildren()) do
  724. if (child.Name == nama) then
  725. Modify(child);
  726. end
  727. recursive(child);
  728. end
  729. end
  730. recursive(workspace);
  731.  
  732. local nama = "room5";
  733. local function Modify(part)
  734. part.barrier:Destroy()
  735. end
  736.  
  737. local function recursive(obj)
  738. for _, child in pairs(obj:GetChildren()) do
  739. if (child.Name == nama) then
  740. Modify(child);
  741. end
  742. recursive(child);
  743. end
  744. end
  745. recursive(workspace);
  746.  
  747. local nama = "room6";
  748. local function Modify(part)
  749. part.barrier:Destroy()
  750. end
  751.  
  752. local function recursive(obj)
  753. for _, child in pairs(obj:GetChildren()) do
  754. if (child.Name == nama) then
  755. Modify(child);
  756. end
  757. recursive(child);
  758. end
  759. end
  760. recursive(workspace);
  761.  
  762. local nama = "room7";
  763. local function Modify(part)
  764. part.barrier:Destroy()
  765. end
  766.  
  767. local function recursive(obj)
  768. for _, child in pairs(obj:GetChildren()) do
  769. if (child.Name == nama) then
  770. Modify(child);
  771. end
  772. recursive(child);
  773. end
  774. end
  775. recursive(workspace);
  776.  
  777. local nama = "room8";
  778. local function Modify(part)
  779. part.barrier:Destroy()
  780. end
  781.  
  782. local function recursive(obj)
  783. for _, child in pairs(obj:GetChildren()) do
  784. if (child.Name == nama) then
  785. Modify(child);
  786. end
  787. recursive(child);
  788. end
  789. end
  790. recursive(workspace);
  791.  
  792. local nama = "initialRoom";
  793. local function Modify(part)
  794. part.barrier:Destroy()
  795. end
  796.  
  797. local function recursive(obj)
  798. for _, child in pairs(obj:GetChildren()) do
  799. if (child.Name == nama) then
  800. Modify(child);
  801. end
  802. recursive(child);
  803. end
  804. end
  805. recursive(workspace);
  806. end)
  807.  
  808. Teleports.b4.MouseButton1Click:Connect(function()
  809. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  810. end)
  811.  
  812. _G.loopkill = true
  813.  
  814. wavedefence.b1.MouseButton1Click:Connect(function()
  815. while _G.loopkill == true do
  816. wait(0.2)
  817. for index, value in next, workspace.enemies:GetDescendants() do
  818. if (value:FindFirstChildOfClass("Hum7anoid") and value ~= game.Players.LocalPlayer.Character) then
  819. value.Humanoid.Health = 0
  820. end
  821. end
  822. end
  823. end)
  824.  
  825. Teleports.b5.MouseButton1Click:Connect(function()
  826. game.Players.LocalPlayer.Character.Humanoid.HipHeight = _G.HIPHEIGHT
  827. end)
  828.  
  829. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  830.  
  831. local m = game.Players.LocalPlayer:GetMouse()
  832. db = true
  833. m.KeyDown:connect(function(k)
  834. k = k:lower()
  835. if k == KEY then
  836. if db == true then
  837. for i,v in pairs (game.Workspace.dungeon:GetDescendants()) do
  838.  
  839. -- The Underworld
  840. if v.Name == "Dark Mage" then
  841. v.Head:Destroy()
  842. elseif v.Name == "Demon Warrior" then
  843. v.Head:Destroy()
  844.  
  845. -- Pirate Island
  846. elseif v.Name == "Pirate Savage" then
  847. v.Head:Destroy()
  848. elseif v.Name == "Pirate Rifleman" then
  849. v.Head:Destroy()
  850.  
  851. -- King's Castle
  852. elseif v.Name == "King's Guard" then
  853. v.Head:Destroy()
  854. elseif v.Name == "Elementalist" then
  855. v.Head:Destroy()
  856. elseif v.Name == "Hitman" then
  857. v.Head:Destroy()
  858.  
  859. -- Samurai Palace
  860. elseif v.Name == "room1"
  861. then
  862. for i,e in pairs (game.Workspace.dungeon:FindFirstChild(v.Name).enemyFolder:GetDescendants()) do
  863. if e.Name == "Shuriken Thrower" then
  864.  
  865.  
  866. e.Head:Destroy()
  867.  
  868. -- The Canal
  869. elseif v.Name == "BodyGuard" then
  870. v.Head:Destroy()
  871. elseif v.Name == "Dark Magician" then
  872. v.Head:Destroy()
  873.  
  874. -- Ghastly Harbor
  875. elseif v.Name == "Raider" then
  876. v.Head:Destroy()
  877. elseif v.Name == "Harpoon Gunner" then
  878. v.Head:Destroy()
  879. elseif v.Name == "Burly Enforcer" then
  880. v.Head:Destroy()
  881. elseif v.Name == "Cannon Crab" then
  882. v.Head:Destroy()
  883.  
  884. -- Else Error
  885. else
  886. end
  887. end
  888. end
  889. end
  890. end
  891. end
  892. end)
  893.  
  894. counter = 0
  895.  
  896. loopfunc = true
  897. _G.looped = true
  898.  
  899. if loopfunc == true then
  900. while _G.looped == true do
  901. wait(0.1)
  902. Teleports:FindFirstChild('b1').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  903. Teleports:FindFirstChild('b2').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  904. Teleports:FindFirstChild('b3').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  905. Teleports:FindFirstChild('b4').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  906. Teleports:FindFirstChild('b5').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  907. guisettings:FindFirstChild('b1').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  908. guisettings:FindFirstChild('b2').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  909. guisettings:FindFirstChild('b3').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  910. openUI.TextButton.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  911. Teleports.key.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  912. Status.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  913. wavedefence:FindFirstChild('b1').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  914. wavedefence.title.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  915.  
  916. counter = counter + 0.01
  917. end
  918. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement