Advertisement
matssss2387234823

Script Hub Gui

Jan 10th, 2019
1,558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.06 KB | None | 0 0
  1. -- Made by small boi#0827 (just me) give me support plox --
  2.  
  3. -- Farewell Infortality.
  4. -- Version: 2.82
  5. -- Instances:
  6. local Scripthub = Instance.new("ScreenGui")
  7. local OpenFrame = Instance.new("Frame")
  8. local Open = Instance.new("TextButton")
  9. local MainGui = Instance.new("Frame")
  10. local Speed = Instance.new("TextButton")
  11. local JumpPower = Instance.new("TextButton")
  12. local ClicktoTeleport = Instance.new("TextButton")
  13. local NormalCmds = Instance.new("TextLabel")
  14. local Btools = Instance.new("TextButton")
  15. local Sparkles = Instance.new("TextButton")
  16. local Fire = Instance.new("TextButton")
  17. local Allguns = Instance.new("TextButton")
  18. local GameScriptsorGuis = Instance.new("TextLabel")
  19. local JailbreakGui = Instance.new("TextButton")
  20. local AssasinAimbot = Instance.new("TextButton")
  21. local PrisonLifeGui1 = Instance.new("TextButton")
  22. local PrisonLifeGui2 = Instance.new("TextButton")
  23. local GrabKnife = Instance.new("TextButton")
  24. local Credits = Instance.new("TextLabel")
  25. local Close = Instance.new("TextButton")
  26. local PrisonLifeGui1_2 = Instance.new("TextButton")
  27. local Minimize = Instance.new("TextButton")
  28. --Properties:
  29. Scripthub.Name = "Script hub"
  30. Scripthub.Parent = game.CoreGui
  31.  
  32. OpenFrame.Name = "OpenFrame"
  33. OpenFrame.Parent = Scripthub
  34. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  35. OpenFrame.Position = UDim2.new(0, 0, 0.680811822, 0)
  36. OpenFrame.Size = UDim2.new(0, 100, 0, 32)
  37.  
  38. Open.Name = "Open"
  39. Open.Parent = OpenFrame
  40. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Open.BorderSizePixel = 4
  42. Open.Size = UDim2.new(0, 110, 0, 32)
  43. Open.Font = Enum.Font.Code
  44. Open.Text = "Open"
  45. Open.TextColor3 = Color3.new(0, 0, 0)
  46. Open.TextScaled = true
  47. Open.TextSize = 14
  48. Open.TextWrapped = true
  49. Open.MouseButton1Down:connect(function()
  50. MainGui.Visible = true
  51. OpenFrame.Visible = false
  52. Open.Visible = false
  53. end)
  54.  
  55. MainGui.Name = "MainGui"
  56. MainGui.Parent = Scripthub
  57. MainGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  58. MainGui.Size = UDim2.new(0, 741, 0, 244)
  59. MainGui.Active = true
  60. MainGui.Draggable = true
  61.  
  62. Speed.Name = "Speed"
  63. Speed.Parent = MainGui
  64. Speed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  65. Speed.BorderSizePixel = 3
  66. Speed.Position = UDim2.new(0.0175438598, 0, 0.22131148, 0)
  67. Speed.Size = UDim2.new(0, 128, 0, 38)
  68. Speed.Font = Enum.Font.Cartoon
  69. Speed.Text = "Speed"
  70. Speed.TextColor3 = Color3.new(0, 0, 0)
  71. Speed.TextScaled = true
  72. Speed.TextSize = 14
  73. Speed.TextWrapped = true
  74. Speed.MouseButton1Down:connect(function()
  75. game.players.localplayer.charecter.Humanoid.WalkSpeed = 16
  76. end)
  77.  
  78. JumpPower.Name = "JumpPower"
  79. JumpPower.Parent = MainGui
  80. JumpPower.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  81. JumpPower.BorderSizePixel = 3
  82. JumpPower.Position = UDim2.new(0.0175438598, 0, 0.475409836, 0)
  83. JumpPower.Size = UDim2.new(0, 128, 0, 38)
  84. JumpPower.Font = Enum.Font.Cartoon
  85. JumpPower.Text = "Jump Power"
  86. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  87. JumpPower.TextScaled = true
  88. JumpPower.TextSize = 14
  89. JumpPower.TextWrapped = true
  90. JumpPower.MouseButton1Down:connect(function()
  91. while true do
  92. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  93. wait()
  94. end
  95. end)
  96.  
  97. ClicktoTeleport.Name = "Click to Teleport"
  98. ClicktoTeleport.Parent = MainGui
  99. ClicktoTeleport.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  100. ClicktoTeleport.BorderSizePixel = 3
  101. ClicktoTeleport.Position = UDim2.new(0.0175438598, 0, 0.766393483, 0)
  102. ClicktoTeleport.Size = UDim2.new(0, 128, 0, 38)
  103. ClicktoTeleport.Font = Enum.Font.Cartoon
  104. ClicktoTeleport.Text = "ClickToTp"
  105. ClicktoTeleport.TextColor3 = Color3.new(0, 0, 0)
  106. ClicktoTeleport.TextScaled = true
  107. ClicktoTeleport.TextSize = 14
  108. ClicktoTeleport.TextWrapped = true
  109. ClicktoTeleport.MouseButton1Down:connect(function()
  110. mouse = game.Players.LocalPlayer:GetMouse()
  111. ClicktoTeleport = Instance.new("Tool")
  112. ClicktoTeleport.RequiresHandle = false
  113. ClicktoTeleport.Name = "Click Teleport"
  114. ClicktoTeleport.Activated:connect(function()
  115. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  116. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  118. end)
  119. ClicktoTeleport.Parent = game.Players.LocalPlayer.Backpack
  120. end)
  121.  
  122. NormalCmds.Name = "NormalCmds"
  123. NormalCmds.Parent = MainGui
  124. NormalCmds.BackgroundColor3 = Color3.new(1, 1, 1)
  125. NormalCmds.BackgroundTransparency = 1
  126. NormalCmds.Position = UDim2.new(0.102564104, 0, 0, 0)
  127. NormalCmds.Size = UDim2.new(0, 151, 0, 39)
  128. NormalCmds.Font = Enum.Font.SourceSans
  129. NormalCmds.Text = "NORMAL CMDS"
  130. NormalCmds.TextColor3 = Color3.new(0, 0, 0)
  131. NormalCmds.TextScaled = true
  132. NormalCmds.TextSize = 14
  133. NormalCmds.TextWrapped = true
  134.  
  135. Btools.Name = "Btools"
  136. Btools.Parent = MainGui
  137. Btools.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  138. Btools.BorderSizePixel = 3
  139. Btools.Position = UDim2.new(0.217273951, 0, 0.217213154, 0)
  140. Btools.Size = UDim2.new(0, 128, 0, 38)
  141. Btools.Font = Enum.Font.Cartoon
  142. Btools.Text = "Btools"
  143. Btools.TextColor3 = Color3.new(0, 0, 0)
  144. Btools.TextScaled = true
  145. Btools.TextSize = 14
  146. Btools.TextWrapped = true
  147. Btools.MouseButton1Down:connect(function()
  148. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  149. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  150. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  151. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  152. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  153. tool1.BinType = "Clone"
  154. tool2.BinType = "GameTool"
  155. tool3.BinType = "Hammer"
  156. tool4.BinType = "Script"
  157. tool5.BinType = "Grab"
  158. end)
  159.  
  160. Sparkles.Name = "Sparkles"
  161. Sparkles.Parent = MainGui
  162. Sparkles.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  163. Sparkles.BorderSizePixel = 3
  164. Sparkles.Position = UDim2.new(0.217273951, 0, 0.475409865, 0)
  165. Sparkles.Size = UDim2.new(0, 128, 0, 38)
  166. Sparkles.Font = Enum.Font.Cartoon
  167. Sparkles.Text = "Sparkles"
  168. Sparkles.TextColor3 = Color3.new(0, 0, 0)
  169. Sparkles.TextScaled = true
  170. Sparkles.TextSize = 14
  171. Sparkles.TextWrapped = true
  172. Sparkles.MouseButton1Down:connect(function()
  173. game.Players.PlayerAdded:connect(function(plr)
  174. local name = plr.Name
  175. repeat wait() until plr.Character -- Wait for character
  176. local char = plr.Character
  177. if name == "Player1" then --The name for a player in studio is Player1.
  178. local sparkles = Instance.new("Sparkles", char.Torso)
  179. sparkles.Enabled = true
  180. sparkles.SparkleColor = Color3.new(255, 255, 0)--Error here
  181. end
  182. end)
  183.  
  184. end)
  185.  
  186. Fire.Name = "Fire"
  187. Fire.Parent = MainGui
  188. Fire.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  189. Fire.BorderSizePixel = 3
  190. Fire.Position = UDim2.new(0.217273951, 0, 0.766393483, 0)
  191. Fire.Size = UDim2.new(0, 128, 0, 38)
  192. Fire.Font = Enum.Font.Cartoon
  193. Fire.Text = "Fire"
  194. Fire.TextColor3 = Color3.new(0, 0, 0)
  195. Fire.TextScaled = true
  196. Fire.TextSize = 14
  197. Fire.TextWrapped = true
  198. Fire.MouseButton1Down:connect(function()
  199. getglobal game
  200. getfield -1 GetService
  201. pushvalue -2
  202. pushstring Players
  203. pcall 2 1 0
  204. getfield -1 LocalPlayer
  205. getfield -1 Character
  206. getfield -1 Head
  207. getglobal Instance
  208. getfield -1 new
  209. pushstring Fire
  210. pushvalue -4
  211. pcall 2 0 0
  212. emptystack
  213. end)
  214.  
  215. Allguns.Name = "All guns"
  216. Allguns.Parent = MainGui
  217. Allguns.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  218. Allguns.BorderSizePixel = 3
  219. Allguns.Position = UDim2.new(0.500674784, 0, 0.217213154, 0)
  220. Allguns.Size = UDim2.new(0, 128, 0, 38)
  221. Allguns.Font = Enum.Font.Cartoon
  222. Allguns.Text = "MM2 Gui"
  223. Allguns.TextColor3 = Color3.new(0, 0, 0)
  224. Allguns.TextScaled = true
  225. Allguns.TextSize = 14
  226. Allguns.TextWrapped = true
  227. Allguns.MouseButton1Down:connect(function()
  228. --Made by Bubbles!
  229. --Please do not steal this, be courteus. This took a while for me to make, and I'm sharing it for free
  230. --Vouch if you can, don't just take and leave :(
  231.  
  232. -- Objects
  233.  
  234. local MM2 = Instance.new("ScreenGui")
  235. local Main = Instance.new("Frame")
  236. local Piplup = Instance.new("ImageLabel")
  237. local MadeByMe = Instance.new("TextLabel")
  238. local isOn2 = Instance.new("TextLabel")
  239. local mCheck = Instance.new("TextLabel")
  240. local mSum = Instance.new("TextLabel")
  241. local sCheck = Instance.new("TextLabel")
  242. local sSum = Instance.new("TextLabel")
  243. local Hide = Instance.new("TextButton")
  244. local Shift = Instance.new("TextLabel")
  245. local Coin = Instance.new("TextLabel")
  246. local isOn1 = Instance.new("TextLabel")
  247. local KeyBind = Instance.new("TextLabel")
  248. local isOn3 = Instance.new("TextLabel")
  249. local isOn4 = Instance.new("TextLabel")
  250. local God = Instance.new("TextLabel")
  251. local Show = Instance.new("TextButton")
  252.  
  253. -- Properties
  254.  
  255. MM2.Name = "MM2"
  256. MM2.Parent = game.CoreGui
  257. MM2.ResetOnSpawn = false
  258.  
  259. Main.Name = "Main"
  260. Main.Parent = MM2
  261. Main.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  262. Main.BorderColor3 = Color3.new(0, 0.607843, 1)
  263. Main.BorderSizePixel = 5
  264. Main.Draggable = true
  265. Main.Position = UDim2.new(0.574999988, 0, 0.349999994, 0)
  266. Main.Size = UDim2.new(0.300000012, 0, 0.550000012, 0)
  267. Main.Visible = false
  268.  
  269. Piplup.Name = "Piplup"
  270. Piplup.Parent = Main
  271. Piplup.BackgroundColor3 = Color3.new(1, 1, 1)
  272. Piplup.BorderColor3 = Color3.new(0.129412, 0.54902, 1)
  273. Piplup.BorderSizePixel = 5
  274. Piplup.Draggable = true
  275. Piplup.Position = UDim2.new(0.600000024, 0, 0, 0)
  276. Piplup.Size = UDim2.new(0.400000006, 0, 0.200000003, 0)
  277. Piplup.ZIndex = 2
  278. Piplup.Image = "rbxassetid://885684262"
  279.  
  280. MadeByMe.Name = "MadeByMe"
  281. MadeByMe.Parent = Main
  282. MadeByMe.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  283. MadeByMe.BorderColor3 = Color3.new(0, 0.607843, 1)
  284. MadeByMe.BorderSizePixel = 5
  285. MadeByMe.Draggable = true
  286. MadeByMe.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  287. MadeByMe.ZIndex = 3
  288. MadeByMe.Font = Enum.Font.SciFi
  289. MadeByMe.FontSize = Enum.FontSize.Size24
  290. MadeByMe.Text = "Made by Bubbles"
  291. MadeByMe.TextColor3 = Color3.new(0, 0.607843, 1)
  292. MadeByMe.TextScaled = true
  293. MadeByMe.TextSize = 20
  294. MadeByMe.TextStrokeColor3 = Color3.new(0.129412, 0.54902, 1)
  295. MadeByMe.TextWrapped = true
  296.  
  297. isOn2.Name = "isOn2"
  298. isOn2.Parent = Main
  299. isOn2.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  300. isOn2.BorderColor3 = Color3.new(0, 0.607843, 1)
  301. isOn2.BorderSizePixel = 5
  302. isOn2.Position = UDim2.new(0.714999974, 0, 0.600000024, 0)
  303. isOn2.Size = UDim2.new(0.280000001, 0, 0.100000001, 0)
  304. isOn2.ZIndex = 5
  305. isOn2.Font = Enum.Font.SciFi
  306. isOn2.FontSize = Enum.FontSize.Size18
  307. isOn2.Text = "Inactive"
  308. isOn2.TextColor3 = Color3.new(1, 0, 1)
  309. isOn2.TextSize = 18
  310. isOn2.TextStrokeColor3 = Color3.new(1, 0, 1)
  311. isOn2.TextStrokeTransparency = 0.69999998807907
  312. isOn2.TextWrapped = true
  313.  
  314. mCheck.Name = "mCheck"
  315. mCheck.Parent = Main
  316. mCheck.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  317. mCheck.BorderColor3 = Color3.new(0, 0.607843, 1)
  318. mCheck.BorderSizePixel = 5
  319. mCheck.Position = UDim2.new(0, 0, 0.36500001, 0)
  320. mCheck.Size = UDim2.new(0.5, 0, 0.115000002, 0)
  321. mCheck.ZIndex = 4
  322. mCheck.Font = Enum.Font.SciFi
  323. mCheck.FontSize = Enum.FontSize.Size24
  324. mCheck.Text = "Murderer [F]"
  325. mCheck.TextColor3 = Color3.new(1, 0, 0)
  326. mCheck.TextSize = 20
  327. mCheck.TextWrapped = true
  328.  
  329. mSum.Name = "mSum"
  330. mSum.Parent = Main
  331. mSum.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  332. mSum.BorderColor3 = Color3.new(0, 0.607843, 1)
  333. mSum.BorderSizePixel = 5
  334. mSum.Position = UDim2.new(0, 0, 0.485000014, 0)
  335. mSum.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  336. mSum.ZIndex = 4
  337. mSum.Font = Enum.Font.SciFi
  338. mSum.FontSize = Enum.FontSize.Size24
  339. mSum.Text = "Name"
  340. mSum.TextColor3 = Color3.new(1, 0.607843, 0)
  341. mSum.TextSize = 20
  342. mSum.TextWrapped = true
  343.  
  344. sCheck.Name = "sCheck"
  345. sCheck.Parent = Main
  346. sCheck.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  347. sCheck.BorderColor3 = Color3.new(0, 0.607843, 1)
  348. sCheck.BorderSizePixel = 5
  349. sCheck.Position = UDim2.new(0.5, 0, 0.36500001, 0)
  350. sCheck.Size = UDim2.new(0.5, 0, 0.115000002, 0)
  351. sCheck.ZIndex = 3
  352. sCheck.Font = Enum.Font.SciFi
  353. sCheck.FontSize = Enum.FontSize.Size24
  354. sCheck.Text = "Sheriff [G]"
  355. sCheck.TextColor3 = Color3.new(0, 1, 1)
  356. sCheck.TextSize = 20
  357. sCheck.TextWrapped = true
  358.  
  359. sSum.Name = "sSum"
  360. sSum.Parent = Main
  361. sSum.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  362. sSum.BorderColor3 = Color3.new(0, 0.607843, 1)
  363. sSum.BorderSizePixel = 5
  364. sSum.Position = UDim2.new(0.5, 0, 0.485000014, 0)
  365. sSum.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  366. sSum.ZIndex = 3
  367. sSum.Font = Enum.Font.SciFi
  368. sSum.FontSize = Enum.FontSize.Size24
  369. sSum.Text = "Name"
  370. sSum.TextColor3 = Color3.new(0, 1, 0.607843)
  371. sSum.TextSize = 20
  372. sSum.TextWrapped = true
  373.  
  374. Hide.Name = "Hide"
  375. Hide.Parent = Main
  376. Hide.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  377. Hide.BorderColor3 = Color3.new(0, 0.607843, 1)
  378. Hide.BorderSizePixel = 5
  379. Hide.Position = UDim2.new(0, 0, 0.925000012, 0)
  380. Hide.Size = UDim2.new(1, 0, 0.075000003, 0)
  381. Hide.ZIndex = 3
  382. Hide.Font = Enum.Font.SourceSans
  383. Hide.FontSize = Enum.FontSize.Size24
  384. Hide.Text = "Hide [X]"
  385. Hide.TextColor3 = Color3.new(0.470588, 0.333333, 1)
  386. Hide.TextScaled = true
  387. Hide.TextSize = 20
  388. Hide.TextWrapped = true
  389.  
  390. Shift.Name = "Shift"
  391. Shift.Parent = Main
  392. Shift.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  393. Shift.BorderColor3 = Color3.new(0, 0.607843, 1)
  394. Shift.BorderSizePixel = 5
  395. Shift.Position = UDim2.new(0, 0, 0.600000024, 0)
  396. Shift.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  397. Shift.ZIndex = 4
  398. Shift.Font = Enum.Font.SciFi
  399. Shift.FontSize = Enum.FontSize.Size24
  400. Shift.Text = "Run [Shift]"
  401. Shift.TextColor3 = Color3.new(1, 1, 0)
  402. Shift.TextSize = 20
  403. Shift.TextWrapped = true
  404.  
  405. Coin.Name = "Coin"
  406. Coin.Parent = Main
  407. Coin.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  408. Coin.BorderColor3 = Color3.new(0, 0.607843, 1)
  409. Coin.BorderSizePixel = 5
  410. Coin.Position = UDim2.new(0, 0, 0.215000004, 0)
  411. Coin.Size = UDim2.new(0.699999988, 0, 0.135000005, 0)
  412. Coin.ZIndex = 4
  413. Coin.Font = Enum.Font.SciFi
  414. Coin.FontSize = Enum.FontSize.Size24
  415. Coin.Text = "Coin Grabber [C]"
  416. Coin.TextColor3 = Color3.new(0, 0.333333, 1)
  417. Coin.TextSize = 20
  418. Coin.TextWrapped = true
  419.  
  420. isOn1.Name = "isOn1"
  421. isOn1.Parent = Main
  422. isOn1.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  423. isOn1.BorderColor3 = Color3.new(0, 0.607843, 1)
  424. isOn1.BorderSizePixel = 5
  425. isOn1.Position = UDim2.new(0.720000029, 0, 0.215000004, 0)
  426. isOn1.Size = UDim2.new(0.280000001, 0, 0.135000005, 0)
  427. isOn1.ZIndex = 5
  428. isOn1.Font = Enum.Font.SciFi
  429. isOn1.FontSize = Enum.FontSize.Size18
  430. isOn1.Text = "Inactive"
  431. isOn1.TextColor3 = Color3.new(1, 0, 1)
  432. isOn1.TextSize = 18
  433. isOn1.TextStrokeColor3 = Color3.new(1, 0, 1)
  434. isOn1.TextStrokeTransparency = 0.69999998807907
  435. isOn1.TextWrapped = true
  436.  
  437. KeyBind.Name = "KeyBind"
  438. KeyBind.Parent = Main
  439. KeyBind.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  440. KeyBind.BorderColor3 = Color3.new(0, 0.607843, 1)
  441. KeyBind.BorderSizePixel = 5
  442. KeyBind.Position = UDim2.new(0, 0, 0.814999998, 0)
  443. KeyBind.Size = UDim2.new(0.699999988, 0, 0.0970000029, 0)
  444. KeyBind.ZIndex = 3
  445. KeyBind.Font = Enum.Font.SciFi
  446. KeyBind.FontSize = Enum.FontSize.Size18
  447. KeyBind.Text = "Key Binds [CTRL]"
  448. KeyBind.TextColor3 = Color3.new(1, 1, 1)
  449. KeyBind.TextSize = 15
  450. KeyBind.TextWrapped = true
  451.  
  452. isOn3.Name = "isOn3"
  453. isOn3.Parent = Main
  454. isOn3.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  455. isOn3.BorderColor3 = Color3.new(0, 0.607843, 1)
  456. isOn3.BorderSizePixel = 5
  457. isOn3.Position = UDim2.new(0.714999974, 0, 0.704999983, 0)
  458. isOn3.Size = UDim2.new(0.280000001, 0, 0.100000001, 0)
  459. isOn3.ZIndex = 4
  460. isOn3.Font = Enum.Font.SciFi
  461. isOn3.FontSize = Enum.FontSize.Size18
  462. isOn3.Text = "Inactive"
  463. isOn3.TextColor3 = Color3.new(1, 0, 1)
  464. isOn3.TextSize = 18
  465. isOn3.TextStrokeColor3 = Color3.new(1, 0, 1)
  466. isOn3.TextStrokeTransparency = 0.69999998807907
  467. isOn3.TextWrapped = true
  468.  
  469. isOn4.Name = "isOn4"
  470. isOn4.Parent = Main
  471. isOn4.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  472. isOn4.BorderColor3 = Color3.new(0, 0.607843, 1)
  473. isOn4.BorderSizePixel = 5
  474. isOn4.Position = UDim2.new(0.714999974, 0, 0.814999998, 0)
  475. isOn4.Size = UDim2.new(0.280000001, 0, 0.0970000029, 0)
  476. isOn4.ZIndex = 5
  477. isOn4.Font = Enum.Font.SciFi
  478. isOn4.FontSize = Enum.FontSize.Size14
  479. isOn4.Text = "Active"
  480. isOn4.TextColor3 = Color3.new(0, 1, 0)
  481. isOn4.TextSize = 14
  482. isOn4.TextStrokeColor3 = Color3.new(0, 1, 0)
  483. isOn4.TextStrokeTransparency = 0.69999998807907
  484. isOn4.TextWrapped = true
  485.  
  486. God.Name = "God"
  487. God.Parent = Main
  488. God.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  489. God.BorderColor3 = Color3.new(0, 0.607843, 1)
  490. God.BorderSizePixel = 5
  491. God.Position = UDim2.new(0, 0, 0.704999983, 0)
  492. God.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  493. God.ZIndex = 3
  494. God.Font = Enum.Font.SciFi
  495. God.FontSize = Enum.FontSize.Size24
  496. God.Text = "God Mode [R]"
  497. God.TextColor3 = Color3.new(0, 1, 0.0313726)
  498. God.TextSize = 20
  499. God.TextWrapped = true
  500.  
  501. Show.Name = "Show"
  502. Show.Parent = MM2
  503. Show.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  504. Show.BorderColor3 = Color3.new(0, 0.607843, 1)
  505. Show.BorderSizePixel = 5
  506. Show.Position = UDim2.new(0.574999988, 0, 0.85799998, 0)
  507. Show.Size = UDim2.new(0.300000012, 0, 0.0399999991, 0)
  508. Show.Font = Enum.Font.SourceSans
  509. Show.FontSize = Enum.FontSize.Size24
  510. Show.Text = "Show [X]"
  511. Show.TextColor3 = Color3.new(0, 0.607843, 1)
  512. Show.TextScaled = true
  513. Show.TextSize = 20
  514. Show.TextWrapped = true
  515.  
  516.  
  517. --Variables
  518. local uis = game:GetService("UserInputService")
  519. local player = game.Players.LocalPlayer
  520. local mouse = game.Players.LocalPlayer:GetMouse()
  521. local insidePlayer = game.Players:GetChildren()
  522. local mouse = game.Players.LocalPlayer:GetMouse()
  523. local coinActive = false
  524. local runActive = false
  525. local godActive = false
  526. local keyOff = false
  527. --Hide / Show keybind [X]
  528.  
  529. Show.MouseButton1Click:connect(function()
  530. if Main.Visible == false then
  531. Main.Visible = true
  532. Show.Visible = false
  533. end
  534.  
  535. end)
  536.  
  537. Hide.MouseButton1Click:connect(function()
  538. if Main.Visible == true then
  539. Main.Visible = false
  540. Show.Visible = true
  541. end
  542.  
  543. end)
  544.  
  545. uis.InputBegan:connect(function(input, gpe)
  546. if input.KeyCode == Enum.KeyCode.X then
  547. if Main.Visible == false then
  548. Main.Visible = true
  549. Show.Visible = false
  550. else
  551. Main.Visible = false
  552. Show.Visible = true
  553. end
  554. end
  555. end)
  556. ------------------------Turn off keybinds [CTRL]
  557.  
  558. uis.InputBegan:connect(function(input, gpe)
  559. if input.KeyCode == Enum.KeyCode.LeftControl then
  560. if keyOff == false then
  561. keyOff = true
  562. isOn4.TextColor3 = Color3.new(255, 0, 255)
  563. isOn4.TextStrokeColor3 = isOn4.TextColor3
  564. isOn4.Text = "Inactive"
  565. else
  566. keyOff = false
  567. isOn4.TextColor3 = Color3.new(0, 255, 0)
  568. isOn4.TextStrokeColor3 = isOn4.TextColor3
  569. isOn4.Text = "Active"
  570. end
  571. end
  572. end)
  573.  
  574. ------------------------Find Murderer / Sheriff Function [F and G]
  575.  
  576. local function getMurderer()
  577. local allPlayers = game.Players:GetChildren()
  578. for i,v in pairs(allPlayers) do
  579. print'Step 1: Murderer'
  580. if v:FindFirstChild("Backpack") or v:FindFirstChild("Character")then
  581. print'Step 2: Murderer'
  582. if v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  583. print'Knife has been found'
  584. local name = v.Name
  585. print("The Murderer is...", name)
  586. mSum.Text = name
  587. mSum.TextColor = v.Character.Torso.BrickColor
  588. end
  589. end
  590. end
  591. end
  592.  
  593. local function getSheriff()
  594. local allPlayers = game.Players:GetChildren()
  595. for i,v in pairs(allPlayers) do
  596. print'Step 1: Sheriff'
  597. if v:FindFirstChild("Backpack") or v:FindFirstChild("Character")then
  598. print'Step 2: Sheriff'
  599. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  600. print'Gun has been found'
  601. local name = v.Name
  602. print("The Murderer is...", name)
  603. sSum.Text = name
  604. sSum.TextColor = v.Character.Torso.BrickColor
  605. end
  606. end
  607. end
  608. end
  609.  
  610. uis.InputBegan:connect(function(input,gpe)
  611. if input.KeyCode == Enum.KeyCode.F and keyOff == false then
  612. print'F has been counted'
  613. getMurderer()
  614. end
  615. end)
  616.  
  617.  
  618. uis.InputBegan:connect(function(input,gpe)
  619. if input.KeyCode == Enum.KeyCode.G and keyOff == false then
  620. print'G has been counted'
  621. getSheriff()
  622. end
  623. end)
  624.  
  625. ------------------------Coin Grabber Function [C]
  626.  
  627.  
  628. mouse.KeyDown:connect(function(key)
  629. if key == "c" and coinActive == false and keyOff == false then
  630. coinActive = true
  631. isOn1.TextColor3 = Color3.new(0, 255, 0)
  632. isOn1.TextStrokeColor3 = isOn1.TextColor3
  633. isOn1.Text = "Active"
  634.  
  635. local children = game.Workspace:GetChildren()
  636. for _, child in pairs(children) do
  637. for _, child in pairs(child:GetChildren()) do
  638. table.insert(children, child)
  639. end
  640.  
  641. if child:IsA("BasePart") and child.Name == "Coin" then
  642. child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  643. end
  644. end
  645. end
  646. end)
  647.  
  648.  
  649. mouse.KeyUp:connect(function(key)
  650. if key == "c" and coinActive == true and keyOff == false then
  651. isOn1.TextColor3 = Color3.new(255, 0, 255)
  652. isOn1.TextStrokeColor3 = isOn1.TextColor3
  653. isOn1.Text = "Inactive"
  654. coinActive = false
  655. end
  656.  
  657. end)
  658.  
  659. ----------------------Shift to run script [Shift]
  660.  
  661. mouse.KeyDown:connect(function(KeyDown)
  662. if KeyDown == "0" and runActive == false and keyOff == false then
  663. runActive = true
  664. player.Character.Humanoid.WalkSpeed = 32
  665.  
  666. isOn2.TextColor3 = Color3.new(0, 255, 0)
  667. isOn2.TextStrokeColor3 = isOn2.TextColor3
  668. isOn2.Text = "Active"
  669. end
  670. end)
  671.  
  672. mouse.KeyUp:connect(function(KeyUp)
  673. if KeyUp == "0" and runActive == true and keyOff == false then
  674. runActive = false
  675. player.Character.Humanoid.WalkSpeed = 16
  676.  
  677. isOn2.TextColor3 = Color3.new(255, 0, 255)
  678. isOn2.TextStrokeColor3 = isOn2.TextColor3
  679. isOn2.Text = "Inactive"
  680. end
  681. end)
  682.  
  683. ----------------------God mode function [R]
  684. uis.InputBegan:connect(function(input, gpe)
  685. if input.KeyCode == Enum.KeyCode.R and player.Character and godActive == false and keyOff == false then
  686. if player.Character:FindFirstChild("Humanoid") then
  687. godActive = true
  688. player.Character.Humanoid.Name = "1"
  689. end
  690. isOn3.TextColor3 = Color3.new(0, 255, 0)
  691. isOn3.TextStrokeColor3 = isOn3.TextColor3
  692. isOn3.Text = "Active"
  693.  
  694. local l = player.Character["1"]:Clone()
  695. l.Parent = player.Character
  696. l.Name = "Humanoid"; wait(0.1)
  697. player.Character["1"]:Destroy()
  698. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  699. player.Character.Animate.Disabled = true; wait(0.1)
  700. player.Character.Animate.Disabled = false
  701.  
  702. local Debounce = Instance.new("BoolValue")
  703. Debounce.Name = "Debounce"
  704. Debounce.Parent = player.Character
  705. local findDebounce = player.Character:FindFirstChild('Debounce')
  706.  
  707. repeat
  708. player.Character:FindFirstChild('Debounce')
  709. wait(5)
  710. until not player.Character:FindFirstChild('Debounce')
  711.  
  712. isOn3.TextColor3 = Color3.new(255, 0, 255)
  713. isOn3.TextStrokeColor3 = isOn3.TextColor3
  714. isOn3.Text = "Inactive"
  715. godActive = false
  716. end
  717. end)
  718. end)
  719.  
  720. GameScriptsorGuis.Name = "Game Scripts or Guis"
  721. GameScriptsorGuis.Parent = MainGui
  722. GameScriptsorGuis.BackgroundColor3 = Color3.new(1, 1, 1)
  723. GameScriptsorGuis.BackgroundTransparency = 1
  724. GameScriptsorGuis.Position = UDim2.new(0.538461566, 0, -0.0163934417, 0)
  725. GameScriptsorGuis.Size = UDim2.new(0, 227, 0, 47)
  726. GameScriptsorGuis.Font = Enum.Font.SourceSans
  727. GameScriptsorGuis.Text = "Game Scripts or Guis"
  728. GameScriptsorGuis.TextColor3 = Color3.new(0, 0, 0)
  729. GameScriptsorGuis.TextScaled = true
  730. GameScriptsorGuis.TextSize = 14
  731. GameScriptsorGuis.TextWrapped = true
  732.  
  733. JailbreakGui.Name = "Jailbreak Gui"
  734. JailbreakGui.Parent = MainGui
  735. JailbreakGui.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  736. JailbreakGui.BorderSizePixel = 3
  737. JailbreakGui.Position = UDim2.new(0.500674784, 0, 0.471311539, 0)
  738. JailbreakGui.Size = UDim2.new(0, 128, 0, 38)
  739. JailbreakGui.Font = Enum.Font.Cartoon
  740. JailbreakGui.Text = "Jailbreak Gui"
  741. JailbreakGui.TextColor3 = Color3.new(0, 0, 0)
  742. JailbreakGui.TextScaled = true
  743. JailbreakGui.TextSize = 14
  744. JailbreakGui.TextWrapped = true
  745. JailbreakGui.MouseButton1Down:connect(function()
  746. loadstring(game:HttpGet("https://pastebin.com/raw/TEfkcLsH"))()
  747. end)
  748.  
  749. AssasinAimbot.Name = "Assasin Aimbot"
  750. AssasinAimbot.Parent = MainGui
  751. AssasinAimbot.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  752. AssasinAimbot.BorderSizePixel = 3
  753. AssasinAimbot.Position = UDim2.new(0.499325275, 0, 0.762295187, 0)
  754. AssasinAimbot.Size = UDim2.new(0, 128, 0, 38)
  755. AssasinAimbot.Font = Enum.Font.Cartoon
  756. AssasinAimbot.Text = "Assasin aimbot"
  757. AssasinAimbot.TextColor3 = Color3.new(0, 0, 0)
  758. AssasinAimbot.TextScaled = true
  759. AssasinAimbot.TextSize = 14
  760. AssasinAimbot.TextWrapped = true
  761. AssasinAimbot.MouseButton1Down:connect(function()
  762. loadstring(game:HttpGet("https://irishost.xyz/IrisFiles/AssassinAimbotV3.lua", true))()
  763. end)
  764.  
  765. PrisonLifeGui1.Name = "Prison Life Gui 1"
  766. PrisonLifeGui1.Parent = MainGui
  767. PrisonLifeGui1.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  768. PrisonLifeGui1.BorderSizePixel = 3
  769. PrisonLifeGui1.Position = UDim2.new(0.717948735, 0, 0.217213184, 0)
  770. PrisonLifeGui1.Size = UDim2.new(0, 128, 0, 38)
  771. PrisonLifeGui1.Font = Enum.Font.Cartoon
  772. PrisonLifeGui1.Text = "Prison Life Gui 1"
  773. PrisonLifeGui1.TextColor3 = Color3.new(0, 0, 0)
  774. PrisonLifeGui1.TextScaled = true
  775. PrisonLifeGui1.TextSize = 14
  776. PrisonLifeGui1.TextWrapped = true
  777. PrisonLifeGui1.MouseButton1Down:connect(function()
  778. LoginSomethingHMMMMMMMMMM = Instance.new("ScreenGui")
  779. Login = Instance.new("Frame")
  780. Confirm = Instance.new("TextButton")
  781. User = Instance.new("TextBox")
  782. Pass = Instance.new("TextBox")
  783. HelloFrameD = Instance.new("Frame")
  784.  
  785. LoginSomethingHMMMMMMMMMM.Name = "LoginSomethingHMMMMMMMMMM"
  786. LoginSomethingHMMMMMMMMMM.Parent = game.CoreGui
  787.  
  788. Login.Name = "Login"
  789. Login.Parent = LoginSomethingHMMMMMMMMMM
  790. Login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  791. Login.BorderColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  792. Login.BorderSizePixel = 4
  793. Login.Position = UDim2.new(0.0148247778, 10, 0.0718265623, 0)
  794. Login.Size = UDim2.new(0, 274, 0, 284)
  795.  
  796. Confirm.Name = "Confirm"
  797. Confirm.Parent = Login
  798. Confirm.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  799. Confirm.BackgroundTransparency = 0.80000001192093
  800. Confirm.Position = UDim2.new(0.138686135, 0, 0.774647892, 0)
  801. Confirm.Size = UDim2.new(0, 200, 0, 50)
  802. Confirm.Font = Enum.Font.Cartoon
  803. Confirm.FontSize = Enum.FontSize.Size14
  804. Confirm.Text = "Confirm"
  805. Confirm.TextColor3 = Color3.new(0, 0, 0)
  806. Confirm.TextScaled = true
  807. Confirm.TextSize = 14
  808. Confirm.TextWrapped = true
  809. Confirm.MouseButton1Down:connect(function()
  810. if User.text == "l" and pass.text == "i" then
  811. HelloFrameD.Visible = true
  812.  
  813.  
  814. end
  815.  
  816. User.Name = "User"
  817. User.Parent = Login
  818. User.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.196078)
  819. User.Position = UDim2.new(0.135036498, 0, 0.172535211, 0)
  820. User.Size = UDim2.new(0, 200, 0, 50)
  821. User.Font = Enum.Font.SourceSans
  822. User.FontSize = Enum.FontSize.Size14
  823. User.Text = "Username"
  824. User.TextColor3 = Color3.new(0, 0, 0)
  825. User.TextScaled = true
  826. User.TextSize = 14
  827. User.TextWrapped = true
  828.  
  829. Pass.Name = "Pass"
  830. Pass.Parent = Login
  831. Pass.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.196078)
  832. Pass.Position = UDim2.new(0.135036498, 0, 0.447183102, 0)
  833. Pass.Size = UDim2.new(0, 200, 0, 50)
  834. Pass.Font = Enum.Font.SourceSans
  835. Pass.FontSize = Enum.FontSize.Size14
  836. Pass.Text = "Password"
  837. Pass.TextColor3 = Color3.new(0, 0, 0)
  838. Pass.TextScaled = true
  839. Pass.TextSize = 14
  840. Pass.TextWrapped = true
  841.  
  842. HelloFrameD.Name = "HelloFrame:D"
  843. HelloFrameD.Parent = LoginSomethingHMMMMMMMMMM
  844. HelloFrameD.BackgroundColor3 = Color3.new(1, 1, 1)
  845. HelloFrameD.Position = UDim2.new(0.506738544, 0, 0.191881925, 0)
  846. HelloFrameD.Size = UDim2.new(0, 295, 0, 219)
  847. HelloFrameD.Visible = false
  848. print ("Username = l and password = i")
  849. end)
  850.  
  851. PrisonLifeGui2.Name = "Prison Life Gui 2"
  852. PrisonLifeGui2.Parent = MainGui
  853. PrisonLifeGui2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  854. PrisonLifeGui2.BorderSizePixel = 3
  855. PrisonLifeGui2.Position = UDim2.new(0.717948735, 0, 0.471311539, 0)
  856. PrisonLifeGui2.Size = UDim2.new(0, 128, 0, 38)
  857. PrisonLifeGui2.Font = Enum.Font.Cartoon
  858. PrisonLifeGui2.Text = "Prison Life Gui 2"
  859. PrisonLifeGui2.TextColor3 = Color3.new(0, 0, 0)
  860. PrisonLifeGui2.TextScaled = true
  861. PrisonLifeGui2.TextSize = 14
  862. PrisonLifeGui2.TextWrapped = true
  863. print ("Made by racist dolphin!")
  864. PrisonLifeGui2.MouseButton1Down:connect(function()
  865. loadstring(game:HttpGet("https://pastebin.com/raw/hvmyZWax", true))()
  866. end)
  867.  
  868. GrabKnife.Name = "Grab Knife"
  869. GrabKnife.Parent = MainGui
  870. GrabKnife.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  871. GrabKnife.BorderSizePixel = 3
  872. GrabKnife.Position = UDim2.new(0.717948735, 0, 0.762295127, 0)
  873. GrabKnife.Size = UDim2.new(0, 128, 0, 38)
  874. GrabKnife.Font = Enum.Font.Cartoon
  875. GrabKnife.Text = "Prison Life Gui"
  876. GrabKnife.TextColor3 = Color3.new(0, 0, 0)
  877. GrabKnife.TextScaled = true
  878. GrabKnife.TextSize = 14
  879. GrabKnife.TextWrapped = true
  880.  
  881. Credits.Name = "Credits"
  882. Credits.Parent = MainGui
  883. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  884. Credits.BackgroundTransparency = 1
  885. Credits.Position = UDim2.new(0.331983805, 0, 0.0286885239, 0)
  886. Credits.Size = UDim2.new(0, 142, 0, 36)
  887. Credits.Font = Enum.Font.SourceSans
  888. Credits.Text = "By Small Boi#0827"
  889. Credits.TextColor3 = Color3.new(0, 0, 0)
  890. Credits.TextSize = 20
  891.  
  892. Close.Name = "Close"
  893. Close.Parent = MainGui
  894. Close.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  895. Close.BorderSizePixel = 3
  896. Close.Position = UDim2.new(0.931174099, 0, 0.0163935199, 0)
  897. Close.Size = UDim2.new(0, 46, 0, 34)
  898. Close.Font = Enum.Font.Cartoon
  899. Close.Text = "X"
  900. Close.TextColor3 = Color3.new(0, 0, 0)
  901. Close.TextScaled = true
  902. Close.TextSize = 14
  903. Close.TextWrapped = true
  904. MainGui.Visible = false
  905. OpenFrame.Visible = false
  906.  
  907.  
  908. PrisonLifeGui1_2.Name = "Prison Life Gui 1"
  909. PrisonLifeGui1_2.Parent = MainGui
  910. PrisonLifeGui1_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  911. PrisonLifeGui1_2.BorderSizePixel = 3
  912. PrisonLifeGui1_2.Position = UDim2.new(0.717948735, 0, 0.217213184, 0)
  913. PrisonLifeGui1_2.Size = UDim2.new(0, 128, 0, 38)
  914. PrisonLifeGui1_2.Font = Enum.Font.Cartoon
  915. PrisonLifeGui1_2.Text = "Prison Life Gui 1"
  916. PrisonLifeGui1_2.TextColor3 = Color3.new(0, 0, 0)
  917. PrisonLifeGui1_2.TextScaled = true
  918. PrisonLifeGui1_2.TextSize = 14
  919. PrisonLifeGui1_2.TextWrapped = true
  920.  
  921. Minimize.Name = "Minimize"
  922. Minimize.Parent = MainGui
  923. Minimize.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  924. Minimize.BorderSizePixel = 3
  925. Minimize.Position = UDim2.new(0.858299613, 0, 0.0163935199, 0)
  926. Minimize.Size = UDim2.new(0, 46, 0, 34)
  927. Minimize.Font = Enum.Font.Cartoon
  928. Minimize.Text = "-"
  929. Minimize.TextColor3 = Color3.new(0, 0, 0)
  930. Minimize.TextScaled = true
  931. Minimize.TextSize = 14
  932. Minimize.TextWrapped = true
  933. MainGui.Visible = false
  934. OpenFrame.Visible = true
  935.  
  936. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement