Kuzey2010

Prevail X

Jul 18th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.59 KB | None | 0 0
  1. -- Prevail X ~02hacks
  2.  
  3. Prevail = {
  4. dev = "02hacks",
  5. verison = "v2.30"
  6. }
  7.  
  8. LP = game:GetService("Players").LocalPlayer
  9. warn("PX: Prevail X " ..Prevail.verison)
  10.  
  11. if game.PlaceId ~= 155615604 then
  12. return print("PX: wrong game")
  13. end
  14.  
  15. getmetatable = getrawmetatable or debug.getmetatable
  16. setcontext = setthreadcontext or syn_context_set
  17. for i,v in next, {getmetatable,setreadonly,getnamecallmethod,newcclosure,setcontext} do
  18. if typeof(v) ~= "function" then
  19. SilentCD = true
  20. print("PX: Silent Command not supported")
  21. break
  22. end
  23. end
  24.  
  25. getregistry = getreg or debug.getregistry
  26. setupvalue = debug.setupvalue or setupvalue or setupval
  27. getupvalues = debug.getupvalues or getupvalues or getupvals
  28. for i,v in next, {getregistry,setupvalue,getupvalues} do
  29. if typeof(v) ~= "function" then
  30. print("PX: Inf Stamina not supported")
  31. break
  32. end
  33. end
  34.  
  35. if typeof(getconnections) ~= "function" then
  36. AntiD = true
  37. print("PX: AntiTaze, AntiArrest not supported")
  38. end
  39.  
  40. if not _G.PrevailX then
  41. _G.PrevailX = {}
  42. end
  43.  
  44. if _G.PrevailX.Loaded then
  45. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "PX",Text = "Prevail X is already loaded",Duration = 5})
  46. return
  47. end
  48.  
  49. if typeof(loadstring) == "function" then
  50. get = loadstring(game:HttpGet("https://pastebin.com/raw/epCT49yq", true))()
  51. Disc, DiscServ, titleBar, Pulldownmenu = get["g"], get["b"], get["c"], get["e"]
  52. end
  53. if not Disc then
  54. Disc = "02hacks#2393"
  55. end
  56. if not DiscServ then
  57. DiscServ = "discord.gg/EBTjwJy9kq"
  58. end
  59. if not titleBar then
  60. titleBar = "02hacks Prevail X"
  61. end
  62. if not Pulldownmenu then
  63. Pulldownmenu = "Prevail X, where small details do matter."
  64. end
  65.  
  66. _G.PrevailX.Loaded = true
  67. wait(0.2)
  68.  
  69. function StringGenerator(Args)
  70. local String = ""
  71. for i = 1, Args do
  72. if math.random(0,9) <= 5 then
  73. String = String..string.char(math.random(48,57))
  74. else
  75. if math.random(0,9) <= 5 then
  76. String = String..string.char(math.random(65,90))
  77. else
  78. String = String..string.char(math.random(97,122))
  79. end
  80. end
  81. end
  82. return String
  83. end
  84.  
  85. function Create(Type,Properties)
  86. local NewInstance = Instance.new(Type)
  87. for i,v in pairs(Properties) do
  88. NewInstance[i] = v
  89. end
  90. return NewInstance
  91. end
  92.  
  93. function Vis(Args,Arg2)
  94. for i,v in next, {Tab1Frame, Tab2Frame, Tab3Frame, Tab4Frame, Tab5Frame} do
  95. if tostring(Args) == v.Name then
  96. v.Visible = true
  97. else
  98. v.Visible = false
  99. end
  100. end
  101. for i,v in next, {Tab1Button, Tab2Button, Tab3Button, Tab4Button, Tab5Button} do
  102. if tostring(Arg2) == v.Name then
  103. v.BorderColor3 = Secondary
  104. CurTab = Arg2
  105. else
  106. v.BorderColor3 = Color3.new(25/255,25/255,25/255)
  107. end
  108. end
  109. end
  110.  
  111. function GetCenter(Frame,Filter)
  112. local AS,XS,YS = Frame.Parent.AbsoluteSize, string.split(tostring(Frame.Size.X)," ")[2], string.split(tostring(Frame.Size.Y)," ")[2]
  113. local X,Y = 1/AS.X*(AS.X-XS)/2,1/AS.Y*(AS.Y-YS)/2
  114. if Filter == "X" then
  115. return X
  116. end
  117. if Filter == "Y" then
  118. return Y
  119. end
  120. return UDim2.new(X,0,Y,0)
  121. end
  122.  
  123. ArrN = 0
  124. Roastn = 0
  125. SpedCart = false
  126. FastPunchLock = true
  127. Arrested = false
  128. InfStaminaLock = true
  129. KillAura = false
  130. UIVisible = true
  131. LOG = false
  132. Rev2 = false
  133. WalkSpeed = 16
  134. JumpPower = 50
  135. AutoRespawn = false
  136. AboosiveGuard = false
  137. Noclip = false
  138. Loop = false
  139. LockPosition = false
  140. GetBypass = false
  141. SilentC = false
  142. FFL = false
  143.  
  144. DED_FS = false
  145. weapon = "M9"
  146. Prefix = "?"
  147. Zero = LP.Name
  148. SEArgs = LP.Name
  149.  
  150. TT = {
  151. Default = {
  152. Primary = Color3.new(1,1,1),
  153. Secondary = Color3.new(13/255,105/255,172/255),
  154. Image = "rbxassetid://5990941302"
  155. },
  156. Pink = {
  157. Primary = Color3.new(1,1,1),
  158. Secondary = Color3.new(207/255,178/255,208/255)
  159. },
  160. Red = {
  161. Primary = Color3.new(1,1,1),
  162. Secondary = Color3.new(220/255,8/255,14/255)
  163. },
  164. Yellow = {
  165. Primary = Color3.new(1,1,1),
  166. Secondary = Color3.new(232/255,214/255,0)
  167. },
  168. Orange = {
  169. Primary = Color3.new(1,1,1),
  170. Secondary = Color3.new(225/255,96/255,0)
  171. },
  172. ["Pastel violet"] = {
  173. Primary = Color3.new(1,1,1),
  174. Secondary = Color3.new(177/255,167/255,255/255)
  175. },
  176. ["Pastel orange"] = { -- Peach
  177. Primary = Color3.new(1,1,1),
  178. Secondary = Color3.new(1,160/255,160/255)
  179. },
  180. ["Dark green"] = {
  181. Primary = Color3.new(1,1,1),
  182. Secondary = Color3.new(40/255,127/255,71/255)
  183. }
  184. }
  185.  
  186. Theme = "Default"
  187. Primary = TT[Theme].Primary
  188. Secondary = TT[Theme].Secondary
  189. Background = Color3.new(25/255,25/255,25/255)
  190.  
  191. Prevailv3 = Create("ScreenGui",{Parent=game.CoreGui,Name="PX_"..StringGenerator(16)})
  192. UI = Create("Frame", {Parent=Prevailv3,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,600,0,320),Active=true,BorderColor3=Background,Draggable=true,Name="Root"})
  193. UI.Position = GetCenter(UI)
  194. Title = Create("TextLabel", {Parent=UI,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,BorderColor3=Background,BorderSizePixel=1,Font=Enum.Font.SourceSansSemibold,Text="Prevail X",TextColor3=Secondary,Name="Title",TextScaled=true,Position=UDim2.new(0.0,0,0.0,0),FontSize=5,Size=UDim2.new(0,600,0,20)})
  195. TabFrame = Create("Frame", {Parent=UI,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,590,0,20),Position=UDim2.new(0.01,0,0.0825,0),BorderColor3=Background,Name="TabButtons"})
  196.  
  197. FrameA = Create("Frame", {Parent=UI,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,590,0,265),Position=UDim2.new(0.01,0,0.1575,0),BorderColor3=Background,Name="Welcome"})
  198. Welcome = Create("TextButton", {Parent=FrameA,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,20,0,20),Position=UDim2.new(0.7125,0,0.225,0),BorderColor3=Background,Text="Welcome to Prevail X",TextColor3=Secondary,Name="Welcome",Font=Enum.Font.SourceSansSemibold,FontSize=7})
  199. Create("TextLabel", {Parent=FrameA,Name="LogoColor",Text="",Size=UDim2.new(0,200,0,200),BorderColor3=Background,BackgroundColor3=Secondary,Position=UDim2.new(0.05,0,0.075,0)})
  200. Logo = Create("ImageButton", {Parent=FrameA,Name="Logo",Visible=true,Size=UDim2.new(0,200,0,200),BorderColor3=Color3.new(0,0,0),Position=UDim2.new(0.05,0,0.075,0),BackgroundTransparency=1,Image=TT.Default.Image})
  201. Join = Create("TextButton", {Parent=FrameA,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,125,0,30),Position=UDim2.new(0.75,0,0.65,0),BorderColor3=Secondary,Text="Join Discord",TextColor3=Primary,Name="Join",Font=Enum.Font.SourceSansBold,FontSize=6})
  202. Enter = Create("TextButton", {Parent=FrameA,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,125,0,30),Position=UDim2.new(0.5125,0,0.65,0),BorderColor3=Secondary,Text="Boot",TextColor3=Primary,Name="Boot",Font=Enum.Font.SourceSansBold,FontSize=6})
  203. disctxt = Create("TextLabel", {Parent=FrameA,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,80,0,5),Position=UDim2.new(0.76,0,0.3,0),BorderColor3=Background,Text=""..Disc,TextColor3=Primary,Name="02hx",Font=Enum.Font.SourceSansBold,FontSize=4})
  204.  
  205. Join.MouseButton1Down:connect(function()
  206. if DiscServ ~= nil then
  207. setclipboard(DiscServ)
  208. Join.FontSize = 5
  209. Join.Text = "Copied to Clipboard"
  210. wait(1)
  211. Join.FontSize = 6
  212. Join.Text = "Join Discord"
  213. end
  214. end)
  215.  
  216. Enter.MouseButton1Down:connect(function()
  217. Boot = true
  218. FrameA.Visible = false
  219. disctxt.Position = UDim2.new(0.435,0,-0.43,0)
  220. disctxt.Parent = TabFrame
  221. end)
  222.  
  223. -- Main
  224. repeat wait() until Boot
  225.  
  226. Tab1Button = Create("TextButton", {Parent=TabFrame,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,60,0,20),Position=UDim2.new(0,0,0.0,0),BorderColor3=Background,Text="Main",TextColor3=Primary,Name="Main",Font=Enum.Font.SourceSansSemibold,FontSize=6})
  227. Tab1Frame = Create("Frame", {Parent=UI,Visible=false,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,590,0,265),Position=UDim2.new(0.01,0,0.1575,0),BorderColor3=Background,Name="Main"})
  228.  
  229. Tab1Button.MouseButton1Down:connect(function()
  230. Vis(Tab1Frame, Tab1Button)
  231. end)
  232.  
  233. Tab2Button = Create("TextButton", {Parent=TabFrame,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,60,0,20),Position=UDim2.new(0.1075,0,0,0),BorderColor3=Background,Text="Toggles",TextColor3=Primary,Name="Toggles",Font=Enum.Font.SourceSansSemibold,FontSize=6})
  234. Tab2Frame = Create("Frame", {Parent=UI,Visible=false,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,590,0,265),Position=UDim2.new(0.01,0,0.1575,0),BorderColor3=Background,Name="Toggles"})
  235.  
  236. Tab2Button.MouseButton1Down:connect(function()
  237. Vis(Tab2Frame, Tab2Button)
  238. end)
  239.  
  240. Tab3Button = Create("TextButton", {Parent=TabFrame,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,60,0,20),Position=UDim2.new(0.3225,0,0,0),BorderColor3=Secondary,Text="Credit",TextColor3=Primary,Name="Credit",Font=Enum.Font.SourceSansSemibold,FontSize=6})
  241. Tab3Frame = Create("Frame", {Parent=UI,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,590,0,265),Position=UDim2.new(0.01,0,0.1575,0),BorderColor3=Background,Name="Credit"})
  242. CurTab = Tab3Button
  243. Tab3Button.MouseButton1Down:connect(function()
  244. Vis(Tab3Frame, Tab3Button)
  245. end)
  246.  
  247. Tab4Button = Create("TextButton", {Parent=TabFrame,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,60,0,20),Position=UDim2.new(0.43,0,0,0),BorderColor3=Background,Text="Help",TextColor3=Primary,Name="Help",Font=Enum.Font.SourceSansSemibold,FontSize=6})
  248. Tab4Frame = Create("Frame", {Parent=UI,Visible=false,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,590,0,265),Position=UDim2.new(0.01,0,0.1575,0),BorderColor3=Background,Name="Help"})
  249.  
  250. Tab4Button.MouseButton1Down:connect(function()
  251. Vis(Tab4Frame, Tab4Button)
  252. end)
  253.  
  254. Tab5Button = Create("TextButton", {Parent=TabFrame,Visible=true,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,60,0,20),Position=UDim2.new(0.215,0,0,0),BorderColor3=Background,Text="Theme",TextColor3=Primary,Name="Theme",Font=Enum.Font.SourceSansSemibold,FontSize=6})
  255. Tab5Frame = Create("Frame", {Parent=UI,Visible=false,BackgroundColor3=Background,BackgroundTransparency=0,Size=UDim2.new(0,590,0,265),Position=UDim2.new(0.01,0,0.1575,0),BorderColor3=Background,Name="Theme"})
  256.  
  257. Tab5Button.MouseButton1Down:connect(function()
  258. Vis(Tab5Frame, Tab5Button)
  259. end)
  260.  
  261. XXR = Create("Frame", {Parent=UI,Name="JoinDiscord",BorderColor3=Background,BackgroundColor3=Background,Position=UDim2.new(0.83,0,0.015,0),Size=UDim2.new(0,100,0,24)})
  262. --XIX = Create("Frame", {Parent=XXR,Name="Color",BorderColor3=Background,BackgroundColor3=Secondary,Size=UDim2.new(0,24,0,24)})
  263. DisLogo = Create("ImageButton", {Parent=XXR,Name="Logo",Size=UDim2.new(0,24,0,24),BackgroundTransparency=1,Image="rbxassetid://5247557898"})
  264. XXD = Create("TextButton", {Parent=XXR,Visible=true,BackgroundColor3=Background,BackgroundTransparency=1,Size=UDim2.new(0,80,0,24),Position=UDim2.new(0.2,0,0,0),BorderColor3=Background,Text="Join Discord",TextColor3=Primary,Name="Discord",Font=Enum.Font.SourceSansSemibold,FontSize=5})
  265. XXD.MouseButton1Down:connect(function()
  266. if DiscServ ~= nil then
  267. local setclip,msg = setclipboard or writeclipboard,"Invite copied to clipboard"
  268. if not setclip then
  269. setclip,msg = print,"Press F9"
  270. end
  271. setclip(DiscServ)
  272. StaminaMsg(msg,2)
  273. end
  274. end)
  275.  
  276. a = Create("Frame", {Parent=Tab1Frame,Name="Player",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.025,0,0.075,0),Size=UDim2.new(0,220,0,80)})
  277. b0 = Create("TextBox",{Text="<Player>",Parent=a,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,-0.125,0),Size=UDim2.new(0,80,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  278.  
  279. b2 = Create("TextButton",{Text="Bring",Parent=a,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.05,0,0.25,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  280. b3 = Create("TextButton",{Text="Taze",Parent=a,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.05,0,0.6,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  281.  
  282. b4 = Create("TextButton",{Text="Teleport",Parent=a,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.3675,0,0.25,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  283. b5 = Create("TextButton",{Text="Criminal",Parent=a,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.3675,0,0.6,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  284.  
  285. b6 = Create("TextButton",{Text="Arrest",Parent=a,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.675,0,0.25,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  286. b7 = Create("TextButton",{Text="Roast",Parent=a,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.675,0,0.6,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  287. -- Number
  288. c = Create("Frame", {Parent=Tab1Frame,Name="Number",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.4235,0,0.075,0),Size=UDim2.new(0,150,0,80)})
  289. d = Create("TextBox",{Text="<Number>",Parent=c,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.25,0,-0.125,0),Size=UDim2.new(0,80,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  290.  
  291. d2 = Create("TextButton",{Text="Walkspeed",Parent=c,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.0625,0,0.25,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  292. d3 = Create("TextButton",{Text="Gravity",Parent=c,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.0625,0,0.6,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  293.  
  294. d4 = Create("TextButton",{Text="Hipheight",Parent=c,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.5225,0,0.25,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  295. d5 = Create("TextButton",{Text="Jumppower",Parent=c,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.5225,0,0.6,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  296. -- Teams
  297. h2 = Create("Frame", {Parent=Tab1Frame,Name="Teams",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.7,0,0.075,0),Size=UDim2.new(0,160,0,80)})
  298. gK = Create("TextLabel",{Text="",Parent=h2,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.28,0,-0.125,0),Size=UDim2.new(0,70,0,20,0)})
  299. g = Create("TextButton",{Text="Teams",Parent=h2,TextColor3=Primary,BackgroundTransparency=1,BorderColor3=Background,Position=UDim2.new(0.28,0,-0.125,0),Size=UDim2.new(0,70,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  300.  
  301. g2 = Create("TextButton",{Text="Guard",Parent=h2,TextColor3=Color3.new(13/255,105/255,172/255),BackgroundColor3=Background,BorderColor3=Color3.new(13/255,105/255,172/255),Position=UDim2.new(0.1,0,0.25,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  302. g3 = Create("TextButton",{Text="Criminal",Parent=h2,TextColor3=Color3.new(1,0,0),BackgroundColor3=Background,BorderColor3=Color3.new(1,0,0),Position=UDim2.new(0.1,0,0.6,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  303.  
  304. g4 = Create("TextButton",{Text="Inmate",Parent=h2,TextColor3=Color3.new(218/255,133/255,65/255),BackgroundColor3=Background,BorderColor3=Color3.new(218/255,133/255,65/255),Position=UDim2.new(0.53,0,0.25,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  305. g5 = Create("TextButton",{Text="Neutral",Parent=h2,TextColor3=Color3.new(163/255,162/255,165/255),BackgroundColor3=Background,BorderColor3=Color3.new(163/255,162/255,165/255),Position=UDim2.new(0.53,0,0.6,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  306.  
  307. g6 = Create("TextBox",{Text="<Args>",Parent=h2,Visible=false,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.1,0,0.25,0),Size=UDim2.new(0,128,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  308. g7 = Create("TextButton",{Text="Execute",Parent=h2,Visible=false,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.1,0,0.6,0),Size=UDim2.new(0,128,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  309.  
  310. gN = 1
  311. g.MouseButton1Down:connect(function()
  312. local t = {"Teams", "KillAura", "2nd"}
  313. gN=gN+1
  314. g.Text = t[gN]
  315. if t[gN] == "Teams" or t[gN] == "KillAura" then
  316. g25,g67 = true,false
  317. end
  318. if t[gN] == "2nd" then
  319. g25,g67 = false,true
  320. end
  321. for i,v in next, {g2, g3, g4, g5} do
  322. v.Visible = g25
  323. end
  324. for i,v in next, {g6, g7} do
  325. v.Visible = g67
  326. end
  327. if gN == 3 then
  328. gN = 0
  329. end
  330. end)
  331.  
  332. g7.MouseButton1Down:connect(function() -- 2nd Neutral
  333. if tostring(BrickColor.new(g6.Text)) ~= "Medium stone grey" then
  334. ReturnTM(g6.Text)
  335. if v5.Text == "OFF" then
  336. AutoRespawn = ToggleFunc(v5, AutoRespawn)
  337. end
  338. end
  339. if g6.Text == "737600" then
  340. GetBypass = ToggleFunc(Text,GetBypass)
  341. if GetBypass then
  342. StaminaMsg("Unlocked GetAccess",1)
  343. end
  344. end
  345. end)
  346.  
  347. -- Extras
  348. et = Create("Frame", {Parent=Tab1Frame,Name="Extras",Visible=true,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.405,0,0.475,0),Size=UDim2.new(0,100,0,120)})
  349. ft = Create("TextLabel",{Text="Extras",Parent=et,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.25,0,-0.1,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  350.  
  351. e4 = Create("TextButton",{Text="Gun Mods",Parent=et,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.2,0,0.2,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  352. f5 = Create("TextButton",{Text="Suicide",Parent=et,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.2,0,0.425,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  353. e6 = Create("TextButton",{Text="Naked",Parent=et,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.2,0,0.65,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  354.  
  355. -- All
  356. e = Create("Frame", {Parent=Tab1Frame,Name="All",Visible=true,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.215,0,0.475,0),Size=UDim2.new(0,100,0,120)})
  357. f = Create("TextLabel",{Text="All",Parent=e,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.35,0,-0.1,0),Size=UDim2.new(0,30,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  358.  
  359. e2 = Create("TextButton",{Text="Arrest All",Parent=e,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.2,0,0.2,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  360. f2 = Create("TextButton",{Text="Taze All",Parent=e,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.2,0,0.425,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  361. f3 = Create("TextButton",{Text="Items All",Parent=e,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.2,0,0.65,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  362.  
  363. --Client
  364. e0 = Create("Frame", {Parent=Tab1Frame,Name="Client",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.025,0,0.475,0),Size=UDim2.new(0,100,0,120)})
  365. f0 = Create("TextLabel",{Text="Client",Parent=e0,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.25,0,-0.1,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  366.  
  367. e7 = Create("TextButton",{Text="MapFuck v2",Parent=e0,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.2,0,0.2,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  368. f6 = Create("TextButton",{Text="Btools",Parent=e0,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.2,0,0.425,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  369. e5 = Create("TextButton",{Text="Nodoors",Parent=e0,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.2,0,0.65,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  370.  
  371. -- Teleport
  372. h = Create("Frame", {Parent=Tab1Frame,Name="Teleport",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.59825,0,0.475,0),Size=UDim2.new(0,220,0,120)})
  373. q = Create("TextLabel",{Text="Teleports",Parent=h,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.325,0,-0.1,0),Size=UDim2.new(0,80,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  374.  
  375. q2 = Create("TextButton",{Text="Armory",Parent=h,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.0625,0,0.2,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  376. q3 = Create("TextButton",{Text="Entrance",Parent=h,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.3625,0,0.2,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  377. q4 = Create("TextButton",{Text="Cellblock",Parent=h,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.6625,0,0.2,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  378.  
  379. q5 = Create("TextButton",{Text="Prison",Parent=h,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.0625,0,0.425,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  380. q6 = Create("TextButton",{Text="Escape",Parent=h,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.3625,0,0.425,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  381. q7 = Create("TextButton",{Text="Yard Tower",Parent=h,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.6625,0,0.425,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  382.  
  383. q8 = Create("TextButton",{Text="Sewer",Parent=h,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.0625,0,0.65,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  384. q9 = Create("TextButton",{Text="Roof",Parent=h,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.3625,0,0.65,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  385. q0 = Create("TextButton",{Text="Downtown",Parent=h,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Position=UDim2.new(0.6625,0,0.65,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  386.  
  387. -- Mods
  388. Default = {
  389. ["AK-47"] = {
  390. FireRate = 0.1,
  391. Bullets = 1,
  392. AutoFire = true,
  393. Image = "rbxassetid://7134071046"
  394. },
  395. ["Remington 870"] = {
  396. FireRate = 0.8,
  397. Bullets = 5,
  398. AutoFire = false,
  399. Image = "rbxassetid://7134072183"
  400. },
  401. ["M9"] = {
  402. FireRate = 0.08,
  403. Bullets = 1,
  404. AutoFire = false,
  405. Image = "rbxassetid://7134116670"
  406. },
  407. ["M4A1"] = {
  408. FireRate = 0.0875,
  409. Bullets = 1,
  410. AutoFire = true,
  411. Image = "rbxassetid://7134069778"
  412. }
  413. }
  414. Mods = {}
  415. for i,v in next, Default do
  416. Mods[i] = v
  417. end
  418. ModSel = "Remington 870"
  419.  
  420. function RapidFire(Args,Eq)
  421. if game.Workspace:FindFirstChild(LP.Name) then
  422. if game.Workspace[LP.Name]:FindFirstChild(Args) and Default[Args] ~= nil then
  423. LP.Character.Humanoid:UnequipTools(game.Workspace[LP.Name][Args])
  424. Eq = true
  425. end
  426. if LP.Backpack:FindFirstChild(Args) then
  427. if Default[Args] ~= nil and LP.Backpack[Args]:FindFirstChild("GunStates") then
  428. local Val = Instance.new("StringValue", LP.Backpack[Args])
  429. Val.Name = "RapidFirePX"
  430. local rF,gM = require(LP.Backpack[Args].GunStates),Mods[Args]
  431. rF["FireRate"] = gM.FireRate
  432. rF["Bullets"] = gM.Bullets
  433. rF["AutoFire"] = gM.AutoFire
  434. end
  435. end
  436. if Eq then
  437. LP.Character.Humanoid:EquipTool(LP.Backpack[Args])
  438. end
  439. end
  440. end
  441.  
  442. function AutoTog(Args)
  443. if not Args then
  444. Args = Ms5.Text
  445. end
  446. if Args == "false" then
  447. Ms5.Text = "true"
  448. Ms5.TextColor3 = Color3.new(0,1,0)
  449. Mods[ModSel].AutoFire = true
  450. else
  451. Ms5.Text = "false"
  452. Ms5.TextColor3 = Color3.new(1,0,0)
  453. Mods[ModSel].AutoFire = false
  454. end
  455. end
  456.  
  457. h4 = Create("Frame", {Visible=false,Parent=Tab1Frame,Name="Mods",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.59825,0,0.075,0),Size=UDim2.new(0,220,0,226)})
  458. h5 = Create("Frame", {Parent=h4,Name="Icons",BorderSizePixel=0,BackgroundColor3=Background,Position=UDim2.new(0.05,0,0.058,0),Size=UDim2.new(0,50,0,200)})
  459. Create("UIListLayout",{Parent=h5})
  460. for i,v in next, Default do
  461. local p = Create("ImageLabel",{Parent=h5.UIListLayout,Name=i,Size=UDim2.new(0,50,0,50),Image=v.Image,BackgroundTransparency=1})
  462. local tb = Create("TextButton",{Parent=p,Text="",Size=UDim2.new(0,40,0,50),BackgroundTransparency=1,Position=UDim2.new(0,0,0.1,0)})
  463. tb.MouseButton1Down:connect(function()
  464. ModSel = i
  465. --print("Sel",ModSel)
  466. local t = Mods[ModSel]
  467. Ms3.Text,Ms4.Text,Ms2.Text = t.Bullets,t.FireRate,ModSel
  468. AutoTog(tostring(not t.AutoFire))
  469. RapidFire(ModSel)
  470. end)
  471. end
  472.  
  473. spawn(function()
  474. repeat wait()
  475. if game.Workspace:FindFirstChild(LP.Name) then
  476. for i,v in next, Default do
  477. if LP.Backpack:FindFirstChild(i) or LP.Character:FindFirstChild(i) then
  478. if h5.UIListLayout:FindFirstChild(i) then
  479. h5.UIListLayout[i].Parent = h5
  480. end
  481. else
  482. if h5:FindFirstChild(i) then
  483. h5[i].Parent = h5.UIListLayout
  484. end
  485. end
  486. if #h5:GetChildren() == 1 then
  487. Ms3.Text,Ms4.Text,Ms2.Text = "-","-","No Gun Selected"
  488. end
  489. end
  490. end
  491. until nil
  492. end)
  493.  
  494. c0 = Create("Frame",{Parent=h4,BackgroundTransparency=1,BorderColor3=Background,Position=UDim2.new(0.395,0,0.058,0),Size=UDim2.new(0,120,0,200)})
  495. Create("UIListLayout",{Parent=c0})
  496.  
  497. c2 = Create("Frame",{Parent=c0,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,120,0,24)})
  498. m2 = Create("Frame",{Parent=c0,BackgroundColor3=Secondary,BorderColor3=Background,Size=UDim2.new(0,120,0,24)})
  499. Ms2 = Create("TextLabel",{Parent=c2,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,120,0,24),Font=Enum.Font.SpecialElite,TextSize=12,TextXAlignment=Enum.TextXAlignment.Left,TextColor3=Color3.new(1,1,1),Text="Remington 870"})
  500.  
  501. c3 = Create("Frame",{Parent=c0,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,120,0,24)})
  502. m3 = Create("Frame",{Parent=c0,BackgroundColor3=Secondary,BorderColor3=Background,Size=UDim2.new(0,120,0,24)})
  503. Create("TextLabel",{Parent=c3,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,60,0,24),Font=Enum.Font.SpecialElite,TextSize=12,TextXAlignment=Enum.TextXAlignment.Left,TextColor3=Color3.new(1,1,1),Text="Bullets:"})
  504. Ms3 = Create("TextBox",{Parent=c3,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,54,0,24),Font=Enum.Font.SpecialElite,Position=UDim2.new(0.55,0,0,0),TextSize=12,TextXAlignment=Enum.TextXAlignment.Left,TextColor3=Color3.new(1,1,1),Text="5"})
  505.  
  506. c4 = Create("Frame",{Parent=c0,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,120,0,24)})
  507. m4 = Create("Frame",{Parent=c0,BackgroundColor3=Secondary,BorderColor3=Background,Size=UDim2.new(0,120,0,24)})
  508. Create("TextLabel",{Parent=c4,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,60,0,24),Font=Enum.Font.SpecialElite,TextSize=12,TextXAlignment=Enum.TextXAlignment.Left,TextColor3=Color3.new(1,1,1),Text="FireRate:"})
  509. Ms4 = Create("TextBox",{Parent=c4,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,50,0,24),Font=Enum.Font.SpecialElite,Position=UDim2.new(0.583,0,0,0),TextSize=12,TextXAlignment=Enum.TextXAlignment.Left,TextColor3=Color3.new(1,1,1),Text="0.8"})
  510.  
  511. do
  512. local function AdvFilter(Args,Mod)
  513. if Args.Text == "" or Args.Text == "-" then
  514. return
  515. end
  516. if not tonumber(Args.Text) then
  517. Args.Text = 0
  518. end
  519. if tonumber(Args.Text) > 25 then
  520. Args.Text = 25
  521. end
  522. --print(Args.Text)
  523. Mods[ModSel][Mod] = Args.Text
  524. RapidFire(ModSel)
  525. end
  526. Ms3:GetPropertyChangedSignal("Text"):connect(function()
  527. AdvFilter(Ms3,"Bullets")
  528. end)
  529.  
  530. Ms4:GetPropertyChangedSignal("Text"):connect(function()
  531. AdvFilter(Ms4,"FireRate")
  532. end)
  533. end
  534.  
  535. c5 = Create("Frame",{Parent=c0,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,120,0,24)})
  536. m5 = Create("Frame",{Parent=c0,BackgroundColor3=Secondary,BorderColor3=Background,Size=UDim2.new(0,120,0,24)})
  537. Create("TextLabel",{Parent=c5,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,120,0,24),Font=Enum.Font.SpecialElite,TextSize=12,TextXAlignment=Enum.TextXAlignment.Left,TextColor3=Color3.new(1,1,1),Text="Automatic:"})
  538. Ms5 = Create("TextButton",{Parent=c5,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,44,0,24),Font=Enum.Font.SpecialElite,Position=UDim2.new(0.633,0,0,0),TextSize=12,TextXAlignment=Enum.TextXAlignment.Left,TextColor3=Color3.new(1,0,0),Text="false"})
  539. Ms5.MouseButton1Down:connect(function()
  540. AutoTog()
  541. RapidFire(ModSel)
  542. end)
  543.  
  544. c6 = Create("TextButton",{Parent=h4,BackgroundTransparency=1,BorderColor3=Background,Size=UDim2.new(0,60,0,12),Font=Enum.Font.SourceSansBold,Position=UDim2.new(0.395,0,0.907,0),TextSize=12,TextXAlignment=Enum.TextXAlignment.Left,TextColor3=Color3.new(1,1,1),Text="Load defaults"})
  545. c6.MouseButton1Down:connect(function()
  546. local t = Default[ModSel]
  547. Ms3.Text,Ms4.Text,Ms2.Text = t.Bullets,t.FireRate,ModSel
  548. AutoTog(tostring(not t.AutoFire))
  549. RapidFire(ModSel)
  550. end)
  551.  
  552. -- Toggles
  553. b = 0.035
  554. t = Create("Frame", {Parent=Tab2Frame,Name="Inf Stamina",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.025+b,0,0.075,0),Size=UDim2.new(0,120,0,50)})
  555. u = Create("TextLabel",{Text="Inf Stamina",Parent=t,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.135,0,-0.2,0),Size=UDim2.new(0,90,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  556. v1 = Create("TextButton",{Text="OFF",Parent=t,TextColor3=Color3.new(1,0,0),BackgroundTransparency=1,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,0.3,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=7})
  557.  
  558. t2 = Create("Frame", {Parent=Tab2Frame,Name="FriendService",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.25+b,0,0.075,0),Size=UDim2.new(0,120,0,50)})
  559. u2 = Create("TextLabel",{Text="FriendService",Parent=t2,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.095,0,-0.2,0),Size=UDim2.new(0,100,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  560. v2 = Create("TextButton",{Text="OFF",Parent=t2,TextColor3=Color3.new(1,0,0),BackgroundTransparency=1,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,0.3,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=7})
  561.  
  562. t3 = Create("Frame", {Parent=Tab2Frame,Name="AutoReload",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.475+b,0,0.075,0),Size=UDim2.new(0,120,0,50)})
  563. u3 = Create("TextLabel",{Text="Auto-Reload",Parent=t3,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.075,0,-0.2,0),Size=UDim2.new(0,105,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  564. v3 = Create("TextButton",{Text="OFF",Parent=t3,TextColor3=Color3.new(1,0,0),BackgroundTransparency=1,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,0.3,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=7})
  565.  
  566. t5 = Create("Frame", {Parent=Tab2Frame,Name="AutoRespawn",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.025+b,0,0.35,0),Size=UDim2.new(0,120,0,50)})
  567. u5 = Create("TextLabel",{Text="AutoRespawn",Parent=t5,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.095,0,-0.2,0),Size=UDim2.new(0,100,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  568. v5 = Create("TextButton",{Text="OFF",Parent=t5,TextColor3=Color3.new(1,0,0),BackgroundTransparency=1,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,0.3,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=7})
  569.  
  570. t6 = Create("Frame", {Parent=Tab2Frame,Name="1Punch",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.25+b,0,0.35,0),Size=UDim2.new(0,120,0,50)})
  571. u6 = Create("TextLabel",{Text="1Punch",Parent=t6,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.225,0,-0.2,0),Size=UDim2.new(0,60,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  572. v6 = Create("TextButton",{Text="OFF",Parent=t6,TextColor3=Color3.new(1,0,0),BackgroundTransparency=1,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,0.3,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=7})
  573.  
  574. t7 = Create("Frame", {Parent=Tab2Frame,Name="Sped Car",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.475+b,0,0.35,0),Size=UDim2.new(0,120,0,50)})
  575. u7 = Create("TextLabel",{Text="Sped Car",Parent=t7,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.1675,0,-0.2,0),Size=UDim2.new(0,80,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  576. v7 = Create("TextButton",{Text="OFF",Parent=t7,TextColor3=Color3.new(1,0,0),BackgroundTransparency=1,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,0.3,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=7})
  577.  
  578. t8 = Create("Frame", {Parent=Tab2Frame,Name="Sped Punch",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.7+b,0,0.075,0),Size=UDim2.new(0,120,0,50)})
  579. u8 = Create("TextLabel",{Text="Sped Punch",Parent=t8,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.095,0,-0.2,0),Size=UDim2.new(0,100,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  580. v8 = Create("TextButton",{Text="OFF",Parent=t8,TextColor3=Color3.new(1,0,0),BackgroundTransparency=1,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,0.3,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=7})
  581.  
  582. t9 = Create("Frame", {Parent=Tab2Frame,Name="Anti Taze",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.7+b,0,0.35,0),Size=UDim2.new(0,120,0,50)})
  583. u9 = Create("TextLabel",{Text="Anti Taze",Parent=t9,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.1675,0,-0.2,0),Size=UDim2.new(0,80,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  584. v9 = Create("TextButton",{Text="OFF",Parent=t9,TextColor3=Color3.new(1,0,0),BackgroundTransparency=1,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,0.3,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=7})
  585.  
  586. t10 = Create("Frame", {Parent=Tab2Frame,Name="Anti Arrest",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.025+b,0,0.625,0),Size=UDim2.new(0,120,0,50)})
  587. u10 = Create("TextLabel",{Text="Anti Arrest",Parent=t10,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.1675,0,-0.2,0),Size=UDim2.new(0,80,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  588. v10 = Create("TextButton",{Text="OFF",Parent=t10,TextColor3=Color3.new(1,0,0),BackgroundTransparency=1,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,0.3,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=7})
  589.  
  590. t11 = Create("Frame", {Parent=Tab2Frame,Name="SilentC",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.25+b,0,0.625,0),Size=UDim2.new(0,120,0,50)})
  591. u11 = Create("TextLabel",{Text="Silent CMD",Parent=t11,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.075,0,-0.2,0),Size=UDim2.new(0,95,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  592. v11 = Create("TextButton",{Text="OFF",Parent=t11,TextColor3=Color3.new(1,0,0),BackgroundTransparency=1,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3,0,0.3,0),Size=UDim2.new(0,50,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=7})
  593.  
  594. -- ReTheme
  595. xN = Create("Frame", {Parent=Tab5Frame,Name="Presets",BorderColor3=Secondary,BackgroundColor3=Background,Size=UDim2.new(0,250,0,100)})
  596. xN.Position=UDim2.new(0.0525,0,GetCenter(xN,"Y"),0)
  597. x2N = Create("TextLabel",{Text="Preset",Parent=xN,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Size=UDim2.new(0,65,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  598. x2N.Position=UDim2.new(GetCenter(x2N,"X"),0,-0.125,0)
  599.  
  600. zN = Create("Frame", {Parent=Tab5Frame,Name="UILazyLayout",BackgroundTransparency=1,Size=UDim2.new(0,250,0,100)})
  601. zN.Position=UDim2.new(0.0525,0,GetCenter(zN,"Y"),0)
  602. UILazyLayout = Create("UIListLayout", {Parent=zN,FillDirection = Enum.FillDirection.Horizontal,HorizontalAlignment = Enum.HorizontalAlignment.Center,VerticalAlignment = Enum.VerticalAlignment.Center,Padding=UDim.new(0,4)})
  603.  
  604. for i,v in next, TT do
  605. zRe = Create("TextButton",{Text="",Parent=zN,TextColor3=Primary,BackgroundColor3=v.Secondary,BorderColor3=Background,Size=UDim2.new(0,20,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  606. zRe.MouseButton1Down:connect(function()
  607. local Theme = v
  608. ReTheme(Theme)
  609. end)
  610. end
  611. -- Advanced
  612. xP = Create("Frame", {Parent=Tab5Frame,Name="Advanced",BorderColor3=Secondary,BackgroundColor3=Background,Size=UDim2.new(0,250,0,100)})
  613. xP.Position=UDim2.new(0.525,0,GetCenter(xP,"Y"),0)
  614. x2P = Create("TextLabel",{Text="Advanced",Parent=xP,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Size=UDim2.new(0,85,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  615. x2P.Position=UDim2.new(GetCenter(x2P,"X"),0,-0.125,0)
  616.  
  617. zP = Create("Frame", {Parent=Tab5Frame,Name="UILazyLayout",BackgroundTransparency=1,Size=UDim2.new(0,250,0,25)})
  618. zP.Position=UDim2.new(0.525,0,GetCenter(zP,"Y"),0)
  619. UILazyLayoutv2 = Create("UIListLayout", {Parent=zP,FillDirection = Enum.FillDirection.Horizontal,HorizontalAlignment = Enum.HorizontalAlignment.Center,VerticalAlignment = Enum.VerticalAlignment.Center,Padding=UDim.new(0,4)})
  620. function AdvFilter(Args)
  621. if Args.Text == "" then
  622. return
  623. end
  624. if not tonumber(Args.Text) then
  625. Args.Text = "0"
  626. else
  627. if tonumber(Args.Text) > 255 then
  628. Args.Text = "255"
  629. end
  630. end
  631. end
  632. zP3 = Create("TextBox",{Text="0",Parent=zP,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Size=UDim2.new(0,36,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=5})
  633. zP3:GetPropertyChangedSignal("Text"):connect(function()
  634. AdvFilter(zP3)
  635. end)
  636.  
  637. zP4 = Create("TextBox",{Text="0",Parent=zP,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Size=UDim2.new(0,36,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=5})
  638. zP4:GetPropertyChangedSignal("Text"):connect(function()
  639. AdvFilter(zP4)
  640. end)
  641.  
  642. zP5 = Create("TextBox",{Text="0",Parent=zP,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Size=UDim2.new(0,36,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=5})
  643. zP5:GetPropertyChangedSignal("Text"):connect(function()
  644. AdvFilter(zP5)
  645. end)
  646.  
  647. zP6 = Create("TextButton",{Text="Set",Parent=zP,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Size=UDim2.new(0,40,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=5})
  648. zP6.MouseButton1Down:connect(function()
  649. local x,y,z = tonumber(zP3.Text),tonumber(zP4.Text),tonumber(zP5.Text)
  650. if x ~= nil and y ~= nil and z ~= nil then
  651. ReTheme(TT.Default, Vector3.new(x,y,z))
  652. end
  653. end)
  654.  
  655. -- Credit
  656. r = Create("Frame", {Parent=Tab3Frame,Name="02hacks",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.065,0,0.075,0),Size=UDim2.new(0,250,0,65)})
  657. s0 = Create("TextLabel",{Text="02hacks",Parent=r,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Size=UDim2.new(0,70,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  658. s0.Position = UDim2.new(GetCenter(s0,"X"),0,-0.175,0)
  659. s2 = Create("TextLabel",{Text="Scripting, UI.",Parent=r,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Size=UDim2.new(0,160,0,30,0),Font=Enum.Font.SourceSansSemibold,FontSize=5})
  660. s2.Position = GetCenter(s2)
  661.  
  662. r3 = Create("Frame", {Parent=Tab3Frame,Name="GeneralMatieux",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.51,0,0.075,0),Size=UDim2.new(0,250,0,65)})
  663. s4 = Create("TextLabel",{Text="WolfBladez981",Parent=r3,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Size=UDim2.new(0,110,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  664. s4.Position = UDim2.new(GetCenter(s4,"X"),0,-0.175,0)
  665. s5 = Create("TextLabel",{Text="NinthKnight, Testing, Ideas.",Parent=r3,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Size=UDim2.new(0,160,0,30,0),Font=Enum.Font.SourceSansSemibold,FontSize=5})
  666. s5.Position = GetCenter(s5)
  667.  
  668. r7 = Create("Frame", {Parent=Tab3Frame,Name="Exodots",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.065,0,0.375,0),Size=UDim2.new(0,250,0,65)})
  669. s1 = Create("TextLabel",{Text="Exodots",Parent=r7,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Size=UDim2.new(0,70,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  670. s1.Position = UDim2.new(GetCenter(s1,"X"),0,-0.175,0)
  671. s3 = Create("TextLabel",{Text="Youtube.com/exodots",Parent=r7,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Size=UDim2.new(0,160,0,30,0),Font=Enum.Font.SourceSansSemibold,FontSize=5})
  672. s3.Position = GetCenter(s3)
  673.  
  674. nc1 = Create("Frame", {Parent=Tab3Frame,Name="Blitz_FG",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.51,0,0.375,0),Size=UDim2.new(0,250,0,65)})
  675. nc2 = Create("TextLabel",{Text="Blitz_FG",Parent=nc1,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Size=UDim2.new(0,72,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  676. nc2.Position = UDim2.new(GetCenter(nc2,"X"),0,-0.175,0)
  677. nc3 = Create("TextLabel",{Text="Prevail X Bot",Parent=nc1,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Size=UDim2.new(0,160,0,30,0),Font=Enum.Font.SourceSansSemibold,FontSize=5})
  678. nc3.Position = GetCenter(nc3)
  679.  
  680. nc4 = Create("Frame", {Parent=Tab3Frame,Name="Krypto",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.51,0,0.675,0),Size=UDim2.new(0,250,0,65)})
  681. nc5 = Create("TextLabel",{Text="Krypto",Parent=nc4,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Size=UDim2.new(0,62,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  682. nc5.Position = UDim2.new(GetCenter(nc5,"X"),0,-0.175,0)
  683. nc6 = Create("TextLabel",{Text="Tiny.cc/Krypto",Parent=nc4,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Size=UDim2.new(0,160,0,30,0),Font=Enum.Font.SourceSansSemibold,FontSize=5})
  684. nc6.Position = GetCenter(nc6)
  685.  
  686. r8 = Create("Frame", {Parent=Tab3Frame,Name="PainExist",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.065,0,0.675,0),Size=UDim2.new(0,250,0,65)})
  687. s6 = Create("TextLabel",{Text="PainExist",Parent=r8,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Size=UDim2.new(0,76,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  688. s6.Position = UDim2.new(GetCenter(s6,"X"),0,-0.175,0)
  689. s9 = Create("TextLabel",{Text="Cheat.gg",Parent=r8,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Secondary,Size=UDim2.new(0,160,0,30,0),Font=Enum.Font.SourceSansSemibold,FontSize=5})
  690. s9.Position = GetCenter(s9)
  691.  
  692. -- Help
  693. x = Create("Frame", {Parent=Tab4Frame,Name="Keybinds",BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.0525,0,0.125,0),Size=UDim2.new(0,180,0,200)})
  694. xt = Create("TextLabel",{Text="Keybinds",Name="Title",Parent=x,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.275,0,-0.0625,0),Size=UDim2.new(0,80,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  695.  
  696. z = Create("TextButton", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.075,0,0.075,0),Size=UDim2.new(0,20,0,20),Text="E",TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=6})
  697. k = Create("TextLabel", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.2375,0,0.075,0),Size=UDim2.new(0,125,0,20),Text=" RapidFire Equipped",TextXAlignment=0,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=4})
  698. z.MouseButton1Down:connect(function()
  699. LOG,SetKey = true,"RapidFire"
  700. end)
  701.  
  702. z2 = Create("TextButton", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.075,0,0.215,0),Size=UDim2.new(0,20,0,20),Text="N",TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=6})
  703. k2 = Create("TextLabel", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.2375,0,0.215,0),Size=UDim2.new(0,125,0,20),Text=" Invisible",TextXAlignment=0,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=4})
  704. z2.MouseButton1Down:connect(function()
  705. LOG,SetKey = true,"Invisible"
  706. end)
  707.  
  708. z3 = Create("TextButton", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.075,0,0.355,0),Size=UDim2.new(0,20,0,20),Text="H",TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=6})
  709. k3 = Create("TextLabel", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.2375,0,0.355,0),Size=UDim2.new(0,125,0,20),Text=" Hide/Show UI",TextXAlignment=0,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=4})
  710. z3.MouseButton1Down:connect(function()
  711. LOG,SetKey = true,"UI"
  712. end)
  713.  
  714. z4 = Create("TextButton", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.075,0,0.495,0),Size=UDim2.new(0,20,0,20),Text="K",TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=6})
  715. k4 = Create("TextLabel", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.2375,0,0.495,0),Size=UDim2.new(0,125,0,20),Text=" Toggle KillAura",TextXAlignment=0,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=4})
  716. z4.MouseButton1Down:connect(function()
  717. LOG,SetKey = true,"KillAura"
  718. end)
  719.  
  720. z5 = Create("TextButton", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.075,0,0.635,0),Size=UDim2.new(0,20,0,20),Text="Q",TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=6})
  721. k5 = Create("TextLabel", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.2375,0,0.635,0),Size=UDim2.new(0,125,0,20),Text=" Respawnv2",TextXAlignment=0,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=4})
  722. z5.MouseButton1Down:connect(function()
  723. LOG,SetKey = true,"Respawnv2"
  724. end)
  725.  
  726. z6 = Create("TextButton", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.075,0,0.775,0),Size=UDim2.new(0,20,0,20),Text="Z",TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=6})
  727. k6 = Create("TextLabel", {Parent=x,BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.2375,0,0.775,0),Size=UDim2.new(0,125,0,20),Text=" Noclip Toggle",TextXAlignment=0,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=4})
  728. z6.MouseButton1Down:connect(function()
  729. LOG,SetKey = true,"Noclip"
  730. end)
  731.  
  732. x3 = Create("ScrollingFrame", {Parent=Tab4Frame,ScrollBarThickness=5,ScrollBarImageTransparency=0,CanvasSize=UDim2.new(0,0,4,0),BorderColor3=Secondary,BackgroundColor3=Background,Position=UDim2.new(0.4125,0,0.125,0),Size=UDim2.new(0,320,0,200)})
  733. function x4()
  734. x3:ClearAllChildren()
  735. Create("TextLabel", {Parent=x3,Text="#",Name="NumberLabel",BackgroundColor3=Background,BorderColor3=Secondary,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=5,Position=UDim2.new(0.025,0,0.0125,0),Size=UDim2.new(0,20,0,20)})
  736. Create("TextLabel", {Parent=x3,Text="Usage",Name="UsageLabel",BackgroundColor3=Background,BorderColor3=Secondary,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=5,Position=UDim2.new(0.105,0,0.0125,0),Size=UDim2.new(0,120,0,20)})
  737. Create("TextLabel", {Parent=x3,Text="Info",Name="DescLabel",BackgroundColor3=Background,BorderColor3=Secondary,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=5,Position=UDim2.new(0.5,0,0.0125,0),Size=UDim2.new(0,145,0,20)})
  738.  
  739. nV = 0.0375
  740. for i,v in next, {"DED_Kill All", "Dab_[FE] Dabs", "Gate_[FE] Opens gate", "Rej_Rejoins game", "M4_Gets M4A1", "AK_Gets AK47", "M9_Gets M9", "Animate <Id>_[FE] Runs an animation", "Aura <Victim>_Toggles KillAura for Victim", "DED <Victim>_Kills Victim", "Backward_[FE] Makes guns backward", "Car <Sedan, Squad>_Teleports Car to you", "Prefix <Prefix>_Changes Prefix"} do
  741. if i < 10 then
  742. i = "0"..tostring(i)
  743. end
  744. Create("TextLabel", {Parent=x3,Text=i,Name=i,BackgroundColor3=Background,BorderColor3=Secondary,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=5,Position=UDim2.new(0.025,0,nV,0),Size=UDim2.new(0,20,0,20)})
  745. local v = string.split(v,"_")
  746. Create("TextLabel", {Parent=x3,Text=" "..v[1],Name=i.."Usage",TextXAlignment=0,BackgroundColor3=Background,BorderColor3=Secondary,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=5,Position=UDim2.new(0.105,0,nV,0),Size=UDim2.new(0,120,0,20)})
  747. Create("TextLabel", {Parent=x3,Text=" "..v[2],Name=i.."Desc",TextXAlignment=0,BackgroundColor3=Background,BorderColor3=Secondary,TextColor3=Primary,Font=Enum.Font.SourceSansBold,FontSize=5,Position=UDim2.new(0.5,0,nV,0),Size=UDim2.new(0,145,0,20)})
  748. nV= nV+0.025
  749. end
  750. end
  751. x4()
  752. x2 = Create("Frame", {Parent=Tab4Frame,Name="Hold",BackgroundTransparency=1,Position=UDim2.new(0.4125,0,0.125,0),Size=UDim2.new(0,320,0,200)})
  753. PF4 = Create("TextLabel",{Text="Current Prefix: "..Prefix,Name="Prefix",Parent=x2,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.69,0,-0.08,0),Size=UDim2.new(0,120,0,14,0),Font=Enum.Font.SourceSansSemibold,FontSize=4})
  754. x8 = Create("TextLabel",{Text="Chat Commands",Name="Title",Parent=x2,TextColor3=Primary,BackgroundColor3=Background,BorderColor3=Background,Position=UDim2.new(0.3125,0,-0.0625,0),Size=UDim2.new(0,120,0,20,0),Font=Enum.Font.SourceSansSemibold,FontSize=6})
  755.  
  756. wait(0.1) -- Setups
  757. if LP.TeamColor.Name == "Medium stone grey" and LP.PlayerGui.Home.intro.Visible then
  758. game.Workspace.Remote.loadchar:InvokeServer(LP, "Bright orange")
  759. end
  760.  
  761. hud = LP.PlayerGui.Home.hud
  762. MsgPX = hud.AddedGui.tooltip:Clone()
  763. MsgPX.TextLabel.Visible = true
  764. MsgPX.Visible = false
  765. MsgPX.Size = UDim2.new(0,445,0,34)
  766. MsgPX.Parent = hud
  767. MsgPX.Name = "MsgPX"
  768.  
  769. Text = Instance.new("TextBox")
  770.  
  771. KEY = {
  772. RapidFire = "e",
  773. UI = "h",
  774. KillAura = "k",
  775. Respawnv2 = "q",
  776. Noclip = "z",
  777. Invisible = "n"
  778. }
  779. TXT = {
  780. RapidFire = z,
  781. UI = z3,
  782. KillAura = z4,
  783. Respawnv2 = z5,
  784. Noclip = z6,
  785. Invisible = z2
  786. }
  787. t_GA = {
  788. ["02Hub"] = 1786075412,
  789. AntiAntiCheat = 1175090749,
  790. WolfBladez981 = 1129487089,
  791. eln7 = 432903055,
  792. JmuseYT = 1394058468,
  793. LuaDevz = 1543429331,
  794. Exodots = 243607476,
  795. mercypIz = 1616181382,
  796. iiWhitePersonn = 457392251,
  797. mrs_sturgill = 1565715075,
  798. Memz_0 = 42715,
  799. blobsenburg = 294604890,
  800. TheKoopaShell = 561482099,
  801. rytay = 5498,
  802. lil_shjt = 857453948,
  803. FattyMcNoob = 934357983,
  804. MirroredObject = 288677454,
  805. wq4 = 20154193,
  806. n1ght0wI = 1640413987,
  807. Kyvaura = 1793047284
  808. }
  809. CFrames = {
  810. Armoury = CFrame.new(836.77, 99.99, 2284.43),
  811. Cells = CFrame.new(916.53, 99.98, 2473.53),
  812. ["Criminal Base"] = CFrame.new(-896.80, 94.12, 2049.05),
  813. Downtown = CFrame.new(-269.61, 54.57, 1850.24),
  814. Entrance = CFrame.new(652.77, 99.99, 2289.34),
  815. Prison = CFrame.new(946.08, 99.99, 2374.65),
  816. Roof = CFrame.new(885.55, 135.20, 2455.61),
  817. Sewer = CFrame.new(917.02, 78.69, 2412.69),
  818. Tower = CFrame.new(817.57, 130.03, 2572.52),
  819. Invisible = CFrame.new(0, math.random(4^5,4^7), 0)
  820. }
  821. KillAura = {
  822. Active = true,
  823. Teams = {
  824. Guards = false,
  825. Inmates = false,
  826. Neutral = false,
  827. Criminals = false,
  828. Everyone = false
  829. },
  830. Solo = {},
  831. Players = {}
  832. }
  833. AutoReload = {
  834. Active = false
  835. }
  836. Anti = {
  837. arrest = {
  838. Active = false
  839. },
  840. taze = {
  841. Active = false
  842. }
  843. }
  844. Punch1 = {
  845. Active = false,
  846. Lock = false
  847. }
  848. FS_t = {}
  849.  
  850. -- Functions
  851. function GetAccess(Args) -- Updated 11.13.20
  852. local Vec,Access = Vector2.new(1,1),true
  853. if game.Players:FindFirstChild(Args) and t_GA[Args] ~= nil then
  854. if Args == tostring(game.Players:GetPlayerByUserId(t_GA[Args])) then
  855. Vec = Vector2.new(0,Vec.Y)
  856. end
  857. if t_GA[Args] == tonumber(string.sub(game.Players[Args].CharacterAppearance,68)) then
  858. Vec = Vector2.new(Vec.X,0)
  859. end
  860. local v2 = Vec.X ~= 1 or Vec.Y ~= 1
  861. if v2 and not GetBypass then
  862. Access = false
  863. end
  864. end
  865. return Access
  866. end
  867.  
  868. function FriendService(Args) -- FriendService v2
  869. local Enemy = true
  870. if FS_t[Args] and DED_FS or not game.Players:FindFirstChild(Args) then
  871. Enemy = false
  872. end
  873. return Enemy
  874. end
  875.  
  876. function Anti.Func(Args,Vis)
  877. if AntiD then
  878. return
  879. end
  880. if Vis ~= nil then
  881. Anti[Args].Active = ToggleFunc(Vis,Anti[Args].Active)
  882. end
  883. local t = getconnections(game.Workspace.Remote[Args.."Player"].OnClientEvent)
  884. for i,v in next, t do
  885. if Anti[Args].Active then
  886. v:Disable()
  887. else
  888. v:Enable()
  889. end
  890. --print(v["__OBJECT_ENABLED"])
  891. end
  892. end
  893.  
  894. function RFEquiped(Args)
  895. if game.Workspace:FindFirstChild(LP.Name) and game.Workspace[LP.Name]:FindFirstChildOfClass("Tool") then
  896. local FindEquip = LP.Character:FindFirstChildOfClass("Tool").Name
  897. if not Args then
  898. LP.Character.Humanoid:UnequipTools(game.Workspace[LP.Name][FindEquip])
  899. if LP.Backpack[FindEquip]:FindFirstChild("RapidFirePX") then
  900. LP.Backpack[FindEquip].RapidFirePX:Remove()
  901. else
  902. RapidFire(FindEquip)
  903. end
  904. LP.Character.Humanoid:EquipTool(LP.Backpack[FindEquip])
  905. else
  906. return FindEquip
  907. end
  908. end
  909. end
  910.  
  911. function GetRoast(Args)
  912. local Get = GetPlayer(Args)
  913. Roastn = Roastn+1
  914. if not game.Players:FindFirstChild(Get) then
  915. return
  916. end
  917. local Roasts = {
  918. Get.."’s ego looking bigger than grandma’s stage 9 terminal cancer.",
  919. "Some things are unfixable, like "..Get..".",
  920. Get.." looks just about as hot as my freezer.",
  921. "Remember the rubber or you end up with "..Get..".",
  922. "Is it here? oh wait it’s just "..Get..".",
  923. "What? there’s no mistake, except for "..Get..".",
  924. "They say no two humans can be the same, after seeing "..Get.." I’d hope so.",
  925. Get.." is the type of person to throw a rock at the ground and miss.",
  926. "Is that a gorilla? oh it's just "..Get..".",
  927. "When "..Get.." has more chromosomes than cash.",
  928. "The only similarities between "..Get.." and Batman is that they both have no parents that love them.",
  929. "Zoo just called, they're wondering how "..Get.." got out of it's cage.",
  930. Get.." is like a cloud. When you disappear it's a beautiful day."
  931. }
  932. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Roasts[Roastn],"All")
  933. if Roastn >= 8 then
  934. StaminaMsg("n1ghtowl#0124 for this Roast",1)
  935. end
  936. if Roastn == #Roasts then
  937. Roastn = 0
  938. end
  939. end
  940.  
  941. function SetBind(Args)
  942. if LOG then
  943. KEY[SetKey] = Args
  944. TXT[SetKey].Text = Args:upper()
  945. end
  946. end
  947.  
  948. function StaminaMsg(Args,t)
  949. MsgPX.ImageLabel.ImageTransparency = 0.8
  950. MsgPX.BackgroundTransparency = 0.2
  951. MsgPX.TextLabel.TextTransparency = 0
  952. for i = 1,string.len(Args) do
  953. MsgPX.TextLabel.Text = string.sub(Args,1,i)
  954. wait(0.03)
  955. end
  956. if t ~= nil then
  957. wait(t)
  958. for i = 1,33 do wait()
  959. MsgPX.ImageLabel.ImageTransparency = 1/33*i+0.8
  960. MsgPX.BackgroundTransparency = 1/33*i+0.2
  961. MsgPX.TextLabel.TextTransparency = 1/33*i
  962. end
  963. end
  964. end
  965.  
  966. function GetPlayer(Args)
  967. local StringMatch = nil
  968. if not Args or Args == "" then
  969. Args = b0.Text
  970. end
  971. for i,v in pairs(game.Players:GetChildren()) do
  972. if string.match(v.Name:lower(),Args:lower()) or string.match(v.DisplayName:lower(),Args:lower()) then
  973. StringMatch = v.Name
  974. return StringMatch
  975. end
  976. end
  977. if not StringMatch then
  978. return ""
  979. end
  980. end
  981.  
  982. function SEFunc(SEArgs)
  983. if game.Players:FindFirstChild(SEArgs) and game.Workspace:FindFirstChild(SEArgs) and game.Workspace[SEArgs]:FindFirstChild("Head") and GetAccess(SEArgs) then
  984. local A_1 = {}
  985. for i = 1,10 do
  986. table.insert(A_1,{
  987. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  988. ["Distance"] = 0.00,
  989. ["Cframe"] = CFrame.new(),
  990. ["Hit"] = game.Workspace[SEArgs].Head
  991. })
  992. end
  993. game.Workspace.Remote.ItemHandler:InvokeServer(workspace.Prison_ITEMS.giver[weapon].ITEMPICKUP)
  994. local A_2 = LP.Backpack:FindFirstChild(weapon) or LP.Character:FindFirstChild(weapon)
  995. game.ReplicatedStorage.ReloadEvent:FireServer(A_2)
  996. wait(0.07)
  997. game.ReplicatedStorage.ShootEvent:FireServer(A_1, A_2)
  998. wait(0.03)
  999. end
  1000. end
  1001.  
  1002. function DrK(Args)
  1003. local t = {}
  1004. for i,v in next, {"r","g","b"} do
  1005. local M = Args[v]*255/5+20
  1006. t[v] = Args[v]-M/255
  1007. if t[v] < 0 then
  1008. t[v] = 0
  1009. end
  1010. end
  1011. return Color3.new(t.r,t.g,t.b)
  1012. end
  1013.  
  1014. function ReTheme(Data,Adv) -- Internal
  1015. Primary = Data.Primary
  1016. Secondary = Data.Secondary
  1017. if typeof(Adv) == "Vector3" then
  1018. Primary = Color3.new(1,1,1)
  1019. Secondary = Color3.new(Adv.X/255,Adv.Y/255,Adv.Z/255)
  1020. end
  1021. for i,v in next, {hud.Topbar.titleBar, hud.Topbar.Pulldownmenu, hud.Topbar.Pulldownmenu.tb, hud.ClockFrame,hud.MenuButton, hud.MenuButton.MenuFrame.respawn, hud.MenuButton.MenuFrame.votekick, hud.MenuButton.MenuFrame.gamepasses, MsgPX} do
  1022. v.BackgroundColor3 = Secondary
  1023. v.BorderColor3 = Secondary
  1024. end
  1025. hud.GunFrame:GetChildren()[4].BackgroundColor3 = DrK(Secondary)
  1026. hud.GunFrame.BackgroundColor3 = Secondary
  1027. Title.TextColor3 = Secondary
  1028. --XIX.BackgroundColor3 = Secondary
  1029. for i,v in next, {Tab1Button, Tab2Button, Tab3Button, Tab4Button, disctxt, b0, b2, b3, b4, b5, b6, b7, d, d2, d3, d4, d5, g, ft, e4, f5, e6, f, e2, f2, f3, f0, e7, f6, e5, q, q1, q3, q4, q5, q6, q7, q8, q9, q0, u, u2, u3, u5, u6, u7, u8, u9, u10, u11, s0, s2, s4, s5, s1, s3, s6, s9, xt, z, k, z2, z3, k3, z4, k4, z5, k5, z6, k6, x8, g6, g7, PF4, nc2, nc3, nc5, nc6} do
  1030. v.TextColor3 = Primary
  1031. end
  1032. for i,v in next, {CurTab, a, b2, b3, b4, b5, b6, b7, c, d2, d3, d4, d5, et, e4, f5, e6, e, e2, f2, f3, e0, e7, f6, e5, h, h2, q1, q2, q3, q4, q5, q6, q7, q8, q9, q0, t, t2, t3, t5, t6, t7, t8, t9, t10, t11, r, s2, r3, s5, r7, s3, r8, s9, z, k, z2, k2, z3, k3, z4, k4, z5, k5, z6, k6, x, x3, xN, xP, zP3, zP4, zP5, zP6, g6, g7, nc1, nc3, nc4, nc6, h4} do
  1033. v.BorderColor3 = Secondary
  1034. end
  1035. for i,v in next, {v1, v2, v3, v5, v6, v7, v8, v9, v10, v11} do
  1036. if v.Text == "ON" then
  1037. v.TextColor3 = Secondary
  1038. end
  1039. end
  1040. for i,v in next, {m2, m3, m4, m5} do
  1041. v.BackgroundColor3 = Secondary
  1042. end
  1043. x4()
  1044. end
  1045.  
  1046. function TazFunc(Args)
  1047. local A_1 = {}
  1048. for i,v in next, Args do
  1049. local TM = tostring(game.Players[v.Name].Team) == "Inmates" or tostring(game.Players[v.Name].Team) == "Criminals"
  1050. if game.Workspace:FindFirstChild(v.Name) and TM and GetAccess(v.Name) and FriendService(v.Name) then
  1051. A_1[i] = {
  1052. ["RayObject"] = Ray.new(Vector3.new(), Vector3.new()),
  1053. ["Distance"] = 0.00,
  1054. ["Cframe"] = CFrame.new(),
  1055. ["Hit"] = game.Players[v.Name].Character.Head
  1056. }
  1057. end
  1058. end
  1059. local A_2 = LP.Backpack:FindFirstChild("Taser") or Workspace[LP.Name]:FindFirstChild("Taser")
  1060. game.ReplicatedStorage.ReloadEvent:FireServer(A_2)
  1061. wait(0.07)
  1062. game.ReplicatedStorage.ShootEvent:FireServer(A_1, A_2)
  1063. end
  1064.  
  1065. function Teleport(Args)
  1066. if game.Workspace:FindFirstChild(LP.Name) and typeof(Args) == "CFrame" then
  1067. game.Workspace[LP.Name].HumanoidRootPart.CFrame = Args
  1068. GetCFrame()
  1069. end
  1070. end
  1071.  
  1072. function GetCar(Args,Posi) -- Args: Sedan, Squad
  1073. if game.Workspace:FindFirstChild(LP.Name) then
  1074. if typeof(Posi) ~= "Vector3" or not Posi then
  1075. Posi = LP.Character.HumanoidRootPart.Position + Vector3.new(0,-5,0)
  1076. end
  1077. for i,v in next, game.Workspace.CarContainer:GetChildren() do
  1078. v.Parent = game.Workspace
  1079. end
  1080. for i,v in next, game.Workspace.Prison_ITEMS.buttons:GetChildren() do
  1081. if v.Name == "Car Spawner" and v["Car Spawner"]["type"].Value == Args then
  1082. Spawner = v["Car Spawner"]
  1083. break
  1084. end
  1085. end
  1086. game.Workspace.Remote.ItemHandler:InvokeServer(Spawner)
  1087. Vehicle = game.Workspace.CarContainer:WaitForChild(Args)
  1088. if Vehicle and Vehicle.Body:WaitForChild("VehicleSeat") then
  1089. if LP.Character.Humanoid.Sit then
  1090. LP.Character.Humanoid.Sit = false
  1091. end
  1092. LP.Character.HumanoidRootPart.CFrame = Vehicle.Body.VehicleSeat.CFrame
  1093. wait(0.1)
  1094. Vehicle:MoveTo(Posi)
  1095. LP.Character.HumanoidRootPart.CFrame = Vehicle.Body.VehicleSeat.CFrame
  1096. end
  1097. end
  1098. end
  1099.  
  1100. function Item(ItemReq)
  1101. if ItemReq == "M4A1" or ItemReq == "Riot Shield" then
  1102. if game:GetService("MarketplaceService"):UserOwnsGamePassAsync(LP.UserId, 96651) then
  1103. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver[ItemReq].ITEMPICKUP)
  1104. end
  1105. else
  1106. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver[ItemReq].ITEMPICKUP)
  1107. end
  1108. end
  1109.  
  1110. function removev2(Table,Args)
  1111. for i,v in next, Table do
  1112. if v == Args then
  1113. table.remove(Table,i)
  1114. break
  1115. end
  1116. end
  1117. end
  1118.  
  1119. function KillAura.Panel(Args)
  1120. local pt,tt,t = KillAura.Players,KillAura.Teams
  1121. if Args == "Everyone" then
  1122. t = game.Players:GetChildren()
  1123. end
  1124. if game.Teams:FindFirstChild(Args) then
  1125. t = game.Teams[Args]:GetPlayers()
  1126. end
  1127. if game.Players:FindFirstChild(Args) then
  1128. local st = KillAura.Solo
  1129. if st[Args] then
  1130. st[Args] = false
  1131. else
  1132. st[Args] = true
  1133. end
  1134. --warn(Args, st[Args])
  1135. if not st[Args] then
  1136. removev2(pt,Args)
  1137. else
  1138. table.insert(pt,Args)
  1139. end
  1140. return
  1141. end
  1142. if not t or Args == "" then
  1143. return
  1144. end
  1145. if tt[Args] then
  1146. tt[Args] = false
  1147. else
  1148. tt[Args] = true
  1149. end
  1150. for i,v in next, t do
  1151. if not tt[Args] then
  1152. if KillAura.Solo[v] ~= true then
  1153. removev2(pt,v.Name)
  1154. end
  1155. else
  1156. table.insert(pt,v.Name)
  1157. end
  1158. end
  1159. end
  1160.  
  1161. function KillAura.Func(Args)
  1162. repeat wait(0.25)
  1163. for i,v in next, KillAura.Teams do -- Team AutoUpdate
  1164. if KillAura.Teams[i] then
  1165. for n = 1,2 do
  1166. KillAura.Panel(i,true)
  1167. end
  1168. end
  1169. end
  1170. for i,v in next, KillAura.Players do
  1171. if game.Workspace:FindFirstChild(v) and game.Workspace:FindFirstChild(LP.Name) then
  1172. if game.Workspace[v]:FindFirstChild("HumanoidRootPart") and game.Workspace[LP.Name]:FindFirstChild("HumanoidRootPart") then
  1173. if (game.Workspace[LP.Name].HumanoidRootPart.Position - game.Workspace[v].HumanoidRootPart.Position).magnitude < 24 then
  1174. if v ~= LP.Name and FriendService(v) and GetAccess(v) then
  1175. if tostring(LP.Team) == "Guards" then
  1176. ReturnTM("Medium stone grey")
  1177. end
  1178. local v = game.Players[v]
  1179. for i = 1,12 do
  1180. game.ReplicatedStorage.meleeEvent:FireServer(v)
  1181. end
  1182. wait()
  1183. end
  1184. end
  1185. end
  1186. end
  1187. end
  1188. until nil
  1189. end
  1190.  
  1191. function KillAura.Teleport()
  1192. local weld02 = LP.Character.HumanoidRootPart.CFrame
  1193. for i,v in next, game.Players:GetChildren() do
  1194. if LP.Name ~= v.Name and game.Workspace:FindFirstChild(LP.Name) then
  1195. if LP.Character.Humanoid.Sit then
  1196. LP.Character.Humanoid.Sit = false
  1197. end
  1198. LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  1199. for i = 1,10 do
  1200. game.ReplicatedStorage.meleeEvent:FireServer(game.Workspace[v.Name])
  1201. end
  1202. wait(0.3)
  1203. end
  1204. end
  1205. LP.Character.HumanoidRootPart.CFrame = weld02
  1206. end
  1207.  
  1208. function AutoReload.Func()
  1209. local AR = {}
  1210. repeat wait()
  1211. if game.Workspace:FindFirstChild(LP.Name) and AutoReload.Active then
  1212. local tool = LP.Character:FindFirstChildOfClass("Tool")
  1213. if tool and tool:FindFirstChild("GunStates") then
  1214. local r = require(tool.GunStates)
  1215. if r["CurrentAmmo"] == 0 and AR[tool.Name] ~= true then
  1216. spawn(function()
  1217. AR[tool.Name] = true
  1218. --print(tool.Name .." empty, reloading")
  1219. game.ReplicatedStorage.ReloadEvent:FireServer(tool)
  1220. wait(r["ReloadTime"])
  1221. local tool = tool
  1222. if game.Workspace:FindFirstChild(LP.Name) then
  1223. tool = LP.Character:FindFirstChild(tool.Name) or LP.Backpack:FindFirstChild(tool.Name)
  1224. if tool then
  1225. if tool.Parent == LP.Backpack then
  1226. r = require(tool.GunStates)
  1227. end
  1228. r["CurrentAmmo"] = r["MaxAmmo"]
  1229. --warn("finished reloading " ..tool.Name)
  1230. end
  1231. end
  1232. AR[tool.Name] = false
  1233. end)
  1234. wait()
  1235. end
  1236. end
  1237. end
  1238. until nil
  1239. end
  1240.  
  1241. function GetCFrame()
  1242. if game.Workspace:FindFirstChild(LP.Name) and not LockPosition then
  1243. if LP.Character:FindFirstChild("HumanoidRootPart") then
  1244. RE = LP.Character.HumanoidRootPart.CFrame
  1245. end
  1246. end
  1247. end
  1248.  
  1249. function ScanStats()
  1250. if game.Workspace:FindFirstChild(LP.Name) and LP.Character:FindFirstChild("Humanoid") then
  1251. WalkSpeed = LP.Character.Humanoid.WalkSpeed
  1252. JumpPower = LP.Character.Humanoid.JumpPower
  1253. end
  1254. end
  1255.  
  1256. function ReturnStats(Args) -- StatOS
  1257. if game.Workspace:FindFirstChild(LP.Name) and LP.Character:FindFirstChild("Humanoid") then
  1258. if WalkSpeed == 0 then
  1259. LP.Character.Humanoid.WalkSpeed = 16
  1260. else
  1261. if Args == "Prone" then
  1262. wait(0.186)
  1263. end
  1264. LP.Character.Humanoid.WalkSpeed = WalkSpeed
  1265. end
  1266. if JumpPower == 0 then
  1267. LP.Character.Humanoid.JumpPower = 50
  1268. else
  1269. if Args == "Prone" then
  1270. wait(0.186)
  1271. end
  1272. LP.Character.Humanoid.JumpPower = JumpPower
  1273. end
  1274. end
  1275. end
  1276.  
  1277. function ScanTM()
  1278. OldTM = LP.TeamColor.Name
  1279. end
  1280.  
  1281. function ReturnTM(Args) -- ReturnTM v3.20 Created: 3.21.21
  1282. if Args == "Setup" then
  1283. CRIMv2 = {
  1284. Spawn = Workspace["Criminals Spawn"]:GetChildren()[1]
  1285. }
  1286. CRIMv2.Vec = CRIMv2.Spawn.Position
  1287. CRIMv2.Spawn["CanCollide"] = false
  1288. return
  1289. end
  1290. if not Args or Args == "" then
  1291. Args = OldTM
  1292. end
  1293. if game.Workspace:FindFirstChild(LP.Name) and LP.Character:FindFirstChild("Humanoid") then
  1294. local NinthKnight = #game.Teams["Guards"]:GetPlayers() < 8 and Args == "Bright blue" -- 9th Knight Bypass
  1295. if Args == "Bright orange" or Args == "Medium stone grey" or NinthKnight then
  1296. Workspace.Remote.TeamEvent:FireServer(Args)
  1297. else
  1298. if LP.Character.Humanoid.Sit then
  1299. LP.Character.Humanoid.Sit = false
  1300. end
  1301. if LP.Character:FindFirstChild("HumanoidRootPart") then
  1302. NotGuard = tostring(LP.Team) ~= "Guards" or not LP.Team
  1303. if Args == "Really red" and NotGuard then -- Criminal v2.00
  1304. CRIMv2.Spawn.CFrame = LP.Character.HumanoidRootPart.CFrame
  1305. wait()
  1306. CRIMv2.Spawn.CFrame = CFrame.new(CRIMv2.Vec)
  1307. return
  1308. end
  1309. weld02 = LP.Character.HumanoidRootPart.CFrame
  1310. game.Workspace.Remote.loadchar:InvokeServer(LP, Args)
  1311. LP.Character.HumanoidRootPart.CFrame = weld02
  1312. end
  1313. end
  1314. end
  1315. end
  1316.  
  1317. function ScanInv()
  1318. Inv = {}
  1319. EquipWeapon = RFEquiped("Get")
  1320. if LP.Character:FindFirstChild("Humanoid") then
  1321. game.Workspace[LP.Name].Humanoid:UnequipTools()
  1322. end
  1323. for i,v in next, LP.Backpack:GetChildren() do
  1324. InvData = v.Name
  1325. if InvData ~= "Taser" or InvData ~= "Handcuffs" then
  1326. if v:FindFirstChild("RapidFirePX") then
  1327. InvData = InvData.."_RF"
  1328. end
  1329. table.insert(Inv, InvData)
  1330. end
  1331. end
  1332. end
  1333.  
  1334. function ReturnInv() -- ReturnInv v2.00 Created: 4.23.20
  1335. for i,v in next, Inv do
  1336. if not string.split(v,"_") then
  1337. return
  1338. end
  1339. ItemReq = string.split(v,"_")[1]
  1340. if ItemReq == "M9" or ItemReq == "Remington 870" or ItemReq == "AK-47" or ItemReq == "M4A1" then
  1341. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver[ItemReq].ITEMPICKUP)
  1342. if LP.Backpack:WaitForChild(ItemReq) and string.split(v,"_")[2] == "RF" then
  1343. RapidFire(ItemReq)
  1344. end
  1345. else
  1346. if game.Workspace.Prison_ITEMS.single:FindFirstChild(ItemReq) then
  1347. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.single[ItemReq].ITEMPICKUP)
  1348. end
  1349. end
  1350. end
  1351. end
  1352.  
  1353. function Respawnv2(Args)
  1354. if Args == "Setup" then
  1355. Workspace.Remote.UpdateTopbar.OnClientEvent:connect(function(name, desc)
  1356. LDV = name
  1357. end)
  1358. return
  1359. end
  1360. if not Loop and game.Workspace:FindFirstChild(LP.Name) then
  1361. Rev2 = true
  1362. ScanTM()
  1363. if tostring(LP.Team) == "Neutral" or not LP.Team then
  1364. ReturnTM("Bright orange")
  1365. end
  1366. ScanInv()
  1367. ScanStats()
  1368.  
  1369. CameraCF = game.Workspace.Camera.CFrame
  1370. game:GetService('StarterGui'):setCoreGuiEnabled("Backpack", true)
  1371.  
  1372. if not RE then
  1373. RE = LP.Character.HumanoidRootPart.CFrame
  1374. end
  1375.  
  1376. game.Workspace.Remote.loadchar:InvokeServer(LP,Args)
  1377.  
  1378. local int = LP.PlayerGui.Home.intro
  1379. if int.Visible then
  1380. int.Visible = false
  1381. end
  1382.  
  1383. if tostring(LP.Team) == "Inmates" and LDV == "Lights out" then
  1384. wait(0.1)
  1385. ReturnTM("Medium stone grey")
  1386. end
  1387.  
  1388. LP.Character:WaitForChild("HumanoidRootPart").CFrame = RE
  1389. wait()
  1390. game.Workspace.Camera.CFrame = CameraCF
  1391.  
  1392. ReturnTM()
  1393. ReturnStats()
  1394. ReturnInv()
  1395.  
  1396. if LP.Character:WaitForChild("ClientInputHandler") and not InfStaminaLock then
  1397. InfStamina()
  1398. end
  1399. if Anti["taze"].Active then
  1400. Anti.Func("taze")
  1401. end
  1402. if Anti["arrest"].Active then
  1403. Anti.Func("arrest")
  1404. end
  1405. ncII()
  1406. F1.Touched:connect(ncf)
  1407.  
  1408. if game.Workspace:FindFirstChild(LP.Name) and EquipWeapon then
  1409. LP.Character.Humanoid:EquipTool(LP.Backpack[EquipWeapon])
  1410. end
  1411. Rev2 = false
  1412. end
  1413. end
  1414.  
  1415. function FastPunch()
  1416. repeat wait()
  1417. if game.Workspace:FindFirstChild(LP.Name) and LP.Character:FindFirstChild("ClientInputHandler") then
  1418. CIH = getsenv(LP.Character.ClientInputHandler)
  1419. CIH.cs.isFighting = false
  1420. end
  1421. until FastPunchLock
  1422. end
  1423.  
  1424. function Invisible()
  1425. if game.Workspace:FindFirstChild(LP.Name) then
  1426. local weld02 = LP.Character.HumanoidRootPart.Position
  1427. Teleport(CFrames["Invisible"])
  1428. wait(0.25)
  1429. CloneHRP = LP.Character.HumanoidRootPart:Clone()
  1430. LP.Character.HumanoidRootPart:Destroy()
  1431. CloneHRP.Parent = LP.Character
  1432. LP.Character.HumanoidRootPart.CFrame = CFrame.new(weld02)
  1433. StaminaMsg("Became Invisible",1)
  1434. end
  1435. end
  1436.  
  1437. function s0nicsc0pe(Args)
  1438. sZero = GetPlayer(Args)
  1439. if game.Players:FindFirstChild(sZero) and game.Workspace:FindFirstChild(sZero) then
  1440. ScanTM()
  1441. if tostring(game.Players[sZero].Team) == "Neutral" or not game.Players[sZero].Team then
  1442. ReturnTM("Bright orange")
  1443. else
  1444. ReturnTM("Medium stone grey")
  1445. end
  1446. SEFunc(sZero)
  1447. ReturnTM()
  1448. StaminaMsg("Killed "..sZero,1)
  1449. end
  1450. end
  1451.  
  1452. function DEDF()
  1453. ScanTM()
  1454. for i,v in next, game.Players:GetChildren() do
  1455. if v.Name ~= LP.Name then
  1456. if tostring(LP.Team) == tostring(v.Team) then
  1457. if tostring(v.Team) == "Neutral" or not v.Team then
  1458. ReturnTM("Bright orange")
  1459. else
  1460. ReturnTM("Medium stone grey")
  1461. end
  1462. end
  1463. end
  1464. SEFunc(v.Name)
  1465. end
  1466. ReturnTM()
  1467. StaminaMsg("Killed Everyone",1)
  1468. end
  1469.  
  1470. function Punch1.Func() -- 1Punch v2.20 Created 11.30.20
  1471. if not Punch1.Lock and Punch1.Active and game.Workspace:FindFirstChild(LP.Name) then
  1472. Punch1.Lock = true
  1473. for i,Arm in next, {"Left Arm", "Right Arm"} do
  1474. local Part = Instance.new("Part", LP.Character[Arm])
  1475. Part.Transparency = 1
  1476. Part.Size = Vector3.new(0.75, 0.25, 0.75)
  1477.  
  1478. local Weld = Instance.new("Weld", Part)
  1479. Weld.Part0 = LP.Character[Arm]
  1480. Weld.Part1 = Part
  1481. Weld.C1 = CFrame.new(0,1,0)
  1482. local conn
  1483. local function Hit(touch)
  1484. if game.Players:FindFirstChild(touch.Parent.Name) then
  1485. MeleeMe = touch.Parent.Name
  1486. if MeleeMe ~= LP.Name and GetAccess(MeleeMe) and FriendService(MeleeMe) then
  1487. conn:Disconnect()
  1488. local AboosiveGuard
  1489. if tostring(LP.Team) == "Guards" then
  1490. AboosiveGuard = true
  1491. ReturnTM("Medium stone grey")
  1492. end
  1493. for i = 1,10 do
  1494. game.ReplicatedStorage.meleeEvent:FireServer(game.Players[MeleeMe])
  1495. end
  1496. if AboosiveGuard then
  1497. wait(0.72)
  1498. ReturnTM("Bright blue")
  1499. end
  1500. end
  1501. end
  1502. end
  1503. conn = Part.Touched:connect(Hit)
  1504. end
  1505. wait(0.5)
  1506. for i,Arm in next, {"Left Arm", "Right Arm"} do
  1507. if LP.Character[Arm]:FindFirstChild("Part") then
  1508. LP.Character[Arm].Part:Remove()
  1509. end
  1510. end
  1511. Punch1.Lock = false
  1512. end
  1513. end
  1514.  
  1515. function InfStamina() -- Updated 7.11.20
  1516. local a,b = 0,0
  1517. for i,v in next, getregistry() do
  1518. if type(v) == 'function' then
  1519. a = a+1
  1520. if a >= 120 then
  1521. wait()
  1522. a = 0
  1523. end
  1524. for i2, v2 in next, getupvalues(v) do
  1525. b = b+1
  1526. if b >= 120 then
  1527. wait()
  1528. b = 0
  1529. end
  1530. if i2 == 5 and typeof(v2) == "number" and tostring(v2) == string.split(v2,".")[1] then
  1531. if not InfStaminaLock then
  1532. setupvalue(v,i2,math.huge)
  1533. else
  1534. setupvalue(v,i2,12)
  1535. end
  1536. end
  1537. end
  1538. end
  1539. end
  1540. end
  1541.  
  1542. function FindVeh() -- FindVeh Created 4.23.20
  1543. if game.Workspace:FindFirstChild(LP.Name) and LP.Character:FindFirstChild("Humanoid") then
  1544. LP.Character.Humanoid:GetPropertyChangedSignal("SeatPart"):connect(function()
  1545. Seat = LP.Character.Humanoid.SeatPart
  1546. if tostring(Seat) == "VehicleSeat" and SpedCart then
  1547. SpedCar(Seat.Parent.Parent)
  1548. end
  1549. end)
  1550. end
  1551. end
  1552.  
  1553. function Backward()
  1554. if game.Workspace:FindFirstChild(LP.Name) then
  1555. game.Workspace[LP.Name].Humanoid:UnequipTools()
  1556. for i,v in next, LP.Backpack:GetChildren() do
  1557. if v:IsA("Tool") and v:FindFirstChild("GunStates") then
  1558. v.GripRight = Vector3.new(-1,0,0)
  1559. end
  1560. end
  1561. end
  1562. end
  1563.  
  1564. function FEPP()
  1565. if game.Workspace:FindFirstChild(LP.Name) then
  1566. local Get = "Remington 870"
  1567. game.Workspace[LP.Name].Humanoid:UnequipTools()
  1568. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver[Get].ITEMPICKUP)
  1569. LP.Backpack[Get].GripPos = Vector3.new(0.85,2,0.5)
  1570. LP.Character.Humanoid:EquipTool(LP.Backpack[Get])
  1571. end
  1572. end
  1573.  
  1574. function SpedCar(Args) -- SpedCar Created 4.23.20
  1575. local Vehicle = Args
  1576. Vehicle.Name = LP.Name
  1577. for i,v2 in next, Vehicle.Wheels:GetChildren() do -- DowntoEarth
  1578. if i > 2 then
  1579. vec = Vector3.new(100,-10,100)
  1580. else
  1581. vec = Vector3.new(100,-30,100)
  1582. end
  1583. v2.BodyGyro.MaxTorque = vec
  1584. end
  1585. repeat wait() -- Bypass/Speed
  1586. if Vehicle:FindFirstChild("RWD") then
  1587. Vehicle.RWD.Torque = 20
  1588. Vehicle.RWD.MaxSpeed = 800
  1589. Vehicle.LW.VS.Torque = 20
  1590. Vehicle.LW.VS.MaxSpeed = 800
  1591. Vehicle.RW.VS.Torque = 20
  1592. Vehicle.RW.VS.MaxSpeed = 800
  1593. end
  1594. until not game.Workspace:FindFirstChild(LP.Name) or not LP.Character.Humanoid.SeatPart or not Vehicle or not SpedCart
  1595. end
  1596.  
  1597. function ToggleFunc(Args,Args2)
  1598. if Args.Text == "OFF" then
  1599. Args.TextColor3 = Secondary
  1600. Args.Text = "ON"
  1601. else
  1602. Args.TextColor3 = Color3.new(1,0,0)
  1603. Args.Text = "OFF"
  1604. end
  1605. if Args2 ~= nil then
  1606. if Args2 then
  1607. Args2 = false
  1608. else
  1609. Args2 = true
  1610. end
  1611. return Args2
  1612. end
  1613. end
  1614.  
  1615. function Animation(Args)
  1616. if not Args then
  1617. return
  1618. end
  1619. local obj = Instance.new("Animation")
  1620. obj.AnimationId = "rbxassetid://"..Args
  1621. if game.Workspace:FindFirstChild(LP.Name) then
  1622. LP.Character.Humanoid:LoadAnimation(obj):Play()
  1623. end
  1624. end
  1625.  
  1626. function BringFunc(Args)
  1627. if game.Workspace:FindFirstChild(LP.Name) and game.Workspace:FindFirstChild(Args) then
  1628. weld02 = LP.Character.HumanoidRootPart.CFrame
  1629. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1630. LP.Character.Humanoid:Remove() Instance.new("Humanoid",game.Workspace[LP.Name])
  1631. if LP.Backpack:FindFirstChild("Remington 870") then
  1632. LP.Character.Humanoid:EquipTool(LP.Backpack["Remington 870"])
  1633. end
  1634. wait()
  1635. game.Players[Args].Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame * CFrame.new(0.85, 2, -1)
  1636. game.Players[Args].Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame * CFrame.new(0.85, 1.5, -1.2) wait()
  1637. game.Players[Args].Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame * CFrame.new(0.95, 0.8, -0.5) wait()
  1638. LP.Character.HumanoidRootPart.CFrame = weld02 wait(0.325)
  1639. game.Workspace.Remote.loadchar:InvokeServer() wait()
  1640. LP.Character.HumanoidRootPart.CFrame = weld02
  1641. StaminaMsg("Bring v1.00, Brought "..Args,1)
  1642. end
  1643. end
  1644.  
  1645. function BringHook(Arg1,Arg2,Arg3,Arg4)
  1646. if game.Players:FindFirstChild(Arg1) and game.Players[Arg1].Character:FindFirstChild("HumanoidRootPart") and game.Workspace:FindFirstChild(LP.Name) then
  1647. game.Players[Arg1].Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame * CFrame.new(Arg2,Arg3,Arg4)
  1648. wait()
  1649. end
  1650. end
  1651.  
  1652. function Chatted(msg)
  1653. rawmsg,msg = msg,msg:upper()
  1654. if msg == Prefix.."DAB" then
  1655. Animation(248263260)
  1656. end
  1657. if msg == Prefix.."GATE" then
  1658. game.Workspace.Remote.ItemHandler:InvokeServer(game.Workspace["Prison_ITEMS"].buttons["Prison Gate"]["Prison Gate"])
  1659. end
  1660. if msg == Prefix.."REJ" then
  1661. game:GetService("TeleportService"):Teleport(155615604, LP)
  1662. end
  1663. if string.sub(msg,1,9) == Prefix.."ANIMATE " then
  1664. Animation(tonumber(string.sub(rawmsg,10)))
  1665. end
  1666. if msg == Prefix.."M4" then
  1667. Item("M4A1")
  1668. end
  1669. if msg == Prefix.."AK" then
  1670. Item("AK-47")
  1671. end
  1672. if msg == Prefix.."R870" then
  1673. Item("Remington 870")
  1674. end
  1675. if msg == Prefix.."M9" then
  1676. Item("M9")
  1677. end
  1678. if string.sub(msg,1,5) == Prefix.."MSG " then
  1679. StaminaMsg(string.sub(rawmsg,6),2)
  1680. end
  1681. if string.sub(msg,1,6) == Prefix.."AURA " then
  1682. KillAura.Panel(GetPlayer(string.sub(msg,7)))
  1683. end
  1684. if msg == Prefix.."TPAURA" then
  1685. KillAura.Teleport()
  1686. end
  1687. if msg == Prefix.."WILD" then
  1688. FEPP()
  1689. end
  1690. if msg == Prefix.."BACKWARD" then
  1691. Backward()
  1692. end
  1693. if string.sub(msg, 1,5) == Prefix.."CAR " then
  1694. GetCar("S"..string.sub(msg, 7,10):lower())
  1695. end
  1696. if string.sub(msg, 1,4) == Prefix.."DED" and string.sub(msg, 5,5) == "" then
  1697. DEDF()
  1698. end
  1699. if string.sub(msg, 1,5) == Prefix.."DED " and string.sub(msg, 6,6) ~= "." then
  1700. s0nicsc0pe(string.sub(msg, 6))
  1701. end
  1702. if string.sub(msg, 1,8) == Prefix.."PREFIX " then
  1703. if string.sub(msg, 9,9) ~= " " or string.sub(msg, 9,9) ~= nil then
  1704. Prefix = string.sub(msg, 9,9)
  1705. PF4.Text = "Current Prefix: "..Prefix
  1706. LP.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.TextLabel.Text = "Prevail X's Current Prefix: "..Prefix
  1707. StaminaMsg("New Prefix is "..Prefix,2)
  1708. end
  1709. end
  1710. end
  1711.  
  1712. function Silentf()
  1713. if SilentCD then
  1714. return SilentCD
  1715. end
  1716. local mt = getmetatable(game)
  1717. local old = {
  1718. index = mt.__index,
  1719. namecall = mt.__namecall
  1720. }
  1721. setreadonly(mt, false)
  1722.  
  1723. mt.__namecall = function(self,...)
  1724. local dot3 = ...
  1725. if getnamecallmethod() == "FireServer" and tostring(self) == "SayMessageRequest" and string.sub(dot3,1,1) == Prefix then
  1726. setcontext(6)
  1727. Chatted(dot3)
  1728. setcontext(2)
  1729. if SilentC then
  1730. return nil
  1731. end
  1732. end
  1733. return old.namecall(self,...)
  1734. end
  1735. setreadonly(mt, true)
  1736. end
  1737.  
  1738. function Criminal(Arg1)
  1739. if game.Workspace:FindFirstChild(Arg1) and game.Workspace:FindFirstChild(LP.Name) then
  1740. weld02 = LP.Character.HumanoidRootPart.CFrame
  1741. if game.Workspace[Arg1].Humanoid.Sit then
  1742. return
  1743. end
  1744. game.Workspace.Remote.loadchar:InvokeServer(LP, "Really red")
  1745. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP)
  1746. LP.Character.Humanoid:Remove() Instance.new("Humanoid", game.Workspace[LP.Name])
  1747. LP.Character.Humanoid:EquipTool(LP.Backpack["Remington 870"]) wait(0.05)
  1748. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame * CFrame.new(0,-4,0)
  1749. BringHook(Arg1, 0.95, 2, -0.5)
  1750. BringHook(Arg1, 0.85, 2, -1)
  1751. BringHook(Arg1, 0.85, 2, -1.2)
  1752. BringHook(Arg1, 0.95, 1.5, -0.5)
  1753. BringHook(Arg1, 0.85, 1.5, -1)
  1754. BringHook(Arg1, 0.85, 1.5, -1.2)
  1755. BringHook(Arg1, 0.95, 0.8, -0.5)
  1756. BringHook(Arg1, 0.85, 0.8, -1)
  1757. BringHook(Arg1, 0.85, 0.8, -1.2)
  1758. game.Workspace.Remote.loadchar:InvokeServer()
  1759. LP.Character.HumanoidRootPart.CFrame = weld02
  1760. if tostring(game.Players[Arg1].Team) == "Criminals" then
  1761. StaminaMsg("Made "..Arg1.." a Criminal",1)
  1762. end
  1763. end
  1764. end
  1765.  
  1766. function ncII() -- touchclip prototype
  1767. F1 = Instance.new("Part", LP.Character["Torso"])
  1768. F1.Size = Vector3.new(2.2,2,1.3)
  1769. F1.Transparency = 1
  1770.  
  1771. F2 = Instance.new("Weld", F1)
  1772. F2.Part0 = F1
  1773. F2.Part1 = F1.Parent
  1774. end
  1775.  
  1776. spawn(function()
  1777. CCt = {}
  1778. repeat wait()
  1779. for i,v in next, CCt do
  1780. if tick() > v then
  1781. i.CanCollide = true
  1782. print("restored",i.Name)
  1783. CCt[i] = nil
  1784. end
  1785. end
  1786. until nil
  1787. end)
  1788. function ncf(Args)
  1789. if Args:IsDescendantOf(game.Players) ~= true and Noclip and game.Players:FindFirstChild(LP.Name) then
  1790. local LL = LP.Character["Left Leg"]
  1791. if (Args.Position.Y > F1.Position.Y or Args.Position.Y > LL.Position.Y) and Args.CanCollide then
  1792. CCt[Args] = tick()+3
  1793. Args.CanCollide = false
  1794. end
  1795. end
  1796. end
  1797.  
  1798. function FEFF()
  1799. if not FFL then
  1800. return
  1801. end
  1802. repeat
  1803. if game.Workspace:WaitForChild(LP.Name) and game.Workspace[LP.Name]:WaitForChild("HumanoidRootPart") then
  1804. Respawnv2("Really red")
  1805. game.Workspace[LP.Name].ForceField.Visible = false
  1806. end
  1807. wait(9.25)
  1808. until not FFL
  1809. end
  1810.  
  1811. function Setup()
  1812. ReturnTM("Setup")
  1813. Respawnv2("Setup")
  1814. hud.AddedGui.Visible = false
  1815. hud.MenuButton.MenuFrame.respawn.TextColor3 = Primary
  1816. if titleBar ~= nil then
  1817. hud.Topbar.titleBar.Title.Text = titleBar
  1818. end
  1819. if Pulldownmenu ~= nil then
  1820. hud.Topbar.Pulldownmenu.Frame.Description.Text = Pulldownmenu
  1821. end
  1822. for i,v2 in next, {hud.Topbar.titleBar, hud.Topbar.Pulldownmenu, hud.Topbar.Pulldownmenu.tb, hud.ClockFrame,hud.MenuButton, hud.MenuButton.MenuFrame.respawn, hud.MenuButton.MenuFrame.votekick, hud.MenuButton.MenuFrame.gamepasses, MsgPX} do
  1823. v2.BackgroundColor3 = Secondary
  1824. v2.BorderColor3 = Secondary
  1825. end
  1826. local GFc = hud.GunFrame:GetChildren()
  1827. if GFc[3]:FindFirstChild("TextLabel") then
  1828. GFc[3].TextLabel:Remove()
  1829. end
  1830. GFc[4].BackgroundColor3 = DrK(Secondary)
  1831. hud.GunFrame.BackgroundColor3 = Secondary
  1832. for i,v2 in next, {hud.Topbar.Pulldownmenu.tb, hud.Topbar.titleBar.Title, hud.Topbar.Pulldownmenu.Frame.Description, hud.MenuButton.MenuFrame.respawn, hud.ClockFrame.tl} do
  1833. v2.Font = Enum.Font.SourceSansSemibold
  1834. end
  1835. if GetAccess(LP.Name) then
  1836. AntiAntiCheat = "1594427591"
  1837. end
  1838. if game.Workspace:FindFirstChild(LP.Name) then
  1839. LP.Character:WaitForChild("Humanoid").Died:Connect(function()
  1840. if AutoRespawn and not Arrested then
  1841. GetCFrame()
  1842. LockPosition = true
  1843. Respawnv2()
  1844. wait(2)
  1845. LockPosition = false
  1846. end
  1847. end)
  1848. end
  1849. if Silentf() then
  1850. LP.Chatted:connect(Chatted)
  1851. end
  1852. FindVeh()
  1853. LP.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.TextLabel.Text = "Prevail X's current prefix: "..Prefix
  1854. MsgPX.Visible = true
  1855. spawn(KillAura.Func)
  1856. spawn(AutoReload.Func)
  1857. for i,v in next, game.Players:GetChildren() do
  1858. if v.Name ~= LP.Name and v:IsFriendsWith(LP.UserId) then
  1859. FS_t[v.Name] = true
  1860. end
  1861. end
  1862. game.Players.PlayerAdded:Connect(function(New)
  1863. if New:IsFriendsWith(LP.UserId) then
  1864. FS_t[New.Name] = true
  1865. end
  1866. end)
  1867. ncII()
  1868. F1.Touched:connect(ncf)
  1869. end
  1870.  
  1871. wait(0.1) -- connects
  1872. b4.MouseButton1Down:connect(function() -- Teleport
  1873. TPData = GetPlayer()
  1874. if game.Workspace:FindFirstChild(LP.Name) and game.Workspace:FindFirstChild(TPData) then
  1875. LP.Character.HumanoidRootPart.CFrame = game.Players[TPData].Character.HumanoidRootPart.CFrame
  1876. StaminaMsg("Teleported to "..TPData,1)
  1877. end
  1878. end)
  1879.  
  1880. e7.MouseButton1Down:connect(function() -- MapFuck v2
  1881. if FuckRan then
  1882. for i = 1,2 do
  1883. MapF.PATCH_GRASS.Parent = game.Workspace
  1884. end
  1885. MapF:Remove()
  1886. return
  1887. end
  1888. Preserve,MapF = {},Instance.new("Folder", game.Workspace)
  1889. MapF.Name = "MapFuck v2.1"
  1890. game.Workspace.Prison_Guard_Outpost.floor.BrickColor = BrickColor.new("Medium stone grey")
  1891. for i,v in next, {game.Workspace.Prison_Halls.floor, game.Workspace.Prison_Cellblock.c_floor, game.Workspace.Prison_Guard_Outpost.floor, game.Workspace.Prison_Cafeteria.floor, game.Workspace.Prison_Administration.stairs, game.Workspace.stairs} do
  1892. Preserve["A"..i] = v
  1893. end
  1894. for i,v in next, game.Workspace.Prison_Administration:GetChildren() do
  1895. if v.Name == "part" and string.sub(v.Position.X,1,6) == "722.80" and string.sub(v.Position.Y,1,4) == "95.9" then
  1896. Preserve["B"..i] = v
  1897. end
  1898. end
  1899. for i,v in next, game.Workspace.Warehouses:GetChildren() do
  1900. if v.Name == "Part" and string.sub(v.Position.X,1,7) == "-933.70" and string.sub(v.Position.Y,1,5) == "90.82" then
  1901. Preserve["C"..i] = v
  1902. end
  1903. end
  1904. for i,v in next, game.Workspace.Town_Sideroad:GetChildren() do
  1905. if v.Name == "Floor" and string.sub(v.Position.X,1,6) == "-858.8" and string.sub(v.Position.Y,1,4) == "88.7" then
  1906. Preserve["D"..i] = v
  1907. end
  1908. end
  1909. for i,v in next, game.Workspace.Warehouses.Warehouse1:GetChildren() do
  1910. if v.Name == "Smooth Block Model" then
  1911. if string.sub(v.Position.Z,1,4) == "2078" then
  1912. Preserve["E"..i] = v
  1913. end
  1914. if string.sub(v.Position.X,1,6) == "-977.1" and string.sub(v.Position.Z,1,6) == "2054.4" then
  1915. Preserve["F"..i] = v
  1916. end
  1917. end
  1918. end
  1919. for i,v in next, game.Workspace.Warehouses.Outside:GetChildren() do
  1920. if v.Name == "Smooth Block Model" and string.sub(v.Position.Y,1,4) == "91.6" then
  1921. Preserve["G"..i] = v
  1922. end
  1923. end
  1924. for i,v in next, game.Workspace.Prison_Cafeteria:GetChildren() do
  1925. if v.Name == "floor" and string.sub(v.Position.X,1,3) == "916" then
  1926. if string.sub(v.Position.Z,1,4) == "2276" or string.sub(v.Position.Z,1,4) == "2345" then
  1927. Preserve["H"..i] = v
  1928. end
  1929. end
  1930. end
  1931. for i,v in next, game.Workspace.Warehouses.Warehouse1["Shipping containers"]:GetChildren() do
  1932. if v.Name == "Smooth Block Model" and v.Material == Enum.Material.Wood then
  1933. Preserve["I"..i] = v
  1934. end
  1935. end
  1936. for i,v in next, game.Workspace:GetChildren() do
  1937. if v.ClassName == "Model" and v:FindFirstChild("paths") then
  1938. for i,v2 in next, v.paths:GetChildren() do
  1939. if v2.Name == "main_path" and string.sub(v2.Position.X,1,5) == "630.8" then
  1940. v2:Remove()
  1941. Preserve["J"..i] = v
  1942. break
  1943. end
  1944. end
  1945. end
  1946. end
  1947. for i,v in next, game.Workspace.Prison_road:GetChildren() do
  1948. if tostring(v.BrickColor) == "Black" then
  1949. Preserve["K"..i] = v
  1950. end
  1951. end
  1952. for i,v in next, game.Workspace.mainRoads:GetChildren() do
  1953. if tostring(v.BrickColor) == "Black" then
  1954. Preserve["L"..i] = v
  1955. end
  1956. end
  1957. for i,v in next, game.Workspace.Prison_Halls:GetChildren() do
  1958. if v.Name == "stairs" then
  1959. Preserve["M"..i] = v
  1960. end
  1961. end
  1962. for i,v in next, game.Workspace.GuardBooth:GetChildren() do
  1963. if v.Name == "Stonewall" and string.sub(v.Position.X,1,5) == "504.7" and string.sub(v.Position.Y,1,4) == "96.4" then
  1964. Preserve["N"..i] = v
  1965. end
  1966. end
  1967. if game.Workspace:FindFirstChild("Prison_Fences") and game.Workspace.Prison_Fences:FindFirstChild("Prison_Gate") then
  1968. Preserve["O2"] = game.Workspace.Prison_Fences.Prison_Gate
  1969. end
  1970. for i,v in next, Preserve do -- RaR
  1971. local gen = StringGenerator(8)
  1972. for i,v2 in next, v:GetDescendants() do
  1973. v2.Name = gen
  1974. end
  1975. v.Name = gen
  1976. v.Parent = MapF
  1977. end
  1978. for i,v in next, game.Workspace:GetChildren() do -- Remove
  1979. if v.Name == "sign" or v.Name == "part" or v.Name == "Part" or v.Name == "Floor" or v.Name == "Wedge" or v.Name == "Truss" or v.Name == "Model" then
  1980. if v.ClassName ~= "Terrain" and game.Workspace:FindFirstChild(v.Name) then
  1981. v:Remove()
  1982. end
  1983. end
  1984. end
  1985. if game.Workspace:FindFirstChild("Prison_spawn") and game.Workspace.Prison_spawn:FindFirstChild("Cells") then
  1986. game.Workspace.Prison_spawn.Cells:Remove()
  1987. end
  1988. if game.Workspace:FindFirstChild("Prison_ITEMS") and game.Workspace.Prison_ITEMS:FindFirstChild("buttons") then
  1989. game.Workspace.Prison_ITEMS.buttons["Garage Buttons"]:Remove()
  1990. end
  1991. for i,v in next, {"Prison_Cellblock", "stairs", "Town_Fence", "Properties", "Shippingcontainers", "BOUNDARY", "Prison_road", "Town_ParkingLot", "Ceiling", "City_buildings", "Town_stores", "busstop", "Prison_Halls", "Prison_Guard_Outpost", "Town_Sideroad", "Sewer", "mainRoads", "Prison_Flag", "Treadmills", "Prison_Fences", "Prison_Parking", "Prison_Cafeteria", "seweropening", "Benchpresses", "Prison_Signs", "Prison_Trees", "GuardBooth", "Garages", "ramp", "Desks", "Prison_Administration", "Trees", "Prison_OuterWall", "powerline", "Warehouses", "Plant", "Parkinglines", "Stop Sign", "Street lights", "Square trees", "SideRoad"} do
  1992. if game.Workspace:FindFirstChild(v) then
  1993. game.Workspace[v]:Remove()
  1994. end
  1995. end
  1996.  
  1997. local Wedge = Instance.new("WedgePart", MapF)
  1998. Wedge.Anchored = true
  1999. Wedge.Size = Vector3.new(160, 15, 1.75)
  2000. Wedge.CFrame = CFrame.new(660.3, 96.1, 2313.6)
  2001. Wedge.Orientation = Wedge.Orientation + Vector3.new(90, 270, 0)
  2002.  
  2003. local PATCH_GRASS = Instance.new("Part", MapF)
  2004. PATCH_GRASS.Anchored = true
  2005. PATCH_GRASS.BrickColor = BrickColor.new("Bright green")
  2006. PATCH_GRASS.Material = "Grass"
  2007. PATCH_GRASS.Position = Vector3.new(916, 94.199, 2380)
  2008. PATCH_GRASS.Size = Vector3.new(120, 1.6, 260)
  2009. PATCH_GRASS.Name = "PATCH_GRASS"
  2010.  
  2011. local NEW_GR_ASS = PATCH_GRASS:Clone()
  2012. NEW_GR_ASS.Size = Vector3.new(40, 1.6, 22)
  2013. NEW_GR_ASS.Position = Vector3.new(926, 94.199, 2110)
  2014. NEW_GR_ASS.Parent = MapF
  2015. StaminaMsg("MapFuck v2.1 Loaded.",1.5)
  2016. FuckRan = true
  2017. end)
  2018.  
  2019. b5.MouseButton1Down:connect(function() -- Criminal Solo v1.00
  2020. Criminal(GetPlayer())
  2021. end)
  2022.  
  2023. b7.MouseButton1Down:connect(function() -- Roast
  2024. GetRoast(b0.Text)
  2025. end)
  2026.  
  2027. b6.MouseButton1Down:connect(function() -- arrestsc0pe v1.00
  2028. arrestsc0peData = GetPlayer()
  2029. if game.Workspace:FindFirstChild(arrestsc0peData) and game.Workspace:FindFirstChild(LP.Name) then
  2030. if tostring(game.Players[arrestsc0peData].Team) == "Criminals" and GetAccess(arrestsc0peData) then
  2031. att = 0
  2032. weld02 = LP.Character.HumanoidRootPart.CFrame
  2033. repeat wait()
  2034. if game.Players:FindFirstChild(arrestsc0peData) then
  2035. LP.Character.Humanoid.Sit = false
  2036. LP.Character.HumanoidRootPart.CFrame = game.Players[arrestsc0peData].Character.HumanoidRootPart.CFrame * CFrame.new(0, 3.3, 0)
  2037. game.Workspace.Remote.arrest:InvokeServer(Workspace[arrestsc0peData]["Head"])
  2038. att = att+1
  2039. else
  2040. att = 6
  2041. end
  2042. until game.Players[arrestsc0peData].Character.Head:FindFirstChild("handcuffedGui") or att == 6
  2043. SEFunc(arrestsc0peData)
  2044. LP.Character.HumanoidRootPart.CFrame = weld02
  2045. StaminaMsg("Arrested "..arrestsc0peData,1)
  2046. else
  2047. StaminaMsg("Cant Arrest "..arrestsc0peData,1)
  2048. end
  2049. end
  2050. end)
  2051.  
  2052. b3.MouseButton1Down:connect(function() -- tazesc0pe v1.00
  2053. local tazesc0pe = GetPlayer()
  2054. if game.Workspace:FindFirstChild(tazesc0pe) and game.Workspace:FindFirstChild(LP.Name) then
  2055. if tostring(game.Players[tazesc0pe].Team) == "Inmates" or tostring(game.Players[tazesc0pe].Team) == "Criminals" then
  2056. game.Workspace[LP.Name].Humanoid:UnequipTools()
  2057. if tostring(LP.Team) ~= "Guards" or not LP.Backpack:FindFirstChild("Taser") then
  2058. weld02 = LP.Character.HumanoidRootPart.CFrame
  2059. game.Workspace.Remote.loadchar:InvokeServer(LP, "Bright blue")
  2060. LP.Character.HumanoidRootPart.CFrame = weld02
  2061. end
  2062. TazFunc({["1"] = {Name = tazesc0pe}})
  2063. StaminaMsg("Tazed "..tazesc0pe,1)
  2064. end
  2065. end
  2066. end)
  2067.  
  2068. e2.MouseButton1Down:connect(function() -- Arrest All
  2069. ScanTM()
  2070. weld02 = LP.Character.HumanoidRootPart.CFrame
  2071. for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  2072. if v.Name ~= LP.Name then ArrestAura = v.Name
  2073. if FriendService(ArrestAura) and GetAccess(ArrestAura) then
  2074. att = 0
  2075. repeat wait()
  2076. if game.Players:FindFirstChild(ArrestAura) then
  2077. LP.Character.Humanoid.Sit = false
  2078. LP.Character.HumanoidRootPart.CFrame = game.Players[ArrestAura].Character.HumanoidRootPart.CFrame * CFrame.new(0, 3.3, 0)
  2079. game.Workspace.Remote.arrest:InvokeServer(Workspace[ArrestAura]["Head"])
  2080. att = att+1
  2081. else
  2082. att = 6
  2083. end
  2084. until game.Players[ArrestAura].Character.Head:FindFirstChild("handcuffedGui") or att == 6
  2085. if tostring(LP.Team) == "Criminals" then
  2086. ReturnTM("Medium stone grey")
  2087. end
  2088. SEFunc(ArrestAura)
  2089. end
  2090. end
  2091. end
  2092. LP.Character.Humanoid.Sit = false
  2093. LP.Character.HumanoidRootPart.CFrame = weld02
  2094. ReturnTM()
  2095. StaminaMsg("Arrested All Criminals",1)
  2096. end)
  2097.  
  2098. f2.MouseButton1Down:connect(function() -- Taze All
  2099. game.Workspace[LP.Name].Humanoid:UnequipTools()
  2100. if tostring(LP.Team) ~= "Guards" or not LP.Backpack:FindFirstChild("Taser") then
  2101. weld02 = LP.Character.HumanoidRootPart.CFrame
  2102. game.Workspace.Remote.loadchar:InvokeServer(LP, "Bright blue")
  2103. LP.Character.HumanoidRootPart.CFrame = weld02
  2104. end
  2105. TazFunc(game.Players:GetChildren())
  2106. StaminaMsg("Tazed Everyone",1)
  2107. end)
  2108.  
  2109. e4.MouseButton1Down:connect(function()
  2110. if e4.Text == "Gun Mods" then
  2111. h.Visible,h2.Visible,c.Visible,h4.Visible = false,false,false,true
  2112. e4.Text = "Close"
  2113. else
  2114. h.Visible,h2.Visible,c.Visible,h4.Visible = true,true,true,false
  2115. e4.Text = "Gun Mods"
  2116. return
  2117. end
  2118. end)
  2119.  
  2120. e6.MouseButton1Down:connect(function() -- NAKED
  2121. for i,v in pairs(LP.Character:GetChildren()) do
  2122. if v.ClassName == "Hat" or v.ClassName == "Shirt" or v.ClassName == "Pants" then
  2123. v:Destroy()
  2124. end
  2125. end
  2126. end)
  2127.  
  2128. b2.MouseButton1Down:connect(function() -- Bring v1.00
  2129. BringFunc(GetPlayer())
  2130. end)
  2131.  
  2132. d5.MouseButton1Down:connect(function() -- JumpPower
  2133. if tonumber(d.Text) ~= nil and game.Workspace:FindFirstChild(LP.Name) then
  2134. LP.Character.Humanoid.JumpPower = d.Text
  2135. ScanStats()
  2136. end
  2137. end)
  2138.  
  2139. d2.MouseButton1Down:connect(function() -- WalkSpeed
  2140. if tonumber(d.Text) ~= nil and game.Workspace:FindFirstChild(LP.Name) then
  2141. LP.Character.Humanoid.WalkSpeed = d.Text
  2142. ScanStats()
  2143. end
  2144. end)
  2145.  
  2146. d4.MouseButton1Down:connect(function() -- HH
  2147. if tonumber(d.Text) ~= nil and game.Workspace:FindFirstChild(LP.Name) then
  2148. LP.Character.Humanoid.HipHeight = d.Text
  2149. end
  2150. end)
  2151.  
  2152. d3.MouseButton1Down:connect(function() -- Grav
  2153. if tonumber(d.Text) ~= nil then
  2154. game.Workspace.Gravity = d.Text
  2155. end
  2156. end)
  2157.  
  2158. f6.MouseButton1Down:connect(function() -- BTOOLS
  2159. for i = 2,4 do
  2160. Instance.new('HopperBin', LP.Backpack).BinType = i
  2161. end
  2162. end)
  2163.  
  2164. f3.MouseButton1Down:connect(function()
  2165. for i,v in pairs(workspace.Prison_ITEMS.giver:GetChildren()) do
  2166. ItemReq = v.Name
  2167. if ItemReq == "M4A1" or ItemReq == "Riot Shield" then
  2168. if game:GetService("MarketplaceService"):UserOwnsGamePassAsync(LP.UserId, 96651) then
  2169. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver[ItemReq].ITEMPICKUP)
  2170. end
  2171. else
  2172. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver[ItemReq].ITEMPICKUP)
  2173. end
  2174. end
  2175. for i,v in pairs(workspace.Prison_ITEMS.single:GetChildren()) do
  2176. game.Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
  2177. end
  2178. end)
  2179.  
  2180. -- TEAMS
  2181. g4.MouseButton1Down:connect(function()
  2182. if g.Text == "Teams" then
  2183. ReturnTM("Bright orange")
  2184. end
  2185. if g.Text == "KillAura" then
  2186. KillAura.Panel("Inmates")
  2187. end
  2188. end)
  2189.  
  2190. g2.MouseButton1Down:connect(function()
  2191. if g.Text == "Teams" then
  2192. ReturnTM("Bright blue")
  2193. end
  2194. if g.Text == "KillAura" then
  2195. KillAura.Panel("Guards")
  2196. end
  2197. end)
  2198.  
  2199. g5.MouseButton1Down:connect(function()
  2200. if g.Text == "Teams" then
  2201. ReturnTM("Medium stone grey")
  2202. end
  2203. if g.Text == "KillAura" then
  2204. KillAura.Panel("Neutral")
  2205. end
  2206. end)
  2207.  
  2208. g3.MouseButton1Down:connect(function()
  2209. if g.Text == "Teams" then
  2210. ReturnTM("Really red")
  2211. end
  2212. if g.Text == "KillAura" then
  2213. KillAura.Panel("Criminals")
  2214. end
  2215. end)
  2216.  
  2217. f5.MouseButton1Down:connect(function() -- Suicide
  2218. if Loop or tostring(LP.Team) == "Neutral" then
  2219. ReturnTM("Bright orange")
  2220. end
  2221. if game.Workspace:FindFirstChild(LP.Name) then
  2222. local Get = "M9"
  2223. game.Workspace[LP.Name].Humanoid:UnequipTools()
  2224. game.Workspace.Remote.ItemHandler:InvokeServer(Workspace.Prison_ITEMS.giver[Get].ITEMPICKUP)
  2225. LP.Backpack[Get].GripForward = Vector3.new(0.57735, 0.57735, 0.57735)
  2226. LP.Character.Humanoid:EquipTool(LP.Backpack[Get])
  2227. wait(0.8)
  2228. LP.Character.Humanoid.Health = 0
  2229. wait(0.3)
  2230. game.Workspace.Remote.loadchar:InvokeServer()
  2231. StaminaMsg("Chaotic Mind#0666 for GripForward Position",1)
  2232. end
  2233. end)
  2234.  
  2235. e5.MouseButton1Down:connect(function() -- NODOORS
  2236. if game.Workspace:FindFirstChild("Doors") then
  2237. game.Workspace.Doors:Destroy()
  2238. end
  2239. if game.Workspace:FindFirstChild("Prison_Cellblock") and game.Workspace.Prison_Cellblock:FindFirstChild("doors") then
  2240. game.Workspace.Prison_Cellblock.doors:Remove()
  2241. end
  2242. end)
  2243.  
  2244. q2.MouseButton1Down:connect(function()
  2245. Teleport(CFrames["Armoury"])
  2246. end)
  2247.  
  2248. q3.MouseButton1Down:connect(function()
  2249. Teleport(CFrames["Entrance"])
  2250. end)
  2251.  
  2252. q4.MouseButton1Down:connect(function()
  2253. Teleport(CFrames["Cells"])
  2254. end)
  2255.  
  2256. q5.MouseButton1Down:connect(function()
  2257. Teleport(CFrames["Prison"])
  2258. end)
  2259.  
  2260. q6.MouseButton1Down:connect(function()
  2261. Teleport(CFrames["Criminal Base"])
  2262. end)
  2263.  
  2264. q7.MouseButton1Down:connect(function()
  2265. Teleport(CFrames["Tower"])
  2266. end)
  2267.  
  2268. q8.MouseButton1Down:connect(function()
  2269. Teleport(CFrames["Sewer"])
  2270. end)
  2271.  
  2272. q9.MouseButton1Down:connect(function()
  2273. Teleport(CFrames["Roof"])
  2274. end)
  2275.  
  2276. q0.MouseButton1Down:connect(function()
  2277. Teleport(CFrames["Downtown"])
  2278. end)
  2279.  
  2280. v6.MouseButton1Down:connect(function() -- 1Punch
  2281. Punch1.Active = ToggleFunc(v6, Punch1.Active)
  2282. end)
  2283.  
  2284. v5.MouseButton1Down:connect(function() -- AutoRespawn
  2285. AutoRespawn = ToggleFunc(v5, AutoRespawn)
  2286. end)
  2287.  
  2288. v1.MouseButton1Down:connect(function() -- InfStaminaLock
  2289. InfStaminaLock = ToggleFunc(v1, InfStaminaLock)
  2290. InfStamina()
  2291. end)
  2292.  
  2293. v2.MouseButton1Down:connect(function() -- DED_FS
  2294. DED_FS = ToggleFunc(v2, DED_FS)
  2295. end)
  2296.  
  2297. v3.MouseButton1Down:connect(function()
  2298. AutoReload.Active = ToggleFunc(v3, AutoReload.Active)
  2299. end)
  2300.  
  2301. v8.MouseButton1Down:connect(function() -- FastPunch
  2302. FastPunchLock = ToggleFunc(v8, FastPunchLock)
  2303. if not FastPunchLock then
  2304. FastPunch()
  2305. end
  2306. end)
  2307.  
  2308. v7.MouseButton1Down:connect(function() -- Sped Car
  2309. SpedCart = ToggleFunc(v7, SpedCart)
  2310. if tostring(LP.Character.Humanoid.SeatPart) == "VehicleSeat" and SpedCart then
  2311. SpedCar(Seat.Parent.Parent)
  2312. end
  2313. end)
  2314.  
  2315. v9.MouseButton1Down:connect(function()
  2316. Anti.Func("taze",v9)
  2317. end)
  2318.  
  2319. v10.MouseButton1Down:connect(function()
  2320. Anti.Func("arrest",v10)
  2321. end)
  2322.  
  2323. v11.MouseButton1Down:connect(function()
  2324. SilentC = ToggleFunc(v11, SilentC)
  2325. end)
  2326.  
  2327. LP.Status.isBadGuard:GetPropertyChangedSignal("Value"):connect(function()
  2328. LP.Status.isBadGuard.Value = false
  2329. end)
  2330.  
  2331. hud.AddedGui:GetPropertyChangedSignal("Visible"):connect(function()
  2332. hud.AddedGui.Visible = false
  2333. end)
  2334.  
  2335. if hud.Topbar:FindFirstChild("GuiScript") then
  2336. hud.Topbar.GuiScript:Remove()
  2337. end
  2338.  
  2339. LP.PlayerGui.Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller.ChildAdded:connect(function(Fa)
  2340. if Fa.Name ~= "UIListLayout" and Fa:FindFirstChild("TextLabel") then
  2341. if Fa.TextLabel:FindFirstChild("TextButton") then
  2342. if Fa.TextLabel.TextButton.Text == "{Team}" then
  2343. if Last ~= nil then
  2344. Last:Remove()
  2345. end
  2346. Last = Fa
  2347. end
  2348. end
  2349. end
  2350. end)
  2351.  
  2352. game.Workspace.Remote.tazePlayer.OnClientEvent:connect(function()
  2353. -- Save items
  2354. end)
  2355.  
  2356. game.Workspace.Remote.arrestPlayer.OnClientEvent:connect(function() -- Anti-Spam Arrest
  2357. if AntiAntiCheat == "1594427591" then
  2358. ArrN = ArrN+1
  2359. end
  2360. Arrested, ArrestLoop = true, true
  2361. if ArrN == 5 then
  2362. ArrN = 0
  2363. ReturnTM("Medium stone grey")
  2364. wait(0.25)
  2365. end
  2366. if AutoRespawn then
  2367. ScanTM()
  2368. GetCFrame()
  2369. repeat wait()
  2370. if Arrested and LPAdded then
  2371. ArrestLoop = false
  2372. end
  2373. until not ArrestLoop
  2374. if AutoRespawn then
  2375. Respawnv2()
  2376. end
  2377. end
  2378. Arrested = false
  2379. end)
  2380.  
  2381. LP.CharacterAdded:connect(function()
  2382. LPAdded = true
  2383.  
  2384. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
  2385. hud.Visible = true
  2386.  
  2387. LP.Character:WaitForChild("Humanoid").Died:Connect(function()
  2388. if AutoRespawn and not Arrested then
  2389. GetCFrame()
  2390. LockPosition = true
  2391. Respawnv2()
  2392. wait(2)
  2393. LockPosition = false
  2394. end
  2395. end)
  2396. if Rev2 == false then
  2397. wait(0.1)
  2398. if LP.Character:WaitForChild("ClientInputHandler") and not InfStaminaLock then
  2399. InfStamina()
  2400. end
  2401. if Anti["taze"].Active then
  2402. Anti.Func("taze")
  2403. end
  2404. if Anti["arrest"].Active then
  2405. Anti.Func("arrest")
  2406. end
  2407. ncII()
  2408. F1.Touched:connect(ncf)
  2409. end
  2410. FindVeh()
  2411. LPAdded = false
  2412. end)
  2413.  
  2414. LP:GetMouse().KeyDown:connect(function(key)
  2415. local key = key:lower()
  2416. if LOG then
  2417. for b = 97,122 do
  2418. if key == string.char(b) then
  2419. SetBind(key)
  2420. LOG = false
  2421. end
  2422. end
  2423. else
  2424. if key == "a" then GetCFrame()
  2425. elseif key == "b" then
  2426. elseif key == "c" then ReturnStats("Prone")
  2427. elseif key == "d" then GetCFrame()
  2428. elseif key == KEY.RapidFire then RFEquiped()
  2429. elseif key == "f" then Punch1.Func()
  2430. elseif key == "g" then FFL = ToggleFunc(Text,FFL) FEFF()
  2431. elseif key == KEY.UI then UIVisible = ToggleFunc(Text,UIVisible) UI.Visible = UIVisible
  2432. elseif key == KEY.Invisible then Invisible()
  2433. elseif key == "j" then
  2434. elseif key == KEY.KillAura then KillAura.Panel("Everyone")
  2435. elseif key == "l" then Loop = false
  2436. elseif key == "m" then
  2437. elseif key == "n" then
  2438. elseif key == "o" then
  2439. elseif key == "p" then
  2440. elseif key == KEY.Respawnv2 then if not AutoRespawn then Respawnv2() end
  2441. elseif key == "r" then
  2442. elseif key == "s" then GetCFrame()
  2443. elseif key == "t" then
  2444. elseif key == "u" then
  2445. elseif key == "v" then vLoop = false
  2446. elseif key == "w" then GetCFrame()
  2447. elseif key == "x" then
  2448. elseif key == "y" then
  2449. elseif key == KEY.Noclip then Noclip = ToggleFunc(Text,Noclip)
  2450. end
  2451. end
  2452. end)
  2453.  
  2454. LP:GetMouse().KeyUp:connect(function(key)
  2455. if not LOG then
  2456. local key = key:lower()
  2457. if key == "a" or key == "s" or key == "d" or key == "w" then
  2458. GetCFrame()
  2459. end
  2460. end
  2461. end)
  2462.  
  2463. Setup()
  2464. StaminaMsg("02hacks Prevail X has loaded",2)
  2465.  
Add Comment
Please, Sign In to add comment