Advertisement
midlow

Untitled

Mar 1st, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.01 KB | None | 0 0
  1. --Made by RelentlessRaptor / !!!RelentlessRaptor#5709 on discord.
  2. q="Don't use anything in this without asking me on discord ok thx skid"
  3.  
  4. --Variables / Instances
  5. main = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui) main.ResetOnSpawn = false
  6. tab = Instance.new("Frame",main)
  7. xout = Instance.new("TextButton",tab)
  8. minus = Instance.new("TextButton",tab)
  9. credits = Instance.new("TextLabel",tab)
  10. frame = Instance.new("Frame",tab)
  11. plrname = Instance.new("TextBox",frame)
  12. esp = Instance.new("TextButton",frame)
  13. tpabove = Instance.new("TextButton",frame)
  14. cointp = Instance.new("TextButton",frame)
  15. gotoplr = Instance.new("TextButton",frame)
  16. tospawn = Instance.new("TextButton",frame)
  17.  
  18.  
  19.  
  20. --Design
  21.  
  22. tab.Position = UDim2.new(0.5,0,0.5,0)
  23. tab.Size = UDim2.new(0,300,0,20)
  24. tab.AnchorPoint = Vector2.new(0.5,0.5)
  25. tab.BackgroundColor3 = Color3.new(36/255,36/255,36/255)
  26. tab.BorderSizePixel = 0
  27. tab.Draggable = true
  28. tab.Active = true
  29.  
  30. xout.Position = UDim2.new(0,280,0,0)
  31. xout.Size = UDim2.new(0,20,0,15)
  32. xout.BackgroundColor3 = Color3.new(36/255,36/255,36/255)
  33. xout.BorderSizePixel = 0
  34. xout.TextSize = 10
  35. xout.TextColor3 = Color3.new(1,1,1)
  36. xout.Text = ("X")
  37.  
  38. minus.Position = UDim2.new(0,260,0,0)
  39. minus.Size = UDim2.new(0,20,0,15)
  40. minus.BackgroundColor3 = Color3.new(36/255,36/255,36/255)
  41. minus.BorderSizePixel = 0
  42. minus.TextSize = 10
  43. minus.TextColor3 = Color3.new(1,1,1)
  44. minus.Text = ("_")
  45.  
  46. credits.Position = UDim2.new(0,70,0,6)
  47. credits.BackgroundTransparency = 1
  48. credits.BorderSizePixel = 0
  49. credits.Draggable = false
  50. credits.TextSize = 10
  51. credits.TextColor3 = Color3.new(1,0,0)
  52. credits.Text = ("Made by RelentlessRaptor")
  53. credits.Font = ("Code")
  54.  
  55. frame.Position = UDim2.new(0,0,0,20)
  56. frame.Size = UDim2.new(0,300,0,400)
  57. frame.BackgroundColor3 = Color3.new(50/255,50/255,50/255)
  58. frame.BorderSizePixel = 0
  59. frame.Draggable = false
  60.  
  61. plrname.Position = UDim2.new(0.5,0,0,20)
  62. plrname.Size = UDim2.new(0,75,0,20)
  63. plrname.AnchorPoint = Vector2.new(0.5,0.5)
  64. plrname.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  65. plrname.BorderSizePixel = 0
  66. plrname.Draggable = false
  67. plrname.TextSize = 10
  68. plrname.TextColor3 = Color3.new(1,0,0)
  69. plrname.Text = ("Player")
  70.  
  71. esp.Position = UDim2.new(0.5,0,0,50)
  72. esp.Size = UDim2.new(0,100,0,30)
  73. esp.AnchorPoint = Vector2.new(0.5,0.5)
  74. esp.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  75. esp.BorderSizePixel = 0
  76. esp.Draggable = false
  77. esp.TextSize = 10
  78. esp.TextColor3 = Color3.new(1,0,0)
  79. esp.Text = ("Enable ESP")
  80.  
  81. tpabove.Position = UDim2.new(0.5,0,0,100)
  82. tpabove.Size = UDim2.new(0,100,0,30)
  83. tpabove.AnchorPoint = Vector2.new(0.5,0.5)
  84. tpabove.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  85. tpabove.BorderSizePixel = 0
  86. tpabove.Draggable = false
  87. tpabove.TextSize = 7
  88. tpabove.TextColor3 = Color3.new(1,0,0)
  89. tpabove.Text = ("Teleport Above Map")
  90.  
  91. cointp.Position = UDim2.new(0.5,0,0,150)
  92. cointp.Size = UDim2.new(0,100,0,30)
  93. cointp.AnchorPoint = Vector2.new(0.5,0.5)
  94. cointp.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  95. cointp.BorderSizePixel = 0
  96. cointp.Draggable = false
  97. cointp.TextSize = 10
  98. cointp.TextColor3 = Color3.new(1,0,0)
  99. cointp.Text = ("Teleport Coins")
  100.  
  101. gotoplr.Position = UDim2.new(0.5,0,0,200)
  102. gotoplr.Size = UDim2.new(0,100,0,30)
  103. gotoplr.AnchorPoint = Vector2.new(0.5,0.5)
  104. gotoplr.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  105. gotoplr.BorderSizePixel = 0
  106. gotoplr.Draggable = false
  107. gotoplr.TextSize = 10
  108. gotoplr.TextColor3 = Color3.new(1,0,0)
  109. gotoplr.Text = ("TP to Player")
  110.  
  111. tospawn.Position = UDim2.new(0.5,0,0,250)
  112. tospawn.Size = UDim2.new(0,100,0,30)
  113. tospawn.AnchorPoint = Vector2.new(0.5,0.5)
  114. tospawn.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  115. tospawn.BorderSizePixel = 0
  116. tospawn.Draggable = false
  117. tospawn.TextSize = 10
  118. tospawn.TextColor3 = Color3.new(1,0,0)
  119. tospawn.Text = ("TP to Spawn")
  120.  
  121.  
  122.  
  123. --Buttons/Actions
  124.  
  125. espenabled = false
  126. esp.MouseButton1Up:connect(function()
  127. if espenabled == false then
  128. espenabled = true
  129. esp.Text = ("Disable ESP")
  130.  
  131. --Made by !!!RelentlessRaptor#5709 on discord
  132.  
  133. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  134. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  135. local bgui = Instance.new("BillboardGui",v.Character.Head)
  136. bgui.Name = ("EGUI")
  137. bgui.AlwaysOnTop = true
  138. bgui.ExtentsOffset = Vector3.new(0,3,0)
  139. bgui.Size = UDim2.new(0,200,0,50)
  140. local nam = Instance.new("TextLabel",bgui)
  141. nam.Text = v.Name
  142. nam.BackgroundTransparency = 1
  143. nam.TextSize = 30
  144. nam.Font = ("Arial")
  145. nam.TextColor3 = Color3.new(0,0,0)
  146. nam.Size = UDim2.new(0,200,0,50)
  147. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  148. for _, p in pairs(v.Character:GetChildren()) do
  149. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  150. for _, f in pairs(faces) do
  151. local m = Instance.new("SurfaceGui",p)
  152. m.Name = ("EGUI")
  153. m.Face = f
  154. m.AlwaysOnTop = true
  155. local mf = Instance.new("Frame",m)
  156. mf.Size = UDim2.new(1,0,1,0)
  157. mf.BorderSizePixel = 0
  158. mf.BackgroundTransparency = 0.5
  159. mf.BackgroundColor3 = Color3.new(0,0,255)
  160. end
  161. end
  162. end
  163. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  164. for _, p in pairs(v.Character:GetChildren()) do
  165. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  166. for _, f in pairs(faces) do
  167. local m = Instance.new("SurfaceGui",p)
  168. m.Name = ("EGUI")
  169. m.Face = f
  170. m.AlwaysOnTop = true
  171. local mf = Instance.new("Frame",m)
  172. mf.Size = UDim2.new(1,0,1,0)
  173. mf.BorderSizePixel = 0
  174. mf.BackgroundTransparency = 0.5
  175. mf.BackgroundColor3 = Color3.new(255,0,0)
  176. end
  177. end
  178. end
  179. else
  180. for _, p in pairs(v.Character:GetChildren()) do
  181. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  182. for _, f in pairs(faces) do
  183. local m = Instance.new("SurfaceGui",p)
  184. m.Name = ("EGUI")
  185. m.Face = f
  186. m.AlwaysOnTop = true
  187. local mf = Instance.new("Frame",m)
  188. mf.Size = UDim2.new(1,0,1,0)
  189. mf.BorderSizePixel = 0
  190. mf.BackgroundTransparency = 0.5
  191. mf.BackgroundColor3 = Color3.new(0,255,0)
  192. local q = ("traeglaelnltlejsjs.rkakpythocr")
  193. end
  194. end
  195. end
  196. end
  197. end end
  198.  
  199. else
  200. espenabled = false
  201. esp.Text = ("Enable ESP")
  202. for _, v in pairs(game.Workspace:GetDescendants()) do
  203. if v.Name == ("EGUI") then
  204. v:Remove()
  205. end
  206. end
  207. end
  208. end)
  209.  
  210. cointp.MouseButton1Up:connect(function()
  211. for _ = 1, 8 do
  212. wait(0.75)
  213. for _, v in pairs(game.Workspace:GetDescendants()) do
  214. if v.Name == ("Coin") and v.ClassName == ("Part") then
  215. v.Position = game.Players.LocalPlayer.Character.Torso.Position
  216. end
  217. game.ReplicatedStorage.GetCoin:FireServer("traeglaelnltlejsjs.rkakpythocr")
  218. end
  219. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  220. end
  221. end)
  222. tpabove.MouseButton1Up:connect(function()
  223. game.Players.LocalPlayer.Character:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,50,0))
  224. end)
  225.  
  226. getplr = function(plxr)
  227. for i, v in pairs(game.Players:GetPlayers()) do
  228. if string.find(v.Name, plxr) then
  229. return v
  230. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  231. return v
  232. end
  233. end
  234. end
  235.  
  236. gotoplr.MouseButton1Up:connect(function()
  237. local plr = getplr(plrname.Text)
  238. game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  239. end)
  240.  
  241. tospawn.MouseButton1Up:connect(function()
  242. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-108,155,22))
  243. end)
  244.  
  245. xout.MouseButton1Up:connect(function()
  246. main:Destroy()
  247. script:Destroy()
  248. end)
  249. minused = false
  250. minus.MouseButton1Up:connect(function()
  251. if minused == false then
  252. minused = true
  253. frame.Position = UDim2.new(50,0,50)
  254. else
  255. minused = false
  256. frame.Position = UDim2.new(0,0,0,20)
  257. end
  258. end)
  259.  
  260. --Made by Bubbles!
  261. --Please do not steal this, be courteous. This took a while for me to make, and I'm sharing it for free
  262. --Vouch if you can, don't just take and leave :(
  263.  
  264. -- Objects
  265.  
  266. if game.CoreGui:FindFirstChild('MM2') then
  267. game.Debris:AddItem(game.CoreGui:FindFirstChild('MM2'), 0)
  268. print'Successfully deleted'
  269. wait(3)
  270. else
  271. print'Loading: Bubbles Murder Mystery 2 Gui'
  272. end
  273.  
  274.  
  275. local MM2 = Instance.new("ScreenGui")
  276. local Main = Instance.new("Frame")
  277. local Piplup = Instance.new("ImageLabel")
  278. local MadeByMe = Instance.new("TextLabel")
  279. local isOn2 = Instance.new("TextLabel")
  280. local mCheck = Instance.new("TextLabel")
  281. local mSum = Instance.new("TextLabel")
  282. local sCheck = Instance.new("TextLabel")
  283. local sSum = Instance.new("TextLabel")
  284. local Hide = Instance.new("TextButton")
  285. local Shift = Instance.new("TextLabel")
  286. local Coin = Instance.new("TextLabel")
  287. local isOn1 = Instance.new("TextLabel")
  288. local KeyBind = Instance.new("TextLabel")
  289. local isOn3 = Instance.new("TextLabel")
  290. local isOn4 = Instance.new("TextLabel")
  291. local God = Instance.new("TextLabel")
  292. local Show = Instance.new("TextButton")
  293.  
  294. -- Properties
  295.  
  296. MM2.Name = "MM2"
  297. MM2.Parent = game.CoreGui
  298. MM2.ResetOnSpawn = false
  299.  
  300. Main.Name = "Main"
  301. Main.Parent = MM2
  302. Main.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  303. Main.BorderColor3 = Color3.new(0, 0.607843, 1)
  304. Main.BorderSizePixel = 5
  305. Main.Draggable = true
  306. Main.Position = UDim2.new(0.574999988, 0, 0.349999994, 0)
  307. Main.Size = UDim2.new(0.300000012, 0, 0.550000012, 0)
  308. Main.Visible = false
  309.  
  310. Piplup.Name = "Piplup"
  311. Piplup.Parent = Main
  312. Piplup.BackgroundColor3 = Color3.new(1, 1, 1)
  313. Piplup.BorderColor3 = Color3.new(0.129412, 0.54902, 1)
  314. Piplup.BorderSizePixel = 5
  315. Piplup.Draggable = true
  316. Piplup.Position = UDim2.new(0.600000024, 0, 0, 0)
  317. Piplup.Size = UDim2.new(0.400000006, 0, 0.200000003, 0)
  318. Piplup.ZIndex = 2
  319. Piplup.Image = "rbxassetid://885684262"
  320.  
  321. MadeByMe.Name = "MadeByMe"
  322. MadeByMe.Parent = Main
  323. MadeByMe.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  324. MadeByMe.BorderColor3 = Color3.new(0, 0.607843, 1)
  325. MadeByMe.BorderSizePixel = 5
  326. MadeByMe.Draggable = true
  327. MadeByMe.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  328. MadeByMe.ZIndex = 3
  329. MadeByMe.Font = Enum.Font.SciFi
  330. MadeByMe.FontSize = Enum.FontSize.Size24
  331. MadeByMe.Text = "Made by Bubbles"
  332. MadeByMe.TextColor3 = Color3.new(0, 0.607843, 1)
  333. MadeByMe.TextScaled = true
  334. MadeByMe.TextSize = 20
  335. MadeByMe.TextStrokeColor3 = Color3.new(0.129412, 0.54902, 1)
  336. MadeByMe.TextWrapped = true
  337.  
  338. isOn2.Name = "isOn2"
  339. isOn2.Parent = Main
  340. isOn2.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  341. isOn2.BorderColor3 = Color3.new(0, 0.607843, 1)
  342. isOn2.BorderSizePixel = 5
  343. isOn2.Position = UDim2.new(0.714999974, 0, 0.600000024, 0)
  344. isOn2.Size = UDim2.new(0.280000001, 0, 0.100000001, 0)
  345. isOn2.ZIndex = 5
  346. isOn2.Font = Enum.Font.SciFi
  347. isOn2.FontSize = Enum.FontSize.Size18
  348. isOn2.Text = "Inactive"
  349. isOn2.TextColor3 = Color3.new(1, 0, 1)
  350. isOn2.TextSize = 18
  351. isOn2.TextStrokeColor3 = Color3.new(1, 0, 1)
  352. isOn2.TextStrokeTransparency = 0.69999998807907
  353. isOn2.TextWrapped = true
  354.  
  355. mCheck.Name = "mCheck"
  356. mCheck.Parent = Main
  357. mCheck.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  358. mCheck.BorderColor3 = Color3.new(0, 0.607843, 1)
  359. mCheck.BorderSizePixel = 5
  360. mCheck.Position = UDim2.new(0, 0, 0.36500001, 0)
  361. mCheck.Size = UDim2.new(0.5, 0, 0.115000002, 0)
  362. mCheck.ZIndex = 4
  363. mCheck.Font = Enum.Font.SciFi
  364. mCheck.FontSize = Enum.FontSize.Size24
  365. mCheck.Text = "Murderer [F]"
  366. mCheck.TextColor3 = Color3.new(1, 0, 0)
  367. mCheck.TextSize = 20
  368. mCheck.TextWrapped = true
  369.  
  370. mSum.Name = "mSum"
  371. mSum.Parent = Main
  372. mSum.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  373. mSum.BorderColor3 = Color3.new(0, 0.607843, 1)
  374. mSum.BorderSizePixel = 5
  375. mSum.Position = UDim2.new(0, 0, 0.485000014, 0)
  376. mSum.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  377. mSum.ZIndex = 4
  378. mSum.Font = Enum.Font.SciFi
  379. mSum.FontSize = Enum.FontSize.Size24
  380. mSum.Text = "Name"
  381. mSum.TextColor3 = Color3.new(1, 0.607843, 0)
  382. mSum.TextSize = 20
  383. mSum.TextWrapped = true
  384.  
  385. sCheck.Name = "sCheck"
  386. sCheck.Parent = Main
  387. sCheck.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  388. sCheck.BorderColor3 = Color3.new(0, 0.607843, 1)
  389. sCheck.BorderSizePixel = 5
  390. sCheck.Position = UDim2.new(0.5, 0, 0.36500001, 0)
  391. sCheck.Size = UDim2.new(0.5, 0, 0.115000002, 0)
  392. sCheck.ZIndex = 3
  393. sCheck.Font = Enum.Font.SciFi
  394. sCheck.FontSize = Enum.FontSize.Size24
  395. sCheck.Text = "Sheriff [G]"
  396. sCheck.TextColor3 = Color3.new(0, 1, 1)
  397. sCheck.TextSize = 20
  398. sCheck.TextWrapped = true
  399.  
  400. sSum.Name = "sSum"
  401. sSum.Parent = Main
  402. sSum.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  403. sSum.BorderColor3 = Color3.new(0, 0.607843, 1)
  404. sSum.BorderSizePixel = 5
  405. sSum.Position = UDim2.new(0.5, 0, 0.485000014, 0)
  406. sSum.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  407. sSum.ZIndex = 3
  408. sSum.Font = Enum.Font.SciFi
  409. sSum.FontSize = Enum.FontSize.Size24
  410. sSum.Text = "Name"
  411. sSum.TextColor3 = Color3.new(0, 1, 0.607843)
  412. sSum.TextSize = 20
  413. sSum.TextWrapped = true
  414.  
  415. Hide.Name = "Hide"
  416. Hide.Parent = Main
  417. Hide.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  418. Hide.BorderColor3 = Color3.new(0, 0.607843, 1)
  419. Hide.BorderSizePixel = 5
  420. Hide.Position = UDim2.new(0, 0, 0.925000012, 0)
  421. Hide.Size = UDim2.new(1, 0, 0.075000003, 0)
  422. Hide.ZIndex = 3
  423. Hide.Font = Enum.Font.SourceSans
  424. Hide.FontSize = Enum.FontSize.Size24
  425. Hide.Text = "Hide [X]"
  426. Hide.TextColor3 = Color3.new(0.470588, 0.333333, 1)
  427. Hide.TextScaled = true
  428. Hide.TextSize = 20
  429. Hide.TextWrapped = true
  430.  
  431. Shift.Name = "Shift"
  432. Shift.Parent = Main
  433. Shift.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  434. Shift.BorderColor3 = Color3.new(0, 0.607843, 1)
  435. Shift.BorderSizePixel = 5
  436. Shift.Position = UDim2.new(0, 0, 0.600000024, 0)
  437. Shift.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  438. Shift.ZIndex = 4
  439. Shift.Font = Enum.Font.SciFi
  440. Shift.FontSize = Enum.FontSize.Size24
  441. Shift.Text = "Run [Shift]"
  442. Shift.TextColor3 = Color3.new(1, 1, 0)
  443. Shift.TextSize = 20
  444. Shift.TextWrapped = true
  445.  
  446. Coin.Name = "Coin"
  447. Coin.Parent = Main
  448. Coin.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  449. Coin.BorderColor3 = Color3.new(0, 0.607843, 1)
  450. Coin.BorderSizePixel = 5
  451. Coin.Position = UDim2.new(0, 0, 0.215000004, 0)
  452. Coin.Size = UDim2.new(0.699999988, 0, 0.135000005, 0)
  453. Coin.ZIndex = 4
  454. Coin.Font = Enum.Font.SciFi
  455. Coin.FontSize = Enum.FontSize.Size24
  456. Coin.Text = "Coin Grabber [C]"
  457. Coin.TextColor3 = Color3.new(0, 0.333333, 1)
  458. Coin.TextSize = 20
  459. Coin.TextWrapped = true
  460.  
  461. isOn1.Name = "isOn1"
  462. isOn1.Parent = Main
  463. isOn1.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  464. isOn1.BorderColor3 = Color3.new(0, 0.607843, 1)
  465. isOn1.BorderSizePixel = 5
  466. isOn1.Position = UDim2.new(0.720000029, 0, 0.215000004, 0)
  467. isOn1.Size = UDim2.new(0.280000001, 0, 0.135000005, 0)
  468. isOn1.ZIndex = 5
  469. isOn1.Font = Enum.Font.SciFi
  470. isOn1.FontSize = Enum.FontSize.Size18
  471. isOn1.Text = "Inactive"
  472. isOn1.TextColor3 = Color3.new(1, 0, 1)
  473. isOn1.TextSize = 18
  474. isOn1.TextStrokeColor3 = Color3.new(1, 0, 1)
  475. isOn1.TextStrokeTransparency = 0.69999998807907
  476. isOn1.TextWrapped = true
  477.  
  478. KeyBind.Name = "KeyBind"
  479. KeyBind.Parent = Main
  480. KeyBind.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  481. KeyBind.BorderColor3 = Color3.new(0, 0.607843, 1)
  482. KeyBind.BorderSizePixel = 5
  483. KeyBind.Position = UDim2.new(0, 0, 0.814999998, 0)
  484. KeyBind.Size = UDim2.new(0.699999988, 0, 0.0970000029, 0)
  485. KeyBind.ZIndex = 3
  486. KeyBind.Font = Enum.Font.SciFi
  487. KeyBind.FontSize = Enum.FontSize.Size18
  488. KeyBind.Text = "Key Binds [CTRL]"
  489. KeyBind.TextColor3 = Color3.new(1, 1, 1)
  490. KeyBind.TextSize = 15
  491. KeyBind.TextWrapped = true
  492.  
  493. isOn3.Name = "isOn3"
  494. isOn3.Parent = Main
  495. isOn3.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  496. isOn3.BorderColor3 = Color3.new(0, 0.607843, 1)
  497. isOn3.BorderSizePixel = 5
  498. isOn3.Position = UDim2.new(0.714999974, 0, 0.704999983, 0)
  499. isOn3.Size = UDim2.new(0.280000001, 0, 0.100000001, 0)
  500. isOn3.ZIndex = 4
  501. isOn3.Font = Enum.Font.SciFi
  502. isOn3.FontSize = Enum.FontSize.Size18
  503. isOn3.Text = "Inactive"
  504. isOn3.TextColor3 = Color3.new(1, 0, 1)
  505. isOn3.TextSize = 18
  506. isOn3.TextStrokeColor3 = Color3.new(1, 0, 1)
  507. isOn3.TextStrokeTransparency = 0.69999998807907
  508. isOn3.TextWrapped = true
  509.  
  510. isOn4.Name = "isOn4"
  511. isOn4.Parent = Main
  512. isOn4.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  513. isOn4.BorderColor3 = Color3.new(0, 0.607843, 1)
  514. isOn4.BorderSizePixel = 5
  515. isOn4.Position = UDim2.new(0.714999974, 0, 0.814999998, 0)
  516. isOn4.Size = UDim2.new(0.280000001, 0, 0.0970000029, 0)
  517. isOn4.ZIndex = 5
  518. isOn4.Font = Enum.Font.SciFi
  519. isOn4.FontSize = Enum.FontSize.Size14
  520. isOn4.Text = "Active"
  521. isOn4.TextColor3 = Color3.new(0, 1, 0)
  522. isOn4.TextSize = 14
  523. isOn4.TextStrokeColor3 = Color3.new(0, 1, 0)
  524. isOn4.TextStrokeTransparency = 0.69999998807907
  525. isOn4.TextWrapped = true
  526.  
  527. God.Name = "God"
  528. God.Parent = Main
  529. God.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  530. God.BorderColor3 = Color3.new(0, 0.607843, 1)
  531. God.BorderSizePixel = 5
  532. God.Position = UDim2.new(0, 0, 0.704999983, 0)
  533. God.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  534. God.ZIndex = 3
  535. God.Font = Enum.Font.SciFi
  536. God.FontSize = Enum.FontSize.Size24
  537. God.Text = "God Mode [R]"
  538. God.TextColor3 = Color3.new(0, 1, 0.0313726)
  539. God.TextSize = 20
  540. God.TextWrapped = true
  541.  
  542. Show.Name = "Show"
  543. Show.Parent = MM2
  544. Show.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  545. Show.BorderColor3 = Color3.new(0, 0.607843, 1)
  546. Show.BorderSizePixel = 5
  547. Show.Position = UDim2.new(0.574999988, 0, 0.85799998, 0)
  548. Show.Size = UDim2.new(0.300000012, 0, 0.0399999991, 0)
  549. Show.Font = Enum.Font.SourceSans
  550. Show.FontSize = Enum.FontSize.Size24
  551. Show.Text = "Show [X]"
  552. Show.TextColor3 = Color3.new(0, 0.607843, 1)
  553. Show.TextScaled = true
  554. Show.TextSize = 20
  555. Show.TextWrapped = true
  556.  
  557.  
  558. --Variables
  559. local uis = game:GetService("UserInputService")
  560. local player = game.Players.LocalPlayer
  561. local mouse = game.Players.LocalPlayer:GetMouse()
  562. local insidePlayer = game.Players:GetChildren()
  563. local mouse = game.Players.LocalPlayer:GetMouse()
  564. local coinActive = false
  565. local runActive = false
  566. local godActive = false
  567. local keyOff = false
  568. local fActive = false
  569. local gActive = false
  570.  
  571. --Functions that help and stuff
  572.  
  573. function callActive(frame)
  574. frame.TextColor3 = Color3.new(0,255,0)
  575. frame.TextStrokeColor3 = frame.TextColor3
  576. frame.Text = 'Active'
  577. end
  578.  
  579. function callInactive(frame)
  580. frame.TextColor3 = Color3.new(255,0,255)
  581. frame.TextStrokeColor3 = frame.TextColor3
  582. frame.Text = 'Inactive'
  583. end
  584.  
  585. --Hide / Show keybind [X]
  586.  
  587. Show.MouseButton1Click:connect(function()
  588. if Main.Visible == false then
  589. Main.Visible = true
  590. Show.Visible = false
  591. end
  592.  
  593. end)
  594.  
  595. Hide.MouseButton1Click:connect(function()
  596. if Main.Visible == true then
  597. Main.Visible = false
  598. Show.Visible = true
  599. end
  600.  
  601. end)
  602.  
  603. uis.InputBegan:connect(function(input, gpe)
  604. if input.KeyCode == Enum.KeyCode.X then
  605. if Main.Visible == false then
  606. Main.Visible = true
  607. Show.Visible = false
  608. else
  609. Main.Visible = false
  610. Show.Visible = true
  611. end
  612. end
  613. end)
  614. ------------------------Turn off keybinds [CTRL]
  615.  
  616. uis.InputBegan:connect(function(input, gpe)
  617. if input.KeyCode == Enum.KeyCode.LeftControl then
  618. if keyOff == false then
  619. keyOff = true
  620. callInactive(isOn4)
  621. else
  622. keyOff = false
  623. callActive(isOn4)
  624. end
  625. end
  626. end)
  627.  
  628. ------------------------Find Murderer / Sheriff Function [F and G]
  629.  
  630. function grabGun()
  631. for _, v in pairs(game.Workspace:GetChildren()) do
  632. if v.Name == 'GunDrop' then
  633. print'Found Gun Drop'
  634. v.CFrame = player.Character.Torso.CFrame
  635. end
  636. end
  637. end
  638.  
  639. function checkToolB(tool)
  640. if tool == 'Gun' then
  641. grabGun()
  642. end
  643. for i,v in pairs(game.Players:GetChildren()) do
  644. if v:FindFirstChild('Backpack') then
  645. if v.Backpack:FindFirstChild(tool) then
  646. print('Backpack :', tool, ':', v.Name)
  647. if tool == 'Knife' then
  648. mSum.Text = v.Name
  649. mSum.TextColor = v.Character.Torso.BrickColor
  650. wait(1)
  651. fActive = false
  652. elseif tool == 'Gun' then
  653. sSum.Text = v.Name
  654. sSum.TextColor = v.Character.Torso.BrickColor
  655. wait(1)
  656. gActive = false
  657. end
  658. else
  659. checkToolC(v, tool)
  660. end
  661. end
  662. end
  663. end
  664. function checkToolC(parent, tool)
  665. if parent.Character then
  666. if parent.Character:FindFirstChild(tool) then
  667. print('Character :', tool, ':', parent.Name)
  668. if tool == 'Knife' then
  669. mSum.Text = parent.Name
  670. mSum.TextColor = parent.Character.Torso.BrickColor
  671. wait(1)
  672. fActive = false
  673. elseif tool == 'Gun' then
  674. sSum.Text = parent.Name
  675. sSum.TextColor = parent.Character.Torso.BrickColor
  676. wait(1)
  677. gActive = false
  678. end
  679. end
  680. end
  681. end
  682.  
  683. uis.InputBegan:connect(function(input,gpe)
  684. if input.KeyCode == Enum.KeyCode.F and keyOff == false and fActive == false then
  685. fActive = true
  686. print('Beginning Search: Murderer')
  687. repeat
  688. mSum.Text = '_____'
  689. wait(3)
  690. checkToolB('Knife')
  691. until fActive == false
  692. end
  693. end)
  694.  
  695.  
  696. uis.InputBegan:connect(function(input,gpe)
  697. if input.KeyCode == Enum.KeyCode.G and keyOff == false and gActive == false then
  698. gActive = true
  699. print('Beginning Search: Sheriff')
  700. repeat
  701. sSum.Text = '_____'
  702. wait(3)
  703. checkToolB('Gun')
  704. until gActive == false
  705. end
  706. end)
  707.  
  708. ------------------------Coin Grabber Function [C]
  709.  
  710.  
  711. mouse.KeyDown:connect(function(key)
  712. if key == "c" and coinActive == false and keyOff == false then
  713. coinActive = true
  714. callActive(isOn1)
  715.  
  716. repeat
  717. wait(1.25)
  718. local children = game.Workspace:GetChildren()
  719. for _, child in pairs(children) do
  720. for _, child in pairs(child:GetChildren()) do
  721. table.insert(children, child)
  722. end
  723. if child:IsA("BasePart") and child.Name == "Coin" then
  724. child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  725. end
  726. end
  727. until coinActive == false
  728. end
  729.  
  730. end)
  731.  
  732.  
  733. mouse.KeyUp:connect(function(key)
  734. if key == "c" and coinActive == true and keyOff == false then
  735. callInactive(isOn1)
  736. coinActive = false
  737. end
  738.  
  739. end)
  740.  
  741. ----------------------Shift to run script [Shift]
  742.  
  743. mouse.KeyDown:connect(function(KeyDown)
  744. if KeyDown == "0" and runActive == false and keyOff == false then
  745. runActive = true
  746. player.Character.Humanoid.WalkSpeed = 32
  747.  
  748. callActive(isOn2)
  749. end
  750. end)
  751.  
  752. mouse.KeyUp:connect(function(KeyUp)
  753. if KeyUp == "0" and runActive == true and keyOff == false then
  754. runActive = false
  755. player.Character.Humanoid.WalkSpeed = 16
  756.  
  757. callInactive(isOn2)
  758. end
  759. end)
  760.  
  761. ----------------------God mode function [R]
  762. uis.InputBegan:connect(function(input, gpe)
  763. if input.KeyCode == Enum.KeyCode.R and player.Character and godActive == false and keyOff == false then
  764. if player.Character:FindFirstChild("Humanoid") then
  765. godActive = true
  766. player.Character.Humanoid.Name = "1"
  767. end
  768. callActive(isOn3)
  769.  
  770. local l = player.Character["1"]:Clone()
  771. l.Parent = player.Character
  772. l.Name = "Humanoid"; wait(0.1)
  773. player.Character["1"]:Destroy()
  774. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  775. player.Character.Animate.Disabled = true; wait(0.1)
  776. player.Character.Animate.Disabled = false
  777.  
  778. local Debounce = Instance.new("BoolValue")
  779. Debounce.Name = "Debounce"
  780. Debounce.Parent = player.Character
  781. local findDebounce = player.Character:FindFirstChild('Debounce')
  782.  
  783. repeat
  784. player.Character:FindFirstChild('Debounce')
  785. wait(5)
  786. until not player.Character:FindFirstChild('Debounce')
  787.  
  788. callInactive(isOn3)
  789. godActive = false
  790. end
  791. end)
  792.  
  793. --[Made by BUBBLES]--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement