Advertisement
Modder29000

Tak-47 Remade

Apr 7th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.68 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local Tak47 = Instance.new("ScreenGui")
  7. local LoginFrame = Instance.new("Frame")
  8. local Username = Instance.new("TextBox")
  9. local Bar1 = Instance.new("TextLabel")
  10. local Password = Instance.new("TextBox")
  11. local Login = Instance.new("TextButton")
  12. local MainFrame = Instance.new("Frame")
  13. local Bar1_2 = Instance.new("TextLabel")
  14. local Scripts = Instance.new("TextButton")
  15. local Execute = Instance.new("TextButton")
  16. local credits = Instance.new("TextLabel")
  17. local Exit = Instance.new("TextButton")
  18. local ScriptsFrame = Instance.new("Frame")
  19. local Bar1_3 = Instance.new("TextLabel")
  20. local Exit_2 = Instance.new("TextButton")
  21. local ScrollingFrame = Instance.new("ScrollingFrame")
  22. local RoseHub = Instance.new("TextButton")
  23. local TwistedmurdererGui = Instance.new("TextButton")
  24. local JailbreakMoneyFarm = Instance.new("TextButton")
  25. local TreasureHuntSimulatorRainbow = Instance.new("TextButton")
  26. local p = game.Players.LocalPlayer
  27.  
  28. -- Properties
  29.  
  30. Tak47.Name = "Tak-47"
  31. Tak47.Parent = game.CoreGui
  32. Tak47.Parent = game.Players.LocalPlayer.PlayerGui
  33.  
  34. LoginFrame.Name = "LoginFrame"
  35. LoginFrame.Parent = Tak47
  36. LoginFrame.Active = true
  37. LoginFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  38. LoginFrame.ClipsDescendants = true
  39. LoginFrame.Position = UDim2.new(0.0582031161, 0, 0.147921756, 0)
  40. LoginFrame.Selectable = true
  41. LoginFrame.Size = UDim2.new(0, 281, 0, 410)
  42.  
  43. Username.Name = "Username"
  44. Username.Parent = LoginFrame
  45. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Username.BorderSizePixel = 0
  47. Username.Position = UDim2.new(0, 0, 0.251219511, 0)
  48. Username.Size = UDim2.new(0, 281, 0, 29)
  49. Username.Font = Enum.Font.SciFi
  50. Username.Text = "Username"
  51. Username.TextColor3 = Color3.new(0.333333, 1, 1)
  52. Username.TextScaled = true
  53. Username.TextSize = 14
  54. Username.TextWrapped = true
  55.  
  56. Bar1.Name = "Bar1"
  57. Bar1.Parent = LoginFrame
  58. Bar1.BackgroundColor3 = Color3.new(1, 1, 1)
  59. Bar1.Position = UDim2.new(0, 0, 0.0658536553, 0)
  60. Bar1.Size = UDim2.new(0, 281, 0, 36)
  61. Bar1.Font = Enum.Font.SourceSans
  62. Bar1.Text = "Tak-47"
  63. Bar1.TextColor3 = Color3.new(0, 0.333333, 1)
  64. Bar1.TextScaled = true
  65. Bar1.TextSize = 14
  66. Bar1.TextWrapped = true
  67.  
  68. Password.Name = "Password"
  69. Password.Parent = LoginFrame
  70. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Password.BorderSizePixel = 0
  72. Password.Position = UDim2.new(0, 0, 0.531707346, 0)
  73. Password.Size = UDim2.new(0, 281, 0, 29)
  74. Password.Font = Enum.Font.SciFi
  75. Password.Text = "Password"
  76. Password.TextColor3 = Color3.new(0.333333, 1, 1)
  77. Password.TextScaled = true
  78. Password.TextSize = 14
  79. Password.TextWrapped = true
  80.  
  81. Login.Name = "Login"
  82. Login.Parent = LoginFrame
  83. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  84. Login.BorderSizePixel = 0
  85. Login.Position = UDim2.new(0, 0, 0.819512188, 0)
  86. Login.Size = UDim2.new(0, 281, 0, 37)
  87. Login.Font = Enum.Font.SourceSans
  88. Login.Text = "Login"
  89. Login.TextColor3 = Color3.new(0.333333, 1, 1)
  90. Login.TextScaled = true
  91. Login.TextSize = 14
  92. Login.TextWrapped = true
  93.  
  94. Login.MouseButton1Down:connect(function()
  95.  
  96. if Username.Text == "ILovingGames" and Password.Text == "LovingHacking" then
  97. LoginFrame.Visible = false
  98. MainFrame.Visible = true
  99. --i will make a actual login next part
  100. end
  101.  
  102. end)
  103. MainFrame.Name = "MainFrame"
  104. MainFrame.Parent = Tak47
  105. MainFrame.Active = true
  106. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  107. MainFrame.ClipsDescendants = true
  108. MainFrame.Position = UDim2.new(0.180078134, 0, 0.224938869, 0)
  109. MainFrame.Selectable = true
  110. MainFrame.Size = UDim2.new(0, 490, 0, 300)
  111. MainFrame.Visible = false
  112.  
  113. Bar1_2.Name = "Bar1"
  114. Bar1_2.Parent = MainFrame
  115. Bar1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Bar1_2.Position = UDim2.new(0, 0, 0.12166667, 0)
  117. Bar1_2.Size = UDim2.new(0, 490, 0, 36)
  118. Bar1_2.Font = Enum.Font.SourceSans
  119. Bar1_2.Text = "Tak-47"
  120. Bar1_2.TextColor3 = Color3.new(0, 0.333333, 1)
  121. Bar1_2.TextScaled = true
  122. Bar1_2.TextSize = 14
  123. Bar1_2.TextWrapped = true
  124.  
  125. Scripts.Name = "Scripts"
  126. Scripts.Parent = MainFrame
  127. Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  128. Scripts.BorderSizePixel = 0
  129. Scripts.Position = UDim2.new(0.016326528, 0, 0.466666669, 0)
  130. Scripts.Size = UDim2.new(0, 200, 0, 50)
  131. Scripts.Font = Enum.Font.Code
  132. Scripts.Text = "Scripts"
  133. Scripts.TextColor3 = Color3.new(0.333333, 1, 1)
  134. Scripts.TextScaled = true
  135. Scripts.TextSize = 14
  136. Scripts.TextWrapped = true
  137.  
  138. Execute.Name = "Execute"
  139. Execute.Parent = MainFrame
  140. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  141. Execute.BorderSizePixel = 0
  142. Execute.Position = UDim2.new(0.5734694, 0, 0.466666669, 0)
  143. Execute.Size = UDim2.new(0, 200, 0, 50)
  144. Execute.Font = Enum.Font.Code
  145. Execute.Text = "Execute"
  146. Execute.TextColor3 = Color3.new(0.333333, 1, 1)
  147. Execute.TextScaled = true
  148. Execute.TextSize = 14
  149. Execute.TextWrapped = true
  150. Execute.MouseButton1Down:connect(function()
  151. MainFrame.Visible = false
  152. ScriptsFrame.Visible = true
  153. end)
  154.  
  155. credits.Name = "credits"
  156. credits.Parent = MainFrame
  157. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  158. credits.BorderSizePixel = 0
  159. credits.Position = UDim2.new(0.693877578, 0, 0.910000026, 0)
  160. credits.Size = UDim2.new(0, 150, 0, 27)
  161. credits.Font = Enum.Font.SourceSans
  162. credits.Text = "Credits"
  163. credits.TextColor3 = Color3.new(0, 0.333333, 1)
  164. credits.TextScaled = true
  165. credits.TextSize = 14
  166. credits.TextWrapped = true
  167.  
  168. Exit.Name = "Exit"
  169. Exit.Parent = MainFrame
  170. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  171. Exit.BorderSizePixel = 0
  172. Exit.Position = UDim2.new(0.879591823, 0, 0, 0)
  173. Exit.Size = UDim2.new(0, 59, 0, 29)
  174. Exit.Modal = true
  175. Exit.Font = Enum.Font.SourceSans
  176. Exit.Text = "Exit"
  177. Exit.TextScaled = true
  178. Exit.TextSize = 14
  179. Exit.TextWrapped = true
  180. Exit.MouseButton1Down:connect(function()
  181. Tak47:Destroy()
  182. end)
  183.  
  184. ScriptsFrame.Name = "ScriptsFrame"
  185. ScriptsFrame.Parent = Tak47
  186. ScriptsFrame.Active = true
  187. ScriptsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  188. ScriptsFrame.ClipsDescendants = true
  189. ScriptsFrame.Position = UDim2.new(0.395703107, 0, 0.201711476, 0)
  190. ScriptsFrame.Selectable = true
  191. ScriptsFrame.Size = UDim2.new(0, 265, 0, 337)
  192. ScriptsFrame.Visible = false
  193.  
  194. Bar1_3.Name = "Bar1"
  195. Bar1_3.Parent = ScriptsFrame
  196. Bar1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  197. Bar1_3.Position = UDim2.new(0, 0, 0.12462908, 0)
  198. Bar1_3.Size = UDim2.new(0, 265, 0, 36)
  199. Bar1_3.Font = Enum.Font.SourceSans
  200. Bar1_3.Text = "Tak-47"
  201. Bar1_3.TextColor3 = Color3.new(0, 0.333333, 1)
  202. Bar1_3.TextScaled = true
  203. Bar1_3.TextSize = 14
  204. Bar1_3.TextWrapped = true
  205.  
  206. Exit_2.Name = "Exit"
  207. Exit_2.Parent = ScriptsFrame
  208. Exit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  209. Exit_2.BorderSizePixel = 0
  210. Exit_2.Position = UDim2.new(0.790306091, 0, 0, 0)
  211. Exit_2.Size = UDim2.new(0, 59, 0, 29)
  212. Exit_2.Modal = true
  213. Exit_2.Font = Enum.Font.SourceSans
  214. Exit_2.Text = "Exit"
  215. Exit_2.TextScaled = true
  216. Exit_2.TextSize = 14
  217. Exit_2.TextWrapped = true
  218. Exit.MouseButton1Down:connect(function()
  219. Tak47:Destroy()
  220. end)
  221.  
  222. ScrollingFrame.Parent = ScriptsFrame
  223. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  224. ScrollingFrame.Position = UDim2.new(0.0679245293, 0, 0.258160233, 0)
  225. ScrollingFrame.Size = UDim2.new(0, 230, 0, 241)
  226.  
  227. RoseHub.Name = "Rose Hub"
  228. RoseHub.Parent = ScrollingFrame
  229. RoseHub.BackgroundColor3 = Color3.new(1, 1, 1)
  230. RoseHub.Size = UDim2.new(0, 230, 0, 50)
  231. RoseHub.Font = Enum.Font.SourceSans
  232. RoseHub.Text = "Rose Hub"
  233. RoseHub.TextColor3 = Color3.new(0.333333, 1, 1)
  234. RoseHub.TextScaled = true
  235. RoseHub.TextSize = 14
  236. RoseHub.TextWrapped = true
  237. RoseHub.MouseButton1Down:connect(function()
  238. loadstring(game:HttpGet(('https://pastebin.com/raw/F0Gr8XuL'),true))()
  239. end)
  240.  
  241. TwistedmurdererGui.Name = "Twisted murderer Gui"
  242. TwistedmurdererGui.Parent = ScrollingFrame
  243. TwistedmurdererGui.BackgroundColor3 = Color3.new(1, 1, 1)
  244. TwistedmurdererGui.Position = UDim2.new(0, 0, 0.0912863091, 0)
  245. TwistedmurdererGui.Size = UDim2.new(0, 230, 0, 50)
  246. TwistedmurdererGui.Font = Enum.Font.SourceSans
  247. TwistedmurdererGui.Text = "Twisted murderer Gui"
  248. TwistedmurdererGui.TextColor3 = Color3.new(0.333333, 1, 1)
  249. TwistedmurdererGui.TextScaled = true
  250. TwistedmurdererGui.TextSize = 14
  251. TwistedmurdererGui.TextWrapped = true
  252. TwistedmurdererGui.MouseButton1Down:connect(function()
  253. -- MADE BY Roblox Knight
  254.  
  255. -- Objects
  256.  
  257. local TwistedMurdererGUI = Instance.new("ScreenGui")
  258. local Opening = Instance.new("Frame")
  259. local OpenGui = Instance.new("TextButton")
  260. local TMGui = Instance.new("Frame")
  261. local TMGUICRED = Instance.new("TextLabel")
  262. local CLOSE = Instance.new("TextButton")
  263. local PlayersTab = Instance.new("Frame")
  264. local INFO = Instance.new("TextLabel")
  265. local UnCloak = Instance.new("TextButton")
  266. local UnCloakAll = Instance.new("TextButton")
  267. local RRadios = Instance.new("TextButton")
  268. local CrashS = Instance.new("TextButton")
  269. local God = Instance.new("TextButton")
  270. local RemoveAnti = Instance.new("TextButton")
  271. local STOPALL = Instance.new("TextButton")
  272. local STOP = Instance.new("TextButton")
  273. local DetectRoles = Instance.new("TextButton")
  274. local PlayerName = Instance.new("TextBox")
  275. local PLAYALL = Instance.new("TextButton")
  276. local PLAY = Instance.new("TextButton")
  277. local MUSICid = Instance.new("TextBox")
  278. local KillOthers = Instance.new("TextButton")
  279. local KillAll = Instance.new("TextButton")
  280. local Kill = Instance.new("TextButton")
  281. local LoopKill = Instance.new("TextButton")
  282. local ForceKevlar = Instance.new("TextButton")
  283. local CloakAll = Instance.new("TextButton")
  284. local Cloak = Instance.new("TextButton")
  285. local ToolName = Instance.new("TextBox")
  286. local SaveTool = Instance.new("TextButton")
  287. local StayL = Instance.new("TextButton")
  288.  
  289. -- Properties
  290.  
  291. TwistedMurdererGUI.Name = "TwistedMurdererGUI"
  292. TwistedMurdererGUI.Parent = game.CoreGui
  293.  
  294. Opening.Name = "Opening"
  295. Opening.Parent = TwistedMurdererGUI
  296. Opening.Active = true
  297. Opening.BackgroundColor3 = Color3.new(1, 1, 1)
  298. Opening.Size = UDim2.new(0, 89, 0, 27)
  299.  
  300. OpenGui.Name = "OpenGui"
  301. OpenGui.Parent = Opening
  302. OpenGui.BackgroundColor3 = Color3.new(0, 0, 0)
  303. OpenGui.BackgroundTransparency = 1
  304. OpenGui.BorderColor3 = Color3.new(0, 0, 0)
  305. OpenGui.Size = UDim2.new(0, 71, 0, 27)
  306. OpenGui.Font = Enum.Font.SourceSans
  307. OpenGui.FontSize = Enum.FontSize.Size18
  308. OpenGui.Text = "Open"
  309. OpenGui.TextColor3 = Color3.new(0, 0, 0)
  310. OpenGui.TextSize = 18
  311.  
  312. TMGui.Name = "TMGui"
  313. TMGui.Parent = TwistedMurdererGUI
  314. TMGui.Active = true
  315. TMGui.BackgroundColor3 = Color3.new(1, 1, 1)
  316. TMGui.Draggable = true
  317. TMGui.Position = UDim2.new(0, 18, 0, 35)
  318. TMGui.Size = UDim2.new(0, 264, 0, 264)
  319. TMGui.Visible = false
  320.  
  321. TMGUICRED.Name = "TMGUI CRED"
  322. TMGUICRED.Parent = TMGui
  323. TMGUICRED.BackgroundColor3 = Color3.new(1, 1, 1)
  324. TMGUICRED.BackgroundTransparency = 1
  325. TMGUICRED.BorderColor3 = Color3.new(0, 0, 0)
  326. TMGUICRED.Size = UDim2.new(0, 240, 0, 18)
  327. TMGUICRED.Font = Enum.Font.SourceSans
  328. TMGUICRED.FontSize = Enum.FontSize.Size18
  329. TMGUICRED.Text = "Twisted Murderer Gui - MADE BY Sock Tan"
  330. TMGUICRED.TextColor3 = Color3.new(0, 0, 0)
  331. TMGUICRED.TextSize = 15
  332.  
  333. CLOSE.Name = "CLOSE"
  334. CLOSE.Parent = TMGui
  335. CLOSE.BackgroundColor3 = Color3.new(0, 0, 0)
  336. CLOSE.BackgroundTransparency = 0.89999997615814
  337. CLOSE.Position = UDim2.new(0, 243, 0, 0)
  338. CLOSE.Size = UDim2.new(0, 21, 0, 17)
  339. CLOSE.Font = Enum.Font.SourceSans
  340. CLOSE.FontSize = Enum.FontSize.Size24
  341. CLOSE.Text = "X"
  342. CLOSE.TextColor3 = Color3.new(1, 0, 0)
  343. CLOSE.TextSize = 20
  344.  
  345. PlayersTab.Name = "PlayersTab"
  346. PlayersTab.Parent = TMGui
  347. PlayersTab.Active = true
  348. PlayersTab.BackgroundColor3 = Color3.new(1, 1, 1)
  349. PlayersTab.Position = UDim2.new(0, 0, 0, 22)
  350. PlayersTab.Size = UDim2.new(0, 264, 0, 242)
  351.  
  352. INFO.Name = "INFO"
  353. INFO.Parent = PlayersTab
  354. INFO.BackgroundColor3 = Color3.new(1, 1, 1)
  355. INFO.BorderColor3 = Color3.new(1, 1, 1)
  356. INFO.Position = UDim2.new(0, 87, 0, 196)
  357. INFO.Size = UDim2.new(0, 146, 0, 13)
  358. INFO.Font = Enum.Font.SourceSans
  359. INFO.FontSize = Enum.FontSize.Size14
  360. INFO.Text = "<-- Spam this heaps to crash."
  361. INFO.TextSize = 14
  362.  
  363. UnCloak.Name = "UnCloak"
  364. UnCloak.Parent = PlayersTab
  365. UnCloak.BackgroundColor3 = Color3.new(1, 1, 1)
  366. UnCloak.Position = UDim2.new(0, 72, 0, 95)
  367. UnCloak.Size = UDim2.new(0, 60, 0, 21)
  368. UnCloak.Font = Enum.Font.SourceSans
  369. UnCloak.FontSize = Enum.FontSize.Size14
  370. UnCloak.Text = "UnCloak"
  371. UnCloak.TextSize = 14
  372.  
  373. UnCloakAll.Name = "UnCloakAll"
  374. UnCloakAll.Parent = PlayersTab
  375. UnCloakAll.BackgroundColor3 = Color3.new(1, 1, 1)
  376. UnCloakAll.Position = UDim2.new(0, 202, 0, 95)
  377. UnCloakAll.Size = UDim2.new(0, 60, 0, 21)
  378. UnCloakAll.Font = Enum.Font.SourceSans
  379. UnCloakAll.FontSize = Enum.FontSize.Size14
  380. UnCloakAll.Text = "UnCloakAll"
  381. UnCloakAll.TextSize = 14
  382.  
  383. RRadios.Name = "RRadios"
  384. RRadios.Parent = PlayersTab
  385. RRadios.BackgroundColor3 = Color3.new(1, 1, 1)
  386. RRadios.Position = UDim2.new(0, 6, 0, 218)
  387. RRadios.Size = UDim2.new(0, 200, 0, 16)
  388. RRadios.Font = Enum.Font.SourceSans
  389. RRadios.FontSize = Enum.FontSize.Size14
  390. RRadios.Text = "Remove Everyones Radio Permanently"
  391. RRadios.TextSize = 14
  392.  
  393. CrashS.Name = "CrashS"
  394. CrashS.Parent = PlayersTab
  395. CrashS.BackgroundColor3 = Color3.new(1, 1, 1)
  396. CrashS.Position = UDim2.new(0, 6, 0, 193)
  397. CrashS.Size = UDim2.new(0, 74, 0, 20)
  398. CrashS.Font = Enum.Font.SourceSans
  399. CrashS.FontSize = Enum.FontSize.Size14
  400. CrashS.Text = "Crash Server"
  401. CrashS.TextSize = 14
  402.  
  403. God.Name = "God"
  404. God.Parent = PlayersTab
  405. God.BackgroundColor3 = Color3.new(1, 1, 1)
  406. God.Position = UDim2.new(0, 6, 0, 167)
  407. God.Size = UDim2.new(0, 45, 0, 21)
  408. God.Font = Enum.Font.SourceSans
  409. God.FontSize = Enum.FontSize.Size14
  410. God.Text = "God"
  411. God.TextSize = 14
  412.  
  413. RemoveAnti.Name = "RemoveAnti"
  414. RemoveAnti.Parent = PlayersTab
  415. RemoveAnti.BackgroundColor3 = Color3.new(1, 1, 1)
  416. RemoveAnti.Position = UDim2.new(0, 154, 0, 6)
  417. RemoveAnti.Size = UDim2.new(0, 104, 0, 19)
  418. RemoveAnti.Font = Enum.Font.SourceSans
  419. RemoveAnti.FontSize = Enum.FontSize.Size14
  420. RemoveAnti.Text = "Remove Anti-Cheat"
  421. RemoveAnti.TextSize = 14
  422.  
  423. STOPALL.Name = "STOPALL"
  424. STOPALL.Parent = PlayersTab
  425. STOPALL.BackgroundColor3 = Color3.new(1, 0, 0)
  426. STOPALL.Position = UDim2.new(0, 61, 0, 73)
  427. STOPALL.Size = UDim2.new(0, 46, 0, 17)
  428. STOPALL.Font = Enum.Font.SourceSans
  429. STOPALL.FontSize = Enum.FontSize.Size14
  430. STOPALL.Text = "STOP ALL"
  431. STOPALL.TextSize = 14
  432.  
  433. STOP.Name = "STOP"
  434. STOP.Parent = PlayersTab
  435. STOP.BackgroundColor3 = Color3.new(1, 0, 0)
  436. STOP.Position = UDim2.new(0, 61, 0, 51)
  437. STOP.Size = UDim2.new(0, 37, 0, 17)
  438. STOP.Font = Enum.Font.SourceSans
  439. STOP.FontSize = Enum.FontSize.Size14
  440. STOP.Text = "STOP"
  441. STOP.TextSize = 14
  442.  
  443. DetectRoles.Name = "DetectRoles"
  444. DetectRoles.Parent = PlayersTab
  445. DetectRoles.BackgroundColor3 = Color3.new(1, 1, 1)
  446. DetectRoles.Position = UDim2.new(0, 154, 0, 30)
  447. DetectRoles.Size = UDim2.new(0, 104, 0, 19)
  448. DetectRoles.Font = Enum.Font.SourceSans
  449. DetectRoles.FontSize = Enum.FontSize.Size14
  450. DetectRoles.Text = "Detect Roles"
  451. DetectRoles.TextSize = 14
  452.  
  453. PlayerName.Name = "PlayerName"
  454. PlayerName.Parent = PlayersTab
  455. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  456. PlayerName.Position = UDim2.new(0, 6, 0, 28)
  457. PlayerName.Size = UDim2.new(0, 95, 0, 18)
  458. PlayerName.Font = Enum.Font.SourceSans
  459. PlayerName.FontSize = Enum.FontSize.Size14
  460. PlayerName.Text = "PLAYER NAME"
  461. PlayerName.TextSize = 14
  462.  
  463. PLAYALL.Name = "PLAYALL"
  464. PLAYALL.Parent = PlayersTab
  465. PLAYALL.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  466. PLAYALL.Position = UDim2.new(0, 6, 0, 73)
  467. PLAYALL.Size = UDim2.new(0, 46, 0, 17)
  468. PLAYALL.Font = Enum.Font.SourceSans
  469. PLAYALL.FontSize = Enum.FontSize.Size14
  470. PLAYALL.Text = "PLAY ALL"
  471. PLAYALL.TextSize = 14
  472.  
  473. PLAY.Name = "PLAY"
  474. PLAY.Parent = PlayersTab
  475. PLAY.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  476. PLAY.Position = UDim2.new(0, 7, 0, 51)
  477. PLAY.Size = UDim2.new(0, 37, 0, 17)
  478. PLAY.Font = Enum.Font.SourceSans
  479. PLAY.FontSize = Enum.FontSize.Size14
  480. PLAY.Text = "PLAY"
  481. PLAY.TextSize = 14
  482.  
  483. MUSICid.Name = "MUSICid"
  484. MUSICid.Parent = PlayersTab
  485. MUSICid.BackgroundColor3 = Color3.new(1, 1, 1)
  486. MUSICid.Position = UDim2.new(0, 6, 0, 6)
  487. MUSICid.Size = UDim2.new(0, 95, 0, 18)
  488. MUSICid.Font = Enum.Font.SourceSans
  489. MUSICid.FontSize = Enum.FontSize.Size14
  490. MUSICid.Text = "MUSIC ID"
  491. MUSICid.TextSize = 14
  492.  
  493. KillOthers.Name = "KillOthers"
  494. KillOthers.Parent = PlayersTab
  495. KillOthers.BackgroundColor3 = Color3.new(1, 1, 1)
  496. KillOthers.Position = UDim2.new(0, 125, 0, 142)
  497. KillOthers.Size = UDim2.new(0, 54, 0, 20)
  498. KillOthers.Font = Enum.Font.SourceSans
  499. KillOthers.FontSize = Enum.FontSize.Size14
  500. KillOthers.Text = "Kill Others"
  501. KillOthers.TextSize = 14
  502.  
  503. KillAll.Name = "KillAll"
  504. KillAll.Parent = PlayersTab
  505. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  506. KillAll.Position = UDim2.new(0, 66, 0, 142)
  507. KillAll.Size = UDim2.new(0, 54, 0, 20)
  508. KillAll.Font = Enum.Font.SourceSans
  509. KillAll.FontSize = Enum.FontSize.Size14
  510. KillAll.Text = "Kill All"
  511. KillAll.TextSize = 14
  512.  
  513. Kill.Name = "Kill"
  514. Kill.Parent = PlayersTab
  515. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  516. Kill.Position = UDim2.new(0, 6, 0, 142)
  517. Kill.Size = UDim2.new(0, 54, 0, 20)
  518. Kill.Font = Enum.Font.SourceSans
  519. Kill.FontSize = Enum.FontSize.Size14
  520. Kill.Text = "Kill"
  521. Kill.TextSize = 14
  522.  
  523. LoopKill.Name = "LoopKill"
  524. LoopKill.Parent = PlayersTab
  525. LoopKill.BackgroundColor3 = Color3.new(1, 1, 1)
  526. LoopKill.Position = UDim2.new(0, 184, 0, 142)
  527. LoopKill.Size = UDim2.new(0, 54, 0, 20)
  528. LoopKill.Font = Enum.Font.SourceSans
  529. LoopKill.FontSize = Enum.FontSize.Size14
  530. LoopKill.Text = "LoopKil"
  531. LoopKill.TextSize = 14
  532.  
  533. ForceKevlar.Name = "ForceKevlar"
  534. ForceKevlar.Parent = PlayersTab
  535. ForceKevlar.BackgroundColor3 = Color3.new(1, 1, 1)
  536. ForceKevlar.Position = UDim2.new(0, 6, 0, 121)
  537. ForceKevlar.Size = UDim2.new(0, 126, 0, 16)
  538. ForceKevlar.Font = Enum.Font.SourceSans
  539. ForceKevlar.FontSize = Enum.FontSize.Size14
  540. ForceKevlar.Text = "Force Kevlar"
  541. ForceKevlar.TextSize = 14
  542.  
  543. CloakAll.Name = "CloakAll"
  544. CloakAll.Parent = PlayersTab
  545. CloakAll.BackgroundColor3 = Color3.new(1, 1, 1)
  546. CloakAll.Position = UDim2.new(0, 137, 0, 95)
  547. CloakAll.Size = UDim2.new(0, 60, 0, 21)
  548. CloakAll.Font = Enum.Font.SourceSans
  549. CloakAll.FontSize = Enum.FontSize.Size14
  550. CloakAll.Text = "CloakAll"
  551. CloakAll.TextSize = 14
  552.  
  553. Cloak.Name = "Cloak"
  554. Cloak.Parent = PlayersTab
  555. Cloak.BackgroundColor3 = Color3.new(1, 1, 1)
  556. Cloak.Position = UDim2.new(0, 6, 0, 95)
  557. Cloak.Size = UDim2.new(0, 60, 0, 21)
  558. Cloak.Font = Enum.Font.SourceSans
  559. Cloak.FontSize = Enum.FontSize.Size14
  560. Cloak.Text = "Cloak"
  561. Cloak.TextSize = 14
  562.  
  563. ToolName.Name = "ToolName"
  564. ToolName.Parent = PlayersTab
  565. ToolName.BackgroundColor3 = Color3.new(1, 1, 1)
  566. ToolName.Position = UDim2.new(0, 132, 0, 54)
  567. ToolName.Size = UDim2.new(0, 69, 0, 19)
  568. ToolName.Font = Enum.Font.SourceSans
  569. ToolName.FontSize = Enum.FontSize.Size14
  570. ToolName.Text = "Tool Name"
  571. ToolName.TextSize = 14
  572.  
  573. SaveTool.Name = "SaveTool"
  574. SaveTool.Parent = PlayersTab
  575. SaveTool.BackgroundColor3 = Color3.new(1, 1, 1)
  576. SaveTool.Position = UDim2.new(0, 206, 0, 54)
  577. SaveTool.Size = UDim2.new(0, 54, 0, 19)
  578. SaveTool.Font = Enum.Font.SourceSans
  579. SaveTool.FontSize = Enum.FontSize.Size14
  580. SaveTool.Text = "Save Tool"
  581. SaveTool.TextSize = 14
  582.  
  583. StayL.Name = "StayL"
  584. StayL.Parent = PlayersTab
  585. StayL.BackgroundColor3 = Color3.new(1, 1, 1)
  586. StayL.Position = UDim2.new(0, 97, 0, 169)
  587. StayL.Size = UDim2.new(0, 139, 0, 20)
  588. StayL.Font = Enum.Font.SourceSans
  589. StayL.FontSize = Enum.FontSize.Size14
  590. StayL.Text = "Stay In Lobby Next Round"
  591. StayL.TextSize = 14
  592.  
  593.  
  594. OpenGui.MouseButton1Down:connect(function()
  595. game.CoreGui.TwistedMurdererGUI.Opening.Visible = false
  596. game.CoreGui.TwistedMurdererGUI.TMGui.Visible = true
  597. end)
  598.  
  599. CLOSE.MouseButton1Down:connect(function()
  600. game.CoreGui.TwistedMurdererGUI.Opening.Visible = true
  601. game.CoreGui.TwistedMurdererGUI.TMGui.Visible = false
  602. end)
  603.  
  604. PLAY.MouseButton1Down:connect(function()
  605. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players[PlayerName.Text], MUSICid.Text)
  606. end)
  607.  
  608. STOP.MouseButton1Down:connect(function()
  609. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players[PlayerName.Text])
  610. end)
  611.  
  612. Cloak.MouseButton1Down:connect(function()
  613. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[PlayerName.Text])
  614. end)
  615.  
  616. UnCloak.MouseButton1Down:connect(function()
  617. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[PlayerName.Text])
  618. end)
  619.  
  620. CloakAll.MouseButton1Down:connect(function()
  621. for i,v in pairs(game.Players:GetChildren()) do
  622. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  623. end
  624. end)
  625.  
  626. ForceKevlar.MouseButton1Down:connect(function()
  627. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  628. end)
  629.  
  630. PLAYALL.MouseButton1Down:connect(function()
  631. for i,v in pairs(game.Players:GetChildren()) do
  632. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, MUSICid.Text)
  633. end
  634. end)
  635.  
  636. STOPALL.MouseButton1Down:connect(function()
  637. for i,v in pairs(game.Players:GetChildren()) do
  638. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  639. end
  640. end)
  641.  
  642. Kill.MouseButton1Down:connect(function()
  643. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  644. end)
  645.  
  646. KillAll.MouseButton1Down:connect(function()
  647. for i,v in pairs(game.Players:GetChildren()) do
  648. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[v.Name].Humanoid)
  649. end
  650. end)
  651.  
  652. KillOthers.MouseButton1Down:connect(function()
  653. for i,v in pairs(game.Players:GetChildren()) do
  654. game.ReplicatedStorage.Event:FireServer("TPD", -20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  655. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[v.Name].Humanoid)
  656. end
  657. end)
  658.  
  659. SaveTool.MouseButton1Down:connect(function()
  660. game.Players.LocalPlayer.Backpack[ToolName.Text].Parent = game.Players.LocalPlayer.StarterGear
  661. end)
  662.  
  663. UnCloakAll.MouseButton1Down:connect(function()
  664. for i,v in pairs(game.Players:GetChildren()) do
  665. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  666. end
  667. end)
  668.  
  669. LoopKill.MouseButton1Down:connect(function()
  670. while true do
  671. wait(1.5)
  672. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  673. end
  674. end)
  675.  
  676. DetectRoles.MouseButton1Down:connect(function()
  677. while wait(1) do
  678. for i,v in pairs(game.Players:GetChildren()) do
  679. if game.Players[v.Name].Character:FindFirstChild("Role") then
  680. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  681. if role.Value == "Murderer" then
  682. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 0, 0)
  683. elseif role.Value == "Sheriff" then
  684. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  685. elseif role.Value == "Innocent" then
  686. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 1, 0)
  687. else
  688. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 1, 1)
  689. end
  690. end
  691. end
  692. end
  693. end)
  694.  
  695. RemoveAnti.MouseButton1Down:connect(function()
  696. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  697.  
  698. while wait() do
  699. local Player = game.Players.LocalPlayer
  700. local Gui = Player.PlayerGui
  701. for i,v in pairs(antiKek) do
  702. if Gui:FindFirstChild(v) then
  703. Gui:FindFirstChild(v):Remove()
  704. end
  705. end
  706. end
  707. end)
  708.  
  709. CrashS.MouseButton1Down:connect(function()
  710. while true do
  711. wait()
  712. for i,v in pairs(game.Players:GetChildren()) do
  713. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, 491150071)
  714. end
  715. end
  716. end)
  717.  
  718. RRadios.MouseButton1Down:connect(function()
  719. while true do
  720. wait(1.5)
  721. for i,v in pairs(game.Players:GetChildren()) do
  722. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  723. end
  724. end
  725. end)
  726.  
  727. God.MouseButton1Down:connect(function()
  728. game.ReplicatedStorage.Event:FireServer("TPD", -888888888899999, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  729. end)
  730.  
  731. StayL.MouseButton1Down:connect(function()
  732. game.ReplicatedStorage.Event:FireServer("Equip", "None", "Perks")
  733. game.ReplicatedStorage.Event:FireServer("TPD", 99.9, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  734. end)
  735. end)
  736.  
  737. JailbreakMoneyFarm.Name = "Jailbreak Money Farm"
  738. JailbreakMoneyFarm.Parent = ScrollingFrame
  739. JailbreakMoneyFarm.BackgroundColor3 = Color3.new(1, 1, 1)
  740. JailbreakMoneyFarm.Position = UDim2.new(-0.00217391294, 0, 0.19502075, 0)
  741. JailbreakMoneyFarm.Size = UDim2.new(0, 230, 0, 50)
  742. JailbreakMoneyFarm.Font = Enum.Font.SourceSans
  743. JailbreakMoneyFarm.Text = "Jailbreak Money Farm"
  744. JailbreakMoneyFarm.TextColor3 = Color3.new(0.333333, 1, 1)
  745. JailbreakMoneyFarm.TextScaled = true
  746. JailbreakMoneyFarm.TextSize = 14
  747. JailbreakMoneyFarm.TextWrapped = true
  748. JailbreakMoneyFarm.MouseButton1Down:connect(function()
  749. -- Objects-- Created by Excrio - v2.5
  750. -- v2.5 Notes
  751. -- Added player teleporting!
  752. -- Redid the UI - New font & sizes
  753. -- Bug fixes and more!
  754.  
  755. -- GUI Creation
  756.  
  757. local JailbreakBroken = Instance.new("ScreenGui")
  758. local UI = Instance.new("Frame")
  759. local Part = Instance.new("Frame")
  760. local Frame = Instance.new("Frame")
  761. local Unimportant = Instance.new("TextLabel")
  762. local Unimportant2 = Instance.new("TextLabel")
  763. local TPBFrame = Instance.new("Frame")
  764. local Bank = Instance.new("TextButton")
  765. local Frame_2 = Instance.new("Frame")
  766. local CrimBase1 = Instance.new("TextButton")
  767. local Frame_3 = Instance.new("Frame")
  768. local CrimBase2 = Instance.new("TextButton")
  769. local Frame_4 = Instance.new("Frame")
  770. local PTP = Instance.new("TextButton")
  771. local Frame_5 = Instance.new("Frame")
  772. local Helipad1 = Instance.new("TextButton")
  773. local Frame_6 = Instance.new("Frame")
  774. local Helipad2 = Instance.new("TextButton")
  775. local Frame_7 = Instance.new("Frame")
  776. local Jail = Instance.new("TextButton")
  777. local Frame_8 = Instance.new("Frame")
  778. local Jewlery = Instance.new("TextButton")
  779. local Frame_9 = Instance.new("Frame")
  780. local Police = Instance.new("TextButton")
  781. local Frame_10 = Instance.new("Frame")
  782. local Vault = Instance.new("TextButton")
  783. local Frame_11 = Instance.new("Frame")
  784. local sframe = Instance.new("ScrollingFrame")
  785. local Garage = Instance.new("TextButton")
  786. local Frame_12 = Instance.new("Frame")
  787. local SPlayer = Instance.new("TextLabel")
  788. local Frame_13 = Instance.new("Frame")
  789. local Teleports = Instance.new("TextButton")
  790. local Frame_14 = Instance.new("Frame")
  791. local FBFrame = Instance.new("Frame")
  792. local Noclipp = Instance.new("TextButton")
  793. local Frame_15 = Instance.new("Frame")
  794. local God = Instance.new("TextButton")
  795. local Frame_16 = Instance.new("Frame")
  796. local Arrest = Instance.new("TextButton")
  797. local Frame_17 = Instance.new("Frame")
  798. local cframe = Instance.new("Frame")
  799. local TextLabel = Instance.new("TextLabel")
  800. local TextLabel_2 = Instance.new("TextLabel")
  801. local TextLabel_3 = Instance.new("TextLabel")
  802. local TextLabel_4 = Instance.new("TextLabel")
  803. local TextLabel_5 = Instance.new("TextLabel")
  804. local TextLabel_6 = Instance.new("TextLabel")
  805. local TextLabel_7 = Instance.new("TextLabel")
  806. local TextLabel_8 = Instance.new("TextLabel")
  807. local TextLabel_9 = Instance.new("TextLabel")
  808. local TextLabel_10 = Instance.new("TextLabel")
  809. local TextLabel_11 = Instance.new("TextLabel")
  810. local Functions = Instance.new("TextButton")
  811. local Frame_18 = Instance.new("Frame")
  812. local Credits = Instance.new("TextButton")
  813. local Frame_19 = Instance.new("Frame")
  814. local GoBack = Instance.new("TextButton")
  815. local Open = Instance.new("Frame")
  816. local OpenGUI = Instance.new("TextButton")
  817. local Frame_20 = Instance.new("Frame")
  818. local val = Instance.new("ObjectValue", sframe)
  819.  
  820. -- GUI Properties
  821.  
  822. JailbreakBroken.Name = "JailbreakBroken"
  823. JailbreakBroken.Parent = game.CoreGui
  824.  
  825. UI.Name = "UI"
  826. UI.Parent = JailbreakBroken
  827. UI.Active = true
  828. UI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  829. UI.BackgroundTransparency = 0.30000001192093
  830. UI.BorderColor3 = Color3.new(1, 1, 1)
  831. UI.BorderSizePixel = 0
  832. UI.Draggable = true
  833. UI.Position = UDim2.new(0.5, -159, 0.5, -219)
  834. UI.Size = UDim2.new(0, 318, 0, 438)
  835. UI.Visible = false
  836.  
  837. Part.Name = "Part"
  838. Part.Parent = UI
  839. Part.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  840. Part.BorderColor3 = Color3.new(1, 1, 1)
  841. Part.BorderSizePixel = 0
  842. Part.Size = UDim2.new(0, 318, 0, 67)
  843.  
  844. Frame.Parent = Part
  845. Frame.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  846. Frame.BorderSizePixel = 0
  847. Frame.Position = UDim2.new(0, 0, 0, 67)
  848. Frame.Size = UDim2.new(0, 318, 0, 5)
  849.  
  850. Unimportant.Name = "Unimportant"
  851. Unimportant.Parent = Part
  852. Unimportant.BackgroundColor3 = Color3.new(1, 1, 1)
  853. Unimportant.BackgroundTransparency = 1
  854. Unimportant.BorderSizePixel = 0
  855. Unimportant.Position = UDim2.new(0, 109, 0, 12)
  856. Unimportant.Size = UDim2.new(0, 100, 0, 24)
  857. Unimportant.Font = Enum.Font.SourceSansLight
  858. Unimportant.FontSize = Enum.FontSize.Size48
  859. Unimportant.Text = "Jailbreak Broken"
  860. Unimportant.TextColor3 = Color3.new(1, 1, 1)
  861. Unimportant.TextSize = 37
  862.  
  863. Unimportant2.Name = "Unimportant2"
  864. Unimportant2.Parent = Part
  865. Unimportant2.BackgroundColor3 = Color3.new(1, 1, 1)
  866. Unimportant2.BackgroundTransparency = 1
  867. Unimportant2.BorderSizePixel = 0
  868. Unimportant2.Position = UDim2.new(0, 109, 0, 38)
  869. Unimportant2.Size = UDim2.new(0, 100, 0, 24)
  870. Unimportant2.Font = Enum.Font.SourceSansLight
  871. Unimportant2.FontSize = Enum.FontSize.Size18
  872. Unimportant2.Text = "By Excrio - v2.5"
  873. Unimportant2.TextColor3 = Color3.new(1, 1, 1)
  874. Unimportant2.TextSize = 17
  875.  
  876. TPBFrame.Name = "TPBFrame"
  877. TPBFrame.Parent = UI
  878. TPBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  879. TPBFrame.BackgroundTransparency = 1
  880. TPBFrame.Size = UDim2.new(0, 106, 0, 100)
  881. TPBFrame.Visible = false
  882.  
  883. Bank.Name = "Bank"
  884. Bank.Parent = TPBFrame
  885. Bank.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  886. Bank.BorderColor3 = Color3.new(1, 1, 1)
  887. Bank.BorderSizePixel = 0
  888. Bank.Position = UDim2.new(0, 185, 0, 85)
  889. Bank.Size = UDim2.new(0, 97, 0, 25)
  890. Bank.Font = Enum.Font.SourceSansLight
  891. Bank.FontSize = Enum.FontSize.Size18
  892. Bank.Text = "Bank Front"
  893. Bank.TextColor3 = Color3.new(1, 1, 1)
  894. Bank.TextSize = 17
  895.  
  896. Frame_2.Parent = Bank
  897. Frame_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  898. Frame_2.BorderSizePixel = 0
  899. Frame_2.Position = UDim2.new(0, 0, 0, 25)
  900. Frame_2.Size = UDim2.new(0, 97, 0, 5)
  901.  
  902. CrimBase1.Name = "CrimBase1"
  903. CrimBase1.Parent = TPBFrame
  904. CrimBase1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  905. CrimBase1.BorderColor3 = Color3.new(1, 1, 1)
  906. CrimBase1.BorderSizePixel = 0
  907. CrimBase1.Position = UDim2.new(0, 30, 0, 125)
  908. CrimBase1.Size = UDim2.new(0, 97, 0, 25)
  909. CrimBase1.Font = Enum.Font.SourceSansLight
  910. CrimBase1.FontSize = Enum.FontSize.Size18
  911. CrimBase1.Text = "Crim Base 1"
  912. CrimBase1.TextColor3 = Color3.new(1, 1, 1)
  913. CrimBase1.TextSize = 17
  914.  
  915. Frame_3.Parent = CrimBase1
  916. Frame_3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  917. Frame_3.BorderSizePixel = 0
  918. Frame_3.Position = UDim2.new(0, 0, 0, 25)
  919. Frame_3.Size = UDim2.new(0, 97, 0, 5)
  920.  
  921. CrimBase2.Name = "CrimBase2"
  922. CrimBase2.Parent = TPBFrame
  923. CrimBase2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  924. CrimBase2.BorderColor3 = Color3.new(1, 1, 1)
  925. CrimBase2.BorderSizePixel = 0
  926. CrimBase2.Position = UDim2.new(0, 30, 0, 165)
  927. CrimBase2.Size = UDim2.new(0, 97, 0, 25)
  928. CrimBase2.Font = Enum.Font.SourceSansLight
  929. CrimBase2.FontSize = Enum.FontSize.Size18
  930. CrimBase2.Text = "Crim Base 2"
  931. CrimBase2.TextColor3 = Color3.new(1, 1, 1)
  932. CrimBase2.TextSize = 17
  933.  
  934. Frame_4.Parent = CrimBase2
  935. Frame_4.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  936. Frame_4.BorderSizePixel = 0
  937. Frame_4.Position = UDim2.new(0, 0, 0, 25)
  938. Frame_4.Size = UDim2.new(0, 97, 0, 5)
  939.  
  940. PTP.Name = "PTP"
  941. PTP.Parent = TPBFrame
  942. PTP.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  943. PTP.BorderColor3 = Color3.new(1, 1, 1)
  944. PTP.BorderSizePixel = 0
  945. PTP.Position = UDim2.new(0, 185, 0, 372)
  946. PTP.Size = UDim2.new(0, 97, 0, 27)
  947. PTP.Font = Enum.Font.SourceSansLight
  948. PTP.FontSize = Enum.FontSize.Size18
  949. PTP.Text = "TP to Player"
  950. PTP.TextColor3 = Color3.new(1, 1, 1)
  951. PTP.TextSize = 17
  952.  
  953. Frame_5.Parent = PTP
  954. Frame_5.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  955. Frame_5.BorderSizePixel = 0
  956. Frame_5.Position = UDim2.new(0, 0, 0, 27)
  957. Frame_5.Size = UDim2.new(0, 97, 0, 3)
  958.  
  959. Helipad1.Name = "Helipad1"
  960. Helipad1.Parent = TPBFrame
  961. Helipad1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  962. Helipad1.BorderColor3 = Color3.new(1, 1, 1)
  963. Helipad1.BorderSizePixel = 0
  964. Helipad1.Position = UDim2.new(0, 185, 0, 125)
  965. Helipad1.Size = UDim2.new(0, 97, 0, 25)
  966. Helipad1.Font = Enum.Font.SourceSansLight
  967. Helipad1.FontSize = Enum.FontSize.Size18
  968. Helipad1.Text = "Helipad 1"
  969. Helipad1.TextColor3 = Color3.new(1, 1, 1)
  970. Helipad1.TextSize = 17
  971.  
  972. Frame_6.Parent = Helipad1
  973. Frame_6.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  974. Frame_6.BorderSizePixel = 0
  975. Frame_6.Position = UDim2.new(0, 0, 0, 25)
  976. Frame_6.Size = UDim2.new(0, 97, 0, 5)
  977.  
  978. Helipad2.Name = "Helipad2"
  979. Helipad2.Parent = TPBFrame
  980. Helipad2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  981. Helipad2.BorderColor3 = Color3.new(1, 1, 1)
  982. Helipad2.BorderSizePixel = 0
  983. Helipad2.Position = UDim2.new(0, 185, 0, 165)
  984. Helipad2.Size = UDim2.new(0, 97, 0, 25)
  985. Helipad2.Font = Enum.Font.SourceSansLight
  986. Helipad2.FontSize = Enum.FontSize.Size18
  987. Helipad2.Text = "Helipad 2"
  988. Helipad2.TextColor3 = Color3.new(1, 1, 1)
  989. Helipad2.TextSize = 17
  990.  
  991. Frame_7.Parent = Helipad2
  992. Frame_7.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  993. Frame_7.BorderSizePixel = 0
  994. Frame_7.Position = UDim2.new(0, 0, 0, 25)
  995. Frame_7.Size = UDim2.new(0, 97, 0, 5)
  996.  
  997. Jail.Name = "Jail"
  998. Jail.Parent = TPBFrame
  999. Jail.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1000. Jail.BorderColor3 = Color3.new(1, 1, 1)
  1001. Jail.BorderSizePixel = 0
  1002. Jail.Position = UDim2.new(0, 30, 0, 85)
  1003. Jail.Size = UDim2.new(0, 97, 0, 25)
  1004. Jail.Font = Enum.Font.SourceSansLight
  1005. Jail.FontSize = Enum.FontSize.Size18
  1006. Jail.Text = "Jail"
  1007. Jail.TextColor3 = Color3.new(1, 1, 1)
  1008. Jail.TextSize = 17
  1009.  
  1010. Frame_8.Parent = Jail
  1011. Frame_8.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1012. Frame_8.BorderSizePixel = 0
  1013. Frame_8.Position = UDim2.new(0, 0, 0, 25)
  1014. Frame_8.Size = UDim2.new(0, 97, 0, 5)
  1015.  
  1016. Jewlery.Name = "Jewlery"
  1017. Jewlery.Parent = TPBFrame
  1018. Jewlery.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1019. Jewlery.BorderColor3 = Color3.new(1, 1, 1)
  1020. Jewlery.BorderSizePixel = 0
  1021. Jewlery.Position = UDim2.new(0, 185, 0, 245)
  1022. Jewlery.Size = UDim2.new(0, 97, 0, 25)
  1023. Jewlery.Font = Enum.Font.SourceSansLight
  1024. Jewlery.FontSize = Enum.FontSize.Size18
  1025. Jewlery.Text = "Jewelry Store"
  1026. Jewlery.TextColor3 = Color3.new(1, 1, 1)
  1027. Jewlery.TextSize = 17
  1028.  
  1029. Frame_9.Parent = Jewlery
  1030. Frame_9.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1031. Frame_9.BorderSizePixel = 0
  1032. Frame_9.Position = UDim2.new(0, 0, 0, 25)
  1033. Frame_9.Size = UDim2.new(0, 97, 0, 5)
  1034.  
  1035. Police.Name = "Police"
  1036. Police.Parent = TPBFrame
  1037. Police.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1038. Police.BorderColor3 = Color3.new(1, 1, 1)
  1039. Police.BorderSizePixel = 0
  1040. Police.Position = UDim2.new(0, 30, 0, 205)
  1041. Police.Size = UDim2.new(0, 97, 0, 25)
  1042. Police.Font = Enum.Font.SourceSansLight
  1043. Police.FontSize = Enum.FontSize.Size18
  1044. Police.Text = "Police HQ"
  1045. Police.TextColor3 = Color3.new(1, 1, 1)
  1046. Police.TextSize = 17
  1047.  
  1048. Frame_10.Parent = Police
  1049. Frame_10.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1050. Frame_10.BorderSizePixel = 0
  1051. Frame_10.Position = UDim2.new(0, 0, 0, 25)
  1052. Frame_10.Size = UDim2.new(0, 97, 0, 5)
  1053.  
  1054. Vault.Name = "Vault"
  1055. Vault.Parent = TPBFrame
  1056. Vault.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1057. Vault.BorderColor3 = Color3.new(1, 1, 1)
  1058. Vault.BorderSizePixel = 0
  1059. Vault.Position = UDim2.new(0, 30, 0, 245)
  1060. Vault.Size = UDim2.new(0, 97, 0, 25)
  1061. Vault.Font = Enum.Font.SourceSansLight
  1062. Vault.FontSize = Enum.FontSize.Size18
  1063. Vault.Text = "Bank Vault"
  1064. Vault.TextColor3 = Color3.new(1, 1, 1)
  1065. Vault.TextSize = 17
  1066.  
  1067. Frame_11.Parent = Vault
  1068. Frame_11.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1069. Frame_11.BorderSizePixel = 0
  1070. Frame_11.Position = UDim2.new(0, 0, 0, 25)
  1071. Frame_11.Size = UDim2.new(0, 97, 0, 5)
  1072.  
  1073. sframe.Name = "sframe"
  1074. sframe.Parent = TPBFrame
  1075. sframe.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1076. sframe.BorderSizePixel = 0
  1077. sframe.Position = UDim2.new(0, 30, 0, 293)
  1078. sframe.Size = UDim2.new(0, 252, 0, 70)
  1079. sframe.BottomImage = ""
  1080. sframe.CanvasSize = UDim2.new(0, 0, 1, 0)
  1081. sframe.MidImage = ""
  1082. sframe.ScrollBarThickness = 20
  1083. sframe.TopImage = ""
  1084.  
  1085. Garage.Name = "Garage"
  1086. Garage.Parent = TPBFrame
  1087. Garage.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1088. Garage.BorderColor3 = Color3.new(1, 1, 1)
  1089. Garage.BorderSizePixel = 0
  1090. Garage.Position = UDim2.new(0, 185, 0, 205)
  1091. Garage.Size = UDim2.new(0, 97, 0, 25)
  1092. Garage.Font = Enum.Font.SourceSansLight
  1093. Garage.FontSize = Enum.FontSize.Size18
  1094. Garage.Text = "Garage"
  1095. Garage.TextColor3 = Color3.new(1, 1, 1)
  1096. Garage.TextSize = 17
  1097.  
  1098. Frame_12.Parent = Garage
  1099. Frame_12.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1100. Frame_12.BorderSizePixel = 0
  1101. Frame_12.Position = UDim2.new(0, 0, 0, 25)
  1102. Frame_12.Size = UDim2.new(0, 97, 0, 5)
  1103.  
  1104. SPlayer.Name = "SPlayer"
  1105. SPlayer.Parent = TPBFrame
  1106. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  1107. SPlayer.BackgroundTransparency = 1
  1108. SPlayer.Position = UDim2.new(0, 32, 0, 379)
  1109. SPlayer.Size = UDim2.new(0, 138, 0, 17)
  1110. SPlayer.Font = Enum.Font.SourceSansLight
  1111. SPlayer.FontSize = Enum.FontSize.Size18
  1112. SPlayer.Text = "Player:"
  1113. SPlayer.TextColor3 = Color3.new(1, 1, 1)
  1114. SPlayer.TextSize = 17
  1115. SPlayer.TextWrapped = true
  1116. SPlayer.TextXAlignment = Enum.TextXAlignment.Left
  1117.  
  1118. Frame_13.Parent = TPBFrame
  1119. Frame_13.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1120. Frame_13.BorderSizePixel = 0
  1121. Frame_13.Position = UDim2.new(0, 30, 0, 360)
  1122. Frame_13.Size = UDim2.new(0, 252, 0, 5)
  1123.  
  1124. Teleports.Name = "Teleports"
  1125. Teleports.Parent = UI
  1126. Teleports.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1127. Teleports.BorderColor3 = Color3.new(1, 1, 1)
  1128. Teleports.BorderSizePixel = 0
  1129. Teleports.Position = UDim2.new(0, 72, 0, 126)
  1130. Teleports.Size = UDim2.new(0, 175, 0, 38)
  1131. Teleports.Font = Enum.Font.SourceSansLight
  1132. Teleports.FontSize = Enum.FontSize.Size24
  1133. Teleports.Text = "Player Teleports"
  1134. Teleports.TextColor3 = Color3.new(1, 1, 1)
  1135. Teleports.TextSize = 20
  1136.  
  1137. Frame_14.Parent = Teleports
  1138. Frame_14.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1139. Frame_14.BorderSizePixel = 0
  1140. Frame_14.Position = UDim2.new(0, 0, 0, 38)
  1141. Frame_14.Size = UDim2.new(0, 175, 0, 5)
  1142.  
  1143. FBFrame.Name = "FBFrame"
  1144. FBFrame.Parent = UI
  1145. FBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1146. FBFrame.BackgroundTransparency = 1
  1147. FBFrame.Position = UDim2.new(0, 0, 0, 32)
  1148. FBFrame.Size = UDim2.new(0, 318, 0, 406)
  1149. FBFrame.Visible = false
  1150.  
  1151. Noclipp.Name = "Noclipp"
  1152. Noclipp.Parent = FBFrame
  1153. Noclipp.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1154. Noclipp.BorderColor3 = Color3.new(1, 1, 1)
  1155. Noclipp.BorderSizePixel = 0
  1156. Noclipp.Position = UDim2.new(0, 110, 0, 181)
  1157. Noclipp.Size = UDim2.new(0, 97, 0, 38)
  1158. Noclipp.Font = Enum.Font.SourceSansLight
  1159. Noclipp.FontSize = Enum.FontSize.Size18
  1160. Noclipp.Text = "Enable Noclip"
  1161. Noclipp.TextColor3 = Color3.new(1, 1, 1)
  1162. Noclipp.TextSize = 17
  1163.  
  1164. Frame_15.Parent = Noclipp
  1165. Frame_15.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1166. Frame_15.BorderSizePixel = 0
  1167. Frame_15.Position = UDim2.new(0, 0, 0, 38)
  1168. Frame_15.Size = UDim2.new(0, 97, 0, 5)
  1169.  
  1170. God.Name = "God"
  1171. God.Parent = FBFrame
  1172. God.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1173. God.BorderColor3 = Color3.new(1, 1, 1)
  1174. God.BorderSizePixel = 0
  1175. God.Position = UDim2.new(0, 110, 0, 105)
  1176. God.Size = UDim2.new(0, 97, 0, 38)
  1177. God.Font = Enum.Font.SourceSansLight
  1178. God.FontSize = Enum.FontSize.Size18
  1179. God.Text = "Godmode"
  1180. God.TextColor3 = Color3.new(1, 1, 1)
  1181. God.TextSize = 17
  1182.  
  1183. Frame_16.Parent = God
  1184. Frame_16.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1185. Frame_16.BorderSizePixel = 0
  1186. Frame_16.Position = UDim2.new(0, 0, 0, 38)
  1187. Frame_16.Size = UDim2.new(0, 97, 0, 5)
  1188.  
  1189. Arrest.Name = "Arrest"
  1190. Arrest.Parent = FBFrame
  1191. Arrest.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1192. Arrest.BorderColor3 = Color3.new(1, 1, 1)
  1193. Arrest.BorderSizePixel = 0
  1194. Arrest.Position = UDim2.new(0, 110, 0, 257)
  1195. Arrest.Size = UDim2.new(0, 97, 0, 38)
  1196. Arrest.Font = Enum.Font.SourceSansLight
  1197. Arrest.FontSize = Enum.FontSize.Size18
  1198. Arrest.Text = "Arrest Spam"
  1199. Arrest.TextColor3 = Color3.new(1, 1, 1)
  1200. Arrest.TextSize = 17
  1201.  
  1202. Frame_17.Parent = Arrest
  1203. Frame_17.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1204. Frame_17.BorderSizePixel = 0
  1205. Frame_17.Position = UDim2.new(0, 0, 0, 38)
  1206. Frame_17.Size = UDim2.new(0, 97, 0, 5)
  1207.  
  1208. cframe.Name = "cframe"
  1209. cframe.Parent = UI
  1210. cframe.BackgroundColor3 = Color3.new(1, 1, 1)
  1211. cframe.BackgroundTransparency = 1
  1212. cframe.BorderSizePixel = 0
  1213. cframe.Size = UDim2.new(0, 318, 0, 438)
  1214. cframe.Visible = false
  1215.  
  1216. TextLabel.Parent = cframe
  1217. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1218. TextLabel.BackgroundTransparency = 1
  1219. TextLabel.BorderSizePixel = 0
  1220. TextLabel.Position = UDim2.new(0, 23, 0, 103)
  1221. TextLabel.Size = UDim2.new(0, 273, 0, 31)
  1222. TextLabel.Font = Enum.Font.SourceSansLight
  1223. TextLabel.FontSize = Enum.FontSize.Size24
  1224. TextLabel.Text = "Design - Excrio"
  1225. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1226. TextLabel.TextSize = 20
  1227. TextLabel.TextWrapped = true
  1228. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  1229. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  1230.  
  1231. TextLabel_2.Parent = cframe
  1232. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1233. TextLabel_2.BackgroundTransparency = 1
  1234. TextLabel_2.BorderSizePixel = 0
  1235. TextLabel_2.Position = UDim2.new(0, 23, 0, 128)
  1236. TextLabel_2.Size = UDim2.new(0, 273, 0, 31)
  1237. TextLabel_2.Font = Enum.Font.SourceSansLight
  1238. TextLabel_2.FontSize = Enum.FontSize.Size24
  1239. TextLabel_2.Text = "Code - Excrio"
  1240. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1241. TextLabel_2.TextSize = 20
  1242. TextLabel_2.TextWrapped = true
  1243. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  1244. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  1245.  
  1246. TextLabel_3.Parent = cframe
  1247. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1248. TextLabel_3.BackgroundTransparency = 1
  1249. TextLabel_3.BorderSizePixel = 0
  1250. TextLabel_3.Position = UDim2.new(0, 23, 0, 151)
  1251. TextLabel_3.Size = UDim2.new(0, 273, 0, 135)
  1252. TextLabel_3.Font = Enum.Font.SourceSansLight
  1253. TextLabel_3.FontSize = Enum.FontSize.Size24
  1254. TextLabel_3.Text = "Other Credit - To whomever wrote a thread about getPlayers() as I had some trouble updating the loop, thanks for that."
  1255. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  1256. TextLabel_3.TextSize = 20
  1257. TextLabel_3.TextWrapped = true
  1258. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  1259. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top
  1260.  
  1261. TextLabel_4.Parent = cframe
  1262. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1263. TextLabel_4.BackgroundTransparency = 1
  1264. TextLabel_4.BorderSizePixel = 0
  1265. TextLabel_4.Position = UDim2.new(0, 23, 0, 388)
  1266. TextLabel_4.Size = UDim2.new(0, 273, 0, 29)
  1267. TextLabel_4.Font = Enum.Font.SourceSansLight
  1268. TextLabel_4.FontSize = Enum.FontSize.Size24
  1269. TextLabel_4.Text = ""
  1270. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  1271. TextLabel_4.TextSize = 20
  1272. TextLabel_4.TextWrapped = true
  1273. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  1274. TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top
  1275.  
  1276. TextLabel_5.Parent = cframe
  1277. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1278. TextLabel_5.BackgroundTransparency = 1
  1279. TextLabel_5.BorderSizePixel = 0
  1280. TextLabel_5.Position = UDim2.new(0, 23, 0, 234)
  1281. TextLabel_5.Size = UDim2.new(0, 273, 0, 30)
  1282. TextLabel_5.Font = Enum.Font.SourceSansLight
  1283. TextLabel_5.FontSize = Enum.FontSize.Size28
  1284. TextLabel_5.Text = "Changelog"
  1285. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  1286. TextLabel_5.TextSize = 25
  1287. TextLabel_5.TextWrapped = true
  1288. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  1289. TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
  1290.  
  1291. TextLabel_6.Parent = cframe
  1292. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1293. TextLabel_6.BackgroundTransparency = 1
  1294. TextLabel_6.BorderSizePixel = 0
  1295. TextLabel_6.Position = UDim2.new(0, 23, 0, 76)
  1296. TextLabel_6.Size = UDim2.new(0, 273, 0, 31)
  1297. TextLabel_6.Font = Enum.Font.SourceSansLight
  1298. TextLabel_6.FontSize = Enum.FontSize.Size28
  1299. TextLabel_6.Text = "Credit"
  1300. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  1301. TextLabel_6.TextSize = 25
  1302. TextLabel_6.TextWrapped = true
  1303. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  1304. TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top
  1305.  
  1306. TextLabel_7.Parent = cframe
  1307. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  1308. TextLabel_7.BackgroundTransparency = 1
  1309. TextLabel_7.BorderSizePixel = 0
  1310. TextLabel_7.Position = UDim2.new(0, 23, 0, 263)
  1311. TextLabel_7.Size = UDim2.new(0, 273, 0, 31)
  1312. TextLabel_7.Font = Enum.Font.SourceSansLight
  1313. TextLabel_7.FontSize = Enum.FontSize.Size24
  1314. TextLabel_7.Text = "V1.0 - 1.5 Location Teleporting"
  1315. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  1316. TextLabel_7.TextSize = 20
  1317. TextLabel_7.TextWrapped = true
  1318. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  1319. TextLabel_7.TextYAlignment = Enum.TextYAlignment.Top
  1320.  
  1321. TextLabel_8.Parent = cframe
  1322. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  1323. TextLabel_8.BackgroundTransparency = 1
  1324. TextLabel_8.BorderSizePixel = 0
  1325. TextLabel_8.Position = UDim2.new(0, 23, 0, 286)
  1326. TextLabel_8.Size = UDim2.new(0, 273, 0, 31)
  1327. TextLabel_8.Font = Enum.Font.SourceSansLight
  1328. TextLabel_8.FontSize = Enum.FontSize.Size24
  1329. TextLabel_8.Text = "V1.6 - 1.7 Player functions (God, Noclip)"
  1330. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  1331. TextLabel_8.TextSize = 20
  1332. TextLabel_8.TextWrapped = true
  1333. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  1334. TextLabel_8.TextYAlignment = Enum.TextYAlignment.Top
  1335.  
  1336. TextLabel_9.Parent = cframe
  1337. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  1338. TextLabel_9.BackgroundTransparency = 1
  1339. TextLabel_9.BorderSizePixel = 0
  1340. TextLabel_9.Position = UDim2.new(0, 23, 0, 306)
  1341. TextLabel_9.Size = UDim2.new(0, 273, 0, 31)
  1342. TextLabel_9.Font = Enum.Font.SourceSansLight
  1343. TextLabel_9.FontSize = Enum.FontSize.Size24
  1344. TextLabel_9.Text = "V1.8 - 1.9 More player functions (Arrest Spam)"
  1345. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  1346. TextLabel_9.TextSize = 20
  1347. TextLabel_9.TextWrapped = true
  1348. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  1349. TextLabel_9.TextYAlignment = Enum.TextYAlignment.Top
  1350.  
  1351. TextLabel_10.Parent = cframe
  1352. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  1353. TextLabel_10.BackgroundTransparency = 1
  1354. TextLabel_10.BorderSizePixel = 0
  1355. TextLabel_10.Position = UDim2.new(0, 23, 0, 327)
  1356. TextLabel_10.Size = UDim2.new(0, 273, 0, 31)
  1357. TextLabel_10.Font = Enum.Font.SourceSansLight
  1358. TextLabel_10.FontSize = Enum.FontSize.Size24
  1359. TextLabel_10.Text = "V2.0 - V2.4 New UI, drastic bug fixes"
  1360. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  1361. TextLabel_10.TextSize = 20
  1362. TextLabel_10.TextWrapped = true
  1363. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  1364. TextLabel_10.TextYAlignment = Enum.TextYAlignment.Top
  1365.  
  1366. TextLabel_11.Parent = cframe
  1367. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  1368. TextLabel_11.BackgroundTransparency = 1
  1369. TextLabel_11.BorderSizePixel = 0
  1370. TextLabel_11.Position = UDim2.new(0, 23, 0, 351)
  1371. TextLabel_11.Size = UDim2.new(0, 273, 0, 42)
  1372. TextLabel_11.Font = Enum.Font.SourceSansLight
  1373. TextLabel_11.FontSize = Enum.FontSize.Size24
  1374. TextLabel_11.Text = "V2.4 - 2.5 (Current) Another new UI, player teleporting"
  1375. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  1376. TextLabel_11.TextSize = 20
  1377. TextLabel_11.TextWrapped = true
  1378. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  1379. TextLabel_11.TextYAlignment = Enum.TextYAlignment.Top
  1380.  
  1381. Functions.Name = "Functions"
  1382. Functions.Parent = UI
  1383. Functions.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1384. Functions.BorderColor3 = Color3.new(1, 1, 1)
  1385. Functions.BorderSizePixel = 0
  1386. Functions.Position = UDim2.new(0, 72, 0, 219)
  1387. Functions.Size = UDim2.new(0, 175, 0, 38)
  1388. Functions.Font = Enum.Font.SourceSansLight
  1389. Functions.FontSize = Enum.FontSize.Size24
  1390. Functions.Text = "Player Functions"
  1391. Functions.TextColor3 = Color3.new(1, 1, 1)
  1392. Functions.TextSize = 20
  1393.  
  1394. Frame_18.Parent = Functions
  1395. Frame_18.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1396. Frame_18.BorderSizePixel = 0
  1397. Frame_18.Position = UDim2.new(0, 0, 0, 38)
  1398. Frame_18.Size = UDim2.new(0, 175, 0, 5)
  1399.  
  1400. Credits.Name = "Credits"
  1401. Credits.Parent = UI
  1402. Credits.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1403. Credits.BorderColor3 = Color3.new(1, 1, 1)
  1404. Credits.BorderSizePixel = 0
  1405. Credits.Position = UDim2.new(0, 72, 0, 315)
  1406. Credits.Size = UDim2.new(0, 175, 0, 38)
  1407. Credits.Font = Enum.Font.SourceSansLight
  1408. Credits.FontSize = Enum.FontSize.Size24
  1409. Credits.Text = "Credits / Changelog"
  1410. Credits.TextColor3 = Color3.new(1, 1, 1)
  1411. Credits.TextSize = 20
  1412.  
  1413. Frame_19.Parent = Credits
  1414. Frame_19.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  1415. Frame_19.BorderSizePixel = 0
  1416. Frame_19.Position = UDim2.new(0, 0, 0, 38)
  1417. Frame_19.Size = UDim2.new(0, 175, 0, 5)
  1418.  
  1419. GoBack.Name = "GoBack"
  1420. GoBack.Parent = UI
  1421. GoBack.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1422. GoBack.BackgroundTransparency = 1
  1423. GoBack.BorderColor3 = Color3.new(1, 1, 1)
  1424. GoBack.BorderSizePixel = 0
  1425. GoBack.Position = UDim2.new(0, 0, 0, 400)
  1426. GoBack.Size = UDim2.new(0, 93, 0, 38)
  1427. GoBack.Visible = false
  1428. GoBack.Font = Enum.Font.SourceSansLight
  1429. GoBack.FontSize = Enum.FontSize.Size24
  1430. GoBack.Text = "Go Back"
  1431. GoBack.TextColor3 = Color3.new(1, 1, 1)
  1432. GoBack.TextSize = 20
  1433.  
  1434. Open.Name = "Open"
  1435. Open.Parent = JailbreakBroken
  1436. Open.BackgroundColor3 = Color3.new(0.235294, 0.494118, 0.776471)
  1437. Open.BackgroundTransparency = 1
  1438. Open.BorderColor3 = Color3.new(1, 1, 1)
  1439. Open.BorderSizePixel = 0
  1440. Open.Position = UDim2.new(0, -105, 0, 632)
  1441. Open.Size = UDim2.new(0, 318, 0, 67)
  1442.  
  1443. OpenGUI.Name = "OpenGUI"
  1444. OpenGUI.Parent = Open
  1445. OpenGUI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  1446. OpenGUI.BorderColor3 = Color3.new(1, 1, 1)
  1447. OpenGUI.BorderSizePixel = 0
  1448. OpenGUI.Position = UDim2.new(0, 93, 0, 15)
  1449. OpenGUI.Size = UDim2.new(0, 97, 0, 38)
  1450. OpenGUI.Font = Enum.Font.SourceSansLight
  1451. OpenGUI.FontSize = Enum.FontSize.Size18
  1452. OpenGUI.Text = "Open GUI"
  1453. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  1454. OpenGUI.TextSize = 17
  1455.  
  1456. Frame_20.Parent = OpenGUI
  1457. Frame_20.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1458. Frame_20.BorderSizePixel = 0
  1459. Frame_20.Position = UDim2.new(0, 0, 0, 38)
  1460. Frame_20.Size = UDim2.new(0, 97, 0, 5)
  1461.  
  1462. -- Teleporting
  1463. Jail.MouseButton1Click:connect(function()
  1464. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  1465. end)
  1466.  
  1467. CrimBase1.MouseButton1Click:connect(function()
  1468. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  1469. end)
  1470.  
  1471. CrimBase2.MouseButton1Click:connect(function()
  1472. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  1473. end)
  1474.  
  1475. Police.MouseButton1Click:connect(function()
  1476. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  1477. end)
  1478.  
  1479. Bank.MouseButton1Click:connect(function()
  1480. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  1481. end)
  1482.  
  1483. Helipad1.MouseButton1Click:connect(function()
  1484. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.01172, 59.586, -1553.929) + Vector3.new(1,0,0)
  1485. end)
  1486.  
  1487. Helipad2.MouseButton1Click:connect(function()
  1488. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(741.508, 71.005, 1136.33826) + Vector3.new(1,0,0)
  1489. end)
  1490.  
  1491. Garage.MouseButton1Click:connect(function()
  1492. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  1493. end)
  1494.  
  1495. Vault.MouseButton1Click:connect(function()
  1496. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  1497. end)
  1498.  
  1499. Jewlery.MouseButton1Click:connect(function()
  1500. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  1501. end)
  1502.  
  1503. -- Player Teleporting
  1504.  
  1505. local PLR = game:GetService("Players").LocalPlayer
  1506.  
  1507. local Players = game.Players:GetPlayers()
  1508.  
  1509. local Selected1 = game.CoreGui.JailbreakBroken.UI.TPBFrame.SPlayer
  1510.  
  1511. val.Name = "Selected"
  1512.  
  1513. function alphabetize(p1, p2)
  1514. local Player1 = p1.Name:lower()
  1515. local P1 = Player1:sub(1, 1):byte()
  1516. local Player2 = p2.Name:lower()
  1517. local P2 = Player2:sub(1, 1):byte()
  1518.  
  1519.  
  1520. if P1 < P2 then return true else return false end
  1521. end
  1522. table.sort(Players, alphabetize)
  1523.  
  1524. for i = 1, #Players do
  1525. local p = Players[i]
  1526. if p ~= PLR then
  1527. local btn = Instance.new("TextButton", sframe)
  1528. btn.Name = p.Name
  1529. btn.Text = p.Name
  1530. btn.Size = UDim2.new(0, 260, 0, 25)
  1531. btn.Font = Enum.Font.Highway
  1532. btn.FontSize = Enum.FontSize.Size14
  1533. btn.TextColor3 = Color3.new(255, 255, 255)
  1534. btn.BackgroundTransparency = 1
  1535. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  1536. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  1537. btn.MouseButton1Click:connect(function()
  1538. val.Value = p
  1539. Selected1.Text = "Player: "..p.Name
  1540. end)
  1541.  
  1542. end
  1543. end
  1544.  
  1545. function update()
  1546.  
  1547. for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  1548.  
  1549. local plrs = game.Players:GetPlayers()
  1550. table.sort(plrs, alphabetize)
  1551.  
  1552. for i = 1, #plrs do
  1553.  
  1554. local p = plrs[i]
  1555. if p ~= PLR then
  1556.  
  1557. local btn = Instance.new("TextButton", sframe)
  1558. btn.Text = p.Name
  1559. btn.Size = UDim2.new(0, 260, 0, 25)
  1560. btn.Font = Enum.Font.Highway
  1561. btn.FontSize = Enum.FontSize.Size14
  1562. btn.TextColor3 = Color3.new(255, 255, 255)
  1563. btn.BackgroundTransparency = 1
  1564. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  1565.  
  1566. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  1567.  
  1568. btn.MouseButton1Click:connect(function()
  1569. val.Value = p
  1570. SPlayer.Text = "Player: "..p.Name
  1571. end)
  1572.  
  1573. end
  1574. end
  1575.  
  1576. end
  1577. game.Players.PlayerAdded:connect(update)
  1578. game.Players.PlayerRemoving:connect(update)
  1579.  
  1580. -- Functions
  1581.  
  1582. function getPlayer()
  1583. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  1584. end
  1585.  
  1586. PTP.MouseButton1Click:connect(function()
  1587. local p = getPlayer()
  1588. if p then PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  1589. else PTP.Text = "404"; wait(1); PTP.Text = "TP To Player" end
  1590. end)
  1591.  
  1592. noclip = false
  1593. game:GetService('RunService').Stepped:connect(function()
  1594. if noclip then
  1595. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1596. end
  1597. end)
  1598.  
  1599. Noclipp.MouseButton1Click:connect(function()
  1600. noclip = not noclip
  1601. if Noclipp.Text == "Enable Noclip" then
  1602. Noclipp.Text = "Disable Noclip"
  1603. else
  1604. Noclipp.Text = "Enable Noclip"
  1605. end
  1606. end)
  1607.  
  1608. God.MouseButton1Click:connect(function()
  1609. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  1610. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1611. l.Parent = game.Players.LocalPlayer.Character
  1612. l.Name = "Humanoid"
  1613. wait(0.1)
  1614. game.Players.LocalPlayer.Character["1"]:Destroy()
  1615. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1616. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1617. wait(0.1)
  1618. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1619. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  1620. end)
  1621.  
  1622. Arrest.MouseButton1Click:connect(function()
  1623. local Player = game.Players.LocalPlayer
  1624. wait(0.5)
  1625. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  1626. repeat
  1627. wait()
  1628. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1629. until v.Team.Name ~= "Criminal"
  1630. end
  1631. end)
  1632.  
  1633.  
  1634. local frame = game.CoreGui.JailbreakBroken:WaitForChild('UI')
  1635. OpenGUI.MouseButton1Down:connect(function()
  1636. frame.Visible = not frame.Visible
  1637. if frame.Visible == true then
  1638. OpenGUI.Text = "Close GUI"
  1639. elseif
  1640. frame.Visible == false then
  1641. OpenGUI.Text = "Open GUI"
  1642. end
  1643. end)
  1644.  
  1645. Teleports.MouseButton1Click:connect(function()
  1646. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = true
  1647. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  1648. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  1649. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  1650. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  1651. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  1652. end)
  1653.  
  1654. Functions.MouseButton1Click:connect(function()
  1655. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = true
  1656. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  1657. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  1658. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  1659. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  1660. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  1661. end)
  1662.  
  1663. GoBack.MouseButton1Click:connect(function()
  1664. GoBack.Visible = false
  1665. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  1666. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = false
  1667. Teleports.Visible = true
  1668. Functions.Visible = true
  1669. Credits.Visible = true
  1670. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  1671. end)
  1672. Credits.MouseButton1Click:connect(function()
  1673. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  1674. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  1675. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  1676. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  1677. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  1678. game.CoreGui.JailbreakBroken.UI.cframe.Visible = true
  1679. end)
  1680. end)
  1681. TreasureHuntSimulatorRainbow.Name = "🐇Treasure Hunt Simulator Rainbow"
  1682. TreasureHuntSimulatorRainbow.Parent = ScrollingFrame
  1683. TreasureHuntSimulatorRainbow.BackgroundColor3 = Color3.new(1, 1, 1)
  1684. TreasureHuntSimulatorRainbow.Position = UDim2.new(-0.00434782589, 0, 0.294605821, 0)
  1685. TreasureHuntSimulatorRainbow.Size = UDim2.new(0, 230, 0, 50)
  1686. TreasureHuntSimulatorRainbow.Font = Enum.Font.SourceSans
  1687. TreasureHuntSimulatorRainbow.Text = "Treasure Hunt Simulator Rainbow"
  1688. TreasureHuntSimulatorRainbow.TextColor3 = Color3.new(0.333333, 1, 1)
  1689. TreasureHuntSimulatorRainbow.TextScaled = true
  1690. TreasureHuntSimulatorRainbow.TextSize = 14
  1691. TreasureHuntSimulatorRainbow.TextWrapped = true
  1692. TreasureHuntSimulatorRainbow.MouseButton1Down:connect(function()
  1693. while wait(.1) do
  1694. game:GetService("ReplicatedStorage").Events.ChooseColor:FireServer(tostring(BrickColor.Random()))
  1695. end
  1696. end)
  1697. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement