Facebook
From Ivory Pudu, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 174
  1. --Converted with ttyyuu12345's model to script plugin v4
  2. function sandbox(var,func)
  3.     local env = getfenv(func)
  4.     local newenv = setmetatable({},{
  5.         __index = function(self,k)
  6.             if k=="script" then
  7.                 return var
  8.             else
  9.                 return env[k]
  10.             end
  11.         end,
  12.     })
  13.     setfenv(func,newenv)
  14.     return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. ScreenGui0 = Instance.new("ScreenGui")
  19. Frame1 = Instance.new("Frame")
  20. TextButton2 = Instance.new("TextButton")
  21. Script3 = Instance.new("Script")
  22. TextButton4 = Instance.new("TextButton")
  23. Script5 = Instance.new("Script")
  24. Frame6 = Instance.new("Frame")
  25. ScrollingFrame7 = Instance.new("ScrollingFrame")
  26. TextLabel8 = Instance.new("TextLabel")
  27. TextLabel9 = Instance.new("TextLabel")
  28. TextLabel10 = Instance.new("TextLabel")
  29. TextLabel11 = Instance.new("TextLabel")
  30. TextLabel12 = Instance.new("TextLabel")
  31. TextLabel13 = Instance.new("TextLabel")
  32. TextLabel14 = Instance.new("TextLabel")
  33. TextLabel15 = Instance.new("TextLabel")
  34. TextLabel16 = Instance.new("TextLabel")
  35. TextLabel17 = Instance.new("TextLabel")
  36. TextLabel18 = Instance.new("TextLabel")
  37. TextLabel19 = Instance.new("TextLabel")
  38. TextLabel20 = Instance.new("TextLabel")
  39. TextLabel21 = Instance.new("TextLabel")
  40. TextLabel22 = Instance.new("TextLabel")
  41. TextLabel23 = Instance.new("TextLabel")
  42. TextLabel24 = Instance.new("TextLabel")
  43. TextLabel25 = Instance.new("TextLabel")
  44. TextLabel26 = Instance.new("TextLabel")
  45. TextButton27 = Instance.new("TextButton")
  46. Script28 = Instance.new("Script")
  47. LocalScript29 = Instance.new("LocalScript")
  48. Frame30 = Instance.new("Frame")
  49. Script31 = Instance.new("Script")
  50. ImageLabel32 = Instance.new("ImageLabel")
  51. TextLabel33 = Instance.new("TextLabel")
  52. LocalScript34 = Instance.new("LocalScript")
  53. Frame35 = Instance.new("Frame")
  54. TextBox36 = Instance.new("TextBox")
  55. LocalScript37 = Instance.new("LocalScript")
  56. ScreenGui0.Name = "Get noob"
  57. ScreenGui0.Parent = mas
  58. Frame1.Name = "TopBar"
  59. Frame1.Parent = ScreenGui0
  60. Frame1.Size = UDim2.new(0, 4701, 0, 36)
  61. Frame1.Style = Enum.FrameStyle.RobloxSquare
  62. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  63. TextButton2.Parent = Frame1
  64. TextButton2.Transparency = 0
  65. TextButton2.Size = UDim2.new(0, 37, 0, 32)
  66. TextButton2.Text = "R"
  67. TextButton2.Position = UDim2.new(-0.00170176558, 0, -0.361111104, 0)
  68. TextButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TextButton2.BackgroundTransparency = 1
  70. TextButton2.Font = Enum.Font.SourceSans
  71. TextButton2.FontSize = Enum.FontSize.Size14
  72. TextButton2.TextColor3 = Color3.new(1, 1, 1)
  73. TextButton2.TextScaled = true
  74. TextButton2.TextWrapped = true
  75. Script3.Parent = TextButton2
  76. table.insert(cors,sandbox(Script3,function()
  77. button1 = script.Parent
  78.  
  79. function click()
  80.     if (script.Parent.Parent.CMDS.Visible == true) then
  81.         script.Parent.Parent.CMDS.Visible = false
  82.     else
  83.         script.Parent.Parent.CMDS.Visible = true
  84.         end
  85. end
  86.  
  87. button1.MouseButton1Down:connect(click)
  88. end))
  89. TextButton4.Name = "CMDS"
  90. TextButton4.Parent = Frame1
  91. TextButton4.Transparency = 0
  92. TextButton4.Size = UDim2.new(0, 92, 0, 14)
  93. TextButton4.Text = "Commands"
  94. TextButton4.Position = UDim2.new(0.00829610787, 0, 0.222222239, 0)
  95. TextButton4.BackgroundColor3 = Color3.new(1, 1, 1)
  96. TextButton4.BackgroundTransparency = 1
  97. TextButton4.Font = Enum.Font.SourceSans
  98. TextButton4.FontSize = Enum.FontSize.Size14
  99. TextButton4.TextColor3 = Color3.new(1, 1, 1)
  100. TextButton4.TextScaled = true
  101. TextButton4.TextWrapped = true
  102. TextButton4.TextXAlignment = Enum.TextXAlignment.Left
  103. Script5.Parent = TextButton4
  104. table.insert(cors,sandbox(Script5,function()
  105. button1 = script.Parent
  106.  
  107. function click()
  108.     script.Parent.Parent.Parent.CMDS.Active = true
  109.             script.Parent.Parent.Parent.CMDS.Draggable = true
  110. script.Parent.Parent.Parent.CMDS.Visible = true
  111. end
  112.  
  113. button1.MouseButton1Down:connect(click)
  114. end))
  115. Frame6.Name = "CMDS"
  116. Frame6.Parent = ScreenGui0
  117. Frame6.Size = UDim2.new(0, 307, 0, 328)
  118. Frame6.Style = Enum.FrameStyle.RobloxSquare
  119. Frame6.Position = UDim2.new(0.0198863633, 0, 0.536645949, 0)
  120. Frame6.Active = true
  121. Frame6.BackgroundColor3 = Color3.new(1, 1, 1)
  122. Frame6.Draggable = true
  123. ScrollingFrame7.Parent = Frame6
  124. ScrollingFrame7.Size = UDim2.new(0, 294, 0, 282)
  125. ScrollingFrame7.Position = UDim2.new(0, -1, 0.0799999982, 0)
  126. ScrollingFrame7.CanvasSize = UDim2.new(0, 0, 0, 0)
  127. ScrollingFrame7.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  128. TextLabel8.Name = "Vote1"
  129. TextLabel8.Parent = ScrollingFrame7
  130. TextLabel8.Transparency = 0
  131. TextLabel8.Size = UDim2.new(0, 116, 0, 15)
  132. TextLabel8.Text = ";key me"
  133. TextLabel8.Position = UDim2.new(0.0273549147, 0, 0.0116329351, 0)
  134. TextLabel8.BackgroundColor3 = Color3.new(1, 1, 1)
  135. TextLabel8.BackgroundTransparency = 1
  136. TextLabel8.Font = Enum.Font.SourceSans
  137. TextLabel8.FontSize = Enum.FontSize.Size14
  138. TextLabel8.TextColor3 = Color3.new(1, 1, 1)
  139. TextLabel8.TextXAlignment = Enum.TextXAlignment.Left
  140. TextLabel9.Name = "Vote1"
  141. TextLabel9.Parent = ScrollingFrame7
  142. TextLabel9.Transparency = 0
  143. TextLabel9.Size = UDim2.new(0, 116, 0, 15)
  144. TextLabel9.Text = ";cmds"
  145. TextLabel9.Position = UDim2.new(0.0273549147, 0, 0.0648244247, 0)
  146. TextLabel9.BackgroundColor3 = Color3.new(1, 1, 1)
  147. TextLabel9.BackgroundTransparency = 1
  148. TextLabel9.Font = Enum.Font.SourceSans
  149. TextLabel9.FontSize = Enum.FontSize.Size14
  150. TextLabel9.TextColor3 = Color3.new(1, 1, 1)
  151. TextLabel9.TextXAlignment = Enum.TextXAlignment.Left
  152. TextLabel10.Name = "Vote1"
  153. TextLabel10.Parent = ScrollingFrame7
  154. TextLabel10.Transparency = 0
  155. TextLabel10.Size = UDim2.new(0, 116, 0, 15)
  156. TextLabel10.Text = ";gravity low or normal"
  157. TextLabel10.Position = UDim2.new(0.0273549147, 0, 0.118015915, 0)
  158. TextLabel10.BackgroundColor3 = Color3.new(1, 1, 1)
  159. TextLabel10.BackgroundTransparency = 1
  160. TextLabel10.Font = Enum.Font.SourceSans
  161. TextLabel10.FontSize = Enum.FontSize.Size14
  162. TextLabel10.TextColor3 = Color3.new(1, 1, 1)
  163. TextLabel10.TextXAlignment = Enum.TextXAlignment.Left
  164. TextLabel11.Name = "Vote1"
  165. TextLabel11.Parent = ScrollingFrame7
  166. TextLabel11.Transparency = 0
  167. TextLabel11.Size = UDim2.new(0, 116, 0, 15)
  168. TextLabel11.Text = ";fly me *REQUIRES ;bypass*"
  169. TextLabel11.Position = UDim2.new(0.0273549147, 0, 0.171207398, 0)
  170. TextLabel11.BackgroundColor3 = Color3.new(1, 1, 1)
  171. TextLabel11.BackgroundTransparency = 1
  172. TextLabel11.Font = Enum.Font.SourceSans
  173. TextLabel11.FontSize = Enum.FontSize.Size14
  174. TextLabel11.TextColor3 = Color3.new(1, 1, 1)
  175. TextLabel11.TextXAlignment = Enum.TextXAlignment.Left
  176. TextLabel12.Name = "Vote1"
  177. TextLabel12.Parent = ScrollingFrame7
  178. TextLabel12.Transparency = 0
  179. TextLabel12.Size = UDim2.new(0, 116, 0, 15)
  180. TextLabel12.Text = ";arrest all"
  181. TextLabel12.Position = UDim2.new(0.0273549147, 0, 0.224398881, 0)
  182. TextLabel12.BackgroundColor3 = Color3.new(1, 1, 1)
  183. TextLabel12.BackgroundTransparency = 1
  184. TextLabel12.Font = Enum.Font.SourceSans
  185. TextLabel12.FontSize = Enum.FontSize.Size14
  186. TextLabel12.TextColor3 = Color3.new(1, 1, 1)
  187. TextLabel12.TextXAlignment = Enum.TextXAlignment.Left
  188. TextLabel13.Name = "Vote1"
  189. TextLabel13.Parent = ScrollingFrame7
  190. TextLabel13.Transparency = 0
  191. TextLabel13.Size = UDim2.new(0, 116, 0, 15)
  192. TextLabel13.Text = ";btools me"
  193. TextLabel13.Position = UDim2.new(0.0273549147, 0, 0.277590364, 0)
  194. TextLabel13.BackgroundColor3 = Color3.new(1, 1, 1)
  195. TextLabel13.BackgroundTransparency = 1
  196. TextLabel13.Font = Enum.Font.SourceSans
  197. TextLabel13.FontSize = Enum.FontSize.Size14
  198. TextLabel13.TextColor3 = Color3.new(1, 1, 1)
  199. TextLabel13.TextXAlignment = Enum.TextXAlignment.Left
  200. TextLabel14.Name = "Vote1"
  201. TextLabel14.Parent = ScrollingFrame7
  202. TextLabel14.Transparency = 0
  203. TextLabel14.Size = UDim2.new(0, 116, 0, 15)
  204. TextLabel14.Text = ";items me"
  205. TextLabel14.Position = UDim2.new(0.0273549147, 0, 0.330781847, 0)
  206. TextLabel14.BackgroundColor3 = Color3.new(1, 1, 1)
  207. TextLabel14.BackgroundTransparency = 1
  208. TextLabel14.Font = Enum.Font.SourceSans
  209. TextLabel14.FontSize = Enum.FontSize.Size14
  210. TextLabel14.TextColor3 = Color3.new(1, 1, 1)
  211. TextLabel14.TextXAlignment = Enum.TextXAlignment.Left
  212. TextLabel15.Name = "Vote1"
  213. TextLabel15.Parent = ScrollingFrame7
  214. TextLabel15.Transparency = 0
  215. TextLabel15.Size = UDim2.new(0, 116, 0, 15)
  216. TextLabel15.Text = ";tp me bank"
  217. TextLabel15.Position = UDim2.new(0.0273549147, 0, 0.388870865, 0)
  218. TextLabel15.BackgroundColor3 = Color3.new(1, 1, 1)
  219. TextLabel15.BackgroundTransparency = 1
  220. TextLabel15.Font = Enum.Font.SourceSans
  221. TextLabel15.FontSize = Enum.FontSize.Size14
  222. TextLabel15.TextColor3 = Color3.new(1, 1, 1)
  223. TextLabel15.TextXAlignment = Enum.TextXAlignment.Left
  224. TextLabel16.Name = "Vote1"
  225. TextLabel16.Parent = ScrollingFrame7
  226. TextLabel16.Transparency = 0
  227. TextLabel16.Size = UDim2.new(0, 116, 0, 15)
  228. TextLabel16.Text = ";tp me jew"
  229. TextLabel16.Position = UDim2.new(0.0273549147, 0, 0.439175725, 0)
  230. TextLabel16.BackgroundColor3 = Color3.new(1, 1, 1)
  231. TextLabel16.BackgroundTransparency = 1
  232. TextLabel16.Font = Enum.Font.SourceSans
  233. TextLabel16.FontSize = Enum.FontSize.Size14
  234. TextLabel16.TextColor3 = Color3.new(1, 1, 1)
  235. TextLabel16.TextXAlignment = Enum.TextXAlignment.Left
  236. TextLabel17.Name = "Vote1"
  237. TextLabel17.Parent = ScrollingFrame7
  238. TextLabel17.Transparency = 0
  239. TextLabel17.Size = UDim2.new(0, 116, 0, 15)
  240. TextLabel17.Text = ";tp me base"
  241. TextLabel17.Position = UDim2.new(0.0273549147, 0, 0.49557817, 0)
  242. TextLabel17.BackgroundColor3 = Color3.new(1, 1, 1)
  243. TextLabel17.BackgroundTransparency = 1
  244. TextLabel17.Font = Enum.Font.SourceSans
  245. TextLabel17.FontSize = Enum.FontSize.Size14
  246. TextLabel17.TextColor3 = Color3.new(1, 1, 1)
  247. TextLabel17.TextXAlignment = Enum.TextXAlignment.Left
  248. TextLabel18.Name = "Vote1"
  249. TextLabel18.Parent = ScrollingFrame7
  250. TextLabel18.Transparency = 0
  251. TextLabel18.Size = UDim2.new(0, 116, 0, 15)
  252. TextLabel18.Text = ";unbypass"
  253. TextLabel18.Position = UDim2.new(0.0273549147, 0, 0.550456226, 0)
  254. TextLabel18.BackgroundColor3 = Color3.new(1, 1, 1)
  255. TextLabel18.BackgroundTransparency = 1
  256. TextLabel18.Font = Enum.Font.SourceSans
  257. TextLabel18.FontSize = Enum.FontSize.Size14
  258. TextLabel18.TextColor3 = Color3.new(1, 1, 1)
  259. TextLabel18.TextXAlignment = Enum.TextXAlignment.Left
  260. TextLabel19.Name = "Vote1"
  261. TextLabel19.Parent = ScrollingFrame7
  262. TextLabel19.Transparency = 0
  263. TextLabel19.Size = UDim2.new(0, 116, 0, 15)
  264. TextLabel19.Text = ";tp me museum"
  265. TextLabel19.Position = UDim2.new(0.0273549147, 0, 0.602285504, 0)
  266. TextLabel19.BackgroundColor3 = Color3.new(1, 1, 1)
  267. TextLabel19.BackgroundTransparency = 1
  268. TextLabel19.Font = Enum.Font.SourceSans
  269. TextLabel19.FontSize = Enum.FontSize.Size14
  270. TextLabel19.TextColor3 = Color3.new(1, 1, 1)
  271. TextLabel19.TextXAlignment = Enum.TextXAlignment.Left
  272. TextLabel20.Name = "Vote1"
  273. TextLabel20.Parent = ScrollingFrame7
  274. TextLabel20.Transparency = 0
  275. TextLabel20.Size = UDim2.new(0, 116, 0, 15)
  276. TextLabel20.Text = ";destroy doors"
  277. TextLabel20.Position = UDim2.new(0.0273549147, 0, 0.654114783, 0)
  278. TextLabel20.BackgroundColor3 = Color3.new(1, 1, 1)
  279. TextLabel20.BackgroundTransparency = 1
  280. TextLabel20.Font = Enum.Font.SourceSans
  281. TextLabel20.FontSize = Enum.FontSize.Size14
  282. TextLabel20.TextColor3 = Color3.new(1, 1, 1)
  283. TextLabel20.TextXAlignment = Enum.TextXAlignment.Left
  284. TextLabel21.Name = "Vote1"
  285. TextLabel21.Parent = ScrollingFrame7
  286. TextLabel21.Transparency = 0
  287. TextLabel21.Size = UDim2.new(0, 116, 0, 15)
  288. TextLabel21.Text = ";speed on *REQUIRES ;bypass"
  289. TextLabel21.Position = UDim2.new(0.0273549147, 0, 0.710517228, 0)
  290. TextLabel21.BackgroundColor3 = Color3.new(1, 1, 1)
  291. TextLabel21.BackgroundTransparency = 1
  292. TextLabel21.Font = Enum.Font.SourceSans
  293. TextLabel21.FontSize = Enum.FontSize.Size14
  294. TextLabel21.TextColor3 = Color3.new(1, 1, 1)
  295. TextLabel21.TextXAlignment = Enum.TextXAlignment.Left
  296. TextLabel22.Name = "Vote1"
  297. TextLabel22.Parent = ScrollingFrame7
  298. TextLabel22.Transparency = 0
  299. TextLabel22.Size = UDim2.new(0, 116, 0, 15)
  300. TextLabel22.Text = ";speed off *REQUIRES ;speed on*"
  301. TextLabel22.Position = UDim2.new(0.0273549147, 0, 0.768444061, 0)
  302. TextLabel22.BackgroundColor3 = Color3.new(1, 1, 1)
  303. TextLabel22.BackgroundTransparency = 1
  304. TextLabel22.Font = Enum.Font.SourceSans
  305. TextLabel22.FontSize = Enum.FontSize.Size14
  306. TextLabel22.TextColor3 = Color3.new(1, 1, 1)
  307. TextLabel22.TextXAlignment = Enum.TextXAlignment.Left
  308. TextLabel23.Name = "Vote1"
  309. TextLabel23.Parent = ScrollingFrame7
  310. TextLabel23.Transparency = 0
  311. TextLabel23.Size = UDim2.new(0, 116, 0, 15)
  312. TextLabel23.Text = ";tp me base2"
  313. TextLabel23.Position = UDim2.new(0.0273549147, 0, 0.818748951, 0)
  314. TextLabel23.BackgroundColor3 = Color3.new(1, 1, 1)
  315. TextLabel23.BackgroundTransparency = 1
  316. TextLabel23.Font = Enum.Font.SourceSans
  317. TextLabel23.FontSize = Enum.FontSize.Size14
  318. TextLabel23.TextColor3 = Color3.new(1, 1, 1)
  319. TextLabel23.TextXAlignment = Enum.TextXAlignment.Left
  320. TextLabel24.Name = "Vote1"
  321. TextLabel24.Parent = ScrollingFrame7
  322. TextLabel24.Transparency = 0
  323. TextLabel24.Size = UDim2.new(0, 116, 0, 15)
  324. TextLabel24.Text = ";noclip me"
  325. TextLabel24.Position = UDim2.new(0.0273549147, 0, 0.872102618, 0)
  326. TextLabel24.BackgroundColor3 = Color3.new(1, 1, 1)
  327. TextLabel24.BackgroundTransparency = 1
  328. TextLabel24.Font = Enum.Font.SourceSans
  329. TextLabel24.FontSize = Enum.FontSize.Size14
  330. TextLabel24.TextColor3 = Color3.new(1, 1, 1)
  331. TextLabel24.TextXAlignment = Enum.TextXAlignment.Left
  332. TextLabel25.Name = "Vote1"
  333. TextLabel25.Parent = ScrollingFrame7
  334. TextLabel25.Transparency = 0
  335. TextLabel25.Size = UDim2.new(0, 116, 0, 15)
  336. TextLabel25.Text = ";esp"
  337. TextLabel25.Position = UDim2.new(0.0273549147, 0, 0.925294101, 0)
  338. TextLabel25.BackgroundColor3 = Color3.new(1, 1, 1)
  339. TextLabel25.BackgroundTransparency = 1
  340. TextLabel25.Font = Enum.Font.SourceSans
  341. TextLabel25.FontSize = Enum.FontSize.Size14
  342. TextLabel25.TextColor3 = Color3.new(1, 1, 1)
  343. TextLabel25.TextXAlignment = Enum.TextXAlignment.Left
  344. TextLabel26.Parent = Frame6
  345. TextLabel26.Transparency = 0
  346. TextLabel26.Size = UDim2.new(0, 116, 0, 15)
  347. TextLabel26.Text = "Jailbreak Admin V4.2 CMDS"
  348. TextLabel26.Position = UDim2.new(-0.00325732911, 0, -0.00609756075, 0)
  349. TextLabel26.BackgroundColor3 = Color3.new(1, 1, 1)
  350. TextLabel26.BackgroundTransparency = 1
  351. TextLabel26.Font = Enum.Font.SourceSans
  352. TextLabel26.FontSize = Enum.FontSize.Size14
  353. TextLabel26.TextColor3 = Color3.new(1, 1, 1)
  354. TextLabel26.TextXAlignment = Enum.TextXAlignment.Left
  355. TextButton27.Name = "Close"
  356. TextButton27.Parent = Frame6
  357. TextButton27.Transparency = 0
  358. TextButton27.Size = UDim2.new(0, 20, 0, 17)
  359. TextButton27.Text = "X"
  360. TextButton27.Position = UDim2.new(0.957654715, 0, -0.0121951215, 0)
  361. TextButton27.BackgroundColor3 = Color3.new(1, 1, 1)
  362. TextButton27.BackgroundTransparency = 1
  363. TextButton27.Font = Enum.Font.SourceSans
  364. TextButton27.FontSize = Enum.FontSize.Size14
  365. TextButton27.TextColor3 = Color3.new(1, 1, 1)
  366. TextButton27.TextScaled = true
  367. TextButton27.TextWrapped = true
  368. Script28.Parent = TextButton27
  369. table.insert(cors,sandbox(Script28,function()
  370. button1 = script.Parent
  371.  
  372. function click()
  373. script.Parent.Parent.Visible = false
  374. end
  375.  
  376. button1.MouseButton1Down:connect(click)
  377. end))
  378. LocalScript29.Parent = ScreenGui0
  379. Frame30.Name = "Notification"
  380. Frame30.Parent = ScreenGui0
  381. Frame30.Size = UDim2.new(0, 250, 0, 100)
  382. Frame30.Style = Enum.FrameStyle.RobloxSquare
  383. Frame30.Position = UDim2.new(0.00853889901, 0, 0.0621118024, 0)
  384. Frame30.Visible = false
  385. Frame30.BackgroundColor3 = Color3.new(1, 1, 1)
  386. Script31.Parent = Frame30
  387. table.insert(cors,sandbox(Script31,function()
  388. game:GetService("Players").PlayerAdded:connect(function(player)
  389.     if player:IsFriendsWith(game:GetService("Players").LocalPlayer.UserId) then
  390.         script.Parent.Visible = true
  391.         script.Parent.ImageLabel.Image= "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username="..player.Name
  392.         script.Parent.TextLabel.Text = "A Friend has joined! : "..player.Name
  393.         wait(5)
  394.         script.Parent.Visible = false
  395.     end
  396. end)
  397.  
  398. game:GetService("Players").PlayerRemoving:connect(function(player)
  399.     if player:IsFriendsWith(game:GetService("Players").LocalPlayer.UserId) then
  400.         script.Parent.Visible = true
  401.         script.Parent.ImageLabel.Image= "http://www.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&username="..player.Name
  402.         script.Parent.TextLabel.Text = "A Friend has left! : "..player.Name
  403.         wait(5)
  404.         script.Parent.Visible = false
  405.     end
  406. end)
  407.  
  408.  
  409. end))
  410. ImageLabel32.Parent = Frame30
  411. ImageLabel32.Transparency = 0
  412. ImageLabel32.Size = UDim2.new(0, 66, 0, 63)
  413. ImageLabel32.Position = UDim2.new(0.0199999996, 0, 0.139999986, 0)
  414. ImageLabel32.BackgroundColor3 = Color3.new(1, 1, 1)
  415. ImageLabel32.BackgroundTransparency = 1
  416. ImageLabel32.Image = "rbxassetid://924320031"
  417. TextLabel33.Parent = Frame30
  418. TextLabel33.Size = UDim2.new(0, 154, 0, 20)
  419. TextLabel33.Text = "A Friend has joined! : Hacker7106"
  420. TextLabel33.Position = UDim2.new(0.340000004, 0, 0.340000004, 0)
  421. TextLabel33.BackgroundColor3 = Color3.new(1, 1, 1)
  422. TextLabel33.Font = Enum.Font.SourceSans
  423. TextLabel33.FontSize = Enum.FontSize.Size14
  424. TextLabel33.TextColor3 = Color3.new(1, 1, 1)
  425. TextLabel33.TextScaled = true
  426. TextLabel33.TextWrapped = true
  427. LocalScript34.Parent = ScreenGui0
  428. table.insert(cors,sandbox(LocalScript34,function()
  429. local TpMethod = 1
  430.  
  431. function JailbreakTp(...)
  432.     getfenv()["TpMethod" .. TpMethod](...)
  433. end
  434.  
  435. function TpMethod1(...)
  436.     local char = game:GetService("Players").LocalPlayer.Character
  437.     local root = char.HumanoidRootPart
  438.     local args = {...}
  439.     for i=0,1,0.05 do
  440.         wait()
  441.         root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  442.     end
  443. end
  444.  
  445. function TpMethod2(...)
  446.     local args = {...}
  447.     local char = game:GetService("Players").LocalPlayer.Character
  448.     local target = Vector3.new(unpack(args,1,3))
  449.     local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  450.     dist = math.floor(dist / 100) + 1
  451.     for i=0,dist * 4 do
  452.         wait()
  453.         char:MoveTo(Vector3.new(...))
  454.     end
  455.     if args[#args] == true then
  456.         wait()
  457.         char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  458.     end
  459. end
  460.  
  461. --[[
  462.         OnChatted Scripting Template - created by 1WOOF1
  463.  
  464.             Use this script to match what a player says
  465.             and turn it into a command. This does NOT have
  466.             any admin's but if you find a way to make it
  467.             admin only, that is good, also, if you do
  468.             find a way, it would be nice if you PM me
  469.             how you did it!
  470. ]]
  471.  
  472.     game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  473.         if (msg:lower() == ";key me") then --------------- This is a basic "Reset" command.
  474.              
  475.             game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  476.            
  477.         elseif (msg:lower() == ";items me") then  ---------- This is just a command when you say something, a
  478.             if not workspace:FindFirstChild("Givers") then return end
  479.     if Giver then
  480.         for i,v in pairs(Giver) do
  481.             v.ClickDetector.Parent = v.OriginalParent
  482.             v.Event:Disconnect()
  483.         end
  484.         getmetatable(Giver):Destroy()
  485.     end
  486.     Giver = {}
  487.     local g = Giver
  488.     local p = Instance.new("Part", workspace)
  489.     p.Anchored = true
  490.     p.CanCollide = false
  491.     p.CFrame = game:GetService("Players").LocalPlayer.Character:WaitForChild"HumanoidRootPart".CFrame
  492.     setmetatable(Giver, {__metatable = p})
  493.     for i,v in pairs(workspace.Givers:GetChildren()) do
  494.         local cd = v:FindFirstChildOfClass"ClickDetector"
  495.         if cd then
  496.             local newt = {}
  497.             newt.ClickDetector = cd
  498.             newt.OriginalParent = v
  499.             cd.Parent = p
  500.             newt.Event = cd.MouseClick:connect(function()
  501.                 cd.Parent = v
  502.             end)
  503.             table.insert(Giver, newt)
  504.         end
  505.     end
  506.     spawn(function()
  507.         wait(10)
  508.         if Giver == g then
  509.             Giver = nil
  510.             for i,v in pairs(g) do
  511.                 v.ClickDetector.Parent = v.OriginalParent
  512.                 v.Event:Disconnect()
  513.             end
  514.             getmetatable(g):Destroy()
  515.         end
  516.     end)
  517.  
  518.  
  519.         elseif (msg:lower() == ";cmds") then
  520.  
  521.             script.Parent.CMDS.Active = true
  522.             script.Parent.CMDS.Draggable = true
  523.                         script.Parent.CMDS.Visible = true
  524.  
  525.         elseif (msg:lower() == ";btools me") then
  526.  
  527.              game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  528. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  529.    if child.ClassName == "Part" then
  530.        child.Locked = false
  531.    end
  532.    if child.ClassName == "MeshPart" then
  533.        child.Locked = false
  534.    end
  535.    if child.ClassName == "UnionOperation" then
  536.        child.Locked = false
  537.    end
  538.    if child.ClassName == "Model" then
  539.        for index, chil in pairs(child:GetChildren()) do
  540.            if chil.ClassName == "Part" then
  541.                chil.Locked = false
  542.            end
  543.            if chil.ClassName == "MeshPart" then
  544.                chil.Locked = false
  545.            end
  546.            if chil.ClassName == "UnionOperation" then
  547.                chil.Locked = false
  548.            end
  549.            if chil.ClassName == "Model" then
  550.                for index, childe in pairs(chil:GetChildren()) do
  551.                    if childe.ClassName == "Part" then
  552.                        childe.Locked = false
  553.                    end
  554.                    if childe.ClassName == "MeshPart" then
  555.                        childe.Locked = false
  556.                    end
  557.                    if childe.ClassName == "UnionOperation" then
  558.                        childe.Locked = false
  559.                    end
  560.                    if childe.ClassName == "Model" then
  561.                        for index, childeo in pairs(childe:GetChildren()) do
  562.                            if childeo.ClassName == "Part" then
  563.                                childeo.Locked = false
  564.                            end
  565.                            if childeo.ClassName == "MeshPart" then
  566.                                childeo.Locked = false
  567.                            end
  568.                            if childeo.ClassName == "UnionOperation" then
  569.                                childeo.Locked = false
  570.                            end
  571.                            if childeo.ClassName == "Model" then
  572.                            end
  573.                        end
  574.                    end
  575.                end
  576.            end
  577.        end
  578.    end
  579. end
  580. c         = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  581. c.BinType = Enum.BinType.Hammer
  582. c         = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  583. c.BinType = Enum.BinType.Clone
  584. c         = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  585. c.BinType = Enum.BinType.Grab
  586.  
  587.         elseif (msg:lower() == ";arrest all") then
  588.  
  589.             local Player = game:GetService("Players").LocalPlayer
  590.     wait(0.5)
  591.     for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  592.         repeat
  593.             wait()
  594.             Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  595.         until v.Team.Name ~= "Criminal"
  596.     end
  597.            
  598.         elseif (msg:lower() == ";fly me") then
  599.            
  600. repeat wait()
  601.      game:GetService("StarterGui"):SetCore("SendNotification",{
  602.                 Title = "Jailbreak Admin V3",
  603.                 Text = "Press V 2 stop flying",
  604.                 Duration = 15,
  605.                 })
  606.    
  607.     until game:GetService"Players".LocalPlayer and game:GetService"Players".LocalPlayer.Character and game:GetService"Players".LocalPlayer.Character:findFirstChild("UpperTorso") and game:GetService"Players".LocalPlayer.Character:findFirstChild("Humanoida")
  608. local mouse = game:GetService"Players".LocalPlayer:GetMouse()
  609. repeat wait() until mouse
  610.     local plr   = game:GetService"Players".LocalPlayer
  611.     local torso = plr.Character.UpperTorso
  612. local flying   = true
  613. local deb      = true
  614. local ctrl     = {f = 0, b = 0, l = 0, r = 0}
  615. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  616. local maxspeed = 100
  617. local speed    = 0
  618.  
  619. function Fly()
  620. local bg = Instance.new("BodyGyro", torso)
  621. bg.P = 9e4
  622. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  623. bg.cframe = torso.CFrame
  624. local bv = Instance.new("BodyVelocity", torso)
  625. bv.velocity = Vector3.new(0,0.1,0)
  626. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  627. repeat wait()
  628.     plr.Character.Humanoida.PlatformStand = true
  629. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  630. speed = speed+.5+(speed/maxspeed)
  631. if speed > maxspeed then
  632. speed = maxspeed
  633. end
  634. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  635. speed = speed-1
  636. if speed < 0 then
  637. speed = 0
  638. end
  639. end
  640. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  641. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  642. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  643. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  644. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  645. else
  646. bv.velocity = Vector3.new(0,0.1,0)
  647. end
  648. bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  649. until not flying
  650. ctrl = {f = 0, b = 0, l = 0, r = 0}
  651. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  652. speed = 0
  653. bg:Destroy()
  654. bv:Destroy()
  655. plr.Character.Humanoida.PlatformStand = false
  656. end
  657. mouse.KeyDown:connect(function(key)
  658. if key:lower() == "v" then
  659. if flying then flying = false
  660. wait(0.7)
  661. game:GetService('Players').LocalPlayer.Character.Humanoida.Name = "Humanoid"
  662. else
  663. game:GetService('Players').LocalPlayer.Character.Humanoid.Name = "Humanoida"
  664. flying = true
  665. Fly()
  666. end
  667. elseif key:lower() == "w" then
  668. ctrl.f = 1
  669. elseif key:lower() == "s" then
  670. ctrl.b = -1
  671. elseif key:lower() == "a" then
  672. ctrl.l = -1
  673. elseif key:lower() == "d" then
  674. ctrl.r = 1
  675. end
  676. end)
  677. mouse.KeyUp:connect(function(key)
  678. if key:lower() == "w" then
  679. ctrl.f = 0
  680. elseif key:lower() == "s" then
  681. ctrl.b = 0
  682. elseif key:lower() == "a" then
  683. ctrl.l = 0
  684. elseif key:lower() == "d" then
  685. ctrl.r = 0
  686. end
  687. end)
  688. Fly()
  689.  
  690.         elseif (msg:lower() == ";gravity low") then
  691.            
  692.             game:GetService("Workspace").Gravity = "50"
  693.  
  694.    
  695.     elseif(msg:lower() == ";gravity normal") then
  696.    
  697.     game:GetService("Workspace").Gravity = "196.2"
  698.    
  699.    
  700.     elseif (msg:lower() == ";carfly me") then
  701.            
  702.                      local plr = game:GetService"Players".LocalPlayer
  703. local m = plr:GetMouse()
  704. m.KeyDown:connect(function(k)
  705. if k == "m" then
  706. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  707. wait()
  708. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  709. end
  710. end)
  711.  
  712.         elseif (msg:lower() == ";autorob bank") then
  713.         RobTheBank()
  714.        
  715.         elseif (msg:lower() == ";tp me bank") then
  716.             JailbreakTp(10, 18, 784)
  717.        
  718.         elseif (msg:lower() == ";tp me jew") then
  719.             JailbreakTp(142, 18, 1365)
  720.  
  721.         elseif (msg:lower() == ";tp me base") then
  722.             JailbreakTp(-226, 18, 1590, true)
  723.            
  724.             elseif (msg:lower() == ";remove all") then
  725.              for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  726.         v.Lasers:Remove()
  727.         v.Cameras:Remove()
  728.         v.FloorLasers:Remove()
  729.     end
  730.     game:GetService("Workspace").Cells:Remove()
  731.     game:GetService("Workspace").Doors:Remove()
  732.     game:GetService("Workspace").EscapeRoutes.ExplodeWall:Destroy()
  733.     game:GetService("Workspace").EscapeRoutes.LiftGate:Remove()
  734.     for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  735.         v.Door:Destroy()
  736.         v.TriggerDoor:Destroy()
  737.         v.Lasers:Remove()
  738.     end
  739.    
  740.         elseif (msg:lower() == ";autorob jew") then
  741.             velocity = Instance.new("BodyPosition", game:GetService("Players").LocalPlayer.Character.UpperTorso)
  742.     velocity.maxForce = Vector3.new(100000, 100000, 100000)
  743.     velocity.Position = Vector3.new(-6.3, 17.86, 827.9)
  744.     gyro = Instance.new("BodyGyro", game:GetService("Players").LocalPlayer.Character.UpperTorso)
  745.     gyro.maxTorque = Vector3.new(100000, 100000, 100000)
  746.    
  747.                         game:GetService("Players").LocalPlayer.Character.Humanoid.PlatformStand = true
  748.             velocity.Position = Vector3.new(142.99,18.6,1349.5)
  749.             wait(3)
  750.             velocity.Position = Vector3.new(122.173,16.52,1308.727)
  751.             wait(4)
  752.             velocity.Position = Vector3.new(111.2,17.39,1332.67)
  753.             wait(4)
  754.             velocity.Position = Vector3.new(125.43,17.75,1328.31)
  755.             wait(4)
  756.             velocity.Position = Vector3.new(141.287, 18.2,1315.98)
  757.             wait(4)
  758.             velocity.Position = Vector3.new(108.606,17.131,1320.33)
  759.             wait(4)
  760.             velocity.Position = Vector3.new(123.107,18.13,1321.723)
  761.             wait(4)
  762.             velocity.Position = Vector3.new(122.56,17.39,1312.67)
  763.             wait(4)
  764.             velocity.Position = Vector3.new(138.37,17.76,1308.8)
  765.             wait(4)
  766.             game:GetService("Players").LocalPlayer.Character.Humanoid.PlatformStand = false
  767.             velocity.Position = Vector3.new(-264.7,18.31,1563.9)
  768.            
  769.         elseif (msg:lower() == ";speed on") then
  770. game:GetService('Players').LocalPlayer.Character.Humanoida.WalkSpeed = 160
  771.        
  772.  
  773.         elseif (msg:lower() == ";speed off") then
  774. game:GetService('Players').LocalPlayer.Character.Humanoida.WalkSpeed = 16
  775.  
  776. elseif (msg:lower() == ";bypass") then
  777.     game:GetService('Players').LocalPlayer.Character.Humanoid.Name = "Humanoida"
  778.  
  779. elseif (msg:lower() == ";tp me museum") then
  780.             JailbreakTp(1117, 105, 1225)
  781.  
  782. elseif (msg:lower() == ";tp me base2") then
  783.             JailbreakTp(1579, 49, -1759)
  784.  
  785.  
  786. elseif (msg:lower() == ";unbypass") then
  787.             game:GetService('Players').LocalPlayer.Character.Humanoida.Name = "Humanoid"
  788.  
  789. elseif (msg:lower() == ";noclip me") then
  790.  
  791. wait(2)
  792.  
  793. nam = game:GetService("Players").LocalPlayer.Name
  794.  
  795. coroutine.wrap(function()
  796. while wait() do
  797. for a, b in pairs(Workspace[nam]:GetChildren()) do
  798. if b:FindFirstChild('Handle') then
  799. b.Handle.CanCollide = false
  800. end
  801. end
  802. end
  803. end)()
  804.  
  805. game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd)
  806. delay(0, function()
  807. if asd.Name ~= 'OutputGUI' then
  808. asd:Destroy()
  809. end
  810. end)
  811. end)
  812.  
  813. game:GetService('RunService').Stepped:connect(function()
  814. Workspace[nam].UpperTorso.CanCollide = false
  815. Workspace[nam].LowerTorso.CanCollide = false
  816. Workspace[nam].Head.CanCollide = false
  817. Workspace[nam].HumanoidRootPart.CanCollide = false
  818. end)
  819.  
  820. Workspace[nam].Torso.Changed:connect(function()
  821. Workspace[nam].UpperTorso.CanCollide = false
  822. Workspace[nam].LowerTorso.CanCollide = false
  823. Workspace[nam].HumanoidRootPart.CanCollide = false
  824. Workspace[nam].Head.CanCollide = false
  825. end)
  826.  
  827. elseif (msg:lower() == ";esp") then
  828.  
  829. -- Made by Clifford from Intriga Discord -- Edited by Foxxy#2439 --
  830.  
  831. local localPlayer=game:GetService("Players").LocalPlayer
  832.  
  833. function highlightModel(objObject)
  834.     for i,v in pairs(objObject:children())do
  835.         if v:IsA'BasePart'and v.Name~='HumanoidRootPart'then
  836.             local bHA=Instance.new('BoxHandleAdornment',v)
  837.             bHA.Adornee=v
  838.             bHA.Size= v.Name=='Head' and Vector3.new(1.25,1.25,1.25) or v.Size
  839.             bHA.Color3=v.Name=='Head'and Color3.new(1,0,0)or v.Name=='Torso'and Color3.new(0,1,0)or Color3.new(0,0,1)
  840.             bHA.Transparency=.5
  841.             bHA.ZIndex=1
  842.             bHA.AlwaysOnTop=true
  843.         end
  844.         if #v:children()>0 then
  845.             highlightModel(v)
  846.         end
  847.     end
  848. end
  849.  
  850. function unHighlightModel(objObject)
  851.     for i,v in pairs(objObject:children())do
  852.         if v:IsA'BasePart' and v:findFirstChild'BoxHandleAdornment' then
  853.             v.BoxHandleAdornment:Destroy()
  854.         end
  855.         if #v:children()>0 then
  856.             unHighlightModel(v)
  857.         end
  858.     end
  859. end
  860.  
  861. function sortTeamHighlights(objPlayer)
  862.     repeat wait() until objPlayer.Character
  863.     if objPlayer.TeamColor~=localPlayer.TeamColor then
  864.         highlightModel(objPlayer.Character)
  865.     else
  866.         unHighlightModel(objPlayer.Character)
  867.     end
  868.     if objPlayer~=localPlayer then
  869.         objPlayer.Changed:connect(function(strProp)
  870.             if strProp=='TeamColor'then
  871.                 if objPlayer.TeamColor~=localPlayer.TeamColor then
  872.                     unHighlightModel(objPlayer.Character)
  873.                     highlightModel(objPlayer.Character)
  874.                 else
  875.                     unHighlightModel(objPlayer.Character)
  876.                 end
  877.             end
  878.         end)
  879.     else
  880.         objPlayer.Changed:connect(function(strProp)
  881.             if strProp=='TeamColor'then
  882.                 wait(.5)
  883.                 for i,v in pairs(game:GetService("Players"):GetPlayers())do
  884.                     unHighlightModel(v)
  885.                     if v.TeamColor~=localPlayer.TeamColor then
  886.                         highlightModel(v.Character)
  887.                     end
  888.                 end
  889.             end
  890.         end)
  891.     end
  892. end
  893.  
  894. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  895.     v.CharacterAdded:connect(function()
  896.         sortTeamHighlights(v)
  897.     end)
  898.     sortTeamHighlights(v)
  899. end
  900. game:GetService("Players").PlayerAdded:connect(function(objPlayer)
  901.     objPlayer.CharacterAdded:connect(function(objChar)
  902.         sortTeamHighlights(objPlayer)
  903.     end)
  904. end)
  905.  
  906. end
  907.      
  908.    
  909.         -- If you run out, just copy and paste more of the line 'elseif (msg:lower() == "") then'
  910.     end)
  911.  
  912. --AutoRob stuff--
  913. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(game:GetService"Players".LocalPlayer, 2219040)
  914. local BankAutoRob = {
  915.     {
  916.         Pos = {51, 18.06, 856.5},
  917.         Yield = 2,
  918.         Status = "Starting the robbery"
  919.     },
  920.     {
  921.         Pos = {29.71, 0.73, 815.25},
  922.         Yield = 15,
  923.         Status = "Opening the vault"
  924.     },
  925.     {
  926.         Pos = {18.37, 0.7659, 822.25},
  927.         Yield = DuffelBag and 50 or 25,
  928.         Status = "Collecting $$$"
  929.     },
  930.     {
  931.         Pos = {10, 18, 784},
  932.         Status = "Finishing the robbery"
  933.     }
  934. }
  935.  
  936. local function Tp(...)
  937.     local char = game:GetService"Players".LocalPlayer.Character
  938.     for i=1,2 do
  939.         wait()
  940.         char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  941.     end
  942. end
  943.  
  944. function RobTheBank()
  945.     for _,v in pairs(BankAutoRob) do
  946.         Tp(unpack(v.Pos))
  947.         wait(v.Yield)
  948.     end
  949. end
  950.  
  951.  
  952.  
  953. pcall(function()
  954.     local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  955.     local Info = Bank.Extra.Sign.Decal
  956.     Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  957.         if Info.Transparency ~= 0 then
  958.             local cb = Instance.new("BindableFunction")
  959.             cb.OnInvoke = function(arg)
  960.                 if arg == "Teleport" then
  961.                     JailbreakTp(10, 18, 784)
  962.                 elseif arg == "AutoRob" then
  963.                     RobTheBank()
  964.                 end
  965.             end
  966.             game:GetService("StarterGui"):SetCore("SendNotification",{
  967.                 Title = "Bank is ready!",
  968.                 Text = "Bank is ready!",
  969.                 Duration = 15,
  970.                 Button1 = "Dismiss",
  971.                 Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  972.                 Callback = cb
  973.             })
  974.         else
  975.            
  976.         end
  977.     end)
  978.    
  979. end)
  980. --Jewelry notification--
  981. pcall(function()
  982.     local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  983.     local Info = Jewelry.Extra.Sign.Decal
  984.     Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  985.         if Info.Transparency ~= 0 then
  986.            
  987.             local cb = Instance.new("BindableFunction")
  988.             cb.OnInvoke = function(arg)
  989.                 if arg == "Teleport" then
  990.                     JailbreakTp(142, 18, 1365)
  991.                 end
  992.             end
  993.             game:GetService("StarterGui"):SetCore("SendNotification",{
  994.                 Title = "Jewelry is ready!",
  995.                 Text = "Jewelry is ready!",
  996.                 Duration = 15,
  997.                 Button1 = "Dismiss",
  998.                 Button2 = "Teleport",
  999.                 Callback = cb
  1000.             })
  1001.         else
  1002.    
  1003.         end
  1004.     end)
  1005. end)
  1006. end))
  1007. Frame35.Name = "cmdbar"
  1008. Frame35.Parent = ScreenGui0
  1009. Frame35.Size = UDim2.new(0, 204, 0, 28)
  1010. Frame35.Style = Enum.FrameStyle.RobloxSquare
  1011. Frame35.Position = UDim2.new(0.00735744927, 0, 0.959207475, 0)
  1012. Frame35.Active = true
  1013. Frame35.Visible = false
  1014. Frame35.BackgroundColor3 = Color3.new(1, 1, 1)
  1015. Frame35.BorderColor3 = Color3.new(1, 1, 1)
  1016. Frame35.Draggable = true
  1017. TextBox36.Name = "CMD"
  1018. TextBox36.Parent = Frame35
  1019. TextBox36.Transparency = 0
  1020. TextBox36.Size = UDim2.new(0, 204, 0, 28)
  1021. TextBox36.Text = ""
  1022. TextBox36.Position = UDim2.new(-0.0392156877, 0, -0.535714269, 0)
  1023. TextBox36.BackgroundColor3 = Color3.new(1, 1, 1)
  1024. TextBox36.BackgroundTransparency = 1
  1025. TextBox36.Font = Enum.Font.SourceSans
  1026. TextBox36.FontSize = Enum.FontSize.Size14
  1027. TextBox36.TextColor3 = Color3.new(1, 1, 1)
  1028. TextBox36.TextXAlignment = Enum.TextXAlignment.Left
  1029. LocalScript37.Parent = Frame35
  1030. table.insert(cors,sandbox(LocalScript37,function()
  1031. plr = game:GetService("Players").LocalPlayer
  1032. mouse = plr:GetMouse()
  1033.     mouse.KeyDown:connect(function(key)
  1034.     if key:lower() == "m" then
  1035.         script.Parent.Visible = true
  1036.         script.Parent.CMD:CaptureFocus()
  1037.     end
  1038. end)
  1039.  
  1040. script.Parent.CMD.FocusLost:connect(function(enterPressed)
  1041.     if enterPressed then
  1042.     script.Parent.Visible = false
  1043.         local TpMethod = 1
  1044. CMDBar1 = script.Parent.CMD
  1045.  
  1046. function JailbreakTp(...)
  1047.     getfenv()["TpMethod" .. TpMethod](...)
  1048. end
  1049.  
  1050. function TpMethod1(...)
  1051.     local char = game:GetService("Players").LocalPlayer.Character
  1052.     local root = char.HumanoidRootPart
  1053.     local args = {...}
  1054.     for i=0,1,0.05 do
  1055.         wait()
  1056.         root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  1057.     end
  1058. end
  1059.  
  1060. function TpMethod2(...)
  1061.     local args = {...}
  1062.     local char = game:GetService("Players").LocalPlayer.Character
  1063.     local target = Vector3.new(unpack(args,1,3))
  1064.     local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  1065.     dist = math.floor(dist / 100) + 1
  1066.     for i=0,dist * 4 do
  1067.         wait()
  1068.         char:MoveTo(Vector3.new(...))
  1069.     end
  1070.     if args[#args] == true then
  1071.         wait()
  1072.         char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  1073.     end
  1074. end
  1075.  
  1076. --[[
  1077.         OnChatted Scripting Template - created by 1WOOF1
  1078.  
  1079.             Use this script to match what a player says
  1080.             and turn it into a command. This does NOT have
  1081.             any admin's but if you find a way to make it
  1082.             admin only, that is good, also, if you do
  1083.             find a way, it would be nice if you PM me
  1084.             how you did it!
  1085. ]]
  1086.  
  1087.  
  1088.         if (CMDBar1.Text == "key me") then --------------- This is a basic "Reset" command.
  1089.              
  1090.             game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  1091.            
  1092.         elseif (CMDBar1.Text == "items me") then  ---------- This is just a command when you say something, a
  1093.             if not workspace:FindFirstChild("Givers") then return end
  1094.     if Giver then
  1095.         for i,v in pairs(Giver) do
  1096.             v.ClickDetector.Parent = v.OriginalParent
  1097.             v.Event:Disconnect()
  1098.         end
  1099.         getmetatable(Giver):Destroy()
  1100.     end
  1101.     Giver = {}
  1102.     local g = Giver
  1103.     local p = Instance.new("Part", workspace)
  1104.     p.Anchored = true
  1105.     p.CanCollide = false
  1106.     p.CFrame = game:GetService("Players").LocalPlayer.Character:WaitForChild"HumanoidRootPart".CFrame
  1107.     setmetatable(Giver, {__metatable = p})
  1108.     for i,v in pairs(workspace.Givers:GetChildren()) do
  1109.         local cd = v:FindFirstChildOfClass"ClickDetector"
  1110.         if cd then
  1111.             local newt = {}
  1112.             newt.ClickDetector = cd
  1113.             newt.OriginalParent = v
  1114.             cd.Parent = p
  1115.             newt.Event = cd.MouseClick:connect(function()
  1116.                 cd.Parent = v
  1117.             end)
  1118.             table.insert(Giver, newt)
  1119.         end
  1120.     end
  1121.     spawn(function()
  1122.         wait(10)
  1123.         if Giver == g then
  1124.             Giver = nil
  1125.             for i,v in pairs(g) do
  1126.                 v.ClickDetector.Parent = v.OriginalParent
  1127.                 v.Event:Disconnect()
  1128.             end
  1129.             getmetatable(g):Destroy()
  1130.         end
  1131.     end)
  1132.  
  1133.  
  1134.         elseif (CMDBar1.Text == "cmds") then
  1135.  
  1136.             script.Parent.CMDS.Active = true
  1137.             script.Parent.CMDS.Draggable = true
  1138.                         script.Parent.CMDS.Visible = true
  1139.  
  1140.         elseif (CMDBar1.Text == "btools me") then
  1141.  
  1142.              game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  1143. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  1144.    if child.ClassName == "Part" then
  1145.        child.Locked = false
  1146.    end
  1147.    if child.ClassName == "MeshPart" then
  1148.        child.Locked = false
  1149.    end
  1150.    if child.ClassName == "UnionOperation" then
  1151.        child.Locked = false
  1152.    end
  1153.    if child.ClassName == "Model" then
  1154.        for index, chil in pairs(child:GetChildren()) do
  1155.            if chil.ClassName == "Part" then
  1156.                chil.Locked = false
  1157.            end
  1158.            if chil.ClassName == "MeshPart" then
  1159.                chil.Locked = false
  1160.            end
  1161.            if chil.ClassName == "UnionOperation" then
  1162.                chil.Locked = false
  1163.            end
  1164.            if chil.ClassName == "Model" then
  1165.                for index, childe in pairs(chil:GetChildren()) do
  1166.                    if childe.ClassName == "Part" then
  1167.                        childe.Locked = false
  1168.                    end
  1169.                    if childe.ClassName == "MeshPart" then
  1170.                        childe.Locked = false
  1171.                    end
  1172.                    if childe.ClassName == "UnionOperation" then
  1173.                        childe.Locked = false
  1174.                    end
  1175.                    if childe.ClassName == "Model" then
  1176.                        for index, childeo in pairs(childe:GetChildren()) do
  1177.                            if childeo.ClassName == "Part" then
  1178.                                childeo.Locked = false
  1179.                            end
  1180.                            if childeo.ClassName == "MeshPart" then
  1181.                                childeo.Locked = false
  1182.                            end
  1183.                            if childeo.ClassName == "UnionOperation" then
  1184.                                childeo.Locked = false
  1185.                            end
  1186.                            if childeo.ClassName == "Model" then
  1187.                            end
  1188.                        end
  1189.                    end
  1190.                end
  1191.            end
  1192.        end
  1193.    end
  1194. end
  1195. c         = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1196. c.BinType = Enum.BinType.Hammer
  1197. c         = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1198. c.BinType = Enum.BinType.Clone
  1199. c         = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1200. c.BinType = Enum.BinType.Grab
  1201.  
  1202.         elseif (CMDBar1.Text == "arrest all") then
  1203.  
  1204.             local Player = game:GetService("Players").LocalPlayer
  1205.     wait(0.5)
  1206.     for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  1207.         repeat
  1208.             wait()
  1209.             Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  1210.         until v.Team.Name ~= "Criminal"
  1211.     end
  1212.            
  1213.         elseif (CMDBar1.Text == "fly me") then
  1214.            
  1215. repeat wait()
  1216.      game:GetService("StarterGui"):SetCore("SendNotification",{
  1217.                 Title = "Jailbreak Admin V3",
  1218.                 Text = "Press V 2 stop flying",
  1219.                 Duration = 15,
  1220.                 })
  1221.    
  1222.     until game:GetService"Players".LocalPlayer and game:GetService"Players".LocalPlayer.Character and game:GetService"Players".LocalPlayer.Character:findFirstChild("UpperTorso") and game:GetService"Players".LocalPlayer.Character:findFirstChild("Humanoida")
  1223. local mouse = game:GetService"Players".LocalPlayer:GetMouse()
  1224. repeat wait() until mouse
  1225.     local plr   = game:GetService"Players".LocalPlayer
  1226.     local torso = plr.Character.UpperTorso
  1227. local flying   = true
  1228. local deb      = true
  1229. local ctrl     = {f = 0, b = 0, l = 0, r = 0}
  1230. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1231. local maxspeed = 100
  1232. local speed    = 0
  1233.  
  1234. function Fly()
  1235. local bg = Instance.new("BodyGyro", torso)
  1236. bg.P = 9e4
  1237. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1238. bg.cframe = torso.CFrame
  1239. local bv = Instance.new("BodyVelocity", torso)
  1240. bv.velocity = Vector3.new(0,0.1,0)
  1241. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1242. repeat wait()
  1243.     plr.Character.Humanoida.PlatformStand = true
  1244. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1245. speed = speed+.5+(speed/maxspeed)
  1246. if speed > maxspeed then
  1247. speed = maxspeed
  1248. end
  1249. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1250. speed = speed-1
  1251. if speed < 0 then
  1252. speed = 0
  1253. end
  1254. end
  1255. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1256. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  1257. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1258. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1259. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  1260. else
  1261. bv.velocity = Vector3.new(0,0.1,0)
  1262. end
  1263. bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1264. until not flying
  1265. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1266. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1267. speed = 0
  1268. bg:Destroy()
  1269. bv:Destroy()
  1270. plr.Character.Humanoida.PlatformStand = false
  1271. end
  1272. mouse.KeyDown:connect(function(key)
  1273. if key:lower() == "v" then
  1274. if flying then flying = false
  1275. wait(0.7)
  1276. game:GetService('Players').LocalPlayer.Character.Humanoida.Name = "Humanoid"
  1277. else
  1278. game:GetService('Players').LocalPlayer.Character.Humanoid.Name = "Humanoida"
  1279. flying = true
  1280. Fly()
  1281. end
  1282. elseif key:lower() == "w" then
  1283. ctrl.f = 1
  1284. elseif key:lower() == "s" then
  1285. ctrl.b = -1
  1286. elseif key:lower() == "a" then
  1287. ctrl.l = -1
  1288. elseif key:lower() == "d" then
  1289. ctrl.r = 1
  1290. end
  1291. end)
  1292. mouse.KeyUp:connect(function(key)
  1293. if key:lower() == "w" then
  1294. ctrl.f = 0
  1295. elseif key:lower() == "s" then
  1296. ctrl.b = 0
  1297. elseif key:lower() == "a" then
  1298. ctrl.l = 0
  1299. elseif key:lower() == "d" then
  1300. ctrl.r = 0
  1301. end
  1302. end)
  1303. Fly()
  1304.  
  1305.         elseif (CMDBar1.Text == "gravity low") then
  1306.            
  1307.             game:GetService("Workspace").Gravity = "50"
  1308.  
  1309.    
  1310.     elseif(CMDBar1.Text == "gravity normal") then
  1311.    
  1312.     game:GetService("Workspace").Gravity = "196.2"
  1313.    
  1314.    
  1315.     elseif (CMDBar1.Text == "carfly me") then
  1316.            
  1317.                      local plr = game:GetService"Players".LocalPlayer
  1318. local m = plr:GetMouse()
  1319. m.KeyDown:connect(function(k)
  1320. if k == "m" then
  1321. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  1322. wait()
  1323. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  1324. end
  1325. end)
  1326.  
  1327.         elseif (CMDBar1.Text == "autorob bank") then
  1328.         RobTheBank()
  1329.        
  1330.         elseif (CMDBar1.Text == "tp me bank") then
  1331.             JailbreakTp(10, 18, 784)
  1332.        
  1333.         elseif (CMDBar1.Text == "tp me jew") then
  1334.             JailbreakTp(142, 18, 1365)
  1335.  
  1336.         elseif (CMDBar1.Text == "tp me base") then
  1337.             JailbreakTp(-226, 18, 1590, true)
  1338.            
  1339.             elseif (CMDBar1.Text == "remove all") then
  1340.              for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  1341.         v.Lasers:Remove()
  1342.         v.Cameras:Remove()
  1343.         v.FloorLasers:Remove()
  1344.     end
  1345.     game:GetService("Workspace").Cells:Remove()
  1346.     game:GetService("Workspace").Doors:Remove()
  1347.     game:GetService("Workspace").EscapeRoutes.ExplodeWall:Destroy()
  1348.     game:GetService("Workspace").EscapeRoutes.LiftGate:Remove()
  1349.     for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  1350.         v.Door:Destroy()
  1351.         v.TriggerDoor:Destroy()
  1352.         v.Lasers:Remove()
  1353.     end
  1354.    
  1355.         elseif (CMDBar1.Text == "autorob jew") then
  1356.             velocity = Instance.new("BodyPosition", game:GetService("Players").LocalPlayer.Character.UpperTorso)
  1357.     velocity.maxForce = Vector3.new(100000, 100000, 100000)
  1358.     velocity.Position = Vector3.new(-6.3, 17.86, 827.9)
  1359.     gyro = Instance.new("BodyGyro", game:GetService("Players").LocalPlayer.Character.UpperTorso)
  1360.     gyro.maxTorque = Vector3.new(100000, 100000, 100000)
  1361.    
  1362.                         game:GetService("Players").LocalPlayer.Character.Humanoid.PlatformStand = true
  1363.             velocity.Position = Vector3.new(142.99,18.6,1349.5)
  1364.             wait(3)
  1365.             velocity.Position = Vector3.new(122.173,16.52,1308.727)
  1366.             wait(4)
  1367.             velocity.Position = Vector3.new(111.2,17.39,1332.67)
  1368.             wait(4)
  1369.             velocity.Position = Vector3.new(125.43,17.75,1328.31)
  1370.             wait(4)
  1371.             velocity.Position = Vector3.new(141.287, 18.2,1315.98)
  1372.             wait(4)
  1373.             velocity.Position = Vector3.new(108.606,17.131,1320.33)
  1374.             wait(4)
  1375.             velocity.Position = Vector3.new(123.107,18.13,1321.723)
  1376.             wait(4)
  1377.             velocity.Position = Vector3.new(122.56,17.39,1312.67)
  1378.             wait(4)
  1379.             velocity.Position = Vector3.new(138.37,17.76,1308.8)
  1380.             wait(4)
  1381.             game:GetService("Players").LocalPlayer.Character.Humanoid.PlatformStand = false
  1382.             velocity.Position = Vector3.new(-264.7,18.31,1563.9)
  1383.            
  1384.         elseif (CMDBar1.Text == "speed on") then
  1385. game:GetService('Players').LocalPlayer.Character.Humanoida.WalkSpeed = 160
  1386.        
  1387.  
  1388.         elseif (CMDBar1.Text == "speed off") then
  1389. game:GetService('Players').LocalPlayer.Character.Humanoida.WalkSpeed = 16
  1390.  
  1391. elseif (CMDBar1.Text == "bypass") then
  1392.     game:GetService('Players').LocalPlayer.Character.Humanoid.Name = "Humanoida"
  1393.  
  1394. elseif (CMDBar1.Text == "tp me museum") then
  1395.             JailbreakTp(1117, 105, 1225)
  1396.  
  1397. elseif (CMDBar1.Text == "tp me base2") then
  1398.             JailbreakTp(1579, 49, -1759)
  1399.  
  1400.  
  1401. elseif (CMDBar1.Text == "unbypass") then
  1402.             game:GetService('Players').LocalPlayer.Character.Humanoida.Name = "Humanoid"
  1403.  
  1404. elseif (CMDBar1.Text == "noclip me") then
  1405.  
  1406. wait(2)
  1407.  
  1408. nam = game:GetService("Players").LocalPlayer.Name
  1409.  
  1410. coroutine.wrap(function()
  1411. while wait() do
  1412. for a, b in pairs(Workspace[nam]:GetChildren()) do
  1413. if b:FindFirstChild('Handle') then
  1414. b.Handle.CanCollide = false
  1415. end
  1416. end
  1417. end
  1418. end)()
  1419.  
  1420. game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd)
  1421. delay(0, function()
  1422. if asd.Name ~= 'OutputGUI' then
  1423. asd:Destroy()
  1424. end
  1425. end)
  1426. end)
  1427.  
  1428. game:GetService('RunService').Stepped:connect(function()
  1429. Workspace[nam].UpperTorso.CanCollide = false
  1430. Workspace[nam].LowerTorso.CanCollide = false
  1431. Workspace[nam].Head.CanCollide = false
  1432. Workspace[nam].HumanoidRootPart.CanCollide = false
  1433. end)
  1434.  
  1435. Workspace[nam].Torso.Changed:connect(function()
  1436. Workspace[nam].UpperTorso.CanCollide = false
  1437. Workspace[nam].LowerTorso.CanCollide = false
  1438. Workspace[nam].HumanoidRootPart.CanCollide = false
  1439. Workspace[nam].Head.CanCollide = false
  1440. end)
  1441.  
  1442. elseif (CMDBar1.Text == "esp") then
  1443.    
  1444.     -- Made by Clifford from Intriga Discord -- Edited by Foxxy#2439 --
  1445.  
  1446. local localPlayer=game:GetService("Players").LocalPlayer
  1447.  
  1448. function highlightModel(objObject)
  1449.     for i,v in pairs(objObject:children())do
  1450.         if v:IsA'BasePart'and v.Name~='HumanoidRootPart'then
  1451.             local bHA=Instance.new('BoxHandleAdornment',v)
  1452.             bHA.Adornee=v
  1453.             bHA.Size= v.Name=='Head' and Vector3.new(1.25,1.25,1.25) or v.Size
  1454.             bHA.Color3=v.Name=='Head'and Color3.new(1,0,0)or v.Name=='UpperTorso'and Color3.new(0,1,0)or Color3.new(0,0,1)
  1455.             bHA.Transparency=.5
  1456.             bHA.ZIndex=1
  1457.             bHA.AlwaysOnTop=true
  1458.         end
  1459.         if #v:children()>0 then
  1460.             highlightModel(v)
  1461.         end
  1462.     end
  1463. end
  1464.  
  1465. function unHighlightModel(objObject)
  1466.     for i,v in pairs(objObject:children())do
  1467.         if v:IsA'BasePart' and v:findFirstChild'BoxHandleAdornment' then
  1468.             v.BoxHandleAdornment:Destroy()
  1469.         end
  1470.         if #v:children()>0 then
  1471.             unHighlightModel(v)
  1472.         end
  1473.     end
  1474. end
  1475.  
  1476. function sortTeamHighlights(objPlayer)
  1477.     repeat wait() until objPlayer.Character
  1478.     if objPlayer.TeamColor~=localPlayer.TeamColor then
  1479.         highlightModel(objPlayer.Character)
  1480.     else
  1481.         unHighlightModel(objPlayer.Character)
  1482.     end
  1483.     if objPlayer~=localPlayer then
  1484.         objPlayer.Changed:connect(function(strProp)
  1485.             if strProp=='TeamColor'then
  1486.                 if objPlayer.TeamColor~=localPlayer.TeamColor then
  1487.                     unHighlightModel(objPlayer.Character)
  1488.                     highlightModel(objPlayer.Character)
  1489.                 else
  1490.                     unHighlightModel(objPlayer.Character)
  1491.                 end
  1492.             end
  1493.         end)
  1494.     else
  1495.         objPlayer.Changed:connect(function(strProp)
  1496.             if strProp=='TeamColor'then
  1497.                 wait(.5)
  1498.                 for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1499.                     unHighlightModel(v)
  1500.                     if v.TeamColor~=localPlayer.TeamColor then
  1501.                         highlightModel(v.Character)
  1502.                     end
  1503.                 end
  1504.             end
  1505.         end)
  1506.     end
  1507. end
  1508.  
  1509. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  1510.     v.CharacterAdded:connect(function()
  1511.         sortTeamHighlights(v)
  1512.     end)
  1513.     sortTeamHighlights(v)
  1514. end
  1515. game:GetService("Players").PlayerAdded:connect(function(objPlayer)
  1516.     objPlayer.CharacterAdded:connect(function(objChar)
  1517.         sortTeamHighlights(objPlayer)
  1518.     end)
  1519. end)
  1520.  
  1521. end
  1522.    
  1523.         -- If you run out, just copy and paste more of the line 'elseif (msg:lower() == "") then'
  1524.     end
  1525.  
  1526.     end)
  1527. end))
  1528. for i,v in pairs(mas:GetChildren()) do
  1529.     v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  1530.     pcall(function() v:MakeJoints() end)
  1531. end
  1532. mas:Destroy()
  1533. for i,v in pairs(cors) do
  1534.     spawn(function()
  1535.         pcall(v)
  1536.     end)
  1537. end

Replies to Untitled rss

Title Name Language When
Re: Untitled Bitty Gorilla text 3 Years ago.