Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.99 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 = "Demon Warrior";
  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
  448. RAW Paste Data
  449. -- Instances:
  450. local DungeonRapist = Instance.new("ScreenGui")
  451. local Teleports = Instance.new("Frame")
  452. local title = Instance.new("TextLabel")
  453. local tab = Instance.new("TextLabel")
  454. local b1 = Instance.new("TextButton")
  455. local b2 = Instance.new("TextButton")
  456. local b3 = Instance.new("TextButton")
  457. local b4 = Instance.new("TextButton")
  458. local guisettings = Instance.new("Frame")
  459. local title_2 = Instance.new("TextLabel")
  460. local tab_2 = Instance.new("TextLabel")
  461. local b1_2 = Instance.new("TextButton")
  462. local b2_2 = Instance.new("TextButton")
  463. local b3_2 = Instance.new("TextButton")
  464. local Title = Instance.new("TextLabel")
  465. local Subtitle = Instance.new("TextLabel")
  466. local openUI = Instance.new("Frame")
  467. local TextButton = Instance.new("TextButton")
  468. --Properties:
  469. DungeonRapist.Name = "DungeonRapist"
  470. DungeonRapist.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  471. DungeonRapist.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  472. DungeonRapist.ResetOnSpawn = false
  473.  
  474. Teleports.Name = "Teleports"
  475. Teleports.Parent = DungeonRapist
  476. Teleports.Active = true
  477. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  478. Teleports.BackgroundTransparency = 1
  479. Teleports.BorderSizePixel = 0
  480. Teleports.Draggable = true
  481. Teleports.Position = UDim2.new(0.0359999985, 0, 0.150000006, 0)
  482. Teleports.Selectable = true
  483. Teleports.Size = UDim2.new(0, 150, 0, 200)
  484.  
  485. title.Name = "title"
  486. title.Parent = Teleports
  487. title.BackgroundColor3 = Color3.new(1, 0, 0)
  488. title.BorderSizePixel = 0
  489. title.Size = UDim2.new(0, 150, 0, 40)
  490. title.Font = Enum.Font.SciFi
  491. title.Text = "Functions"
  492. title.TextColor3 = Color3.new(1, 1, 1)
  493. title.TextSize = 25
  494. title.TextStrokeTransparency = 0
  495.  
  496. tab.Name = "tab"
  497. tab.Parent = Teleports
  498. tab.BackgroundColor3 = Color3.new(0, 0, 0)
  499. tab.BackgroundTransparency = 0.40000000596046
  500. tab.BorderSizePixel = 0
  501. tab.Position = UDim2.new(0.0333333351, 0, 0.200000003, 0)
  502. tab.Size = UDim2.new(0, 140, 0, 160)
  503. tab.Font = Enum.Font.SourceSans
  504. tab.Text = ""
  505. tab.TextColor3 = Color3.new(0, 0, 0)
  506. tab.TextSize = 14
  507.  
  508. b1.Name = "b1"
  509. b1.Parent = Teleports
  510. b1.BackgroundColor3 = Color3.new(1, 1, 1)
  511. b1.BackgroundTransparency = 1
  512. b1.Position = UDim2.new(0.0666666701, 0, 0.199999869, 0)
  513. b1.Size = UDim2.new(0, 135, 0, 40)
  514. b1.Font = Enum.Font.SourceSans
  515. b1.Text = "> clear room"
  516. b1.TextColor3 = Color3.new(1, 0, 0)
  517. b1.TextSize = 20
  518. b1.TextStrokeTransparency = 0
  519. b1.TextWrapped = true
  520. b1.TextXAlignment = Enum.TextXAlignment.Left
  521.  
  522. b2.Name = "b2"
  523. b2.Parent = Teleports
  524. b2.BackgroundColor3 = Color3.new(1, 1, 1)
  525. b2.BackgroundTransparency = 1
  526. b2.Position = UDim2.new(0.0666666701, 0, 0.399999857, 0)
  527. b2.Size = UDim2.new(0, 135, 0, 40)
  528. b2.Font = Enum.Font.SourceSans
  529. b2.Text = "> 50 walkspeed"
  530. b2.TextColor3 = Color3.new(1, 0, 0)
  531. b2.TextSize = 20
  532. b2.TextStrokeTransparency = 0
  533. b2.TextWrapped = true
  534. b2.TextXAlignment = Enum.TextXAlignment.Left
  535.  
  536. b3.Name = "b3"
  537. b3.Parent = Teleports
  538. b3.BackgroundColor3 = Color3.new(1, 1, 1)
  539. b3.BackgroundTransparency = 1
  540. b3.Position = UDim2.new(0.0666666701, 0, 0.59499985, 0)
  541. b3.Size = UDim2.new(0, 135, 0, 40)
  542. b3.Font = Enum.Font.SourceSans
  543. b3.Text = "> remove barrier"
  544. b3.TextColor3 = Color3.new(1, 0, 0)
  545. b3.TextSize = 20
  546. b3.TextStrokeTransparency = 0
  547. b3.TextWrapped = true
  548. b3.TextXAlignment = Enum.TextXAlignment.Left
  549.  
  550. b4.Name = "b4"
  551. b4.Parent = Teleports
  552. b4.BackgroundColor3 = Color3.new(1, 1, 1)
  553. b4.BackgroundTransparency = 1
  554. b4.Position = UDim2.new(0.0666666701, 0, 0.794999838, 0)
  555. b4.Size = UDim2.new(0, 135, 0, 40)
  556. b4.Font = Enum.Font.SourceSans
  557. b4.Text = "> force start game"
  558. b4.TextColor3 = Color3.new(1, 0, 0)
  559. b4.TextSize = 20
  560. b4.TextStrokeTransparency = 0
  561. b4.TextWrapped = true
  562. b4.TextXAlignment = Enum.TextXAlignment.Left
  563.  
  564. guisettings.Name = "guisettings"
  565. guisettings.Parent = DungeonRapist
  566. guisettings.Active = true
  567. guisettings.BackgroundColor3 = Color3.new(1, 1, 1)
  568. guisettings.BackgroundTransparency = 1
  569. guisettings.BorderSizePixel = 0
  570. guisettings.Draggable = true
  571. guisettings.Position = UDim2.new(0.136000007, 0, 0.150000006, 0)
  572. guisettings.Selectable = true
  573. guisettings.Size = UDim2.new(0, 150, 0, 200)
  574.  
  575. title_2.Name = "title"
  576. title_2.Parent = guisettings
  577. title_2.BackgroundColor3 = Color3.new(1, 0, 0)
  578. title_2.BorderSizePixel = 0
  579. title_2.Size = UDim2.new(0, 150, 0, 40)
  580. title_2.Font = Enum.Font.SciFi
  581. title_2.Text = "GUI settings"
  582. title_2.TextColor3 = Color3.new(1, 1, 1)
  583. title_2.TextSize = 25
  584. title_2.TextStrokeTransparency = 0
  585.  
  586. tab_2.Name = "tab"
  587. tab_2.Parent = guisettings
  588. tab_2.BackgroundColor3 = Color3.new(0, 0, 0)
  589. tab_2.BackgroundTransparency = 0.40000000596046
  590. tab_2.BorderSizePixel = 0
  591. tab_2.Position = UDim2.new(0.0333333351, 0, 0.200000003, 0)
  592. tab_2.Size = UDim2.new(0, 140, 0, 120)
  593. tab_2.Font = Enum.Font.SourceSans
  594. tab_2.Text = ""
  595. tab_2.TextColor3 = Color3.new(0, 0, 0)
  596. tab_2.TextSize = 14
  597.  
  598. b1_2.Name = "b1"
  599. b1_2.Parent = guisettings
  600. b1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  601. b1_2.BackgroundTransparency = 1
  602. b1_2.Position = UDim2.new(0.0666666701, 0, 0.390000015, 0)
  603. b1_2.Size = UDim2.new(0, 135, 0, 40)
  604. b1_2.Font = Enum.Font.SourceSans
  605. b1_2.Text = "> minimize GUI"
  606. b1_2.TextColor3 = Color3.new(1, 0, 0)
  607. b1_2.TextSize = 20
  608. b1_2.TextStrokeTransparency = 0
  609. b1_2.TextWrapped = true
  610. b1_2.TextXAlignment = Enum.TextXAlignment.Left
  611.  
  612. b2_2.Name = "b2"
  613. b2_2.Parent = guisettings
  614. b2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  615. b2_2.BackgroundTransparency = 1
  616. b2_2.Position = UDim2.new(0.0666666701, 0, 0.589999974, 0)
  617. b2_2.Size = UDim2.new(0, 135, 0, 40)
  618. b2_2.Font = Enum.Font.SourceSans
  619. b2_2.Text = "> destroy GUI"
  620. b2_2.TextColor3 = Color3.new(1, 0, 0)
  621. b2_2.TextSize = 20
  622. b2_2.TextStrokeTransparency = 0
  623. b2_2.TextWrapped = true
  624. b2_2.TextXAlignment = Enum.TextXAlignment.Left
  625.  
  626. b3_2.Name = "b3"
  627. b3_2.Parent = guisettings
  628. b3_2.BackgroundColor3 = Color3.new(1, 1, 1)
  629. b3_2.BackgroundTransparency = 1
  630. b3_2.Position = UDim2.new(0.0666666701, 0, 0.200000018, 0)
  631. b3_2.Size = UDim2.new(0, 135, 0, 40)
  632. b3_2.Font = Enum.Font.SourceSans
  633. b3_2.Text = "> hide local name"
  634. b3_2.TextColor3 = Color3.new(1, 0, 0)
  635. b3_2.TextSize = 20
  636. b3_2.TextStrokeTransparency = 0
  637. b3_2.TextWrapped = true
  638. b3_2.TextXAlignment = Enum.TextXAlignment.Left
  639.  
  640. Title.Name = "Title"
  641. Title.Parent = DungeonRapist
  642. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  643. Title.BackgroundTransparency = 1
  644. Title.Position = UDim2.new(0.287927687, 0, 0.0021994696, 0)
  645. Title.Size = UDim2.new(0, 422, 0, 73)
  646. Title.Font = Enum.Font.Fantasy
  647. Title.Text = "Dungeon Rapist"
  648. Title.TextColor3 = Color3.new(1, 0, 0)
  649. Title.TextScaled = true
  650. Title.TextSize = 14
  651. Title.TextStrokeTransparency = 0.5
  652. Title.TextWrapped = true
  653.  
  654. Subtitle.Name = "Subtitle"
  655. Subtitle.Parent = DungeonRapist
  656. Subtitle.BackgroundColor3 = Color3.new(1, 1, 1)
  657. Subtitle.BackgroundTransparency = 1
  658. Subtitle.Position = UDim2.new(0.304712713, 0, 0.0727558434, 0)
  659. Subtitle.Size = UDim2.new(0, 422, 0, 23)
  660. Subtitle.Font = Enum.Font.Fantasy
  661. Subtitle.Text = "Created by: JasonJJK"
  662. Subtitle.TextColor3 = Color3.new(1, 0, 0)
  663. Subtitle.TextScaled = true
  664. Subtitle.TextSize = 14
  665. Subtitle.TextStrokeTransparency = 0.5
  666. Subtitle.TextWrapped = true
  667. Subtitle.TextXAlignment = Enum.TextXAlignment.Left
  668.  
  669. openUI.Name = "openUI"
  670. openUI.Parent = DungeonRapist
  671. openUI.BackgroundColor3 = Color3.new(1, 1, 1)
  672. openUI.BorderSizePixel = 0
  673. openUI.Position = UDim2.new(0.445448667, 0, 0.0727558434, 0)
  674. openUI.Size = UDim2.new(0, 100, 0, 22)
  675. openUI.Visible = false
  676.  
  677. TextButton.Parent = openUI
  678. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  679. TextButton.BorderSizePixel = 0
  680. TextButton.Size = UDim2.new(0, 100, 0, 22)
  681. TextButton.Font = Enum.Font.SciFi
  682. TextButton.Text = "open GUI"
  683. TextButton.TextColor3 = Color3.new(1, 1, 1)
  684. TextButton.TextSize = 18
  685. TextButton.TextStrokeTransparency = 0
  686. TextButton.TextWrapped = true
  687. -- Scripts:
  688. Teleports.Draggable = true
  689. Teleports.Selectable = true
  690. Teleports.Active = true
  691.  
  692. guisettings.Draggable = true
  693. guisettings.Selectable = true
  694. guisettings.Active = true
  695.  
  696. guisettings.b3.MouseButton1Click:Connect(function()
  697. local yeet = game.Players.LocalPlayer.PlayerGui.playerStatus.Frame.playerName
  698. local yeet2 = game.Players.LocalPlayer.Character.playerNameplate.Frame.name
  699.  
  700. while true do
  701. yeet.Text = "I"
  702. yeet2.Text = "I"
  703. wait(0.1)
  704. yeet.Text = "I L"
  705. yeet2.Text = "I L"
  706. wait(0.1)
  707. yeet.Text = "I LO"
  708. yeet2.Text = "I LO"
  709. wait(0.1)
  710. yeet.Text = "I LOV"
  711. yeet2.Text = "I LOV"
  712. wait(0.1)
  713. yeet.Text = "I LOVE"
  714. yeet2.Text = "I LOVE"
  715. wait(0.1)
  716. yeet.Text = "I LOVE _"
  717. yeet2.Text = "I LOVE _"
  718. wait(0.1)
  719. yeet.Text = "I LOVE _K"
  720. yeet2.Text = "I LOVE _K"
  721. wait(0.1)
  722. yeet.Text = "I LOVE _Kr"
  723. yeet2.Text = "I LOVE _Kr"
  724. wait(0.1)
  725. yeet.Text = "I LOVE _Kre"
  726. yeet2.Text = "I LOVE _Kre"
  727. wait(0.1)
  728. yeet.Text = "I LOVE _Kree"
  729. yeet2.Text = "I LOVE _Kree"
  730. wait(0.1)
  731. yeet.Text = "I LOVE _Kreep"
  732. yeet2.Text = "I LOVE _Kreep"
  733. wait(0.1)
  734. yeet.Text = "I LOVE _Kreepe"
  735. yeet2.Text = "I LOVE _Kreepe"
  736. wait(0.1)
  737. yeet.Text = "I LOVE _Kreeper"
  738. yeet2.Text = "I LOVE _Kreeper"
  739. wait(0.1)
  740. yeet.Text = "I LOVE _Kreeper_"
  741. yeet2.Text = "I LOVE _Kreeper_"
  742. wait(0.1)
  743. yeet.Text = "I LOVE _Kreeper_R"
  744. yeet2.Text = "I LOVE _Kreeper_R"
  745. wait(0.1)
  746. yeet.Text = "I LOVE _Kreeper_RU"
  747. yeet2.Text = "I LOVE _Kreeper_RU"
  748. wait(1)
  749. yeet.Text = "I LOVE _Kreeper_R"
  750. yeet2.Text = "I LOVE _Kreeper_R"
  751. wait(0.1)
  752. yeet.Text = "I LOVE _Kreeper_"
  753. yeet2.Text = "I LOVE _Kreeper_"
  754. wait(0.1)
  755. yeet.Text = "I LOVE _Kreeper"
  756. yeet2.Text = "I LOVE _Kreeper"
  757. wait(0.1)
  758. yeet.Text = "I LOVE _Kreepe"
  759. yeet2.Text = "I LOVE _Kreepe"
  760. wait(0.1)
  761. yeet.Text = "I LOVE _Kreep"
  762. yeet2.Text = "I LOVE _Kreep"
  763. wait(0.1)
  764. yeet.Text = "I LOVE _Kree"
  765. yeet2.Text = "I LOVE _Kree"
  766. wait(0.1)
  767. yeet.Text = "I LOVE _Kre"
  768. yeet2.Text = "I LOVE _Kre"
  769. wait(0.1)
  770. yeet.Text = "I LOVE _Kr"
  771. yeet2.Text = "I LOVE _Kr"
  772. wait(0.1)
  773. yeet.Text = "I LOVE _K"
  774. yeet2.Text = "I LOVE _K"
  775. wait(0.1)
  776. yeet.Text = "I LOVE _"
  777. yeet2.Text = "I LOVE _"
  778. wait(0.1)
  779. yeet.Text = "I LOVE"
  780. yeet2.Text = "I LOVE"
  781. wait(0.1)
  782. yeet.Text = "I LOV"
  783. yeet2.Text = "I LOV"
  784. wait(0.1)
  785. yeet.Text = "I LO"
  786. yeet2.Text = "I LO"
  787. wait(0.1)
  788. yeet.Text = "I L"
  789. yeet2.Text = "I L"
  790. wait(0.1)
  791. yeet.Text = "I"
  792. yeet2.Text = "I"
  793. wait(0.1)
  794. yeet.Text = ""
  795. yeet2.Text = ""
  796. wait(0.1)
  797. end
  798. end)
  799.  
  800. guisettings.b2.MouseButton1Click:Connect(function()
  801. game.Players.LocalPlayer.PlayerGui.ScreenGui:Destroy()
  802. end)
  803.  
  804. closed = false
  805.  
  806. guisettings.b1.MouseButton1Click:Connect(function()
  807. if closed == false then
  808. openUI.Visible = true
  809. Teleports.Visible = false
  810. guisettings.Visible = false
  811. closed = true
  812. end
  813. end)
  814.  
  815. openUI.TextButton.MouseButton1Click:Connect(function()
  816. if closed == true then
  817. openUI.Visible = false
  818. Teleports.Visible = true
  819. guisettings.Visible = true
  820. closed = false
  821. end
  822. end)
  823.  
  824. Teleports.b1.MouseButton1Click:Connect(function()
  825.  
  826. local name = "Dark Mage";
  827. local function Modify(part)
  828. part.Head:Destroy()
  829. end
  830.  
  831. local function recursive(obj)
  832. for _, child in pairs(obj:GetChildren()) do
  833. if (child.Name == name) then
  834. Modify(child);
  835. end
  836. recursive(child);
  837. end
  838. end
  839. recursive(workspace);
  840.  
  841. local nama = "Demon Warrior";
  842. local function Modify(part)
  843. part.Head:Destroy()
  844. end
  845.  
  846. local function recursive(obj)
  847. for _, child in pairs(obj:GetChildren()) do
  848. if (child.Name == nama) then
  849. Modify(child);
  850. end
  851. recursive(child);
  852. end
  853. end
  854. recursive(workspace);
  855.  
  856. end)
  857.  
  858. Teleports.b2.MouseButton1Click:Connect(function()
  859. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  860. end)
  861.  
  862. Teleports.b3.MouseButton1Click:Connect(function()
  863. game.Workspace.dungeon.initialRoom.barrier.Door:Destroy()
  864. end)
  865.  
  866. Teleports.b4.MouseButton1Click:Connect(function()
  867. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  868. end)
  869.  
  870. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  871.  
  872. counter = 0
  873.  
  874. loopfunc = true
  875. looped = true
  876.  
  877. if loopfunc == true then
  878. while looped == true do
  879. wait(0.1)
  880. Teleports.title.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  881. guisettings.title.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  882. Title.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  883. Subtitle.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  884. Teleports:FindFirstChild('b1').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  885. Teleports:FindFirstChild('b2').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  886. Teleports:FindFirstChild('b3').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  887. Teleports:FindFirstChild('b4').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  888. guisettings:FindFirstChild('b1').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  889. guisettings:FindFirstChild('b2').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  890. guisettings:FindFirstChild('b3').TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  891. openUI.TextButton.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  892.  
  893. counter = counter + 0.01
  894. end
  895. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement