NxtB

Hehe yes

Nov 19th, 2021 (edited)
1,376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.17 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local UICorner = Instance.new("UICorner")
  5. local Tabs = Instance.new("Frame")
  6. local UICorner_2 = Instance.new("UICorner")
  7. local TextButton = Instance.new("TextButton")
  8. local UICorner_3 = Instance.new("UICorner")
  9. local TextButton_2 = Instance.new("TextButton")
  10. local UICorner_4 = Instance.new("UICorner")
  11. local MainCmds = Instance.new("Frame")
  12. local GrabFrame = Instance.new("Frame")
  13. local UICorner_5 = Instance.new("UICorner")
  14. local TextLabel = Instance.new("TextLabel")
  15. local UICorner_6 = Instance.new("UICorner")
  16. local TextButton_3 = Instance.new("TextButton")
  17. local UICorner_7 = Instance.new("UICorner")
  18. local TextButton_4 = Instance.new("TextButton")
  19. local UICorner_8 = Instance.new("UICorner")
  20. local TextButton_5 = Instance.new("TextButton")
  21. local UICorner_9 = Instance.new("UICorner")
  22. local TextButton_6 = Instance.new("TextButton")
  23. local UICorner_10 = Instance.new("UICorner")
  24. local TextButton_7 = Instance.new("TextButton")
  25. local UICorner_11 = Instance.new("UICorner")
  26. local Decoration = Instance.new("Frame")
  27. local Decoration_2 = Instance.new("TextLabel")
  28. local UICorner_12 = Instance.new("UICorner")
  29. local InfiniteYield = Instance.new("TextButton")
  30. local UICorner_13 = Instance.new("UICorner")
  31. local Decoration_3 = Instance.new("TextLabel")
  32. local UICorner_14 = Instance.new("UICorner")
  33. local InfiniteYield_2 = Instance.new("TextButton")
  34. local UICorner_15 = Instance.new("UICorner")
  35. local Decoration_4 = Instance.new("TextLabel")
  36. local UICorner_16 = Instance.new("UICorner")
  37. local InfiniteYield_3 = Instance.new("TextButton")
  38. local UICorner_17 = Instance.new("UICorner")
  39.  
  40. --Properties:
  41.  
  42. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  43. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  44.  
  45. Main.Name = "Main"
  46. Main.Parent = ScreenGui
  47. Main.Active = true
  48. Main.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  49. Main.Position = UDim2.new(0.0156494509, 0, 0.027139876, 0)
  50. Main.Size = UDim2.new(0, 490, 0, 320)
  51. Main.Draggable = true
  52.  
  53. UICorner.Parent = Main
  54.  
  55. Tabs.Name = "Tabs"
  56. Tabs.Parent = Main
  57. Tabs.Active = true
  58. Tabs.BackgroundColor3 = Color3.fromRGB(2, 2, 2)
  59. Tabs.Position = UDim2.new(-3.1076965e-08, 0, 0, 0)
  60. Tabs.Size = UDim2.new(0, 55, 0, 320)
  61.  
  62. UICorner_2.Parent = Tabs
  63.  
  64. TextButton.Parent = Tabs
  65. TextButton.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
  66. TextButton.BorderColor3 = Color3.fromRGB(255, 255, 255)
  67. TextButton.Size = UDim2.new(0, 55, 0, 54)
  68. TextButton.Font = Enum.Font.SciFi
  69. TextButton.Text = "Main"
  70. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  71. TextButton.TextSize = 11.000
  72.  
  73. UICorner_3.Parent = TextButton
  74.  
  75. TextButton_2.Parent = Tabs
  76. TextButton_2.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
  77. TextButton_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
  78. TextButton_2.Position = UDim2.new(0, 0, 0.168750003, 0)
  79. TextButton_2.Size = UDim2.new(0, 55, 0, 54)
  80. TextButton_2.Font = Enum.Font.SciFi
  81. TextButton_2.Text = "Teleport"
  82. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. TextButton_2.TextSize = 11.000
  84.  
  85. UICorner_4.Parent = TextButton_2
  86.  
  87. MainCmds.Name = "MainCmds"
  88. MainCmds.Parent = Main
  89. MainCmds.Active = true
  90. MainCmds.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  91. MainCmds.BackgroundTransparency = 1.000
  92. MainCmds.Position = UDim2.new(0.110204078, 0, 0, 0)
  93. MainCmds.Size = UDim2.new(0, 436, 0, 320)
  94.  
  95. GrabFrame.Name = "GrabFrame"
  96. GrabFrame.Parent = MainCmds
  97. GrabFrame.Active = true
  98. GrabFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  99. GrabFrame.Position = UDim2.new(0.0252293572, 0, 0.425000012, 0)
  100. GrabFrame.Size = UDim2.new(0, 115, 0, 175)
  101.  
  102. UICorner_5.Parent = GrabFrame
  103.  
  104. TextLabel.Parent = GrabFrame
  105. TextLabel.Active = true
  106. TextLabel.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  107. TextLabel.BackgroundTransparency = 1.000
  108. TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)
  109. TextLabel.Size = UDim2.new(0, 115, 0, 30)
  110. TextLabel.Font = Enum.Font.SourceSans
  111. TextLabel.Text = "Grab items"
  112. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. TextLabel.TextSize = 14.000
  114.  
  115. UICorner_6.Parent = TextLabel
  116.  
  117. TextButton_3.Parent = GrabFrame
  118. TextButton_3.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  119. TextButton_3.BorderSizePixel = 0
  120. TextButton_3.Position = UDim2.new(0, 0, 0.171428576, 0)
  121. TextButton_3.Size = UDim2.new(0, 115, 0, 29)
  122. TextButton_3.Font = Enum.Font.SourceSans
  123. TextButton_3.Text = "AK-47"
  124. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  125. TextButton_3.TextSize = 14.000
  126.  
  127. UICorner_7.Parent = TextButton_3
  128.  
  129. TextButton_4.Parent = GrabFrame
  130. TextButton_4.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  131. TextButton_4.BorderSizePixel = 0
  132. TextButton_4.Position = UDim2.new(0, 0, 0.337142855, 0)
  133. TextButton_4.Size = UDim2.new(0, 115, 0, 29)
  134. TextButton_4.Font = Enum.Font.SourceSans
  135. TextButton_4.Text = "Remington 870"
  136. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. TextButton_4.TextSize = 14.000
  138.  
  139. UICorner_8.Parent = TextButton_4
  140.  
  141. TextButton_5.Parent = GrabFrame
  142. TextButton_5.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  143. TextButton_5.BorderSizePixel = 0
  144. TextButton_5.Position = UDim2.new(0, 0, 0.502857149, 0)
  145. TextButton_5.Size = UDim2.new(0, 115, 0, 29)
  146. TextButton_5.Font = Enum.Font.SourceSans
  147. TextButton_5.Text = "M9"
  148. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  149. TextButton_5.TextSize = 14.000
  150.  
  151. UICorner_9.Parent = TextButton_5
  152.  
  153. TextButton_6.Parent = GrabFrame
  154. TextButton_6.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  155. TextButton_6.BorderSizePixel = 0
  156. TextButton_6.Position = UDim2.new(0, 0, 0.668571413, 0)
  157. TextButton_6.Size = UDim2.new(0, 115, 0, 29)
  158. TextButton_6.Font = Enum.Font.SourceSans
  159. TextButton_6.Text = "M4A1"
  160. TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  161. TextButton_6.TextSize = 14.000
  162.  
  163. UICorner_10.Parent = TextButton_6
  164.  
  165. TextButton_7.Parent = GrabFrame
  166. TextButton_7.BackgroundColor3 = Color3.fromRGB(34, 34, 34)
  167. TextButton_7.BorderSizePixel = 0
  168. TextButton_7.Position = UDim2.new(0, 0, 0.834285676, 0)
  169. TextButton_7.Size = UDim2.new(0, 115, 0, 29)
  170. TextButton_7.Font = Enum.Font.SourceSans
  171. TextButton_7.Text = "(Coming soon)"
  172. TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. TextButton_7.TextSize = 14.000
  174.  
  175. UICorner_11.Parent = TextButton_7
  176.  
  177. Decoration.Name = "Decoration"
  178. Decoration.Parent = GrabFrame
  179. Decoration.Active = true
  180. Decoration.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  181. Decoration.BorderSizePixel = 0
  182. Decoration.Position = UDim2.new(0, 0, 0.159999996, 0)
  183. Decoration.Size = UDim2.new(0, 115, 0, 2)
  184.  
  185. Decoration_2.Name = "Decoration"
  186. Decoration_2.Parent = MainCmds
  187. Decoration_2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  188. Decoration_2.Position = UDim2.new(0.598623872, 0, 0.0218749996, 0)
  189. Decoration_2.Size = UDim2.new(0, 168, 0, 40)
  190. Decoration_2.Font = Enum.Font.SourceSans
  191. Decoration_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  192. Decoration_2.TextSize = 14.000
  193.  
  194. UICorner_12.Parent = Decoration_2
  195.  
  196. InfiniteYield.Name = "InfiniteYield"
  197. InfiniteYield.Parent = MainCmds
  198. InfiniteYield.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  199. InfiniteYield.Position = UDim2.new(0.598623872, 0, 0.021874994, 0)
  200. InfiniteYield.Size = UDim2.new(0, 168, 0, 39)
  201. InfiniteYield.Font = Enum.Font.SourceSans
  202. InfiniteYield.Text = "Infinite Yield"
  203. InfiniteYield.TextColor3 = Color3.fromRGB(255, 255, 255)
  204. InfiniteYield.TextSize = 14.000
  205.  
  206. UICorner_13.Parent = InfiniteYield
  207.  
  208. Decoration_3.Name = "Decoration"
  209. Decoration_3.Parent = MainCmds
  210. Decoration_3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  211. Decoration_3.Position = UDim2.new(0.194954157, 0, 0.0187499989, 0)
  212. Decoration_3.Size = UDim2.new(0, 168, 0, 40)
  213. Decoration_3.Font = Enum.Font.SourceSans
  214. Decoration_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  215. Decoration_3.TextSize = 14.000
  216.  
  217. UICorner_14.Parent = Decoration_3
  218.  
  219. InfiniteYield_2.Name = "InfiniteYield"
  220. InfiniteYield_2.Parent = MainCmds
  221. InfiniteYield_2.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  222. InfiniteYield_2.Position = UDim2.new(0.194954157, 0, 0.0187499933, 0)
  223. InfiniteYield_2.Size = UDim2.new(0, 168, 0, 39)
  224. InfiniteYield_2.Font = Enum.Font.SourceSans
  225. InfiniteYield_2.Text = "Destroy doors"
  226. InfiniteYield_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  227. InfiniteYield_2.TextSize = 14.000
  228.  
  229. UICorner_15.Parent = InfiniteYield_2
  230.  
  231. Decoration_4.Name = "Decoration"
  232. Decoration_4.Parent = MainCmds
  233. Decoration_4.Active = true
  234. Decoration_4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  235. Decoration_4.Position = UDim2.new(0.194954157, 0, 0.168750003, 0)
  236. Decoration_4.Size = UDim2.new(0, 168, 0, 40)
  237. Decoration_4.Font = Enum.Font.SourceSans
  238. Decoration_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  239. Decoration_4.TextSize = 14.000
  240.  
  241. UICorner_16.Parent = Decoration_4
  242.  
  243. InfiniteYield_3.Name = "InfiniteYield"
  244. InfiniteYield_3.Parent = MainCmds
  245. InfiniteYield_3.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  246. InfiniteYield_3.Position = UDim2.new(0.194954157, 0, 0.168750003, 0)
  247. InfiniteYield_3.Size = UDim2.new(0, 168, 0, 39)
  248. InfiniteYield_3.Font = Enum.Font.SourceSans
  249. InfiniteYield_3.Text = "Arrest All"
  250. InfiniteYield_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  251. InfiniteYield_3.TextSize = 14.000
  252.  
  253. UICorner_17.Parent = InfiniteYield_3
  254.  
  255. -- Scripts:
  256.  
  257. local function TLRFQH_fake_script() -- TextButton_3.Script
  258.     local script = Instance.new('Script', TextButton_3)
  259.  
  260.     script.Parent.MouseButton1Down:connect(function()
  261.         game.Workspace.Prison_ITEMS.giver["AK-47"].ITEMPICKUP.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  262.     end)
  263.    
  264. end
  265. coroutine.wrap(TLRFQH_fake_script)()
  266. local function BBPN_fake_script() -- TextButton_4.Script
  267.     local script = Instance.new('Script', TextButton_4)
  268.  
  269.     script.Parent.MouseButton1Down:connect(function()
  270.         game.Workspace.Prison_ITEMS.giver["Remington 870"].ITEMPICKUP.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  271.     end)
  272.    
  273. end
  274. coroutine.wrap(BBPN_fake_script)()
  275. local function ZHYCFN_fake_script() -- TextButton_5.Script
  276.     local script = Instance.new('Script', TextButton_5)
  277.  
  278.     script.Parent.MouseButton1Down:connect(function()
  279.         game.Workspace.Prison_ITEMS.giver["M9"].ITEMPICKUP.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  280.     end)
  281.    
  282. end
  283. coroutine.wrap(ZHYCFN_fake_script)()
  284. local function WYLAOZA_fake_script() -- TextButton_6.Script
  285.     local script = Instance.new('Script', TextButton_6)
  286.  
  287.     script.Parent.MouseButton1Down:connect(function()
  288.         game.Workspace.Prison_ITEMS.giver["M4A1"].ITEMPICKUP.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  289.     end)
  290.    
  291. end
  292. coroutine.wrap(WYLAOZA_fake_script)()
  293. local function CSMF_fake_script() -- InfiniteYield.Script
  294.     local script = Instance.new('Script', InfiniteYield)
  295.  
  296.     script.Parent.MouseButton1Down:Connect(function()
  297.         loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  298.     end)
  299. end
  300. coroutine.wrap(CSMF_fake_script)()
  301. local function YCFRO_fake_script() -- InfiniteYield_2.Script
  302.     local script = Instance.new('Script', InfiniteYield_2)
  303.  
  304.     script.Parent.MouseButton1Down:Connect(function()
  305.         game.Workspace.Doors:ClearAllChildren()
  306.     end)
  307. end
  308. coroutine.wrap(YCFRO_fake_script)()
  309. local function HKQA_fake_script() -- InfiniteYield_3.Script
  310.     local script = Instance.new('Script', InfiniteYield_3)
  311.  
  312.     script.Parent.MouseButton1Down:Connect(function()
  313.         local Hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  314.         local TargetName = nil
  315.         for i, v in pairs(game.Players:GetChildren()) do
  316.             if v.Team.Name == "Criminals" then
  317.                 local TargetName = v.Name
  318.                 Hum.CFrame = v.Character.HumanoidRootPart.CFrame
  319.                 wait(0.2)
  320.                 game.Workspace.Remote.arrest:InvokeServer(game:GetService("Players")[TargetName].Character.Torso)
  321.                 wait(0.2)
  322.             end
  323.         end
  324.     end)
  325. end
  326. coroutine.wrap(HKQA_fake_script)()
  327. local function KBMRAD_fake_script() -- Main.Script
  328.     local script = Instance.new('Script', Main)
  329.  
  330.     local gui = game.Players.LocalPlayer.PlayerGui:WaitForChild("ScreenGui").Main
  331.    
  332.     local UIS = game:GetService("UserInputService")
  333.    
  334.     UIS.InputBegan:Connect(function(input, gameProcessed)
  335.         if input.UserInputType == Enum.UserInputType.Keyboard then
  336.             if input.KeyCode == Enum.KeyCode.RightShift and not gameProcessed then
  337.                 if gui.Visible == false then
  338.                     gui.Visible = true
  339.                 else
  340.                     gui.Visible = false
  341.                 end
  342.             end
  343.         end
  344.     end)
  345.    
  346. end
  347. coroutine.wrap(KBMRAD_fake_script)()
  348.  
Add Comment
Please, Sign In to add comment