Advertisement
Sincerate

Xircuminal

Feb 22nd, 2020
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 23.41 KB | None | 0 0
  1. -- Version 3.0
  2. --Created By iFamous Roblox - 177239
  3.  
  4.  
  5. --Script Starts here.
  6.  
  7. --Instances:
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local GuiMainFrame = Instance.new("Frame")
  10. local FrameOfName = Instance.new("Frame")
  11. local NameOfGui = Instance.new("TextLabel")
  12. local RedwoodPrsionLoader = Instance.new("TextButton")
  13. local WelcomeGui = Instance.new("TextLabel")
  14. local RedwoodMainFrame = Instance.new("Frame")
  15. local FrameOfName_2 = Instance.new("Frame")
  16. local NameOfGui_2 = Instance.new("TextLabel")
  17. local AllWeapons = Instance.new("TextButton")
  18. local RedwoodGuiCloser = Instance.new("TextButton")
  19. local PrisonLifeLoader = Instance.new("TextButton")
  20. local PrisonLifeMainFrame = Instance.new("Frame")
  21. local FrameOfName_3 = Instance.new("Frame")
  22. local NameOfGui_3 = Instance.new("TextLabel")
  23. local KillAura = Instance.new("TextButton")
  24. local PrisonLifeGuiCloser = Instance.new("TextButton")
  25. local ClickArrestFunction = Instance.new("TextButton")
  26. local AllWeaponsPL = Instance.new("TextButton")
  27. local EscapePL = Instance.new("TextButton")
  28. local RemoveAllDoors = Instance.new("TextButton")
  29. local CreditsLoader = Instance.new("TextButton")
  30. local CreditsMainFrame = Instance.new("Frame")
  31. local FrameOfName_4 = Instance.new("Frame")
  32. local NameOfGui_4 = Instance.new("TextLabel")
  33. local CreditsGuiCloser = Instance.new("TextButton")
  34. local Credits = Instance.new("TextLabel")
  35. --Properties:
  36. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38. ScreenGui.ResetOnSpawn = false
  39.  
  40. -- Scripts For Loading GUI
  41. RedwoodPrsionLoader.MouseButton1Down:connect(function()
  42.     RedwoodMainFrame.Visible = true
  43. end)
  44.  
  45. PrisonLifeLoader.MouseButton1Down:connect(function()
  46.     PrisonLifeMainFrame.Visible = true
  47. end)
  48.  
  49. CreditsLoader.MouseButton1Down:connect(function()
  50.     CreditsMainFrame.Visible = true
  51. end)
  52. -- Scripts for closing GUI
  53. RedwoodGuiCloser.MouseButton1Down:connect(function()
  54.     RedwoodMainFrame.Visible = false
  55. end)
  56.  
  57. PrisonLifeGuiCloser.MouseButton1Down:connect(function()
  58.     PrisonLifeMainFrame.Visible = false
  59. end)
  60.  
  61. CreditsGuiCloser.MouseButton1Down:connect(function()
  62.     CreditsMainFrame.Visible = false
  63. end)
  64.  
  65. GuiMainFrame.Name = "GuiMainFrame"
  66. GuiMainFrame.Parent = ScreenGui
  67. GuiMainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  68. GuiMainFrame.BackgroundTransparency = 0.69999998807907
  69. GuiMainFrame.BorderColor3 = Color3.new(0.117647, 0.129412, 0.886275)
  70. GuiMainFrame.BorderSizePixel = 3
  71. GuiMainFrame.Position = UDim2.new(0.792758107, 0, 0.543325484, 0)
  72. GuiMainFrame.Size = UDim2.new(0, 251, 0, 358)
  73.  
  74. FrameOfName.Name = "FrameOfName"
  75. FrameOfName.Parent = GuiMainFrame
  76. FrameOfName.BackgroundColor3 = Color3.new(0.0784314, 0.752941, 0.886275)
  77. FrameOfName.BorderColor3 = Color3.new(0.117647, 0.129412, 0.886275)
  78. FrameOfName.Position = UDim2.new(-0.0438247025, 0, 1, 0)
  79. FrameOfName.Size = UDim2.new(0, 274, 0, 17)
  80. FrameOfName.SizeConstraint = Enum.SizeConstraint.RelativeXX
  81. FrameOfName.Style = Enum.FrameStyle.RobloxRound
  82.  
  83. NameOfGui.Name = "NameOfGui"
  84. NameOfGui.Parent = GuiMainFrame
  85. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  86. NameOfGui.BackgroundTransparency = 10
  87. NameOfGui.Position = UDim2.new(-0.0478087664, 0, 1, 0)
  88. NameOfGui.Size = UDim2.new(0, 274, 0, 17)
  89. NameOfGui.Font = Enum.Font.SciFi
  90. NameOfGui.Text = "Xircuminal"
  91. NameOfGui.TextColor3 = Color3.new(0.117647, 0.129412, 0.886275)
  92. NameOfGui.TextSize = 14
  93.  
  94. RedwoodPrsionLoader.Name = "RedwoodPrsionLoader"
  95. RedwoodPrsionLoader.Parent = GuiMainFrame
  96. RedwoodPrsionLoader.BackgroundColor3 = Color3.new(0, 0, 0)
  97. RedwoodPrsionLoader.BackgroundTransparency = 0.80000001192093
  98. RedwoodPrsionLoader.BorderColor3 = Color3.new(0.117647, 0.129412, 0.886275)
  99. RedwoodPrsionLoader.BorderSizePixel = 2
  100. RedwoodPrsionLoader.Position = UDim2.new(0.0413323641, 0, 0.0835568309, 0)
  101. RedwoodPrsionLoader.Size = UDim2.new(0, 126, 0, 29)
  102. RedwoodPrsionLoader.Font = Enum.Font.SciFi
  103. RedwoodPrsionLoader.Text = "Redwood Prison"
  104. RedwoodPrsionLoader.TextColor3 = Color3.new(0.117647, 0.129412, 0.886275)
  105. RedwoodPrsionLoader.TextScaled = true
  106. RedwoodPrsionLoader.TextSize = 14
  107. RedwoodPrsionLoader.TextStrokeTransparency = 10
  108. RedwoodPrsionLoader.TextTransparency = 0.10000000149012
  109. RedwoodPrsionLoader.TextWrapped = true
  110.  
  111. WelcomeGui.Name = "WelcomeGui"
  112. WelcomeGui.Parent = GuiMainFrame
  113. WelcomeGui.BackgroundColor3 = Color3.new(0, 0, 0)
  114. WelcomeGui.BackgroundTransparency = 0.60000002384186
  115. WelcomeGui.Position = UDim2.new(-0.00467157364, 0, -0.00113171339, 0)
  116. WelcomeGui.Size = UDim2.new(0, 251, 0, 18)
  117. WelcomeGui.Font = Enum.Font.SciFi
  118. WelcomeGui.Text = "Welcome to Xircuminal!"
  119. WelcomeGui.TextColor3 = Color3.new(0.117647, 0.129412, 0.886275)
  120. WelcomeGui.TextSize = 14
  121.  
  122. RedwoodMainFrame.Name = "RedwoodMainFrame"
  123. RedwoodMainFrame.Parent = GuiMainFrame
  124. RedwoodMainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  125. RedwoodMainFrame.BackgroundTransparency = 0.69999998807907
  126. RedwoodMainFrame.BorderColor3 = Color3.new(1, 0, 0.0156863)
  127. RedwoodMainFrame.BorderSizePixel = 3
  128. RedwoodMainFrame.Position = UDim2.new(-1.10544574, 0, -0.00113171339, 0)
  129. RedwoodMainFrame.Size = UDim2.new(0, 251, 0, 358)
  130. RedwoodMainFrame.Visible = false
  131.  
  132. FrameOfName_2.Name = "FrameOfName"
  133. FrameOfName_2.Parent = RedwoodMainFrame
  134. FrameOfName_2.BackgroundColor3 = Color3.new(0.0784314, 0.752941, 0.886275)
  135. FrameOfName_2.BorderColor3 = Color3.new(1, 0, 0.0156863)
  136. FrameOfName_2.Position = UDim2.new(-0.0438247025, 0, 1, 0)
  137. FrameOfName_2.Size = UDim2.new(0, 274, 0, 17)
  138. FrameOfName_2.SizeConstraint = Enum.SizeConstraint.RelativeXX
  139. FrameOfName_2.Style = Enum.FrameStyle.RobloxRound
  140.  
  141. NameOfGui_2.Name = "NameOfGui"
  142. NameOfGui_2.Parent = RedwoodMainFrame
  143. NameOfGui_2.BackgroundColor3 = Color3.new(1, 1, 1)
  144. NameOfGui_2.BackgroundTransparency = 10
  145. NameOfGui_2.Position = UDim2.new(-0.0478087664, 0, 1, 0)
  146. NameOfGui_2.Size = UDim2.new(0, 274, 0, 17)
  147. NameOfGui_2.Font = Enum.Font.SciFi
  148. NameOfGui_2.Text = "Xircuminal - Redwood Prison"
  149. NameOfGui_2.TextColor3 = Color3.new(1, 0, 0.0156863)
  150. NameOfGui_2.TextSize = 14
  151.  
  152. AllWeapons.Name = "AllWeapons"
  153. AllWeapons.Parent = RedwoodMainFrame
  154. AllWeapons.BackgroundColor3 = Color3.new(0, 0, 0)
  155. AllWeapons.BackgroundTransparency = 0.80000001192093
  156. AllWeapons.BorderColor3 = Color3.new(1, 0, 0.0156863)
  157. AllWeapons.BorderSizePixel = 2
  158. AllWeapons.Position = UDim2.new(0.243034035, 0, 0.0500045717, 0)
  159. AllWeapons.Size = UDim2.new(0, 126, 0, 29)
  160. AllWeapons.Font = Enum.Font.SciFi
  161. AllWeapons.Text = "All Weapons"
  162. AllWeapons.TextColor3 = Color3.new(1, 0, 0.0156863)
  163. AllWeapons.TextScaled = true
  164. AllWeapons.TextSize = 14
  165. AllWeapons.TextStrokeTransparency = 10
  166. AllWeapons.TextTransparency = 0.10000000149012
  167. AllWeapons.TextWrapped = true
  168.  
  169. RedwoodGuiCloser.Name = "RedwoodGuiCloser"
  170. RedwoodGuiCloser.Parent = RedwoodMainFrame
  171. RedwoodGuiCloser.BackgroundColor3 = Color3.new(0, 0, 0)
  172. RedwoodGuiCloser.BackgroundTransparency = 0.60000002384186
  173. RedwoodGuiCloser.BorderColor3 = Color3.new(1, 0, 0.0156863)
  174. RedwoodGuiCloser.BorderSizePixel = 3
  175. RedwoodGuiCloser.Position = UDim2.new(0.418326646, 0, 0.868715107, 0)
  176. RedwoodGuiCloser.Size = UDim2.new(0, 40, 0, 40)
  177. RedwoodGuiCloser.Font = Enum.Font.SciFi
  178. RedwoodGuiCloser.Text = "X"
  179. RedwoodGuiCloser.TextColor3 = Color3.new(1, 0, 0.0156863)
  180. RedwoodGuiCloser.TextScaled = true
  181. RedwoodGuiCloser.TextSize = 14
  182. RedwoodGuiCloser.TextWrapped = true
  183.  
  184. PrisonLifeLoader.Name = "PrisonLifeLoader"
  185. PrisonLifeLoader.Parent = GuiMainFrame
  186. PrisonLifeLoader.BackgroundColor3 = Color3.new(0, 0, 0)
  187. PrisonLifeLoader.BackgroundTransparency = 0.80000001192093
  188. PrisonLifeLoader.BorderColor3 = Color3.new(0.117647, 0.129412, 0.886275)
  189. PrisonLifeLoader.BorderSizePixel = 2
  190. PrisonLifeLoader.Position = UDim2.new(0.0413323641, 0, 0.220428333, 0)
  191. PrisonLifeLoader.Size = UDim2.new(0, 126, 0, 29)
  192. PrisonLifeLoader.Font = Enum.Font.SciFi
  193. PrisonLifeLoader.Text = "Prison Life"
  194. PrisonLifeLoader.TextColor3 = Color3.new(0.117647, 0.129412, 0.886275)
  195. PrisonLifeLoader.TextScaled = true
  196. PrisonLifeLoader.TextSize = 14
  197. PrisonLifeLoader.TextStrokeTransparency = 10
  198. PrisonLifeLoader.TextTransparency = 0.10000000149012
  199. PrisonLifeLoader.TextWrapped = true
  200.  
  201. PrisonLifeMainFrame.Name = "PrisonLifeMainFrame"
  202. PrisonLifeMainFrame.Parent = GuiMainFrame
  203. PrisonLifeMainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  204. PrisonLifeMainFrame.BackgroundTransparency = 0.69999998807907
  205. PrisonLifeMainFrame.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
  206. PrisonLifeMainFrame.BorderSizePixel = 3
  207. PrisonLifeMainFrame.Position = UDim2.new(-0.00982820988, 0, -1.09051728, 0)
  208. PrisonLifeMainFrame.Size = UDim2.new(0, 251, 0, 358)
  209. PrisonLifeMainFrame.Visible = false
  210.  
  211. FrameOfName_3.Name = "FrameOfName"
  212. FrameOfName_3.Parent = PrisonLifeMainFrame
  213. FrameOfName_3.BackgroundColor3 = Color3.new(0.0784314, 0.752941, 0.886275)
  214. FrameOfName_3.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
  215. FrameOfName_3.Position = UDim2.new(-0.0438247025, 0, 1, 0)
  216. FrameOfName_3.Size = UDim2.new(0, 274, 0, 17)
  217. FrameOfName_3.SizeConstraint = Enum.SizeConstraint.RelativeXX
  218. FrameOfName_3.Style = Enum.FrameStyle.RobloxRound
  219.  
  220. NameOfGui_3.Name = "NameOfGui"
  221. NameOfGui_3.Parent = PrisonLifeMainFrame
  222. NameOfGui_3.BackgroundColor3 = Color3.new(1, 1, 1)
  223. NameOfGui_3.BackgroundTransparency = 10
  224. NameOfGui_3.Position = UDim2.new(-0.0478087664, 0, 1, 0)
  225. NameOfGui_3.Size = UDim2.new(0, 274, 0, 17)
  226. NameOfGui_3.Font = Enum.Font.SciFi
  227. NameOfGui_3.Text = "Xircuminal - Prison Life"
  228. NameOfGui_3.TextColor3 = Color3.new(1, 0.490196, 0.129412)
  229. NameOfGui_3.TextSize = 14
  230.  
  231. KillAura.Name = "KillAura"
  232. KillAura.Parent = PrisonLifeMainFrame
  233. KillAura.BackgroundColor3 = Color3.new(0, 0, 0)
  234. KillAura.BackgroundTransparency = 0.80000001192093
  235. KillAura.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
  236. KillAura.BorderSizePixel = 2
  237. KillAura.Position = UDim2.new(0.243034035, 0, 0.0500045717, 0)
  238. KillAura.Size = UDim2.new(0, 126, 0, 29)
  239. KillAura.Font = Enum.Font.SciFi
  240. KillAura.Text = "Kill Aura - Press U"
  241. KillAura.TextColor3 = Color3.new(1, 0.490196, 0.129412)
  242. KillAura.TextScaled = true
  243. KillAura.TextSize = 14
  244. KillAura.TextStrokeTransparency = 10
  245. KillAura.TextTransparency = 0.10000000149012
  246. KillAura.TextWrapped = true
  247.  
  248. PrisonLifeGuiCloser.Name = "PrisonLifeGuiCloser"
  249. PrisonLifeGuiCloser.Parent = PrisonLifeMainFrame
  250. PrisonLifeGuiCloser.BackgroundColor3 = Color3.new(0, 0, 0)
  251. PrisonLifeGuiCloser.BackgroundTransparency = 0.60000002384186
  252. PrisonLifeGuiCloser.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
  253. PrisonLifeGuiCloser.BorderSizePixel = 3
  254. PrisonLifeGuiCloser.Position = UDim2.new(0.414342582, 0, 0.860335231, 0)
  255. PrisonLifeGuiCloser.Size = UDim2.new(0, 40, 0, 40)
  256. PrisonLifeGuiCloser.Font = Enum.Font.SciFi
  257. PrisonLifeGuiCloser.Text = "X"
  258. PrisonLifeGuiCloser.TextColor3 = Color3.new(1, 0.490196, 0.129412)
  259. PrisonLifeGuiCloser.TextScaled = true
  260. PrisonLifeGuiCloser.TextSize = 14
  261. PrisonLifeGuiCloser.TextWrapped = true
  262.  
  263. ClickArrestFunction.Name = "ClickArrestFunction"
  264. ClickArrestFunction.Parent = PrisonLifeMainFrame
  265. ClickArrestFunction.BackgroundColor3 = Color3.new(0, 0, 0)
  266. ClickArrestFunction.BackgroundTransparency = 0.80000001192093
  267. ClickArrestFunction.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
  268. ClickArrestFunction.BorderSizePixel = 2
  269. ClickArrestFunction.Position = UDim2.new(0.243034035, 0, 0.186876073, 0)
  270. ClickArrestFunction.Size = UDim2.new(0, 126, 0, 29)
  271. ClickArrestFunction.Font = Enum.Font.SciFi
  272. ClickArrestFunction.Text = "Click Arrest"
  273. ClickArrestFunction.TextColor3 = Color3.new(1, 0.490196, 0.129412)
  274. ClickArrestFunction.TextScaled = true
  275. ClickArrestFunction.TextSize = 14
  276. ClickArrestFunction.TextStrokeTransparency = 10
  277. ClickArrestFunction.TextTransparency = 0.10000000149012
  278. ClickArrestFunction.TextWrapped = true
  279.  
  280. AllWeaponsPL.Name = "AllWeaponsPL"
  281. AllWeaponsPL.Parent = PrisonLifeMainFrame
  282. AllWeaponsPL.BackgroundColor3 = Color3.new(0, 0, 0)
  283. AllWeaponsPL.BackgroundTransparency = 0.80000001192093
  284. AllWeaponsPL.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
  285. AllWeaponsPL.BorderSizePixel = 2
  286. AllWeaponsPL.Position = UDim2.new(0.25897029, 0, 0.323747575, 0)
  287. AllWeaponsPL.Size = UDim2.new(0, 126, 0, 29)
  288. AllWeaponsPL.Font = Enum.Font.SciFi
  289. AllWeaponsPL.Text = "All Weapons"
  290. AllWeaponsPL.TextColor3 = Color3.new(1, 0.490196, 0.129412)
  291. AllWeaponsPL.TextScaled = true
  292. AllWeaponsPL.TextSize = 14
  293. AllWeaponsPL.TextStrokeTransparency = 10
  294. AllWeaponsPL.TextTransparency = 0.10000000149012
  295. AllWeaponsPL.TextWrapped = true
  296.  
  297. EscapePL.Name = "EscapePL"
  298. EscapePL.Parent = PrisonLifeMainFrame
  299. EscapePL.BackgroundColor3 = Color3.new(0, 0, 0)
  300. EscapePL.BackgroundTransparency = 0.80000001192093
  301. EscapePL.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
  302. EscapePL.BorderSizePixel = 2
  303. EscapePL.Position = UDim2.new(0.25897029, 0, 0.45782578, 0)
  304. EscapePL.Size = UDim2.new(0, 126, 0, 29)
  305. EscapePL.Font = Enum.Font.SciFi
  306. EscapePL.Text = "Escape Jail"
  307. EscapePL.TextColor3 = Color3.new(1, 0.490196, 0.129412)
  308. EscapePL.TextScaled = true
  309. EscapePL.TextSize = 14
  310. EscapePL.TextStrokeTransparency = 10
  311. EscapePL.TextTransparency = 0.10000000149012
  312. EscapePL.TextWrapped = true
  313.  
  314. RemoveAllDoors.Name = "RemoveAllDoors"
  315. RemoveAllDoors.Parent = PrisonLifeMainFrame
  316. RemoveAllDoors.BackgroundColor3 = Color3.new(0, 0, 0)
  317. RemoveAllDoors.BackgroundTransparency = 0.80000001192093
  318. RemoveAllDoors.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
  319. RemoveAllDoors.BorderSizePixel = 2
  320. RemoveAllDoors.Position = UDim2.new(0.25897029, 0, 0.597490549, 0)
  321. RemoveAllDoors.Size = UDim2.new(0, 126, 0, 29)
  322. RemoveAllDoors.Font = Enum.Font.SciFi
  323. RemoveAllDoors.Text = "Remove All Doors"
  324. RemoveAllDoors.TextColor3 = Color3.new(1, 0.490196, 0.129412)
  325. RemoveAllDoors.TextScaled = true
  326. RemoveAllDoors.TextSize = 14
  327. RemoveAllDoors.TextStrokeTransparency = 10
  328. RemoveAllDoors.TextTransparency = 0.10000000149012
  329. RemoveAllDoors.TextWrapped = true
  330.  
  331. CreditsLoader.Name = "CreditsLoader"
  332. CreditsLoader.Parent = GuiMainFrame
  333. CreditsLoader.BackgroundColor3 = Color3.new(0, 0, 0)
  334. CreditsLoader.BackgroundTransparency = 0.80000001192093
  335. CreditsLoader.BorderColor3 = Color3.new(0.117647, 0.129412, 0.886275)
  336. CreditsLoader.BorderSizePixel = 2
  337. CreditsLoader.Position = UDim2.new(0.240535557, 0, 0.885232747, 0)
  338. CreditsLoader.Size = UDim2.new(0, 126, 0, 29)
  339. CreditsLoader.Font = Enum.Font.SciFi
  340. CreditsLoader.Text = "Credits"
  341. CreditsLoader.TextColor3 = Color3.new(0.117647, 0.129412, 0.886275)
  342. CreditsLoader.TextScaled = true
  343. CreditsLoader.TextSize = 14
  344. CreditsLoader.TextStrokeTransparency = 10
  345. CreditsLoader.TextTransparency = 0.10000000149012
  346. CreditsLoader.TextWrapped = true
  347.  
  348. CreditsMainFrame.Name = "CreditsMainFrame"
  349. CreditsMainFrame.Parent = GuiMainFrame
  350. CreditsMainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  351. CreditsMainFrame.BackgroundTransparency = 0.69999998807907
  352. CreditsMainFrame.BorderColor3 = Color3.new(1, 1, 1)
  353. CreditsMainFrame.BorderSizePixel = 3
  354. CreditsMainFrame.Position = UDim2.new(-1.10544586, 0, -1.09331048, 0)
  355. CreditsMainFrame.Size = UDim2.new(0, 251, 0, 358)
  356. CreditsMainFrame.Visible = false
  357.  
  358. FrameOfName_4.Name = "FrameOfName"
  359. FrameOfName_4.Parent = CreditsMainFrame
  360. FrameOfName_4.BackgroundColor3 = Color3.new(0.0784314, 0.752941, 0.886275)
  361. FrameOfName_4.BorderColor3 = Color3.new(1, 0.490196, 0.129412)
  362. FrameOfName_4.Position = UDim2.new(-0.0438247025, 0, 1, 0)
  363. FrameOfName_4.Size = UDim2.new(0, 274, 0, 17)
  364. FrameOfName_4.SizeConstraint = Enum.SizeConstraint.RelativeXX
  365. FrameOfName_4.Style = Enum.FrameStyle.RobloxRound
  366.  
  367. NameOfGui_4.Name = "NameOfGui"
  368. NameOfGui_4.Parent = CreditsMainFrame
  369. NameOfGui_4.BackgroundColor3 = Color3.new(1, 1, 1)
  370. NameOfGui_4.BackgroundTransparency = 10
  371. NameOfGui_4.Position = UDim2.new(-0.0478087664, 0, 1, 0)
  372. NameOfGui_4.Size = UDim2.new(0, 274, 0, 17)
  373. NameOfGui_4.Font = Enum.Font.SciFi
  374. NameOfGui_4.Text = "Xircuminal -  Credits"
  375. NameOfGui_4.TextColor3 = Color3.new(1, 1, 1)
  376. NameOfGui_4.TextSize = 14
  377.  
  378. CreditsGuiCloser.Name = "CreditsGuiCloser"
  379. CreditsGuiCloser.Parent = CreditsMainFrame
  380. CreditsGuiCloser.BackgroundColor3 = Color3.new(0, 0, 0)
  381. CreditsGuiCloser.BackgroundTransparency = 0.60000002384186
  382. CreditsGuiCloser.BorderColor3 = Color3.new(1, 1, 1)
  383. CreditsGuiCloser.BorderSizePixel = 3
  384. CreditsGuiCloser.Position = UDim2.new(0.42231071, 0, 0.860335231, 0)
  385. CreditsGuiCloser.Size = UDim2.new(0, 40, 0, 40)
  386. CreditsGuiCloser.Font = Enum.Font.SciFi
  387. CreditsGuiCloser.Text = "X"
  388. CreditsGuiCloser.TextColor3 = Color3.new(1, 1, 1)
  389. CreditsGuiCloser.TextScaled = true
  390. CreditsGuiCloser.TextSize = 14
  391. CreditsGuiCloser.TextWrapped = true
  392.  
  393. Credits.Name = "Credits"
  394. Credits.Parent = CreditsMainFrame
  395. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  396. Credits.BackgroundTransparency = 0.60000002384186
  397. Credits.Position = UDim2.new(0.0996015966, 0, 0.0502793305, 0)
  398. Credits.Size = UDim2.new(0, 200, 0, 50)
  399. Credits.Font = Enum.Font.SciFi
  400. Credits.Text = "iFamous - Roblox [ 177239 ]"
  401. Credits.TextColor3 = Color3.new(1, 1, 1)
  402. Credits.TextSize = 14
  403. -- Scripts:
  404. function SCRIPT_VRHS74_FAKESCRIPT() -- AllWeapons.Script
  405.     local script = Instance.new('Script')
  406.     script.Parent = AllWeapons
  407.    
  408.     AllWeapons.MouseButton1Down:connect(function()
  409.  
  410. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "SPAS-12")
  411.  
  412. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Dragunov")
  413. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  414.  
  415. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  416. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "S&W 638")
  417. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47-U")
  418.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  419.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  420. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M16")
  421. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "AK47")
  422. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  423. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
  424.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Makarov")
  425.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M1014")
  426. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Parachute")
  427. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  428.  game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "RiotShield")
  429.    game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Taser")
  430. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Handcuffs")
  431.     game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Shank")
  432. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Steak")
  433. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "HamSandwich")
  434. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Pancakes")
  435. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Guitar")
  436.    
  437.    
  438.                                                                                              
  439.                                                                                                      
  440.                                                                                                          
  441.                                                                                                        
  442.                                                                                                                    
  443.                                                                                                                  
  444.                                                                                                                        
  445.                                                                                                                    
  446.                                                                                                                        
  447.                                                                                                                    
  448.                                                                                                                            
  449.                                                                                                                        
  450.                                                                                                                          
  451.                                                                                                                          
  452.                                                                                                                          
  453.                                                                                                                                                                    
  454.                                                                                                                                          
  455.    
  456.     end)
  457.    
  458.     end
  459. coroutine.resume(coroutine.create(SCRIPT_VRHS74_FAKESCRIPT))
  460. function SCRIPT_GAGP80_FAKESCRIPT() -- KillAura.Script
  461.     local script = Instance.new('Script')
  462.     script.Parent = KillAura
  463.     mainRemotes = game.ReplicatedStorage
  464.     meleeRemote = mainRemotes['meleeEvent']
  465.    
  466.     killAura = true
  467.    
  468.     contextactionservice = game.ContextActionService
  469.    
  470.     function toggleKillAura(actionName, inputState, inputObject)
  471.     print('Doing the action : ' .. actionName)
  472.     if inputState == Enum.UserInputState.Begin then
  473.     if killAura == true then
  474.     killAura = false
  475.     else
  476.     killAura = true
  477.     end
  478.     end
  479.     end
  480.    
  481.     contextactionservice:BindAction('ToggleKillAura', toggleKillAura, false, Enum.KeyCode.U)
  482.    
  483.     while wait() do
  484.     if killAura == true then
  485.     for _, plr in pairs (game:GetService('Players'):GetChildren()) do
  486.     if plr.Name ~= game.Players.LocalPlayer.Name then
  487.     meleeRemote:FireServer(plr)
  488.     end
  489.     end
  490.     end
  491.     end
  492.  
  493. end
  494. coroutine.resume(coroutine.create(SCRIPT_GAGP80_FAKESCRIPT))
  495. function SCRIPT_NQXA65_FAKESCRIPT() -- ClickArrestFunction.Script
  496.     local script = Instance.new('Script')
  497.     script.Parent = ClickArrestFunction
  498.    
  499.     ClickArrestFunction.MouseButton1Down:connect(function()
  500.      local mouse = game.Players.LocalPlayer:GetMouse()
  501.         local arrestEvent = game.Workspace.Remote.arrest
  502.         mouse.Button1Down:connect(function()
  503.         local obj = mouse.Target
  504.         local response = arrestEvent:InvokeServer(obj)
  505.         end)
  506.     end)
  507.  
  508. end
  509. coroutine.resume(coroutine.create(SCRIPT_NQXA65_FAKESCRIPT))
  510. function SCRIPT_TQDN84_FAKESCRIPT() -- AllWeaponsPL.Script
  511.     local script = Instance.new('Script')
  512.     script.Parent = AllWeaponsPL
  513.     AllWeaponsPL.MouseButton1Down:connect(function()
  514.     local weapons = {"Remington 870", "M9", "AK-47", "M4A1", "Riot Shield", "Crude Knife", "Hammer", "Sharpened stick", "Extendo mirror"  }
  515.        for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  516.        for j, k in pairs(weapons) do
  517.        if v.Name == k then
  518.        v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  519.        end
  520.        end
  521.        end
  522.     end)
  523.            
  524.  
  525. end
  526. coroutine.resume(coroutine.create(SCRIPT_TQDN84_FAKESCRIPT))
  527. function SCRIPT_EXRL70_FAKESCRIPT() -- EscapePL.Script
  528.     local script = Instance.new('Script')
  529.     script.Parent = EscapePL
  530.    
  531.     EscapePL.MouseButton1Down:connect(function()
  532.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(283, 72, 2213)
  533.     end)
  534.    
  535.    
  536.  
  537. end
  538. coroutine.resume(coroutine.create(SCRIPT_EXRL70_FAKESCRIPT))
  539. function SCRIPT_IJAR73_FAKESCRIPT() -- RemoveAllDoors.Script
  540.     local script = Instance.new('Script')
  541.     script.Parent = RemoveAllDoors
  542.    
  543.     RemoveAllDoors.MouseButton1Down:connect(function()
  544.     game.Workspace.Doors:Destroy()
  545.     end)
  546.  
  547. end
  548. coroutine.resume(coroutine.create(SCRIPT_IJAR73_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement