Advertisement
XrAaz

PrisonLife

Sep 16th, 2020 (edited)
1,346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 39.16 KB | None | 0 0
  1. local sg = Instance.new("ScreenGui",game.CoreGui)
  2.  
  3. local screengui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local buttonframe = Instance.new("Frame")
  6. local loclbutton = Instance.new("TextButton")
  7. local UIListLayout = Instance.new("UIListLayout")
  8. local plrbutton = Instance.new("TextButton")
  9. local mscbutton = Instance.new("TextButton")
  10. local visbutton = Instance.new("TextButton")
  11. local localframe = Instance.new("Frame")
  12. local enablebutton = Instance.new("TextButton")
  13. local wsbox = Instance.new("TextBox")
  14. local wstext = Instance.new("TextLabel")
  15. local jpbox = Instance.new("TextBox")
  16. local jptext = Instance.new("TextLabel")
  17. local runbox = Instance.new("TextBox")
  18. local runstext = Instance.new("TextLabel")
  19. local lggbutton = Instance.new("TextButton")
  20. local copbutton = Instance.new("TextButton")
  21. local prisonbutton = Instance.new("TextButton")
  22. local neutralbutton = Instance.new("TextButton")
  23. local criminalbutton = Instance.new("TextButton")
  24. local Frame = Instance.new("Frame")
  25. local UIGridLayout = Instance.new("UIGridLayout")
  26. local nocbindbox = Instance.new("TextBox")
  27. local nocbindtext = Instance.new("TextLabel")
  28. local qresebindbox = Instance.new("TextBox")
  29. local qresebindtext = Instance.new("TextLabel")
  30. local playerframe = Instance.new("Frame")
  31. local hitboxbutton = Instance.new("TextButton")
  32. local hxbox = Instance.new("TextBox")
  33. local hhtext = Instance.new("TextLabel")
  34. local kaura = Instance.new("TextButton")
  35. local mharrest = Instance.new("TextButton")
  36. local hybox = Instance.new("TextBox")
  37. local hhtext_2 = Instance.new("TextLabel")
  38. local ptlkillenablerbutton = Instance.new("TextButton")
  39. local ptlkillbox = Instance.new("TextBox")
  40. local visframe = Instance.new("Frame")
  41. local namtagbutton = Instance.new("TextButton")
  42. local fbbutton = Instance.new("TextButton")
  43. local miscframe = Instance.new("Frame")
  44. local givegbutton = Instance.new("TextButton")
  45.  
  46. function printcmds()
  47.    print([[        
  48.     CMDS: rfade: Removes The Dark Screen
  49.           rdoors: Removes Doors But To Redo That Action Do The Cmd Again
  50.           cmds: Just send a notification yeah
  51.           kill: Then A Person Name
  52.           arrest: Then A Person Name
  53.           goto: Self Explanatory
  54.           fov: Changes FieldOfView
  55.    
  56.     Thanks For Using The Script
  57.     For Problems DM Feens#7908
  58.     Press Right Shift To Toggle UI
  59.     ]])
  60. end
  61. printcmds()
  62.  
  63. local pt = Instance.new("Part",workspace)
  64. pt.CanCollide = false
  65. pt.Anchored = true
  66. pt.CFrame = CFrame.new(9e9,9e9,9e9)
  67. pt.Transparency = 1
  68.  
  69. local ptas = Instance.new("Part", workspace)
  70. ptas.CanCollide = false
  71. ptas.Anchored = true
  72. ptas.CFrame = CFrame.new(1e9,1e9,1e9)
  73. ptas.Transparency = 1
  74.  
  75. screengui.Name = "screengui"
  76. screengui.Parent = game.CoreGui
  77. screengui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  78.  
  79. main.Name = "main"
  80. main.Parent = screengui
  81. main.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  82. main.BorderSizePixel = 0
  83. main.Position = UDim2.new(0.012755733, 0, 0.0186114311, 0)
  84. main.Size = UDim2.new(0, 368, 0, 269)
  85. main.Active = true
  86. main.Draggable = true
  87.  
  88. buttonframe.Name = "buttonframe"
  89. buttonframe.Parent = main
  90. buttonframe.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  91. buttonframe.BorderSizePixel = 0
  92. buttonframe.Size = UDim2.new(0, 88, 0, 269)
  93.  
  94. loclbutton.Name = "loclbutton"
  95. loclbutton.Parent = buttonframe
  96. loclbutton.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  97. loclbutton.BorderSizePixel = 0
  98. loclbutton.Size = UDim2.new(0, 88, 0, 30)
  99. loclbutton.Font = Enum.Font.SourceSans
  100. loclbutton.Text = "Local"
  101. loclbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. loclbutton.TextSize = 25.000
  103. loclbutton.TextWrapped = true
  104.  
  105. UIListLayout.Parent = buttonframe
  106. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  107. UIListLayout.Padding = UDim.new(0, 8)
  108.  
  109. plrbutton.Name = "plrbutton"
  110. plrbutton.Parent = buttonframe
  111. plrbutton.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  112. plrbutton.BorderSizePixel = 0
  113. plrbutton.Size = UDim2.new(0, 88, 0, 30)
  114. plrbutton.Font = Enum.Font.SourceSans
  115. plrbutton.Text = "Players"
  116. plrbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. plrbutton.TextSize = 25.000
  118. plrbutton.TextWrapped = true
  119.  
  120. mscbutton.Name = "mscbutton"
  121. mscbutton.Parent = buttonframe
  122. mscbutton.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  123. mscbutton.BorderSizePixel = 0
  124. mscbutton.Size = UDim2.new(0, 88, 0, 30)
  125. mscbutton.Font = Enum.Font.SourceSans
  126. mscbutton.Text = "Misc."
  127. mscbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. mscbutton.TextSize = 25.000
  129. mscbutton.TextWrapped = true
  130.  
  131. visbutton.Name = "visbutton"
  132. visbutton.Parent = buttonframe
  133. visbutton.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  134. visbutton.BorderSizePixel = 0
  135. visbutton.Position = UDim2.new(0, 0, -0.0297397766, 0)
  136. visbutton.Size = UDim2.new(0, 88, 0, 30)
  137. visbutton.Font = Enum.Font.SourceSans
  138. visbutton.Text = "Visuals"
  139. visbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  140. visbutton.TextSize = 25.000
  141. visbutton.TextWrapped = true
  142.  
  143. localframe.Name = "localframe"
  144. localframe.Parent = main
  145. localframe.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  146. localframe.BorderSizePixel = 0
  147. localframe.Position = UDim2.new(0.241847813, 0, 0.00371748209, 0)
  148. localframe.Size = UDim2.new(0, 279, 0, 268)
  149.  
  150. enablebutton.Name = "enablebutton"
  151. enablebutton.Parent = localframe
  152. enablebutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  153. enablebutton.BorderSizePixel = 0
  154. enablebutton.Size = UDim2.new(0, 279, 0, 21)
  155. enablebutton.Font = Enum.Font.SourceSans
  156. enablebutton.Text = "Disabled"
  157. enablebutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  158. enablebutton.TextSize = 20.000
  159.  
  160. enablebutton.MouseButton1Click:Connect(function()
  161.     if enablebutton.Text == "Disabled" then
  162.         enablebutton.Text = "Enabled"
  163.     else
  164.         enablebutton.Text = "Disabled"
  165.         wait()
  166.         lp.Character.Humanoid.WalkSpeed = 16
  167.         lp.Character.Humanoid.JumpPower = 50
  168.     end
  169. end)
  170.  
  171. wsbox.Name = "wsbox"
  172. wsbox.Parent = localframe
  173. wsbox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  174. wsbox.BorderSizePixel = 0
  175. wsbox.Position = UDim2.new(0, 0, 0.0783582106, 0)
  176. wsbox.Size = UDim2.new(0, 40, 0, 40)
  177. wsbox.ClearTextOnFocus = false
  178. wsbox.Font = Enum.Font.SourceSans
  179. wsbox.Text = "WS"
  180. wsbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  181. wsbox.TextSize = 30.000
  182.  
  183. wsbox.MouseEnter:Connect(function()
  184.     wstext.Position = UDim2.new(0,mouse.X,0,mouse.Y)
  185. end)
  186. wsbox.MouseLeave:Connect(function()
  187.     wstext.Position = UDim2.new(999, 999, 999, 999)
  188. end)
  189.  
  190. wstext.Name = "wstext"
  191. wstext.Parent = screengui
  192. wstext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  193. wstext.BackgroundTransparency = 1.000
  194. wstext.Position = UDim2.new(999, 999, 999, 999)
  195. wstext.Size = UDim2.new(0, 40, 0, 13)
  196. wstext.Font = Enum.Font.SourceSans
  197. wstext.Text = "WalkSpeed Change. Warning: Loops"
  198. wstext.TextColor3 = Color3.fromRGB(255, 255, 255)
  199. wstext.TextSize = 14.000
  200. wstext.TextXAlignment = Enum.TextXAlignment.Left
  201.  
  202. jpbox.Name = "jpbox"
  203. jpbox.Parent = localframe
  204. jpbox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  205. jpbox.BorderSizePixel = 0
  206. jpbox.Position = UDim2.new(0.856630862, 0, 0.0783582106, 0)
  207. jpbox.Size = UDim2.new(0, 40, 0, 40)
  208. jpbox.ClearTextOnFocus = false
  209. jpbox.Font = Enum.Font.SourceSans
  210. jpbox.Text = "JP"
  211. jpbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  212. jpbox.TextSize = 30.000
  213.  
  214. jpbox.MouseEnter:Connect(function()
  215.     jptext.Position = UDim2.new(0,mouse.X,0,mouse.Y)
  216. end)
  217. jpbox.MouseLeave:Connect(function()
  218.     jptext.Position = UDim2.new(999, 999, 999, 999)
  219. end)
  220.  
  221. jptext.Name = "jptext"
  222. jptext.Parent = screengui
  223. jptext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  224. jptext.BackgroundTransparency = 1.000
  225. jptext.Position = UDim2.new(999, 999, 999, 999)
  226. jptext.Size = UDim2.new(0, 40, 0, 13)
  227. jptext.Font = Enum.Font.SourceSans
  228. jptext.Text = "JumpPower Change. Warning: Loops"
  229. jptext.TextColor3 = Color3.fromRGB(255, 255, 255)
  230. jptext.TextSize = 14.000
  231. jptext.TextXAlignment = Enum.TextXAlignment.Left
  232.  
  233. runbox.Name = "runbox"
  234. runbox.Parent = localframe
  235. runbox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  236. runbox.BorderSizePixel = 0
  237. runbox.Position = UDim2.new(0.426523298, 0, 0.0783582106, 0)
  238. runbox.Size = UDim2.new(0, 40, 0, 40)
  239. runbox.ClearTextOnFocus = false
  240. runbox.Font = Enum.Font.SourceSans
  241. runbox.Text = "RS"
  242. runbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  243. runbox.TextSize = 30.000
  244.  
  245. runbox.MouseEnter:Connect(function()
  246.     runstext.Position = UDim2.new(0,mouse.X,0,mouse.Y)
  247. end)
  248. runbox.MouseLeave:Connect(function()
  249.     runstext.Position = UDim2.new(999, 999, 999, 999)
  250. end)
  251.  
  252. runstext.Name = "runstext"
  253. runstext.Parent = screengui
  254. runstext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  255. runstext.BackgroundTransparency = 1.000
  256. runstext.Position = UDim2.new(999, 999, 999, 999)
  257. runstext.Size = UDim2.new(0, 40, 0, 13)
  258. runstext.Font = Enum.Font.SourceSans
  259. runstext.Text = "RunSpeed Change."
  260. runstext.TextColor3 = Color3.fromRGB(255, 255, 255)
  261. runstext.TextSize = 14.000
  262. runstext.TextXAlignment = Enum.TextXAlignment.Left
  263.  
  264. lggbutton.Name = "lggbutton"
  265. lggbutton.Parent = localframe
  266. lggbutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  267. lggbutton.BorderSizePixel = 0
  268. lggbutton.Position = UDim2.new(0, 0, 0.264925361, 0)
  269. lggbutton.Size = UDim2.new(0, 279, 0, 21)
  270. lggbutton.Font = Enum.Font.SourceSans
  271. lggbutton.Text = "Loop Give Guns"
  272. lggbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  273. lggbutton.TextSize = 20.000
  274.  
  275. lggbutton.MouseButton1Click:Connect(function()
  276.     if lggbutton.Text == "Loop Give Guns" then
  277.         lggbutton.Text = "Unloop Give Guns"
  278.         workspace.Remote.ItemHandler:InvokeServer(workspace["Prison_ITEMS"].giver["AK-47"].ITEMPICKUP)
  279.         workspace.Remote.ItemHandler:InvokeServer(workspace["Prison_ITEMS"].giver["Remington 870"].ITEMPICKUP)
  280.         workspace.Remote.ItemHandler:InvokeServer(workspace["Prison_ITEMS"].giver.M9.ITEMPICKUP)
  281.     else
  282.         lggbutton.Text = "Loop Give Guns"
  283.     end
  284. end)
  285.  
  286. copbutton.Name = "copbutton"
  287. copbutton.Parent = localframe
  288. copbutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  289. copbutton.BorderSizePixel = 0
  290. copbutton.Position = UDim2.new(0, 0, 0.343283594, 0)
  291. copbutton.Size = UDim2.new(0, 279, 0, 21)
  292. copbutton.Font = Enum.Font.SourceSans
  293. copbutton.Text = "Team Change COP"
  294. copbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  295. copbutton.TextSize = 20.000
  296.  
  297. copbutton.MouseButton1Click:Connect(function()
  298.     workspace.Remote.TeamEvent:FireServer("Bright blue")    
  299. end)
  300.  
  301. prisonbutton.Name = "prisonbutton"
  302. prisonbutton.Parent = localframe
  303. prisonbutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  304. prisonbutton.BorderSizePixel = 0
  305. prisonbutton.Position = UDim2.new(0, 0, 0.578358173, 0)
  306. prisonbutton.Size = UDim2.new(0, 279, 0, 21)
  307. prisonbutton.Font = Enum.Font.SourceSans
  308. prisonbutton.Text = "Team Change Prisoners"
  309. prisonbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  310. prisonbutton.TextSize = 20.000
  311.  
  312. prisonbutton.MouseButton1Click:Connect(function()
  313.     workspace.Remote.TeamEvent:FireServer("Bright orange")
  314. end)
  315.  
  316. neutralbutton.Name = "neutralbutton"
  317. neutralbutton.Parent = localframe
  318. neutralbutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  319. neutralbutton.BorderSizePixel = 0
  320. neutralbutton.Position = UDim2.new(0, 0, 0.5, 0)
  321. neutralbutton.Size = UDim2.new(0, 279, 0, 21)
  322. neutralbutton.Font = Enum.Font.SourceSans
  323. neutralbutton.Text = "Team Change Neutral"
  324. neutralbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  325. neutralbutton.TextSize = 20.000
  326.  
  327. neutralbutton.MouseButton1Click:Connect(function()
  328.     workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  329. end)
  330.  
  331. criminalbutton.Name = "criminalbutton"
  332. criminalbutton.Parent = localframe
  333. criminalbutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  334. criminalbutton.BorderSizePixel = 0
  335. criminalbutton.Position = UDim2.new(0, 0, 0.421641767, 0)
  336. criminalbutton.Size = UDim2.new(0, 279, 0, 21)
  337. criminalbutton.Font = Enum.Font.SourceSans
  338. criminalbutton.Text = "Team Change Criminal"
  339. criminalbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  340. criminalbutton.TextSize = 20.000
  341.  
  342. criminalbutton.MouseButton1Click:Connect(function()
  343.     workspace['Criminals Spawn'].SpawnLocation.CanCollide = false
  344.     local oldcframe = {workspace['Criminals Spawn'].SpawnLocation.CFrame}
  345.     workspace['Criminals Spawn'].SpawnLocation.CFrame = lp.Character.HumanoidRootPart.CFrame + Vector3.new(0,1,0)
  346.     wait()
  347.     workspace['Criminals Spawn'].SpawnLocation.CFrame = lp.Character.HumanoidRootPart.CFrame + Vector3.new(0,-1,0)
  348.     wait(0.1)
  349.     workspace['Criminals Spawn'].SpawnLocation.CFrame = oldcframe[1]
  350. end)
  351.  
  352. Frame.Parent = localframe
  353. Frame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  354. Frame.BorderSizePixel = 0
  355. Frame.Position = UDim2.new(0, 0, 0.656716406, 0)
  356. Frame.Size = UDim2.new(0, 279, 0, 92)
  357.  
  358. UIGridLayout.Parent = Frame
  359. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  360. UIGridLayout.CellSize = UDim2.new(0, 40, 0, 40)
  361.  
  362. nocbindbox.Name = "nocbindbox"
  363. nocbindbox.Parent = Frame
  364. nocbindbox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  365. nocbindbox.BorderSizePixel = 0
  366. nocbindbox.Size = UDim2.new(0, 200, 0, 50)
  367. nocbindbox.Font = Enum.Font.SourceSans
  368. nocbindbox.Text = "v"
  369. nocbindbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  370. nocbindbox.TextSize = 30.000
  371.  
  372. nocbindbox.MouseEnter:Connect(function()
  373.     nocbindtext.Position = UDim2.new(0,mouse.X,0,mouse.Y)
  374. end)
  375. nocbindbox.MouseLeave:Connect(function()
  376.     nocbindtext.Position = UDim2.new(999, 999, 999, 999)
  377. end)
  378.  
  379. nocbindtext.Name = "nocbindtext"
  380. nocbindtext.Parent = screengui
  381. nocbindtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  382. nocbindtext.BackgroundTransparency = 1.000
  383. nocbindtext.Position = UDim2.new(999, 999, 999, 999)
  384. nocbindtext.Size = UDim2.new(0, 40, 0, 13)
  385. nocbindtext.Font = Enum.Font.SourceSans
  386. nocbindtext.Text = "Noclip Bind"
  387. nocbindtext.TextColor3 = Color3.fromRGB(255, 255, 255)
  388. nocbindtext.TextSize = 14.000
  389. nocbindtext.TextXAlignment = Enum.TextXAlignment.Left
  390.  
  391. qresebindbox.Name = "qresebindbox"
  392. qresebindbox.Parent = Frame
  393. qresebindbox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  394. qresebindbox.BorderSizePixel = 0
  395. qresebindbox.Size = UDim2.new(0, 200, 0, 50)
  396. qresebindbox.Font = Enum.Font.SourceSans
  397. qresebindbox.Text = "q"
  398. qresebindbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  399. qresebindbox.TextSize = 30.000
  400.  
  401. qresebindbox.MouseEnter:Connect(function()
  402.     qresebindtext.Position = UDim2.new(0,mouse.X,0,mouse.Y)
  403. end)
  404. qresebindbox.MouseLeave:Connect(function()
  405.     qresebindtext.Position = UDim2.new(999, 999, 999, 999)
  406. end)
  407.  
  408. qresebindtext.Name = "qresebindtext"
  409. qresebindtext.Parent = screengui
  410. qresebindtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  411. qresebindtext.BackgroundTransparency = 1.000
  412. qresebindtext.Position = UDim2.new(999, 999, 999, 999)
  413. qresebindtext.Size = UDim2.new(0, 40, 0, 13)
  414. qresebindtext.Font = Enum.Font.SourceSans
  415. qresebindtext.Text = "Quick Reset Bind"
  416. qresebindtext.TextColor3 = Color3.fromRGB(255, 255, 255)
  417. qresebindtext.TextSize = 14.000
  418. qresebindtext.TextXAlignment = Enum.TextXAlignment.Left
  419.  
  420. playerframe.Name = "playerframe"
  421. playerframe.Parent = main
  422. playerframe.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  423. playerframe.BorderSizePixel = 0
  424. playerframe.Position = UDim2.new(9999, 0, 9999, 0)
  425. playerframe.Size = UDim2.new(0, 279, 0, 268)
  426.  
  427. hitboxbutton.Name = "hitboxbutton"
  428. hitboxbutton.Parent = playerframe
  429. hitboxbutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  430. hitboxbutton.BorderSizePixel = 0
  431. hitboxbutton.Size = UDim2.new(0, 279, 0, 21)
  432. hitboxbutton.Font = Enum.Font.SourceSans
  433. hitboxbutton.Text = "Disabled"
  434. hitboxbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  435. hitboxbutton.TextSize = 20.000
  436.  
  437. hitboxbutton.MouseButton1Click:Connect(function()
  438.     if hitboxbutton.Text == "Disabled" then
  439.         hitboxbutton.Text = "Enabled"
  440.     else
  441.         hitboxbutton.Text = "Disabled"
  442.     end
  443. end)
  444.  
  445. hxbox.Name = "hxbox"
  446. hxbox.Parent = playerframe
  447. hxbox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  448. hxbox.BorderSizePixel = 0
  449. hxbox.Position = UDim2.new(-2.98023224e-08, 0, 0.0783582106, 0)
  450. hxbox.Size = UDim2.new(0, 40, 0, 40)
  451. hxbox.ClearTextOnFocus = false
  452. hxbox.Font = Enum.Font.SourceSans
  453. hxbox.Text = "HBX"
  454. hxbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  455. hxbox.TextSize = 30.000
  456.  
  457. hxbox.MouseEnter:Connect(function()
  458.     hhtext.Position = UDim2.new(0,mouse.X,0,mouse.Y)
  459. end)
  460. hxbox.MouseLeave:Connect(function()
  461.     hhtext.Position = UDim2.new(999, 999, 999, 999)
  462. end)
  463.  
  464. hhtext.Name = "hhtext"
  465. hhtext.Parent = screengui
  466. hhtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  467. hhtext.BackgroundTransparency = 1.000
  468. hhtext.Position = UDim2.new(999, 999, 999, 999)
  469. hhtext.Size = UDim2.new(0, 40, 0, 13)
  470. hhtext.Font = Enum.Font.SourceSans
  471. hhtext.Text = "Hitbox X Size"
  472. hhtext.TextColor3 = Color3.fromRGB(255, 255, 255)
  473. hhtext.TextSize = 14.000
  474. hhtext.TextXAlignment = Enum.TextXAlignment.Left
  475.  
  476. hybox.Name = "hybox"
  477. hybox.Parent = playerframe
  478. hybox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  479. hybox.BorderSizePixel = 0
  480. hybox.Position = UDim2.new(0.856630802, 0, 0.0783582106, 0)
  481. hybox.Size = UDim2.new(0, 40, 0, 40)
  482. hybox.ClearTextOnFocus = false
  483. hybox.Font = Enum.Font.SourceSans
  484. hybox.Text = "HBY"
  485. hybox.TextColor3 = Color3.fromRGB(255, 255, 255)
  486. hybox.TextSize = 30.000
  487.  
  488. hybox.MouseEnter:Connect(function()
  489.     hhtext_2.Position = UDim2.new(0,mouse.X,0,mouse.Y)
  490. end)
  491. hybox.MouseLeave:Connect(function()
  492.     hhtext_2.Position = UDim2.new(999, 999, 999, 999)
  493. end)
  494.  
  495. hhtext_2.Name = "hhtext"
  496. hhtext_2.Parent = screengui
  497. hhtext_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  498. hhtext_2.BackgroundTransparency = 1.000
  499. hhtext_2.Position = UDim2.new(999, 999, 999, 999)
  500. hhtext_2.Size = UDim2.new(0, 40, 0, 13)
  501. hhtext_2.Font = Enum.Font.SourceSans
  502. hhtext_2.Text = "Hitbox Y Size"
  503. hhtext_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  504. hhtext_2.TextSize = 14.000
  505. hhtext_2.TextXAlignment = Enum.TextXAlignment.Left
  506.  
  507. kaura.Name = "kaura"
  508. kaura.Parent = playerframe
  509. kaura.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  510. kaura.BorderSizePixel = 0
  511. kaura.Position = UDim2.new(0, 0, 0.227611944, 0)
  512. kaura.Size = UDim2.new(0, 279, 0, 21)
  513. kaura.Font = Enum.Font.SourceSans
  514. kaura.Text = "Kill Aura OFF"
  515. kaura.TextColor3 = Color3.fromRGB(255, 255, 255)
  516. kaura.TextSize = 20.000
  517.  
  518. kaura.MouseButton1Click:Connect(function()
  519.     if kaura.Text == "Kill Aura OFF" then
  520.         kaura.Text = "Kill Aura ON"
  521.         repeat wait()
  522.             for _,z in next, game.Players:GetPlayers() do
  523.                 if z ~= lp then
  524.                     game.ReplicatedStorage.meleeEvent:FireServer(z)
  525.                 end
  526.             end
  527.         until kaura.Text == "Kill Aura OFF"
  528.     else
  529.         kaura.Text = "Kill Aura OFF"
  530.     end
  531. end)
  532.  
  533. mharrest.Name = "mharrest"
  534. mharrest.Parent = playerframe
  535. mharrest.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  536. mharrest.BorderSizePixel = 0
  537. mharrest.Position = UDim2.new(0, 0, 0.305970162, 0)
  538. mharrest.Size = UDim2.new(0, 279, 0, 21)
  539. mharrest.Font = Enum.Font.SourceSans
  540. mharrest.Text = "Click Arrest OFF"
  541. mharrest.TextColor3 = Color3.fromRGB(255, 255, 255)
  542. mharrest.TextSize = 20.000
  543.  
  544. mharrest.MouseButton1Click:Connect(function()
  545.     if mharrest.Text == "Click Arrest OFF" then
  546.         mharrest.Text = "Click Arrest ON"
  547.     else
  548.         mharrest.Text = "Click Arrest OFF"
  549.     end
  550. end)
  551.  
  552. ptlkillenablerbutton.Name = "mharrest"
  553. ptlkillenablerbutton.Parent = playerframe
  554. ptlkillenablerbutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  555. ptlkillenablerbutton.BorderSizePixel = 0
  556. ptlkillenablerbutton.Position = UDim2.new(0, 0, 0.384328365, 0)
  557. ptlkillenablerbutton.Size = UDim2.new(0, 279, 0, 21)
  558. ptlkillenablerbutton.Font = Enum.Font.SourceSans
  559. ptlkillenablerbutton.Text = "Loop Kill Player OFF"
  560. ptlkillenablerbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  561. ptlkillenablerbutton.TextSize = 20.000
  562.  
  563. ptlkillenablerbutton.MouseButton1Click:Connect(function()
  564.     if ptlkillenablerbutton.Text == "Loop Kill Player OFF" then
  565.         ptlkillenablerbutton.Text = "Loop Kill Player ON"
  566.     else
  567.         ptlkillenablerbutton.Text = "Loop Kill Player OFF"
  568.     end
  569. end)
  570.  
  571. ptlkillbox.Name = "ptlkillbox"
  572. ptlkillbox.Parent = playerframe
  573. ptlkillbox.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  574. ptlkillbox.BorderSizePixel = 0
  575. ptlkillbox.Position = UDim2.new(0.150537521, 0, 0.462686568, 0)
  576. ptlkillbox.Size = UDim2.new(0, 194, 0, 31)
  577. ptlkillbox.Font = Enum.Font.SourceSans
  578. ptlkillbox.Text = "Player To Loop Kill"
  579. ptlkillbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  580. ptlkillbox.TextSize = 30.000
  581.  
  582. ptlkillbox.FocusLost:Connect(function()
  583.     if ptlkillbox.Text ~= "" and ptlkillbox.Text ~= " " then
  584.         for _,v in pairs(game.Players:GetPlayers()) do
  585.             if v.Name:lower():sub(1,#ptlkillbox.Text) == ptlkillbox.Text:lower() then
  586.                 ptlkillbox.Text = v.Name
  587.             end
  588.         end
  589.     else
  590.         notify("argument error", "need first argument string")
  591.     end
  592. end)
  593.  
  594. visframe.Name = "visframe"
  595. visframe.Parent = main
  596. visframe.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  597. visframe.BorderSizePixel = 0
  598. visframe.Position = UDim2.new(9999, 0, 9999, 0)
  599. visframe.Size = UDim2.new(0, 279, 0, 268)
  600.  
  601. namtagbutton.Name = "namtagbutton"
  602. namtagbutton.Parent = visframe
  603. namtagbutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  604. namtagbutton.BorderSizePixel = 0
  605. namtagbutton.Size = UDim2.new(0, 279, 0, 21)
  606. namtagbutton.Font = Enum.Font.SourceSans
  607. namtagbutton.Text = "Nametag ESP OFF"
  608. namtagbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  609. namtagbutton.TextSize = 20.000
  610.  
  611. namtagbutton.MouseButton1Click:Connect(function()
  612.     if namtagbutton.Text == "Nametag ESP OFF" then
  613.         namtagbutton.Text = "Nametag ESP ON"
  614.     else
  615.         namtagbutton.Text = "Nametag ESP OFF"
  616.     end
  617. end)
  618.  
  619. fbbutton.Name = "fbbutton"
  620. fbbutton.Parent = visframe
  621. fbbutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  622. fbbutton.BorderSizePixel = 0
  623. fbbutton.Position = UDim2.new(0, 0, 0.0783582106, 0)
  624. fbbutton.Size = UDim2.new(0, 279, 0, 21)
  625. fbbutton.Font = Enum.Font.SourceSans
  626. fbbutton.Text = "Fullbright OFF"
  627. fbbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  628. fbbutton.TextSize = 20.000
  629.  
  630. fbbutton.MouseButton1Click:Connect(function()
  631.     if fbbutton.Text == "Fullbright OFF" then
  632.         fbbutton.Text = "Fullbright ON"
  633.         game:GetService("Lighting").GlobalShadows = false
  634.     else
  635.         fbbutton.Text = "Fullbright OFF"
  636.         game:GetService("Lighting").GlobalShadows = true
  637.     end
  638. end)
  639.  
  640. miscframe.Name = "miscframe"
  641. miscframe.Parent = main
  642. miscframe.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  643. miscframe.BorderSizePixel = 0
  644. miscframe.Position = UDim2.new(9999, 0, 9999, 0)
  645. miscframe.Size = UDim2.new(0, 279, 0, 268)
  646.  
  647. givegbutton.Name = "givegbutton"
  648. givegbutton.Parent = miscframe
  649. givegbutton.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  650. givegbutton.BorderSizePixel = 0
  651. givegbutton.Size = UDim2.new(0, 279, 0, 21)
  652. givegbutton.Font = Enum.Font.SourceSans
  653. givegbutton.Text = "Give Guns OFF"
  654. givegbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  655. givegbutton.TextSize = 20.000
  656.  
  657. givegbutton.MouseButton1Click:Connect(function()
  658.     if givegbutton.Text == "Give Guns OFF" then
  659.         givegbutton.Text = "Give Guns ON"
  660.         workspace.Remote.TeamEvent:FireServer("Bright blue")
  661.         pt.CFrame = lp.Character.HumanoidRootPart.CFrame
  662.         repeat wait()
  663.             lp.Character.HumanoidRootPart.CFrame = pt.CFrame
  664.             wait(0.15)
  665.             lp.Character.Humanoid:ChangeState(15)
  666.             wait()
  667.             workspace.Remote.loadchar:InvokeServer(lp.Name)
  668.             wait(0.15)
  669.             lp.Character.HumanoidRootPart.CFrame = pt.CFrame
  670.         until givegbutton.Text == "Give Guns OFF"
  671.         wait()
  672.         pt.CFrame = CFrame.new(9e9,9e9,9e9)
  673.     else
  674.         givegbutton.Text = "Give Guns OFF"
  675.     end
  676. end)
  677.  
  678. loclbutton.MouseButton1Click:Connect(function()
  679.     localframe.Position = UDim2.new(0.241847813, 0, 0.00371748209, 0)
  680.     visframe.Position = UDim2.new(9999, 0, 9999, 0)
  681.     playerframe.Position = UDim2.new(9999, 0, 9999, 0)
  682.     miscframe.Position = UDim2.new(9999, 0, 9999, 0)
  683. end)
  684.  
  685. plrbutton.MouseButton1Click:Connect(function()
  686.     playerframe.Position = UDim2.new(0.241847813, 0, 0.00371748209, 0)
  687.     visframe.Position = UDim2.new(9999, 0, 9999, 0)
  688.     localframe.Position = UDim2.new(9999, 0, 9999, 0)
  689.     miscframe.Position = UDim2.new(9999, 0, 9999, 0)
  690. end)
  691.  
  692. visbutton.MouseButton1Click:Connect(function()
  693.     visframe.Position = UDim2.new(0.241847813, 0, 0.00371748209, 0)
  694.     playerframe.Position = UDim2.new(9999, 0, 9999, 0)
  695.     localframe.Position = UDim2.new(9999, 0, 9999, 0)
  696.     miscframe.Position = UDim2.new(9999, 0, 9999, 0)
  697. end)
  698.  
  699. mscbutton.MouseButton1Click:Connect(function()
  700.     miscframe.Position = UDim2.new(0.241847813, 0, 0.00371748209, 0)
  701.     playerframe.Position = UDim2.new(9999, 0, 9999, 0)
  702.     localframe.Position = UDim2.new(9999, 0, 9999, 0)
  703.     visframe.Position = UDim2.new(9999, 0, 9999, 0)
  704. end)
  705.  
  706. local cmdBar = Instance.new("TextBox")
  707. cmdBar.Parent = sg
  708. cmdBar.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  709. cmdBar.BorderColor3 = Color3.fromRGB(34, 34, 34)
  710. cmdBar.BorderSizePixel = 2
  711. cmdBar.Position = UDim2.new(9999, 0, 9999, 0)
  712. cmdBar.Size = UDim2.new(0, 208, 0, 24)
  713. cmdBar.Font = Enum.Font.Code
  714. cmdBar.Text = ""
  715. cmdBar.TextColor3 = Color3.fromRGB(255, 255, 255)
  716. cmdBar.TextSize = 25.000
  717. cmdBar.TextXAlignment = Enum.TextXAlignment.Left
  718.  
  719. getgenv().lp = game.Players.LocalPlayer
  720. getgenv().mouse = lp:GetMouse()
  721. getgenv().rservice = game:GetService("RunService")
  722. getgenv().uis = game:GetService("UserInputService")
  723. getgenv().ts = game:GetService("TweenService")
  724. local prefix = ";"
  725. local shiftdown = false
  726. local noclip = false
  727.  
  728. function ggfunc()
  729.     if lggbutton.Text == "Unloop Give Guns" then
  730.         workspace.Remote.ItemHandler:InvokeServer(workspace["Prison_ITEMS"].giver["AK-47"].ITEMPICKUP)
  731.         workspace.Remote.ItemHandler:InvokeServer(workspace["Prison_ITEMS"].giver["Remington 870"].ITEMPICKUP)
  732.         workspace.Remote.ItemHandler:InvokeServer(workspace["Prison_ITEMS"].giver.M9.ITEMPICKUP)
  733.     end
  734. end
  735. lp.CharacterAdded:Connect(function()
  736.     ggfunc()
  737. end)
  738.  
  739. function notify(ttext, stext)
  740.     local sgui = Instance.new("ScreenGui", game.CoreGui)
  741.     game.Debris:AddItem(sgui, 3.6)
  742.     local Main = Instance.new("Frame", sgui)
  743.     local ColorFrame = Instance.new("Frame", Main)
  744.     local TitleText = Instance.new("TextLabel", Main)
  745.     TitleText.Text = ttext
  746.     local Subtext = Instance.new("TextLabel", Main)
  747.     Subtext.Text = stext
  748.     Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  749.     Main.BackgroundTransparency = 0.2
  750.     Main.Position = UDim2.new(0, -230, 1, -40)
  751.     Main.Size = UDim2.new(0, 230, 0, 40)
  752.     ColorFrame.BackgroundColor3 = Color3.fromRGB(255, 125, 0)
  753.     ColorFrame.BorderSizePixel = 0
  754.     ColorFrame.Position = UDim2.new(1, 0, 0, -1)
  755.     ColorFrame.Size = UDim2.new(0, 4, 1, 2)
  756.     TitleText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  757.     TitleText.BackgroundTransparency = 1
  758.     TitleText.Size = UDim2.new(1, 0, 0.5, 0)
  759.     TitleText.Font = Enum.Font.ArialBold
  760.     TitleText.TextColor3 = Color3.fromRGB(255, 255, 255)
  761.     TitleText.TextSize = 20
  762.     Subtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  763.     Subtext.BackgroundTransparency = 1
  764.     Subtext.Position = UDim2.new(0, 0, 0.5, 0)
  765.     Subtext.Size = UDim2.new(1, 0, 0.5, 0)
  766.     Subtext.Font = Enum.Font.Arial
  767.     Subtext.TextColor3 = Color3.fromRGB(255, 255, 255)
  768.     Subtext.TextSize = 18
  769.     spawn(function()
  770.         Main:TweenPosition(UDim2.new(0, 0, 1, -40), "Out", "Linear", 0.5, false)
  771.         wait(3)
  772.         Main:TweenPosition(UDim2.new(0, -234, 1, -40), "Out", "Linear", 0.5, false)
  773.     end)
  774. end
  775.  
  776. function selp(player)
  777.     if player.Name ~= lp.Name then
  778.         local bbg = Instance.new("BillboardGui",game.CoreGui)
  779.         bbg.Name = player.Name
  780.         bbg.AlwaysOnTop = true
  781.         bbg.Enabled = true
  782.         bbg.Size = UDim2.new(1,0,1,0)
  783.         bbg.StudsOffset = Vector3.new(0,2,0)
  784.         local tlabel = Instance.new("TextLabel",bbg)
  785.         tlabel.BackgroundTransparency = 1
  786.         tlabel.Size = UDim2.new(1,0,1,0)
  787.         tlabel.Text = player.Name
  788.         tlabel.TextColor3 = Color3.new(0,125,255)
  789.     end
  790. end
  791.  
  792. game:GetService("Lighting").Changed:Connect(function(ClockTime)
  793.     if fbbutton.Text == "Fullbright ON" then
  794.         game:GetService("Lighting").ClockTime = 12
  795.         game:GetService("Lighting").Brightness = 2
  796.         game:GetService("Lighting").FogEnd = 9e9
  797.         game:GetService("Lighting").FogStart = 9e9
  798.     end
  799. end)
  800.  
  801. mouse.KeyDown:Connect(function(key)
  802.     qrkey = string.lower(qresebindbox.Text)
  803.     nckey = string.lower(nocbindbox.Text)
  804.     if key == prefix then
  805.         cmdBar.Position = UDim2.new(0, 0, 0, mouse.ViewSizeY / 2)
  806.         cmdBar:CaptureFocus()
  807.     end
  808.     if key == qrkey then
  809.         pt.Position = lp.Character.HumanoidRootPart.Position
  810.         wait()
  811.         lp.Character.Humanoid:ChangeState(15)
  812.         workspace.Remote.loadchar:InvokeServer(lp.Name)
  813.         wait(0.001)
  814.         lp.Character.HumanoidRootPart.CFrame = pt.CFrame
  815.         pt.CFrame = CFrame.new(9e9,9e9,9e9)
  816.     end
  817.     if key == nckey then
  818.         noclip = not noclip
  819.     end
  820. end)
  821.  
  822. mouse.Button1Down:Connect(function()
  823.     if mharrest.Text == "Click Arrest ON" then
  824.         if mouse.Target then
  825.             workspace.Remote.arrest:InvokeServer(mouse.Target)
  826.         end
  827.     end
  828. end)
  829.  
  830. cmdBar.FocusLost:Connect(function()
  831.     cmdBar.Position = UDim2.new(9999, 0, 9999, 0)
  832.     local args = string.split(cmdBar.Text, " ")
  833.     if args[1] == prefix .. "prefix"  then
  834.         if args[2] and args[2] ~= "" and args[2] ~= " " then
  835.             prefix = args[2]
  836.         else
  837.             notify("argument error", "need second argument string")
  838.         end
  839.     end
  840.     if args[1] == prefix .. "rfade" then
  841.         if lp.PlayerGui.Home:FindFirstChild("fadeFrame") then
  842.             lp.PlayerGui.Home["fadeFrame"]:Destroy()
  843.         else
  844.             notify("fadeFrame error", "already destroyed")
  845.         end
  846.     end
  847.     if args[1] == prefix .. "rdoors" then
  848.         if workspace:FindFirstChild("Doors") then
  849.             workspace.Doors.Parent = game.CoreGui
  850.             notify("replacedoors", "Doors Taken Away")
  851.         elseif game.CoreGui:FindFirstChild("Doors") then
  852.             game.CoreGui.Doors.Parent = workspace
  853.             notify("replacedoors", "Doors Put Back")
  854.         end
  855.     end
  856.     if args[1] == prefix .. "goto" then
  857.         if args[2] and args[2] ~= "" and args[2] ~= " " then
  858.             for _,z in next, game.Players:GetPlayers() do
  859.                 if z.Name:lower():sub(1,#args[2]) == args[2]:lower() then
  860.                     lp.Character.HumanoidRootPart.CFrame = z.Character.Torso.CFrame
  861.                 end
  862.             end
  863.         else
  864.             notify("argument error", "need second argument string")
  865.         end
  866.     end
  867.     if args[1] == prefix .. "kill" then
  868.         if args[2] and args[2] ~= "" and args[2] ~= " " then
  869.             for _,z in next, game.Players:GetPlayers() do
  870.                 if z.Name:lower():sub(1,#args[2]) == args[2]:lower() then
  871.                     repeat wait()
  872.                         lp.Character.HumanoidRootPart.CFrame = z.Character.Torso.CFrame
  873.                         game.ReplicatedStorage.meleeEvent:FireServer(z)
  874.                     until z.Character.Humanoid.Health == 0
  875.                 end
  876.             end
  877.         else
  878.             notify("argument error", "need second argument string")
  879.         end
  880.     end
  881.     if args[1] == prefix .. "arrest" then
  882.         if args[2] and args[2] ~= "" and args[2] ~= " " then
  883.             for _,z in next, game.Players:GetPlayers() do
  884.                 if z.Name:lower():sub(1,#args[2]) == args[2]:lower() then
  885.                     repeat wait()
  886.                         lp.Character.HumanoidRootPart.CFrame = z.Character.Torso.CFrame
  887.                         workspace.Remote.arrest:InvokeServer(z.Character.HumanoidRootPart)
  888.                     until z.Character.Head:FindFirstChild("handcuffedGui")
  889.                 end
  890.             end
  891.         else
  892.             notify("argument error", "need second argument string")
  893.         end
  894.     end
  895.     if args[1] == prefix .. "fov" then
  896.         if tonumber(args[2]) and tonumber(args[2]) ~= "" and tonumber(args[2]) ~= " " and tonumber(args[2]) <= 120 then
  897.             workspace.CurrentCamera.FieldOfView = tonumber(args[2])
  898.         else
  899.             notify("argument error", "nil number")
  900.         end
  901.     end
  902.     if args[1] == prefix .. "cmds" then
  903.         printcmds()
  904.         notify("cmds now in console", "Check Console / Press F9 To See CMDS")
  905.     end
  906. end)
  907.  
  908. uis.InputBegan:Connect(function(key)
  909.     if key.KeyCode == Enum.KeyCode.LeftShift then
  910.         shiftdown = true
  911.     end
  912.     if key.KeyCode == Enum.KeyCode.RightShift then
  913.         screengui.Enabled = not screengui.Enabled
  914.     end
  915. end)
  916.  
  917. uis.InputEnded:Connect(function(key)
  918.     if key.KeyCode == Enum.KeyCode.LeftShift then
  919.         shiftdown = false
  920.     end
  921. end)
  922.  
  923. for _,z in next, game.Players:GetPlayers() do
  924.     selp(z)
  925. end
  926.  
  927. game.Players.PlayerAdded:Connect(function(PlayerAdded)
  928.     selp(PlayerAdded)
  929. end)
  930. game.Players.PlayerRemoving:Connect(function(PlayerRemoving)
  931.     if PlayerRemoving.Name == ptlkillbox.Text then
  932.         ptlkillbox.Text = "Player Left"
  933.         ptlkillenablerbutton = "Loop Kill Player OFF"
  934.         notify("loopkill", "Player Has Left D:")
  935.     end
  936.     game.CoreGui:FindFirstChild(PlayerRemoving.Name):Destroy()
  937. end)
  938.  
  939. local highlighting = Instance.new("BoxHandleAdornment",workspace)
  940. highlighting.Size = Vector3.new(1,1,1)
  941. highlighting.ZIndex = 1
  942. highlighting.AlwaysOnTop = true
  943. highlighting.CFrame = CFrame.new(0,1.5,0)
  944.  
  945. spawn(function()
  946.     while wait(0.01) do
  947.         pcall(function()
  948.             if ptlkillenablerbutton.Text == "Loop Kill Player ON" then
  949.                 if ptlkillbox.Text ~= "" and ptlkillbox ~= " " and ptlkillbox ~= "Player Left" and game.Players:FindFirstChild(ptlkillbox.Text) then
  950.                     if lp.Character.Humanoid.Health > 15 then
  951.                         lp.Character.HumanoidRootPart.CFrame = game.Players:FindFirstChild(ptlkillbox.Text).Character.HumanoidRootPart.CFrame
  952.                         game.ReplicatedStorage.meleeEvent:FireServer(game.Players:FindFirstChild(ptlkillbox.Text))
  953.                         if lp.Character.Humanoid.Sit == true then
  954.                             lp.Character.Humanoid.Sit = false
  955.                         end
  956.                     else
  957.                         workspace.Remote.loadchar:InvokeServer(lp.Name)
  958.                     end
  959.                 end
  960.             end
  961.         end)
  962.     end
  963. end)
  964.  
  965. rservice.Stepped:Connect(function()
  966.     pcall(function()
  967.         if ptlkillbox.Text ~= "" and ptlkillbox ~= " " and ptlkillbox ~= "Player Left" and game.Players:FindFirstChild(ptlkillbox.Text) then
  968.             if game.Players:FindFirstChild(ptlkillbox.Text) then
  969.                 highlighting.Adornee = game.Players:FindFirstChild(ptlkillbox.Text).Character.Torso
  970.                 if game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health == 100 then
  971.                     highlighting.Color3 = Color3.fromRGB(0,255,0)
  972.                 elseif game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health <= 90 then
  973.                     highlighting.Color3 = Color3.fromRGB(30,200,0)
  974.                 elseif game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health <= 80 then
  975.                     highlighting.Color3 = Color3.fromRGB(50,180,0)
  976.                 elseif game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health <= 70 then
  977.                     highlighting.Color3 = Color3.fromRGB(60,165,0)
  978.                 elseif game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health <= 60 then
  979.                     highlighting.Color3 = Color3.fromRGB(70,145,0)
  980.                 elseif game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health <= 50 then
  981.                     highlighting.Color3 = Color3.fromRGB(80,120,0)
  982.                 elseif game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health <= 40 then
  983.                     highlighting.Color3 = Color3.fromRGB(90,100,0)
  984.                 elseif game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health <= 30 then
  985.                     highlighting.Color3 = Color3.fromRGB(100,80,0)
  986.                 elseif game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health < 20 then
  987.                     highlighting.Color3 = Color3.fromRGB(120,40,0)
  988.                 elseif game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health < 10 then
  989.                     highlighting.Color3 = Color3.fromRGB(140,0,0)
  990.                 elseif game.Players:FindFirstChild(ptlkillbox.Text).Character.Humanoid.Health < 5 then
  991.                     highlighting.Color3 = Color3.fromRGB(255,0,0)
  992.                 end
  993.             end
  994.         else
  995.             highlighting.Adornee = ptas
  996.         end
  997.         if namtagbutton.Text == "Nametag ESP ON" then
  998.             for _,v in next, game.CoreGui:GetChildren() do
  999.                 if v:IsA'BillboardGui' then
  1000.                     for _,z in next, game.Players:GetPlayers() do
  1001.                         if z ~= lp then
  1002.                             if z.Name == v.Name then
  1003.                                 if z.Team ~= lp.Team then
  1004.                                     v.Enabled = true
  1005.                                     v.Adornee = z.Character.Head
  1006.                                 else
  1007.                                     v.Enabled = false
  1008.                                     v.Adornee = z.Character.Head
  1009.                                 end
  1010.                             end
  1011.                         end
  1012.                     end
  1013.                 end
  1014.             end
  1015.         else
  1016.             for _,v in next, game.CoreGui:GetChildren() do
  1017.                 if v:IsA'BillboardGui' then
  1018.                     v.Enabled = false
  1019.                 end
  1020.             end
  1021.         end
  1022.         if hitboxbutton.Text == "Enabled" then
  1023.             for _,z in next, game.Players:GetPlayers() do
  1024.                 if z ~= lp and z.Team ~= lp.Team then
  1025.                     if hxbox.Text ~= "" and hxbox.Text ~= " " and hxbox.Text ~= "HBX" and hybox.Text ~= "" and hybox.Text ~= " " and hybox.Text ~= "HBY" then
  1026.                         z.Character.HumanoidRootPart.Size = Vector3.new(tonumber(hxbox.Text),tonumber(hybox.Text),2.5)
  1027.                         z.Character.HumanoidRootPart.BrickColor = z.TeamColor
  1028.                         z.Character.HumanoidRootPart.Transparency = 0.6
  1029.                     end
  1030.                 else
  1031.                     z.Character.HumanoidRootPart.Size = Vector3.new(2,2,1)
  1032.                     z.Character.HumanoidRootPart.Transparency = 1
  1033.                 end
  1034.             end
  1035.         else
  1036.             for _,z in next, game.Players:GetPlayers() do
  1037.                 if z ~= lp and z.Team ~= lp.Team then
  1038.                     z.Character.HumanoidRootPart.Size = Vector3.new(2,2,1)
  1039.                     z.Character.HumanoidRootPart.BrickColor = z.TeamColor
  1040.                     z.Character.HumanoidRootPart.Transparency = 1
  1041.                 end
  1042.             end
  1043.         end
  1044.         if enablebutton.Text == "Enabled" then
  1045.             if tonumber(jpbox.Text) then
  1046.                 lp.Character.Humanoid.JumpPower = tonumber(jpbox.Text)
  1047.             end
  1048.             if shiftdown and tonumber(runbox.Text) and tonumber(wsbox.Text) then
  1049.                 lp.Character.Humanoid.WalkSpeed = tonumber(runbox.Text)
  1050.             else
  1051.                 lp.Character.Humanoid.WalkSpeed = tonumber(wsbox.Text)
  1052.             end
  1053.         end
  1054.         lp.Character.Head.CanCollide = not noclip
  1055.         lp.Character.Torso.CanCollide = not noclip
  1056.     end)
  1057. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement