Advertisement
Guest User

Untitled

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