Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.15 KB | None | 0 0
  1. si game.PlaceId == 142823291 entonces --Proofing just porque;)
  2. --Nota: no reiniciar con modo de dios activado o quedará atrapado en una pantalla negra durante un tiempo razonable
  3. - Cambie a falso si no le gusta imprimir en la consola
  4. printvar local = verdadero
  5. - Cambie a verdadero si desea ver nombres en lugar de asesino, sheriff e inocentes con esp
  6. espnames locales = verdadero
  7. --Cambia los enlaces de teclas a tu gusto.
  8. local coinkey = "c" - encuadernadora de monedas keybind
  9. local MSkey = "m" --Murderer / Sheriff esp keybind
  10. local playerskey = "q" --Todos los jugadores esp keybind
  11. local espoffkey = "b" - Apague esp off keybind
  12. local flykey = "f" --Fly keybind
  13. local noclipkey = "r" --Noclip keybind
  14. local godmodekey = "g" --Bodmode keybind
  15. local xrayonkey = "x" --Xray en keybind
  16. local xrayoffkey = "z" --Xray off keybind
  17. local bringgunkey = "t" --Transporte a enlace clave
  18. local hideshowguikey = "p" --Show / Hide gui keybind
  19. --Fin de opciones de personalización fáciles
  20.  
  21. --Gui Botones y Estado--
  22. local MM2 = Instancia.nuevo ("ScreenGui")
  23. local principal = Instancia.nuevo ("Marco")
  24. Título local = Instancia.nuevo ("TextLabel")
  25. moneda local = instancia.nuevo ("TextButton")
  26. MSEsp local = Instance.new ("TextButton")
  27. local MSESPActive = Instance.new ("TextLabel")
  28. local PlayersEsp = Instance.new ("TextButton")
  29. local PlayersEspActive = Instance.new ("TextLabel")
  30. local EspOff = Instance.new ("TextButton")
  31. local EspOffActive = Instance.new ("TextLabel")
  32. local Run = Instance.new ("TextButton")
  33. local RunActiveGui = Instance.new ("TextLabel")
  34. local Fly = Instance.new ("TextButton")
  35. FlyActive local = Instance.new ("TextLabel")
  36. Noclip local = Instancia.nuevo ("TextButton")
  37. local NoclipActive = Instance.new ("TextLabel")
  38. local GodMode = Instance.new ("TextButton")
  39. local GodModeActive = Instance.new ("TextLabel")
  40. local GuiXrayOn = Instance.new ("TextButton")
  41. local GuiXrayOnActive = Instance.new ("TextLabel")
  42. local GuiXrayOff = Instance.new ("TextButton")
  43. local GuiXrayOffActive = Instance.new ("TextLabel")
  44. BringGun local = Instance.new ("TextButton")
  45. local Keybinds = Instance.new ("TextButton")
  46. local KeybindsActive = Instance.new ("TextLabel")
  47. local Hide = Instance.new ("TextButton")
  48. local Show = Instance.new ("TextButton")
  49.  
  50. --Otras variables
  51. local runActive = false
  52. nombre de equipo local = "Ninguno"
  53. asesino local = "Ninguno"
  54. sheriff local = "ninguno"
  55. local player = game: GetService ("Players"). LocalPlayer
  56.  
  57. local esp = falso
  58. plresp local
  59. pista local = falso
  60.  
  61. NClip local = falso
  62. local char = game.Players.LocalPlayer.Character
  63. local obj = game.workspace
  64. local mouse = game.Players.LocalPlayer: GetMouse ()
  65. local LP = game: GetService ("Players"). LocalPlayer
  66. flyvar local = falso
  67.  
  68. showvar local = verdadero
  69. código de entrada local = juego: GetService ("UserInputService")
  70. Godmodevar local = falso
  71. local keyOff = false
  72. NClip local = falso
  73.  
  74. --Comienzo de Gui-
  75. MM2.Name = "MM2"
  76. MM2.Parent = game.CoreGui
  77. MM2.ResetOnSpawn = false
  78.  
  79. Main.Name = "Main"
  80. Main.Parent = MM2
  81. Main.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  82. Main.BorderColor3 = Color3.new (0, 0.607843, 1)
  83. Main.BorderSizePixel = 5
  84. Main.Draggable = true
  85. Posición principal = UDim2.new (0.574999988, 0, 0.349999994, 0)
  86. Tamaño principal = UDim2.new (0.2, 0, 0.4, 0)
  87. Main.Visible = true
  88. Main.Active = true
  89.  
  90. Title.Name = "Title"
  91. Título.Parente = Principal
  92. Title.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  93. Title.BorderColor3 = Color3.new (0, 0.607843, 1)
  94. Title.BorderSizePixel = 5
  95. Title.Draggable = true
  96. Title.Size = UDim2.new (1.005, 0, 0.2, 0)
  97. Title.ZIndex = 3
  98. Title.Font = Enum.Font.SciFi
  99. Title.FontSize = Enum.FontSize.Size24
  100. Title.Text = "Murder Mystery 2"
  101. Title.TextColor3 = Color3.new (0, 0.607843, 1)
  102. Title.TextScaled = true
  103. Title.TextSize = 20
  104. Title.TextStrokeColor3 = Color3.new (0.129412, 0.54902, 1)
  105. Title.TextWrapped = true
  106.  
  107. --Inicio de funciones para botones--
  108. Función Crear (base, equipo, colores1, colores2, colores3, nombre del equipo) - Para todos los esps
  109. local bb = Instance.new ("BillboardGui", player.PlayerGui)
  110. bb.Adornee = base
  111. bb.ExtentsOffset = Vector3.new (0,1,0)
  112. bb.AlwaysOnTop = true
  113. bb.Size = UDim2.new (0,5,0,5)
  114. bb.StudsOffset = Vector3.new (0,1,0)
  115. bb.Name = "tracker"
  116. local frame = Instance.new ("Frame", bb)
  117. frame.ZIndex = 10
  118. frame.BackgroundTransparency = 0.3
  119. frame.Size = UDim2.new (1,0,1,0)
  120. local txtlbl = Instance.new ("TextLabel", bb)
  121. txtlbl.ZIndex = 10
  122. txtlbl.Text = nombre de equipo
  123. txtlbl.BackgroundTransparency = 1
  124. txtlbl.Position = UDim2.new (0,0,0, -35)
  125. txtlbl.Size = UDim2.new (1,0,10,0)
  126. txtlbl.Font = "ArialBold"
  127. txtlbl.FontSize = "Size12"
  128. txtlbl.TextStrokeTransparency = 0.5
  129. Si es un equipo, entonces: para los equipos, quedaron de origianl pero nunca se eliminaron
  130. txtlbl.TextColor3 = Color3.new (0,0,255)
  131. frame.BackgroundColor3 = Color3.new (0,0,255)
  132. más
  133. txtlbl.TextColor3 = Color3.new (colors1, colors2, colors3)
  134. frame.BackgroundColor3 = Color3.new (colors1, colors2, colors3)
  135. fin
  136. fin
  137.  
  138. function findmurderer () - Encuentra quién es el asesino
  139. colores locales1 = 255
  140. colores locales2 = 0
  141. colores locales3 = 0
  142. para i, v en parejas (juego: GetService ("Players"): GetChildren ()) do
  143. if v ~ = game: GetService ("Players"). LocalPlayer luego
  144. para i, v en pares (v.Backpack: GetChildren ()) - Verifica mochila para cuchillo
  145. Si v.Nombre == "Cuchillo" entonces
  146. si espnames == true entonces
  147. nombre de equipo local = v.Parent.Parent.Name
  148. if v.Parent.Parent.Character.Head ~ = nil then
  149. Crear (v.Parent.Parent.Character.Head, false, colors1, colors2, colors3, teamname)
  150. más
  151. si printvar == verdadero entonces
  152. imprimir ("¡Cabeza desaparecida del asesino!")
  153. fin
  154. fin
  155. elseif espnames == false entonces
  156. nombre de equipo local = "Asesino"
  157. if v.Parent.Parent.Character.Head ~ = nil then
  158. Crear (v.Parent.Parent.Character.Head, false, colors1, colors2, colors3, teamname)
  159. más
  160. si printvar == verdadero entonces
  161. imprimir ("¡Cabeza desaparecida del asesino!")
  162. fin
  163. fin
  164. fin
  165. asesino = v.Parent.Parent.Name
  166. si printvar == verdadero entonces
  167. imprimir (asesino .. "es asesino")
  168. fin
  169. fin
  170. fin
  171. para i, v en pares (v.Character: GetChildren ()) do - Comprueba el reproductor del espacio de trabajo para el cuchillo (sujetándolo)
  172. Si v.Nombre == "Cuchillo" entonces
  173. si espnames == true entonces
  174. local teamname = v.Parent.Name
  175. si v.Parent.Head ~ = nil entonces --Traté de fallar para detener la impresión nula
  176. Crear (v.Parent.Head, false, colors1, colors2, colors3, teamname)
  177. más
  178. si printvar == verdadero entonces
  179. imprimir ("¡Cabeza desaparecida del asesino!")
  180. fin
  181. fin
  182. elseif espnames == false entonces
  183. nombre de equipo local = "Asesino"
  184. if v.Parent.Head ~ = nil then
  185. Crear (v.Parent.Head, false, colors1, colors2, colors3, teamname)
  186. más
  187. si printvar == verdadero entonces
  188. imprimir ("¡Cabeza desaparecida del asesino!")
  189. fin
  190. fin
  191. fin
  192. asesino = v.Parent.Nombre
  193. si printvar == verdadero, entonces - Intenté a prueba de fallas para detener la impresión nula
  194. local murderer1 = tostring (v.Parent.Name)
  195. imprimir (asesino1 .. "es asesino")
  196. fin
  197. fin
  198. fin
  199. fin
  200. fin
  201. fin
  202.  
  203. Función Findheriff () - Encuentra quién es el sheriff
  204. colores1 locales = 0
  205. colores locales2 = 0
  206. colores locales3 = 255
  207. para i, v en parejas (juego: GetService ("Players"): GetChildren ()) do
  208. if v ~ = game: GetService ("Players"). LocalPlayer luego
  209. para i, v en pares (v.Backpack: GetChildren ()) hacer
  210. Si v.Nombre == "Revolver" o v.Nombre == "Pistola", entonces --Lazy verifica si su revólver o pistola y comprueba la mochila en busca de pistola
  211. si espnames == true entonces
  212. nombre de equipo local = v.Parent.Parent.Name
  213. if v.Parent.Parent.Character.Head ~ = nil then --Tried to failproof para detener la impresión nil
  214. Crear (v.Parent.Parent.Character.Head, false, colors1, colors2, colors3, teamname)
  215. más
  216. si printvar == verdadero entonces
  217. imprimir ("Falta la cabeza del sheriff!")
  218. fin
  219. fin
  220. elseif espnames == false entonces
  221. nombre de equipo local = "Sheriff"
  222. if v.Parent.Parent.Character.Head ~ = nil then --Tried to failproof para detener la impresión nil
  223. Crear (v.Parent.Parent.Character.Head, false, colors1, colors2, colors3, teamname)
  224. más
  225. si printvar == verdadero entonces
  226. imprimir ("Falta la cabeza del sheriff!")
  227. fin
  228. fin
  229. fin
  230. Sheriff = v.Parent.Parent.Name
  231. si printvar == verdadero entonces
  232. sheriff1 local = tostring (v.Parent.Parent.Name)
  233. imprimir (sheriff1 .. "es Sheriff")
  234. fin
  235. fin
  236. fin
  237. para i, v en pares (v.Character: GetChildren ()) do
  238. Si v.Nombre == "Revólver" o v.Nombre == "Pistola", entonces --Lazy verifica si su revólver o pistola y comprueba si hay armas en el jugador del área de trabajo (sujetándolo)
  239. si espnames == true entonces
  240. local teamname = v.Parent.Name
  241. si v.Parent.Head ~ = nil entonces --Traté de fallar para detener la impresión nula
  242. Crear (v.Parent.Head, false, colors1, colors2, colors3, teamname)
  243. más
  244. si printvar == verdadero entonces
  245. imprimir ("Falta la cabeza del sheriff!")
  246. fin
  247. fin
  248. elseif espnames == false entonces
  249. nombre de equipo local = "Sheriff"
  250. si v.Parent.Head ~ = nil entonces --Traté de fallar para detener la impresión nula
  251. Crear (v.Parent.Head, false, colors1, colors2, colors3, teamname)
  252. más
  253. si printvar == verdadero entonces
  254. imprimir ("Falta la cabeza del sheriff!")
  255. fin
  256. fin
  257. fin
  258. sheriff = v.Parent.Name
  259. si printvar == verdadero entonces
  260. sheriff1 local = tostring (v.Parent.Name)
  261. imprimir (sheriff1 .. "es Sheriff")
  262. fin
  263. fin
  264. fin
  265. fin
  266. fin
  267. fin
  268.  
  269. function findplayers () - Encuentra a todos los jugadores excepto al jugador local
  270. findmurderer () - Encuentra al asesino
  271. foundheriff () - encuentra al sheriff
  272. colores1 locales = 0
  273. colores locales2 = 255
  274. colores locales3 = 0
  275. para i, v en parejas (juego: GetService ("Players"): GetChildren ()) do
  276. if v ~ = game: GetService ("Players"). LocalPlayer entonces --Si no es un jugador local
  277. si v.Nombre ~ = asesino entonces --si no es asesino
  278. si v.Nombre ~ = sheriff entonces --si no sheriff
  279. si espnames == true entonces
  280. nombre de equipo local = v.Nombre
  281. if v.Character.Head ~ = nil then --Tried to failproof para detener la impresión nil
  282. Crear (v.Character.Head, false, colors1, colors2, colors3, teamname)
  283. más
  284. si printvar == verdadero entonces
  285. imprimir ("Falta la cabeza del sheriff!")
  286. fin
  287. fin
  288. elseif espnames == false entonces
  289. nombre de equipo local = "inocentes"
  290. si v.Parent.Head ~ = nil entonces --Traté de fallar para detener la impresión nula
  291. Crear (v.Character.Head, false, colors1, colors2, colors3, teamname)
  292. más
  293. si printvar == verdadero entonces
  294. imprimir ("Falta la cabeza del sheriff!")
  295. fin
  296. fin
  297. fin
  298. fin
  299. fin
  300. fin
  301. fin
  302. fin
  303.  
  304. función Clear () - Borra todos los esps
  305. para _, v en parejas (player.PlayerGui: children ()) do
  306. si v.Name == "tracker" y v: isA ("BillboardGui") entonces
  307. v: Destruir ()
  308. fin
  309. fin
  310. fin
  311.  
  312. función XrayOn (obj) - Permite a xray
  313. para _, v en pares (obj: GetChildren ()) hacer
  314. if (v: IsA ("BasePart")) y no v.Parent: FindFirstChild ("Humanoid") entonces
  315. v.LocalTransparencyModifier = 0.75
  316. fin
  317. XrayOn (v)
  318. fin
  319. fin
  320.  
  321. function XrayOff (obj) --Disparable xray
  322. para _, v en pares (obj: GetChildren ()) hacer
  323. if (v: IsA ("BasePart")) y no v.Parent: FindFirstChild ("Humanoid") entonces
  324. v.LocalTransparencyModifier = 0
  325. final XrayOff (v)
  326. fin
  327. fin
  328.  
  329. Función sFLY () --Fly function
  330. repita, espere () hasta que aparezca LP y LP.Character y LP.Character: FindFirstChild ('Torso') y LP.Character: FindFirstChild ('Humanoid')
  331. repita espera () hasta que el mouse
  332.  
  333. local T = LP.Character.Torso
  334. CONTROL local = {F = 0, B = 0, L = 0, R = 0}
  335. lCONTROL local = {F = 0, B = 0, L = 0, R = 0}
  336. VELOCIDAD local = 0
  337.  
  338. función local FLY ()
  339. VUELO = verdadero
  340. local BG = Instancia.nuevo ('BodyGyro', T)
  341. local BV = Instancia. Nuevo ('BodyVelocity', T)
  342. BG.P = 9e4
  343. BG.maxTorque = Vector3.new (9e9, 9e9, 9e9)
  344. BG.cframe = T.CFrame
  345. BV.velocity = Vector3.new (0, 0.1, 0)
  346. BV.maxForce = Vector3.new (9e9, 9e9, 9e9)
  347. engendro (función ()
  348. repetir espera ()
  349. LP.Character.Humanoid.PlatformStand = true
  350. si CONTROL.L + CONTROL.R ~ = 0 o CONTROL.F + CONTROL.B ~ = 0 entonces
  351. VELOCIDAD = 50
  352. elseif no (CONTROL.L + CONTROL.R ~ = 0 o CONTROL.F + CONTROL.B ~ = 0) y SPEED ~ = 0 entonces
  353. VELOCIDAD = 0
  354. fin
  355. if (CONTROL.L + CONTROL.R) ~ = 0 o (CONTROL.F + CONTROL.B) ~ = 0 entonces
  356. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new (CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0) .p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  357. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  358. elseif (CONTROL.L + CONTROL.R) == 0 y (CONTROL.F + CONTROL.B) == 0 y SPEED ~ = 0 entonces
  359. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new (lCONTROL.L + lCONTROL.R, (lCONTROL.R, lCONTROL.B) * 0.2, 0) .p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  360. más
  361. BV.velocity = Vector3.new (0, 0.1, 0)
  362. fin
  363. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  364. hasta que no FLYING
  365. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  366. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  367. VELOCIDAD = 0
  368. BG: destruir ()
  369. BV: destruir ()
  370. LP.Character.Humanoid.PlatformStand = false
  371. fin)
  372. fin
  373.  
  374. mouse.KeyDown: connect (function (KEY)
  375. si CLAVE: inferior () == 'w' entonces
  376. CONTROL.F = 1
  377. elseif CLAVE: baja () == 's' entonces
  378. CONTROL.B = -1
  379. elseif CLAVE: inferior () == 'a' entonces
  380. CONTROL.L = -1
  381. elseif CLAVE: inferior () == 'd' entonces
  382. CONTROL.R = 1
  383. fin
  384. fin)
  385.  
  386. mouse.KeyUp: connect (función (KEY)
  387. si CLAVE: inferior () == 'w' entonces
  388. CONTROL.F = 0
  389. elseif CLAVE: baja () == 's' entonces
  390. CONTROL.B = 0
  391. elseif CLAVE: inferior () == 'a' entonces
  392. CONTROL.L = 0
  393. elseif CLAVE: inferior () == 'd' entonces
  394. CONTROL.R = 0
  395. fin
  396. fin)
  397. VOLAR()
  398. fin
  399.  
  400. Función NOFLY () - Función Unfly
  401. FLYING = falso
  402. LP.Character.Humanoid.PlatformStand = false
  403. fin
  404.  
  405. noclipcoro local = coroutine.wrap (function () --Noclip function
  406. mientras que verdad hacer
  407. si NClip == verdadero entonces
  408. si game.Players ~ = nil then
  409. si game.Players.LocalPlayer ~ = nil then
  410. si game.Players.LocalPlayer.Character ~ = nil then
  411. if game.Players.LocalPlayer.Character: FindFirstChild ("Torso") ~ = nil then
  412. if game.Players.LocalPlayer.Character: FindFirstChild ("Head") ~ = nil then
  413. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  414. game.Players.LocalPlayer.Character.Head.CanCollide = false
  415. fin
  416. fin
  417. fin
  418. fin
  419. fin
  420. fin
  421. game: service ("RunService"). Stepped: wait ()
  422. fin
  423. fin)
  424.  
  425. noclipcoro () --para noclip trabajar
  426.  
  427. game: GetService ("Players"). LocalPlayer.CharacterAdded: connect (function (character) - Restablece cosas específicas para su facilidad)
  428. flyvar = falso
  429. FlyActive.Text = "Inactivo"
  430. FlyActive.TextColor3 = Color3.new (1, 0, 1)
  431. Godmodevar = falso
  432. GodModeActive.Text = "Inactivo"
  433. GodModeActive.TextColor3 = Color3.new (1, 0, 1)
  434. Claro()
  435. MSESPActive.Text = "Inactivo"
  436. MSESPActive.TextColor3 = Color3.new (1, 0, 1)
  437. PlayersEspActive.Text = "Inactivo"
  438. PlayersEspActive.TextColor3 = Color3.new (1, 0, 1)
  439. EspOffActive.Text = "Activo"
  440. EspOffActive.TextColor3 = Color3.new (0, 1, 0)
  441. fin)
  442.  
  443. mouse.KeyDown: connect (function (KeyDown) - Si se mantiene presionado shift, ejecuta
  444. si KeyDown == "0" y runActive == false y keyOff == false entonces
  445. runActive = true
  446. player.Character.Humanoid.WalkSpeed ​​= 32
  447. RunActiveGui.Text = "Activo"
  448. RunActiveGui.TextColor3 = Color3.new (0, 1, 0)
  449. fin
  450. fin)
  451.  
  452. mouse.KeyUp: connect (function (KeyUp) - Si se suelta shift, camina
  453. si KeyUp == "0" y runActive == true y keyOff == false entonces
  454. runActive = false
  455. player.Character.Humanoid.WalkSpeed ​​= 16
  456. RunActiveGui.Text = "Inactivo"
  457. RunActiveGui.TextColor3 = Color3.new (1, 0, 1)
  458. fin
  459. fin)
  460.  
  461. función coingrabberfunc () - función capturador de monedas
  462. niños locales = game.Workspace: GetChildren ()
  463. para _, niño en parejas (niños) hacer
  464. para _, niño en parejas (hijo: GetChildren ()) do
  465. table.insert (niños, niño)
  466. fin
  467. si child: IsA ("BasePart") y child.Name == "Coin" entonces
  468. child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  469. fin
  470. fin
  471. fin
  472.  
  473. function godmodefunc () --Godmode function
  474. local player = game.Players.LocalPlayer
  475. si jugador. personaje entonces
  476. if player.Character: FindFirstChild ("Humanoid") luego
  477. player.Character.Humanoid.Name = "1"
  478. fin
  479. local l = player.Character ["1"]: Clone ()
  480. l.Parent = player.Character
  481. l.Name = "Humanoid"; esperar (0.1)
  482. jugador.Carácter ["1"]: Destruir ()
  483. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  484. player.Character.Animate.Disabled = true; esperar (0.1)
  485. player.Character.Animate.Disabled = false
  486. fin
  487. fin
  488.  
  489. --Coin Grabber--
  490. Coin.Name = "CoinGrabber"
  491. Moneda.Parente = Principal
  492. Coin.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  493. Coin.BorderColor3 = Color3.new (0, 0.607843, 1)
  494. Coin.BorderSizePixel = 5
  495. Coin.Position = UDim2.new (0, 0, 0.215, 0)
  496. Coin.Size = UDim2.new (1.005, 0, 0.08, 0)
  497. Coin.ZIndex = 4
  498. Coin.Font = Enum.Font.SciFi
  499. Coin.FontSize = Enum.FontSize.Size24
  500. Coin.Text = "Coin Grabber [" ..string.upper (coinkey) .. "]"
  501. Coin.TextColor3 = Color3.fromRGB (255, 255, 26)
  502. Coin.TextSize = 20
  503. Coin.TextWrapped = true
  504. Coin.MouseButton1Down: connect (function (x, y)
  505. coingrabberfunc ()
  506. fin)
  507.  
  508. --Murderer / Sheriff Esp--
  509. MSESPActive.Name = "MSEspActive"
  510. MSESPActive.Parent = Principal
  511. MSESPActive.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  512. MSESPActive.BorderColor3 = Color3.new (0, 0.607843, 1)
  513. MSESPActive.BorderSizePixel = 5
  514. MSESPActive.Position = UDim2.new (0.755, 0, 0.315, 0)
  515. MSESPActive.Size = UDim2.new (0.25, 0, 0.08, 0)
  516. MSESPActive.ZIndex = 4
  517. MSESPActive.Font = Enum.Font.SciFi
  518. MSESPActive.FontSize = Enum.FontSize.Size24
  519. MSESPActive.Text = "Inactivo"
  520. MSESPActive.TextColor3 = Color3.new (1, 0, 1)
  521. MSESPActive.TextSize = 20
  522. MSESPActive.TextWrapped = true
  523.  
  524. MSEsp.Name = "MSEsp"
  525. MSEsp.Parent = Principal
  526. MSEsp.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  527. MSEsp.BorderColor3 = Color3.new (0, 0.607843, 1)
  528. MSEsp.BorderSizePixel = 5
  529. MSEsp.Position = UDim2.new (0, 0, 0.315, 0)
  530. MSEsp.Size = UDim2.new (0.75, 0, 0.08, 0)
  531. MSEsp.ZIndex = 4
  532. MSEsp.Font = Enum.Font.SciFi
  533. MSEsp.FontSize = Enum.FontSize.Size24
  534. MSEsp.Text = "Asesino / Sheriff Esp [" ..string.upper (MSkey) .. "]"
  535. MSEsp.TextColor3 = Color3.fromRGB (255, 102, 255)
  536. MSEsp.TextSize = 20
  537. MSEsp.TextWrapped = true
  538. MSEsp.MouseButton1Down: connect (function (x, y)
  539. asesino = "ninguno"
  540. sheriff = "ninguno"
  541. Claro()
  542. Buscador de fondos ()
  543. foundheriff ()
  544. si printvar == verdadero entonces
  545. imprimir ("Asesino / Sheriff")
  546. fin
  547. MSESPActive.Text = "Activo"
  548. MSESPActive.TextColor3 = Color3.new (0, 1, 0)
  549. PlayersEspActive.Text = "Inactivo"
  550. PlayersEspActive.TextColor3 = Color3.new (1, 0, 1)
  551. EspOffActive.Text = "Inactivo"
  552. EspOffActive.TextColor3 = Color3.new (1, 0, 1)
  553. fin)
  554.  
  555. --Todos los jugadores esp
  556. PlayersEspActive.Name = "PlayersEspActive"
  557. PlayersEspActive.Parent = Main
  558. PlayersEspActive.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  559. PlayersEspActive.BorderColor3 = Color3.new (0, 0.607843, 1)
  560. PlayersEspActive.BorderSizePixel = 5
  561. PlayersEspActive.Position = UDim2.new (0.755, 0, 0.415, 0)
  562. PlayersEspActive.Size = UDim2.new (0.25, 0, 0.08, 0)
  563. PlayersEspActive.ZIndex = 4
  564. PlayersEspActive.Font = Enum.Font.SciFi
  565. PlayersEspActive.FontSize = Enum.FontSize.Size24
  566. PlayersEspActive.Text = "Inactivo"
  567. PlayersEspActive.TextColor3 = Color3.new (1, 0, 1)
  568. PlayersEspActive.TextSize = 20
  569. PlayersEspActive.TextWrapped = true
  570.  
  571. PlayersEsp.Name = "PlayersEsp"
  572. PlayersEsp.Parent = Principal
  573. PlayersEsp.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  574. PlayersEsp.BorderColor3 = Color3.new (0, 0.607843, 1)
  575. PlayersEsp.BorderSizePixel = 5
  576. PlayersEsp.Position = UDim2.new (0, 0, 0.415, 0)
  577. PlayersEsp.Size = UDim2.new (0.75, 0, 0.08, 0)
  578. PlayersEsp.ZIndex = 4
  579. PlayersEsp.Font = Enum.Font.SciFi
  580. PlayersEsp.FontSize = Enum.FontSize.Size24
  581. PlayersEsp.Text = "Todos los jugadores Esp [" ..string.upper (playerskey) .. "]"
  582. PlayersEsp.TextColor3 = Color3.fromRGB (102, 255, 51)
  583. PlayersEsp.TextSize = 20
  584. PlayersEsp.TextWrapped = true
  585. PlayersEsp.MouseButton1Down: connect (function (x, y)
  586. Claro()
  587. si printvar == verdadero entonces
  588. imprimir ("Players Esp")
  589. fin
  590. MSESPActive.Text = "Inactivo"
  591. MSESPActive.TextColor3 = Color3.new (1, 0, 1)
  592. PlayersEspActive.Text = "Activo"
  593. PlayersEspActive.TextColor3 = Color3.new (0, 1, 0)
  594. EspOffActive.Text = "Inactivo"
  595. EspOffActive.TextColor3 = Color3.new (1, 0, 1)
  596. buscadores ()
  597. fin)
  598.  
  599. --Esp Off
  600. EspOffActive.Name = "EspOffActive"
  601. EspOffActive.Parent = Main
  602. EspOffActive.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  603. EspOffActive.BorderColor3 = Color3.new (0, 0.607843, 1)
  604. EspOffActive.BorderSizePixel = 5
  605. EspOffActive.Position = UDim2.new (0.755, 0, 0.515, 0)
  606. EspOffActive.Size = UDim2.new (0.25, 0, 0.08, 0)
  607. EspOffActive.ZIndex = 4
  608. EspOffActive.Font = Enum.Font.SciFi
  609. EspOffActive.FontSize = Enum.FontSize.Size24
  610. EspOffActive.Text = "Activo"
  611. EspOffActive.TextColor3 = Color3.new (0, 1, 0)
  612. EspOffActive.TextSize = 20
  613. EspOffActive.TextWrapped = true
  614.  
  615. EspOff.Name = "EspOff"
  616. EspOff.Parent = Main
  617. EspOff.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  618. EspOff.BorderColor3 = Color3.new (0, 0.607843, 1)
  619. EspOff.BorderSizePixel = 5
  620. EspOff.Position = UDim2.new (0, 0, 0.515, 0)
  621. EspOff.Size = UDim2.new (0.75, 0, 0.08, 0)
  622. EspOff.ZIndex = 4
  623. EspOff.Font = Enum.Font.SciFi
  624. EspOff.FontSize = Enum.FontSize.Size24
  625. EspOff.Text = "Esp Off [" ..string.upper (espoffkey) .. "]"
  626. EspOff.TextColor3 = Color3.fromRGB (255, 255, 255)
  627. EspOff.TextSize = 20
  628. EspOff.TextWrapped = true
  629. EspOff.MouseButton1Down: connect (function (x, y)
  630. Claro()
  631. si printvar == verdadero entonces
  632. imprimir ("Esp Off")
  633. fin
  634. MSESPActive.Text = "Inactivo"
  635. MSESPActive.TextColor3 = Color3.new (1, 0, 1)
  636. PlayersEspActive.Text = "Inactivo"
  637. PlayersEspActive.TextColor3 = Color3.new (1, 0, 1)
  638. EspOffActive.Text = "Activo"
  639. EspOffActive.TextColor3 = Color3.new (0, 1, 0)
  640. fin)
  641.  
  642. --Correr
  643. RunActiveGui.Name = "RunActiveGui"
  644. RunActiveGui.Parent = Main
  645. RunActiveGui.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  646. RunActiveGui.BorderColor3 = Color3.new (0, 0.607843, 1)
  647. RunActiveGui.BorderSizePixel = 5
  648. RunActiveGui.Position = UDim2.new (0.755, 0, 0.615, 0)
  649. RunActiveGui.Size = UDim2.new (0.25, 0, 0.08, 0)
  650. RunActiveGui.ZIndex = 4
  651. RunActiveGui.Font = Enum.Font.SciFi
  652. RunActiveGui.FontSize = Enum.FontSize.Size24
  653. RunActiveGui.Text = "Inactivo"
  654. RunActiveGui.TextColor3 = Color3.new (1, 0, 1)
  655. RunActiveGui.TextSize = 20
  656. RunActiveGui.TextWrapped = true
  657.  
  658. Run.Name = "Run"
  659. Run.Parent = Main
  660. Run.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  661. Run.BorderColor3 = Color3.new (0, 0.607843, 1)
  662. Run.BorderSizePixel = 5
  663. Run.Position = UDim2.new (0, 0, 0.615, 0)
  664. Run.Size = UDim2.new (0.75, 0, 0.08, 0)
  665. Run.ZIndex = 4
  666. Run.Font = Enum.Font.SciFi
  667. Run.FontSize = Enum.FontSize.Size24
  668. Run.Text = "Run [Shift]"
  669. Run.TextColor3 = Color3.fromRGB (255, 51, 0)
  670. Run.TextSize = 20
  671. Run.TextWrapped = true
  672. Run.MouseButton1Down: connect (function (x, y)
  673. si runActive == false entonces
  674. runActive = true
  675. player.Character.Humanoid.WalkSpeed ​​= 32
  676. RunActiveGui.Text = "Activo"
  677. RunActiveGui.TextColor3 = Color3.new (0, 1, 0)
  678. elseif runActive == true entonces
  679. runActive = false
  680. player.Character.Humanoid.WalkSpeed ​​= 16
  681. RunActiveGui.Text = "Inactivo"
  682. RunActiveGui.TextColor3 = Color3.new (1, 0, 1)
  683. fin
  684. fin)
  685.  
  686. --Volar
  687. FlyActive.Name = "FlyActive"
  688. FlyActive.Parent = Principal
  689. FlyActive.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  690. FlyActive.BorderColor3 = Color3.new (0, 0.607843, 1)
  691. FlyActive.BorderSizePixel = 5
  692. FlyActive.Position = UDim2.new (0.755, 0, 0.715, 0)
  693. FlyActive.Size = UDim2.new (0.25, 0, 0.08, 0)
  694. FlyActive.ZIndex = 4
  695. FlyActive.Font = Enum.Font.SciFi
  696. FlyActive.FontSize = Enum.FontSize.Size24
  697. FlyActive.Text = "Inactivo"
  698. FlyActive.TextColor3 = Color3.new (1, 0, 1)
  699. FlyActive.TextSize = 20
  700. FlyActive.TextWrapped = true
  701.  
  702. Fly.Name = "Fly"
  703. Fly.Parent = Main
  704. Fly.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  705. Fly.BorderColor3 = Color3.new (0, 0.607843, 1)
  706. Fly.BorderSizePixel = 5
  707. Fly.Position = UDim2.new (0, 0, 0.715, 0)
  708. Fly.Size = UDim2.new (0.75, 0, 0.08, 0)
  709. Fly.ZIndex = 4
  710. Fly.Font = Enum.Font.SciFi
  711. Fly.FontSize = Enum.FontSize.Size24
  712. Fly.Text = "Fly [" ..string.upper (flykey) .. "]"
  713. Fly.TextColor3 = Color3.fromRGB (204, 255, 255)
  714. Fly.TextSize = 20
  715. Fly.TextWrapped = true
  716. Fly.MouseButton1Down: connect (function (x, y)
  717. si flyvar == falso entonces
  718. sFLY ()
  719. flyvar = verdadero
  720. FlyActive.Text = "Activo"
  721. FlyActive.TextColor3 = Color3.new (0, 1, 0)
  722. elseif flyvar == true entonces
  723. flyvar = falso
  724. SIN VUELO()
  725. FlyActive.Text = "Inactivo"
  726. FlyActive.TextColor3 = Color3.new (1, 0, 1)
  727. fin
  728. fin)
  729.  
  730. --No hay video
  731. NoclipActive.Name = "NoclipActive"
  732. NoclipActive.Parent = Main
  733. NoclipActive.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  734. NoclipActive.BorderColor3 = Color3.new (0, 0.607843, 1)
  735. NoclipActive.BorderSizePixel = 5
  736. NoclipActive.Position = UDim2.new (0.755, 0, 0.815, 0)
  737. NoclipActive.Size = UDim2.new (0.25, 0, 0.08, 0)
  738. NoclipActive.ZIndex = 4
  739. NoclipActive.Font = Enum.Font.SciFi
  740. NoclipActive.FontSize = Enum.FontSize.Size24
  741. NoclipActive.Text = "Inactivo"
  742. NoclipActive.TextColor3 = Color3.new (1, 0, 1)
  743. NoclipActive.TextSize = 20
  744. NoclipActive.TextWrapped = true
  745.  
  746. Noclip.Name = "Noclip"
  747. Noclip.Parent = Principal
  748. Noclip.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  749. Noclip.BorderColor3 = Color3.new (0, 0.607843, 1)
  750. Noclip.BorderSizePixel = 5
  751. Noclip.Position = UDim2.new (0, 0, 0.815, 0)
  752. Noclip.Size = UDim2.new (0.75, 0, 0.08, 0)
  753. Noclip.ZIndex = 4
  754. Noclip.Font = Enum.Font.SciFi
  755. Noclip.FontSize = Enum.FontSize.Size24
  756. Noclip.Text = "Noclip [" ..string.upper (noclipkey) .. "]"
  757. Noclip.TextColor3 = Color3.fromRGB (0, 102, 255)
  758. Noclip.TextSize = 20
  759. Noclip.TextWrapped = true
  760. Noclip.MouseButton1Down: connect (function (x, y)
  761. si NClip == falso entonces
  762. NClip = true
  763. si printvar == verdadero entonces
  764. imprimir ("Noclip habilitado")
  765. fin
  766. NoclipActive.Text = "Activo"
  767. NoclipActive.TextColor3 = Color3.new (0, 1, 0)
  768. elseif NClip == true entonces
  769. NClip = falso
  770. si printvar == verdadero entonces
  771. imprimir ("Noclip desactivado")
  772. fin
  773. NoclipActive.Text = "Inactivo"
  774. NoclipActive.TextColor3 = Color3.new (1, 0, 1)
  775. fin
  776. fin)
  777.  
  778. --Modo de Dios
  779. GodModeActive.Name = "GodModeActive"
  780. GodModeActive.Parent = Main
  781. GodModeActive.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  782. GodModeActive.BorderColor3 = Color3.new (0, 0.607843, 1)
  783. GodModeActive.BorderSizePixel = 5
  784. GodModeActive.Position = UDim2.new (0.755, 0, 0.915, 0)
  785. GodModeActive.Size = UDim2.new (0.25, 0, 0.08, 0)
  786. GodModeActive.ZIndex = 4
  787. GodModeActive.Font = Enum.Font.SciFi
  788. GodModeActive.FontSize = Enum.FontSize.Size24
  789. GodModeActive.Text = "Inactivo"
  790. GodModeActive.TextColor3 = Color3.new (1, 0, 1)
  791. GodModeActive.TextSize = 20
  792. GodModeActive.TextWrapped = true
  793.  
  794. GodMode.Name = "GodMode"
  795. GodMode.Parent = Principal
  796. GodMode.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  797. GodMode.BorderColor3 = Color3.new (0, 0.607843, 1)
  798. GodMode.BorderSizePixel = 5
  799. GodMode.Position = UDim2.new (0, 0, 0.915, 0)
  800. GodMode.Size = UDim2.new (0.75, 0, 0.08, 0)
  801. GodMode.ZIndex = 4
  802. GodMode.Font = Enum.Font.SciFi
  803. GodMode.FontSize = Enum.FontSize.Size24
  804. GodMode.Text = "Modo Dios [" ..string.upper (godmodekey) .. "]"
  805. GodMode.TextColor3 = Color3.fromRGB (255, 255, 255)
  806. GodMode.TextSize = 20
  807. GodMode.TextWrapped = true
  808. GodMode.MouseButton1Down: connect (function (x, y)
  809. si godmodevar == false entonces
  810. GodModeActive.Text = "Activo"
  811. GodModeActive.TextColor3 = Color3.new (0, 1, 0)
  812. godmodevar = true
  813. Godmodefunc ()
  814. fin
  815. fin)
  816.  
  817. - Rayos
  818. GuiXrayOnActive.Name = "GuiXrayOnActive"
  819. GuiXrayOnActive.Parent = Main
  820. GuiXrayOnActive.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  821. GuiXrayOnActive.BorderColor3 = Color3.new (0, 0.607843, 1)
  822. GuiXrayOnActive.BorderSizePixel = 5
  823. GuiXrayOnActive.Position = UDim2.new (0.755, 0, 1.015, 0)
  824. Tamaño de GuiXrayOnActive = UDim2.new (0.25, 0, 0.08, 0)
  825. GuiXrayOnActive.ZIndex = 4
  826. GuiXrayOnActive.Font = Enum.Font.SciFi
  827. GuiXrayOnActive.FontSize = Enum.FontSize.Size24
  828. GuiXrayOnActive.Text = "Inactivo"
  829. GuiXrayOnActive.TextColor3 = Color3.new (1, 0, 1)
  830. GuiXrayOnActive.TextSize = 20
  831. GuiXrayOnActive.TextWrapped = true
  832.  
  833. GuiXrayOn.Name = "XrayOn"
  834. GuiXrayOn.Parent = Principal
  835. GuiXrayOn.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  836. GuiXrayOn.BorderColor3 = Color3.new (0, 0.607843, 1)
  837. GuiXrayOn.BorderSizePixel = 5
  838. GuiXrayOn.Position = UDim2.new (0, 0, 1.015, 0)
  839. GuiXrayOn.Size = UDim2.new (0.75, 0, 0.08, 0)
  840. GuiXrayOn.ZIndex = 4
  841. GuiXrayOn.Font = Enum.Font.SciFi
  842. GuiXrayOn.FontSize = Enum.FontSize.Size24
  843. GuiXrayOn.Text = "Xray On [" ..string.upper (xrayonkey) .. "]"
  844. GuiXrayOn.TextColor3 = Color3.fromRGB (255, 204, 102)
  845. GuiXrayOn.TextSize = 20
  846. GuiXrayOn.TextWrapped = true
  847. GuiXrayOn.MouseButton1Down: connect (function (x, y)
  848. GuiXrayOnActive.Text = "Activo"
  849. GuiXrayOnActive.TextColor3 = Color3.new (0, 1, 0)
  850. GuiXrayOffActive.Text = "Inactivo"
  851. GuiXrayOffActive.TextColor3 = Color3.new (1, 0, 1)
  852. XrayOn (obj)
  853. fin)
  854.  
  855. --Xray Off
  856. GuiXrayOffActive.Name = "GuiXrayOffActive"
  857. GuiXrayOffActive.Parent = Main
  858. GuiXrayOffActive.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  859. GuiXrayOffActive.BorderColor3 = Color3.new (0, 0.607843, 1)
  860. GuiXrayOffActive.BorderSizePixel = 5
  861. GuiXrayOffActive.Position = UDim2.new (0.755, 0, 1.115, 0)
  862. Tamaño de GuiXrayOffActive = UDim2.new (0.25, 0, 0.08, 0)
  863. GuiXrayOffActive.ZIndex = 4
  864. GuiXrayOffActive.Font = Enum.Font.SciFi
  865. GuiXrayOffActive.FontSize = Enum.FontSize.Size24
  866. GuiXrayOffActive.Text = "Activo"
  867. GuiXrayOffActive.TextColor3 = Color3.new (0, 1, 0)
  868. GuiXrayOffActive.TextSize = 20
  869. GuiXrayOffActive.TextWrapped = true
  870.  
  871. GuiXrayOff.Name = "XrayOff"
  872. GuiXrayOff.Parent = Main
  873. GuiXrayOff.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  874. GuiXrayOff.BorderColor3 = Color3.new (0, 0.607843, 1)
  875. GuiXrayOff.BorderSizePixel = 5
  876. GuiXrayOff.Position = UDim2.new (0, 0, 1.115, 0)
  877. GuiXrayOff.Size = UDim2.new (0.75, 0, 0.08, 0)
  878. GuiXrayOff.ZIndex = 4
  879. GuiXrayOff.Font = Enum.Font.SciFi
  880. GuiXrayOff.FontSize = Enum.FontSize.Size24
  881. GuiXrayOff.Text = "Xray Off [" ..string.upper (xrayoffkey) .. "]"
  882. GuiXrayOff.TextColor3 = Color3.fromRGB (255, 153, 51)
  883. GuiXrayOff.TextSize = 20
  884. GuiXrayOff.TextWrapped = true
  885. GuiXrayOff.MouseButton1Down: connect (function (x, y)
  886. GuiXrayOnActive.Text = "Inactivo"
  887. GuiXrayOnActive.TextColor3 = Color3.new (1, 0, 1)
  888. GuiXrayOffActive.Text = "Activo"
  889. GuiXrayOffActive.TextColor3 = Color3.new (0, 1, 0)
  890. XrayOff (obj)
  891. fin)
  892.  
  893. - llevarle la pistola
  894. BringGun.Name = "BringGun"
  895. BringGun.Parent = Principal
  896. BringGun.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  897. BringGun.BorderColor3 = Color3.new (0, 0.607843, 1)
  898. BringGun.BorderSizePixel = 5
  899. BringGun.Position = UDim2.new (0, 0, 1.215, 0)
  900. BringGun.Size = UDim2.new (1.005, 0, 0.08, 0)
  901. BringGun.ZIndex = 4
  902. BringGun.Font = Enum.Font.SciFi
  903. BringGun.FontSize = Enum.FontSize.Size24
  904. BringGun.Text = "Teleport Gun [" ..string.upper (bringgunkey) .. "]"
  905. BringGun.TextColor3 = Color3.fromRGB (0, 255, 0)
  906. BringGun.TextSize = 20
  907. BringGun.TextWrapped = true
  908. BringGun.MouseButton1Down: connect (function (x, y)
  909. si game.Workspace.GunDrop.CFrame ~ = nil entonces
  910. game.Workspace.GunDrop.CFrame = game: GetService ("Players"). LocalPlayer.Character.HumanoidRootPart.CFrame
  911. más
  912. si printvar == verdadero entonces
  913. Imprimir ("La pistola no ha caído actualmente")
  914. fin
  915. fin
  916. fin)
  917.  
  918. --Todos los enlaces
  919. KeybindsActive.Name = "KeybindsActive"
  920. KeybindsActive.Parent = Main
  921. KeybindsActive.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  922. KeybindsActive.BorderColor3 = Color3.new (0, 0.607843, 1)
  923. KeybindsActive.BorderSizePixel = 5
  924. KeybindsActive.Position = UDim2.new (0.755, 0, 1.315, 0)
  925. KeybindsActive.Size = UDim2.new (0.25, 0, 0.08, 0)
  926. KeybindsActive.ZIndex = 4
  927. KeybindsActive.Font = Enum.Font.SciFi
  928. KeybindsActive.FontSize = Enum.FontSize.Size24
  929. KeybindsActive.Text = "Activo"
  930. KeybindsActive.TextColor3 = Color3.new (0, 1, 0)
  931. KeybindsActive.TextSize = 20
  932. KeybindsActive.TextWrapped = true
  933.  
  934. Keybinds.Name = "Keybinds"
  935. Keybinds.Parent = Main
  936. Keybinds.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  937. Keybinds.BorderColor3 = Color3.new (0, 0.607843, 1)
  938. Keybinds.BorderSizePixel = 5
  939. Keybinds.Position = UDim2.new (0, 0, 1.315, 0)
  940. Keybinds.Size = UDim2.new (0.75, 0, 0.08, 0)
  941. Keybinds.ZIndex = 4
  942. Keybinds.Font = Enum.Font.SciFi
  943. Keybinds.FontSize = Enum.FontSize.Size24
  944. Keybinds.Text = "Keybinds [Ctrl]"
  945. Keybinds.TextColor3 = Color3.fromRGB (255, 255, 255)
  946. Keybinds.TextSize = 20
  947. Keybinds.TextWrapped = true
  948. Keybinds.MouseButton1Down: connect (function (x, y)
  949. si keyOff == true entonces
  950. keyOff = falso
  951. KeybindsActive.Text = "Activo"
  952. KeybindsActive.TextColor3 = Color3.new (0, 1, 0)
  953. elseif keyOff == false entonces
  954. keyOff = true
  955. KeybindsActive.Text = "Inactivo"
  956. KeybindsActive.TextColor3 = Color3.new (1, 0, 1)
  957. fin
  958. fin)
  959.  
  960. Show.Name = "Show"
  961. Show.Parent = MM2
  962. Show.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  963. Show.BorderColor3 = Color3.new (0, 0.607843, 1)
  964. Show.BorderSizePixel = 5
  965. Show.Position = UDim2.new (0, 0, 0.85799998, 0)
  966. Show.Size = UDim2.new (0.08, 0, 0.04, 0)
  967. Show.ZIndex = 4
  968. Show.Font = Enum.Font.SciFi
  969. Show.FontSize = Enum.FontSize.Size24
  970. Show.Text = "Show [" ..string.upper (hideshowguikey) .. "]"
  971. Show.TextColor3 = Color3.new (0, 0.333333, 1)
  972. Show.TextSize = 20
  973. Show.TextWrapped = true
  974. Show.Visible = false
  975.  
  976. Hide.Name = "Hide"
  977. Hide.Parent = Main
  978. Hide.BackgroundColor3 = Color3.new (0.188235, 0.188235, 0.188235)
  979. Hide.BorderColor3 = Color3.new (0, 0.607843, 1)
  980. Hide.BorderSizePixel = 5
  981. Hide.Position = UDim2.new (0, 0, 1.415, 0)
  982. Hide.Size = UDim2.new (1.005, 0, 0.08, 0)
  983. Hide.ZIndex = 4
  984. Hide.Font = Enum.Font.SciFi
  985. Hide.FontSize = Enum.FontSize.Size24
  986. Hide.Text = "Hide [" ..string.upper (hideshowguikey) .. "]"
  987. Hide.TextColor3 = Color3.new (0, 0.333333, 1)
  988. Hide.TextSize = 20
  989. Hide.TextWrapped = true
  990.  
  991. Hide.MouseButton1Down: connect (function (x, y)
  992. si showvar == verdadero entonces
  993. showvar = falso
  994. Main.Visible = false
  995. Show.Visible = true
  996. si printvar == verdadero entonces
  997. imprimir ("Oculto")
  998. fin
  999. fin
  1000. fin)
  1001.  
  1002. Show.MouseButton1Down: connect (function (x, y)
  1003. si showvar == falso entonces
  1004. showvar = true
  1005. Show.Visible = false
  1006. Main.Visible = true
  1007. si printvar == verdadero entonces
  1008. Imprimir ("Mostrado")
  1009. fin
  1010. fin
  1011. fin)
  1012.  
  1013. inputcode.InputBegan: connect (función (entrada)
  1014. si input.KeyCode == Enum.KeyCode.LeftControl entonces
  1015. si keyOff == true entonces
  1016. keyOff = falso
  1017. KeybindsActive.Text = "Activo"
  1018. KeybindsActive.TextColor3 = Color3.new (0, 1, 0)
  1019. elseif keyOff == false entonces
  1020. keyOff = true
  1021. KeybindsActive.Text = "Inactivo"
  1022. KeybindsActive.TextColor3 = Color3.new (1, 0, 1)
  1023. fin
  1024. fin
  1025. fin)
  1026.  
  1027. mouse.keyDown: connect (function (key)
  1028. si keyOff == false entonces
  1029. if key == coinkey then --Coin Grabber
  1030. coingrabberfunc ()
  1031. elseif key == MSkey then --Murderer / Sheriff Esp On
  1032. asesino = "ninguno"
  1033. sheriff = "ninguno"
  1034. Claro()
  1035. Buscador de fondos ()
  1036. foundheriff ()
  1037. si printvar == verdadero entonces
  1038. imprimir ("Asesino / Sheriff")
  1039. fin
  1040. MSESPActive.Text = "Activo"
  1041. MSESPActive.TextColor3 = Color3.new (0, 1, 0)
  1042. PlayersEspActive.Text = "Inactivo"
  1043. PlayersEspActive.TextColor3 = Color3.new (1, 0, 1)
  1044. EspOffActive.Text = "Inactivo"
  1045. EspOffActive.TextColor3 = Color3.new (1, 0, 1)
  1046. elseif key == playerskey then --Player Esp On
  1047. Claro()
  1048. MSESPActive.Text = "Inactivo"
  1049. MSESPActive.TextColor3 = Color3.new (1, 0, 1)
  1050. PlayersEspActive.Text = "Activo"
  1051. PlayersEspActive.TextColor3 = Color3.new (0, 1, 0)
  1052. EspOffActive.Text = "Inactivo"
  1053. EspOffActive.TextColor3 = Color3.new (1, 0, 1)
  1054. buscadores ()
  1055. si printvar == verdadero entonces
  1056. imprimir ("Jugadores")
  1057. fin
  1058. elseif key == espoffkey then --Esp off
  1059. Claro()
  1060. si printvar == verdadero entonces
  1061. imprimir ("Esp Disabled")
  1062. fin
  1063. MSESPActive.Text = "Inactivo"
  1064. MSESPActive.TextColor3 = Color3.new (1, 0, 1)
  1065. PlayersEspActive.Text = "Inactivo"
  1066. PlayersEspActive.TextColor3 = Color3.new (1, 0, 1)
  1067. EspOffActive.Text = "Activo"
  1068. EspOffActive.TextColor3 = Color3.new (0, 1, 0)
  1069. elseif key == flykey entonces --Fly
  1070. si flyvar == falso entonces
  1071. sFLY ()
  1072. flyvar = verdadero
  1073. FlyActive.Text = "Activo"
  1074. FlyActive.TextColor3 = Color3.new (0, 1, 0)
  1075. elseif flyvar == true entonces
  1076. flyvar = falso
  1077. SIN VUELO()
  1078. FlyActive.Text = "Inactivo"
  1079. FlyActive.TextColor3 = Color3.new (1, 0, 1)
  1080. fin
  1081. elseif key == noclipkey then --Noclip toggle
  1082. si NClip == falso entonces
  1083. NClip = true
  1084. si printvar == verdadero entonces
  1085. imprimir ("Noclip habilitado")
  1086. fin
  1087. NoclipActive.Text = "Activo"
  1088. NoclipActive.TextColor3 = Color3.new (0, 1, 0)
  1089. elseif NClip == true entonces
  1090. NClip = falso
  1091. si printvar == verdadero entonces
  1092. imprimir ("Noclip desactivado")
  1093. fin
  1094. NoclipActive.Text = "Inactivo"
  1095. NoclipActive.TextColor3 = Color3.new (1, 0, 1)
  1096. fin
  1097. elseif key == godmodekey then --Godmode
  1098. si godmodevar == false entonces
  1099. godmodevar = true
  1100. Godmodefunc ()
  1101. GodModeActive.Text = "Activo"
  1102. GodModeActive.TextColor3 = Color3.new (0, 1, 0)
  1103. fin
  1104. elseif key == xrayonkey then --Xray On
  1105. GuiXrayOnActive.Text = "Activo"
  1106. GuiXrayOnActive.TextColor3 = Color3.new (0, 1, 0)
  1107. GuiXrayOffActive.Text = "Inactivo"
  1108. GuiXrayOffActive.TextColor3 = Color3.new (1, 0, 1)
  1109. XrayOn (obj)
  1110. elseif key == xrayoffkey then --Xray Off
  1111. GuiXrayOnActive.Text = "Inactivo"
  1112. GuiXrayOnActive.TextColor3 = Color3.new (1, 0, 1)
  1113. GuiXrayOffActive.Text = "Activo"
  1114. GuiXrayOffActive.TextColor3 = Color3.new (0, 1, 0)
  1115. XrayOff (obj)
  1116. elseif key == bringgunkey then --Teleport Gun to You
  1117. si game.Workspace.GunDrop.CFrame ~ = nil entonces
  1118. game.Workspace.GunDrop.CFrame = game: GetService ("Players"). LocalPlayer.Character.HumanoidRootPart.CFrame
  1119. más
  1120. si printvar == verdadero entonces
  1121. Imprimir ("La pistola no ha caído actualmente")
  1122. fin
  1123. fin
  1124. elseif key == hideshowguikey then --Show / Hide Gui
  1125. si showvar == falso entonces
  1126. showvar = true
  1127. Show.Visible = false
  1128. Main.Visible = true
  1129. si printvar == verdadero entonces
  1130. Imprimir ("Mostrado")
  1131. fin
  1132. elseif showvar == verdadero entonces
  1133. showvar = falso
  1134. Main.Visible = false
  1135. Show.Visible = true
  1136. si printvar == verdadero entonces
  1137. imprimir ("Oculto")
  1138. fin
  1139. fin
  1140. fin
  1141. fin
  1142. fin)
  1143. fin
  1144. Datos de pegado RAW
  1145. if game.PlaceId == 142823291 then --Proofing just because ;)
  1146. --Note: Don't reset with godmode on or you will be stuck on a black screen for a reasonable amount of time
  1147. --Change to false if you dont like printing to console
  1148. local printvar = true
  1149. --Change to true if you want to see names instead of murderer, sheriff, and innocents with esp
  1150. local espnames = true
  1151. --Change keybinds to your liking
  1152. local coinkey = "c" --Coin grabber keybind
  1153. local MSkey = "m" --Murderer/Sheriff esp keybind
  1154. local playerskey = "q" --All players esp keybind
  1155. local espoffkey = "b" --Turn esp off keybind
  1156. local flykey = "f" --Fly keybind
  1157. local noclipkey = "r" --Noclip keybind
  1158. local godmodekey = "g" --Godmode keybind
  1159. local xrayonkey = "x" --Xray on keybind
  1160. local xrayoffkey = "z" --Xray off keybind
  1161. local bringgunkey = "t" --Teleport to gun keybind
  1162. local hideshowguikey = "p" --Show/Hide gui keybind
  1163. --End of easy customization options
  1164.  
  1165. --Gui Buttons and Status--
  1166. local MM2 = Instance.new("ScreenGui")
  1167. local Main = Instance.new("Frame")
  1168. local Title = Instance.new("TextLabel")
  1169. local Coin = Instance.new("TextButton")
  1170. local MSEsp = Instance.new("TextButton")
  1171. local MSESPActive = Instance.new("TextLabel")
  1172. local PlayersEsp = Instance.new("TextButton")
  1173. local PlayersEspActive = Instance.new("TextLabel")
  1174. local EspOff = Instance.new("TextButton")
  1175. local EspOffActive = Instance.new("TextLabel")
  1176. local Run = Instance.new("TextButton")
  1177. local RunActiveGui = Instance.new("TextLabel")
  1178. local Fly = Instance.new("TextButton")
  1179. local FlyActive = Instance.new("TextLabel")
  1180. local Noclip = Instance.new("TextButton")
  1181. local NoclipActive = Instance.new("TextLabel")
  1182. local GodMode = Instance.new("TextButton")
  1183. local GodModeActive = Instance.new("TextLabel")
  1184. local GuiXrayOn = Instance.new("TextButton")
  1185. local GuiXrayOnActive = Instance.new("TextLabel")
  1186. local GuiXrayOff = Instance.new("TextButton")
  1187. local GuiXrayOffActive = Instance.new("TextLabel")
  1188. local BringGun = Instance.new("TextButton")
  1189. local Keybinds = Instance.new("TextButton")
  1190. local KeybindsActive = Instance.new("TextLabel")
  1191. local Hide = Instance.new("TextButton")
  1192. local Show = Instance.new("TextButton")
  1193.  
  1194. --Other Variables
  1195. local runActive = false
  1196. local teamname = "None"
  1197. local murderer = "None"
  1198. local sheriff = "None"
  1199. local player = game:GetService("Players").LocalPlayer
  1200.  
  1201. local esp = false
  1202. local plresp
  1203. local track = false
  1204.  
  1205. local NClip = false
  1206. local char = game.Players.LocalPlayer.Character
  1207. local obj = game.workspace
  1208. local mouse=game.Players.LocalPlayer:GetMouse()
  1209. local LP = game:GetService("Players").LocalPlayer
  1210. local flyvar = false
  1211.  
  1212. local showvar = true
  1213. local inputcode = game:GetService("UserInputService")
  1214. local godmodevar = false
  1215. local keyOff = false
  1216. local NClip = false
  1217.  
  1218. --Start of Gui--
  1219. MM2.Name = "MM2"
  1220. MM2.Parent = game.CoreGui
  1221. MM2.ResetOnSpawn = false
  1222.  
  1223. Main.Name = "Main"
  1224. Main.Parent = MM2
  1225. Main.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1226. Main.BorderColor3 = Color3.new(0, 0.607843, 1)
  1227. Main.BorderSizePixel = 5
  1228. Main.Draggable = true
  1229. Main.Position = UDim2.new(0.574999988, 0, 0.349999994, 0)
  1230. Main.Size = UDim2.new(0.2, 0, 0.4, 0)
  1231. Main.Visible = true
  1232. Main.Active = true
  1233.  
  1234. Title.Name = "Title"
  1235. Title.Parent = Main
  1236. Title.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1237. Title.BorderColor3 = Color3.new(0, 0.607843, 1)
  1238. Title.BorderSizePixel = 5
  1239. Title.Draggable = true
  1240. Title.Size = UDim2.new(1.005, 0, 0.2, 0)
  1241. Title.ZIndex = 3
  1242. Title.Font = Enum.Font.SciFi
  1243. Title.FontSize = Enum.FontSize.Size24
  1244. Title.Text = "Murder Mystery 2"
  1245. Title.TextColor3 = Color3.new(0, 0.607843, 1)
  1246. Title.TextScaled = true
  1247. Title.TextSize = 20
  1248. Title.TextStrokeColor3 = Color3.new(0.129412, 0.54902, 1)
  1249. Title.TextWrapped = true
  1250.  
  1251. --Start of functions for buttons--
  1252. function Create(base, team, colors1, colors2, colors3, teamname) --For all esps
  1253. local bb = Instance.new("BillboardGui",player.PlayerGui)
  1254. bb.Adornee = base
  1255. bb.ExtentsOffset = Vector3.new(0,1,0)
  1256. bb.AlwaysOnTop = true
  1257. bb.Size = UDim2.new(0,5,0,5)
  1258. bb.StudsOffset = Vector3.new(0,1,0)
  1259. bb.Name = "tracker"
  1260. local frame = Instance.new("Frame",bb)
  1261. frame.ZIndex = 10
  1262. frame.BackgroundTransparency = 0.3
  1263. frame.Size = UDim2.new(1,0,1,0)
  1264. local txtlbl = Instance.new("TextLabel",bb)
  1265. txtlbl.ZIndex = 10
  1266. txtlbl.Text = teamname
  1267. txtlbl.BackgroundTransparency = 1
  1268. txtlbl.Position = UDim2.new(0,0,0,-35)
  1269. txtlbl.Size = UDim2.new(1,0,10,0)
  1270. txtlbl.Font = "ArialBold"
  1271. txtlbl.FontSize = "Size12"
  1272. txtlbl.TextStrokeTransparency = 0.5
  1273. if team then --For teams, left over from origianl but never removed
  1274. txtlbl.TextColor3 = Color3.new(0,0,255)
  1275. frame.BackgroundColor3 = Color3.new(0,0,255)
  1276. else
  1277. txtlbl.TextColor3 = Color3.new(colors1,colors2,colors3)
  1278. frame.BackgroundColor3 = Color3.new(colors1,colors2,colors3)
  1279. end
  1280. end
  1281.  
  1282. function findmurderer() --Find who the murderer is
  1283. local colors1 = 255
  1284. local colors2 = 0
  1285. local colors3 = 0
  1286. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1287. if v ~= game:GetService("Players").LocalPlayer then
  1288. for i,v in pairs(v.Backpack:GetChildren()) do --Checks backpack for knife
  1289. if v.Name == "Knife" then
  1290. if espnames == true then
  1291. local teamname = v.Parent.Parent.Name
  1292. if v.Parent.Parent.Character.Head ~= nil then
  1293. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  1294. else
  1295. if printvar == true then
  1296. print("Head missing from murderer!")
  1297. end
  1298. end
  1299. elseif espnames == false then
  1300. local teamname = "Murderer"
  1301. if v.Parent.Parent.Character.Head ~= nil then
  1302. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  1303. else
  1304. if printvar == true then
  1305. print("Head missing from murderer!")
  1306. end
  1307. end
  1308. end
  1309. murderer = v.Parent.Parent.Name
  1310. if printvar == true then
  1311. print(murderer.." is Murderer")
  1312. end
  1313. end
  1314. end
  1315. for i,v in pairs(v.Character:GetChildren()) do --Checks workspace player for knife (holding it)
  1316. if v.Name == "Knife" then
  1317. if espnames == true then
  1318. local teamname = v.Parent.Name
  1319. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  1320. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  1321. else
  1322. if printvar == true then
  1323. print("Head missing from murderer!")
  1324. end
  1325. end
  1326. elseif espnames == false then
  1327. local teamname = "Murderer"
  1328. if v.Parent.Head ~= nil then
  1329. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  1330. else
  1331. if printvar == true then
  1332. print("Head missing from murderer!")
  1333. end
  1334. end
  1335. end
  1336. murderer = v.Parent.Name
  1337. if printvar == true then --Tried to failproof to stop printing nil
  1338. local murderer1 = tostring(v.Parent.Name)
  1339. print(murderer1.." is Murderer")
  1340. end
  1341. end
  1342. end
  1343. end
  1344. end
  1345. end
  1346.  
  1347. function findsheriff() --Find who the sheriff is
  1348. local colors1 = 0
  1349. local colors2 = 0
  1350. local colors3 = 255
  1351. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1352. if v ~= game:GetService("Players").LocalPlayer then
  1353. for i,v in pairs(v.Backpack:GetChildren()) do
  1354. if v.Name == "Revolver" or v.Name == "Gun" then --Lazy to check if its revolver or gun and checks backpack for gun
  1355. if espnames == true then
  1356. local teamname = v.Parent.Parent.Name
  1357. if v.Parent.Parent.Character.Head ~= nil then --Tried to failproof to stop printing nil
  1358. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  1359. else
  1360. if printvar == true then
  1361. print("Head missing from sheriff!")
  1362. end
  1363. end
  1364. elseif espnames == false then
  1365. local teamname = "Sheriff"
  1366. if v.Parent.Parent.Character.Head ~= nil then --Tried to failproof to stop printing nil
  1367. Create(v.Parent.Parent.Character.Head, false, colors1 ,colors2, colors3, teamname)
  1368. else
  1369. if printvar == true then
  1370. print("Head missing from sheriff!")
  1371. end
  1372. end
  1373. end
  1374. sheriff = v.Parent.Parent.Name
  1375. if printvar == true then
  1376. local sheriff1 = tostring(v.Parent.Parent.Name)
  1377. print(sheriff1.." is Sheriff")
  1378. end
  1379. end
  1380. end
  1381. for i,v in pairs(v.Character:GetChildren()) do
  1382. if v.Name == "Revolver" or v.Name == "Gun" then --Lazy to check if its revolver or gun and checks workspace player for gun (holding it)
  1383. if espnames == true then
  1384. local teamname = v.Parent.Name
  1385. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  1386. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  1387. else
  1388. if printvar == true then
  1389. print("Head missing from sheriff!")
  1390. end
  1391. end
  1392. elseif espnames == false then
  1393. local teamname = "Sheriff"
  1394. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  1395. Create(v.Parent.Head, false, colors1 ,colors2, colors3, teamname)
  1396. else
  1397. if printvar == true then
  1398. print("Head missing from sheriff!")
  1399. end
  1400. end
  1401. end
  1402. sheriff = v.Parent.Name
  1403. if printvar == true then
  1404. local sheriff1 = tostring(v.Parent.Name)
  1405. print(sheriff1.." is Sheriff")
  1406. end
  1407. end
  1408. end
  1409. end
  1410. end
  1411. end
  1412.  
  1413. function findplayers() --Find all players but local player
  1414. findmurderer() --Finds murderer
  1415. findsheriff() --Finds sheriff
  1416. local colors1 = 0
  1417. local colors2 = 255
  1418. local colors3 = 0
  1419. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  1420. if v ~= game:GetService("Players").LocalPlayer then --If not local player
  1421. if v.Name ~= murderer then --If not murderer
  1422. if v.Name ~= sheriff then --If not sheriff
  1423. if espnames == true then
  1424. local teamname = v.Name
  1425. if v.Character.Head ~= nil then --Tried to failproof to stop printing nil
  1426. Create(v.Character.Head, false, colors1 ,colors2, colors3, teamname)
  1427. else
  1428. if printvar == true then
  1429. print("Head missing from sheriff!")
  1430. end
  1431. end
  1432. elseif espnames == false then
  1433. local teamname = "Innocents"
  1434. if v.Parent.Head ~= nil then --Tried to failproof to stop printing nil
  1435. Create(v.Character.Head, false, colors1 ,colors2, colors3, teamname)
  1436. else
  1437. if printvar == true then
  1438. print("Head missing from sheriff!")
  1439. end
  1440. end
  1441. end
  1442. end
  1443. end
  1444. end
  1445. end
  1446. end
  1447.  
  1448. function Clear() --Clears all the esps
  1449. for _,v in pairs(player.PlayerGui:children()) do
  1450. if v.Name == "tracker" and v:isA("BillboardGui") then
  1451. v:Destroy()
  1452. end
  1453. end
  1454. end
  1455.  
  1456. function XrayOn(obj) --Enables xray
  1457. for _,v in pairs(obj:GetChildren()) do
  1458. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  1459. v.LocalTransparencyModifier = 0.75
  1460. end
  1461. XrayOn(v)
  1462. end
  1463. end
  1464.  
  1465. function XrayOff(obj) --Disables xray
  1466. for _,v in pairs(obj:GetChildren()) do
  1467. if (v:IsA("BasePart")) and not v.Parent:FindFirstChild("Humanoid") then
  1468. v.LocalTransparencyModifier = 0
  1469. end XrayOff(v)
  1470. end
  1471. end
  1472.  
  1473. function sFLY() --Fly function
  1474. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('Torso') and LP.Character:FindFirstChild('Humanoid')
  1475. repeat wait() until mouse
  1476.  
  1477. local T = LP.Character.Torso
  1478. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1479. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1480. local SPEED = 0
  1481.  
  1482. local function FLY()
  1483. FLYING = true
  1484. local BG = Instance.new('BodyGyro', T)
  1485. local BV = Instance.new('BodyVelocity', T)
  1486. BG.P = 9e4
  1487. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1488. BG.cframe = T.CFrame
  1489. BV.velocity = Vector3.new(0, 0.1, 0)
  1490. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1491. spawn(function()
  1492. repeat wait()
  1493. LP.Character.Humanoid.PlatformStand = true
  1494. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1495. SPEED = 50
  1496. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1497. SPEED = 0
  1498. end
  1499. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1500. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1501. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1502. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1503. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1504. else
  1505. BV.velocity = Vector3.new(0, 0.1, 0)
  1506. end
  1507. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1508. until not FLYING
  1509. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1510. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1511. SPEED = 0
  1512. BG:destroy()
  1513. BV:destroy()
  1514. LP.Character.Humanoid.PlatformStand = false
  1515. end)
  1516. end
  1517.  
  1518. mouse.KeyDown:connect(function(KEY)
  1519. if KEY:lower() == 'w' then
  1520. CONTROL.F = 1
  1521. elseif KEY:lower() == 's' then
  1522. CONTROL.B = -1
  1523. elseif KEY:lower() == 'a' then
  1524. CONTROL.L = -1
  1525. elseif KEY:lower() == 'd' then
  1526. CONTROL.R = 1
  1527. end
  1528. end)
  1529.  
  1530. mouse.KeyUp:connect(function(KEY)
  1531. if KEY:lower() == 'w' then
  1532. CONTROL.F = 0
  1533. elseif KEY:lower() == 's' then
  1534. CONTROL.B = 0
  1535. elseif KEY:lower() == 'a' then
  1536. CONTROL.L = 0
  1537. elseif KEY:lower() == 'd' then
  1538. CONTROL.R = 0
  1539. end
  1540. end)
  1541. FLY()
  1542. end
  1543.  
  1544. function NOFLY() --Unfly function
  1545. FLYING = false
  1546. LP.Character.Humanoid.PlatformStand = false
  1547. end
  1548.  
  1549. local noclipcoro = coroutine.wrap(function() --Noclip function
  1550. while true do
  1551. if NClip == true then
  1552. if game.Players ~= nil then
  1553. if game.Players.LocalPlayer ~= nil then
  1554. if game.Players.LocalPlayer.Character ~= nil then
  1555. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") ~= nil then
  1556. if game.Players.LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  1557. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  1558. game.Players.LocalPlayer.Character.Head.CanCollide = false
  1559. end
  1560. end
  1561. end
  1562. end
  1563. end
  1564. end
  1565. game:service("RunService").Stepped:wait()
  1566. end
  1567. end)
  1568.  
  1569. noclipcoro() --For noclip to work
  1570.  
  1571. game:GetService("Players").LocalPlayer.CharacterAdded:connect(function(character) --Resets specific things for ease
  1572. flyvar = false
  1573. FlyActive.Text = "Inactive"
  1574. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  1575. godmodevar = false
  1576. GodModeActive.Text = "Inactive"
  1577. GodModeActive.TextColor3 = Color3.new(1, 0, 1)
  1578. Clear()
  1579. MSESPActive.Text = "Inactive"
  1580. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1581. PlayersEspActive.Text = "Inactive"
  1582. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1583. EspOffActive.Text = "Active"
  1584. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  1585. end)
  1586.  
  1587. mouse.KeyDown:connect(function(KeyDown) --If shift is held, run
  1588. if KeyDown == "0" and runActive == false and keyOff == false then
  1589. runActive = true
  1590. player.Character.Humanoid.WalkSpeed = 32
  1591. RunActiveGui.Text = "Active"
  1592. RunActiveGui.TextColor3 = Color3.new(0, 1, 0)
  1593. end
  1594. end)
  1595.  
  1596. mouse.KeyUp:connect(function(KeyUp) --If shift is released, walk
  1597. if KeyUp == "0" and runActive == true and keyOff == false then
  1598. runActive = false
  1599. player.Character.Humanoid.WalkSpeed = 16
  1600. RunActiveGui.Text = "Inactive"
  1601. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  1602. end
  1603. end)
  1604.  
  1605. function coingrabberfunc() --Coin grabber function
  1606. local children = game.Workspace:GetChildren()
  1607. for _, child in pairs(children) do
  1608. for _, child in pairs(child:GetChildren()) do
  1609. table.insert(children, child)
  1610. end
  1611. if child:IsA("BasePart") and child.Name == "Coin" then
  1612. child.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  1613. end
  1614. end
  1615. end
  1616.  
  1617. function godmodefunc() --Godmode function
  1618. local player = game.Players.LocalPlayer
  1619. if player.Character then
  1620. if player.Character:FindFirstChild("Humanoid") then
  1621. player.Character.Humanoid.Name = "1"
  1622. end
  1623. local l = player.Character["1"]:Clone()
  1624. l.Parent = player.Character
  1625. l.Name = "Humanoid"; wait(0.1)
  1626. player.Character["1"]:Destroy()
  1627. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid
  1628. player.Character.Animate.Disabled = true; wait(0.1)
  1629. player.Character.Animate.Disabled = false
  1630. end
  1631. end
  1632.  
  1633. --Coin Grabber--
  1634. Coin.Name = "CoinGrabber"
  1635. Coin.Parent = Main
  1636. Coin.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1637. Coin.BorderColor3 = Color3.new(0, 0.607843, 1)
  1638. Coin.BorderSizePixel = 5
  1639. Coin.Position = UDim2.new(0, 0, 0.215, 0)
  1640. Coin.Size = UDim2.new(1.005, 0, 0.08, 0)
  1641. Coin.ZIndex = 4
  1642. Coin.Font = Enum.Font.SciFi
  1643. Coin.FontSize = Enum.FontSize.Size24
  1644. Coin.Text = "Coin Grabber ["..string.upper(coinkey).."]"
  1645. Coin.TextColor3 = Color3.fromRGB(255, 255, 26)
  1646. Coin.TextSize = 20
  1647. Coin.TextWrapped = true
  1648. Coin.MouseButton1Down:connect(function(x, y)
  1649. coingrabberfunc()
  1650. end)
  1651.  
  1652. --Murderer/Sheriff Esp--
  1653. MSESPActive.Name = "MSEspActive"
  1654. MSESPActive.Parent = Main
  1655. MSESPActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1656. MSESPActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1657. MSESPActive.BorderSizePixel = 5
  1658. MSESPActive.Position = UDim2.new(0.755, 0, 0.315, 0)
  1659. MSESPActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1660. MSESPActive.ZIndex = 4
  1661. MSESPActive.Font = Enum.Font.SciFi
  1662. MSESPActive.FontSize = Enum.FontSize.Size24
  1663. MSESPActive.Text = "Inactive"
  1664. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1665. MSESPActive.TextSize = 20
  1666. MSESPActive.TextWrapped = true
  1667.  
  1668. MSEsp.Name = "MSEsp"
  1669. MSEsp.Parent = Main
  1670. MSEsp.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1671. MSEsp.BorderColor3 = Color3.new(0, 0.607843, 1)
  1672. MSEsp.BorderSizePixel = 5
  1673. MSEsp.Position = UDim2.new(0, 0, 0.315, 0)
  1674. MSEsp.Size = UDim2.new(0.75, 0, 0.08, 0)
  1675. MSEsp.ZIndex = 4
  1676. MSEsp.Font = Enum.Font.SciFi
  1677. MSEsp.FontSize = Enum.FontSize.Size24
  1678. MSEsp.Text = "Murderer/Sheriff Esp ["..string.upper(MSkey).."]"
  1679. MSEsp.TextColor3 = Color3.fromRGB(255, 102, 255)
  1680. MSEsp.TextSize = 20
  1681. MSEsp.TextWrapped = true
  1682. MSEsp.MouseButton1Down:connect(function(x, y)
  1683. murderer = "None"
  1684. sheriff = "None"
  1685. Clear()
  1686. findmurderer()
  1687. findsheriff()
  1688. if printvar == true then
  1689. print("Murderer/Sheriff")
  1690. end
  1691. MSESPActive.Text = "Active"
  1692. MSESPActive.TextColor3 = Color3.new(0, 1, 0)
  1693. PlayersEspActive.Text = "Inactive"
  1694. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1695. EspOffActive.Text = "Inactive"
  1696. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  1697. end)
  1698.  
  1699. --All Players Esp
  1700. PlayersEspActive.Name = "PlayersEspActive"
  1701. PlayersEspActive.Parent = Main
  1702. PlayersEspActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1703. PlayersEspActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1704. PlayersEspActive.BorderSizePixel = 5
  1705. PlayersEspActive.Position = UDim2.new(0.755, 0, 0.415, 0)
  1706. PlayersEspActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1707. PlayersEspActive.ZIndex = 4
  1708. PlayersEspActive.Font = Enum.Font.SciFi
  1709. PlayersEspActive.FontSize = Enum.FontSize.Size24
  1710. PlayersEspActive.Text = "Inactive"
  1711. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1712. PlayersEspActive.TextSize = 20
  1713. PlayersEspActive.TextWrapped = true
  1714.  
  1715. PlayersEsp.Name = "PlayersEsp"
  1716. PlayersEsp.Parent = Main
  1717. PlayersEsp.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1718. PlayersEsp.BorderColor3 = Color3.new(0, 0.607843, 1)
  1719. PlayersEsp.BorderSizePixel = 5
  1720. PlayersEsp.Position = UDim2.new(0, 0, 0.415, 0)
  1721. PlayersEsp.Size = UDim2.new(0.75, 0, 0.08, 0)
  1722. PlayersEsp.ZIndex = 4
  1723. PlayersEsp.Font = Enum.Font.SciFi
  1724. PlayersEsp.FontSize = Enum.FontSize.Size24
  1725. PlayersEsp.Text = "All Players Esp ["..string.upper(playerskey).."]"
  1726. PlayersEsp.TextColor3 = Color3.fromRGB(102, 255, 51)
  1727. PlayersEsp.TextSize = 20
  1728. PlayersEsp.TextWrapped = true
  1729. PlayersEsp.MouseButton1Down:connect(function(x, y)
  1730. Clear()
  1731. if printvar == true then
  1732. print("Players Esp")
  1733. end
  1734. MSESPActive.Text = "Inactive"
  1735. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1736. PlayersEspActive.Text = "Active"
  1737. PlayersEspActive.TextColor3 = Color3.new(0, 1, 0)
  1738. EspOffActive.Text = "Inactive"
  1739. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  1740. findplayers()
  1741. end)
  1742.  
  1743. --Esp Off
  1744. EspOffActive.Name = "EspOffActive"
  1745. EspOffActive.Parent = Main
  1746. EspOffActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1747. EspOffActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1748. EspOffActive.BorderSizePixel = 5
  1749. EspOffActive.Position = UDim2.new(0.755, 0, 0.515, 0)
  1750. EspOffActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1751. EspOffActive.ZIndex = 4
  1752. EspOffActive.Font = Enum.Font.SciFi
  1753. EspOffActive.FontSize = Enum.FontSize.Size24
  1754. EspOffActive.Text = "Active"
  1755. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  1756. EspOffActive.TextSize = 20
  1757. EspOffActive.TextWrapped = true
  1758.  
  1759. EspOff.Name = "EspOff"
  1760. EspOff.Parent = Main
  1761. EspOff.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1762. EspOff.BorderColor3 = Color3.new(0, 0.607843, 1)
  1763. EspOff.BorderSizePixel = 5
  1764. EspOff.Position = UDim2.new(0, 0, 0.515, 0)
  1765. EspOff.Size = UDim2.new(0.75, 0, 0.08, 0)
  1766. EspOff.ZIndex = 4
  1767. EspOff.Font = Enum.Font.SciFi
  1768. EspOff.FontSize = Enum.FontSize.Size24
  1769. EspOff.Text = "Esp Off ["..string.upper(espoffkey).."]"
  1770. EspOff.TextColor3 = Color3.fromRGB(255, 255, 255)
  1771. EspOff.TextSize = 20
  1772. EspOff.TextWrapped = true
  1773. EspOff.MouseButton1Down:connect(function(x, y)
  1774. Clear()
  1775. if printvar == true then
  1776. print("Esp Off")
  1777. end
  1778. MSESPActive.Text = "Inactive"
  1779. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  1780. PlayersEspActive.Text = "Inactive"
  1781. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  1782. EspOffActive.Text = "Active"
  1783. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  1784. end)
  1785.  
  1786. --Run
  1787. RunActiveGui.Name = "RunActiveGui"
  1788. RunActiveGui.Parent = Main
  1789. RunActiveGui.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1790. RunActiveGui.BorderColor3 = Color3.new(0, 0.607843, 1)
  1791. RunActiveGui.BorderSizePixel = 5
  1792. RunActiveGui.Position = UDim2.new(0.755, 0, 0.615, 0)
  1793. RunActiveGui.Size = UDim2.new(0.25, 0, 0.08, 0)
  1794. RunActiveGui.ZIndex = 4
  1795. RunActiveGui.Font = Enum.Font.SciFi
  1796. RunActiveGui.FontSize = Enum.FontSize.Size24
  1797. RunActiveGui.Text = "Inactive"
  1798. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  1799. RunActiveGui.TextSize = 20
  1800. RunActiveGui.TextWrapped = true
  1801.  
  1802. Run.Name = "Run"
  1803. Run.Parent = Main
  1804. Run.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1805. Run.BorderColor3 = Color3.new(0, 0.607843, 1)
  1806. Run.BorderSizePixel = 5
  1807. Run.Position = UDim2.new(0, 0, 0.615, 0)
  1808. Run.Size = UDim2.new(0.75, 0, 0.08, 0)
  1809. Run.ZIndex = 4
  1810. Run.Font = Enum.Font.SciFi
  1811. Run.FontSize = Enum.FontSize.Size24
  1812. Run.Text = "Run [Shift]"
  1813. Run.TextColor3 = Color3.fromRGB(255, 51, 0)
  1814. Run.TextSize = 20
  1815. Run.TextWrapped = true
  1816. Run.MouseButton1Down:connect(function(x, y)
  1817. if runActive == false then
  1818. runActive = true
  1819. player.Character.Humanoid.WalkSpeed = 32
  1820. RunActiveGui.Text = "Active"
  1821. RunActiveGui.TextColor3 = Color3.new(0, 1, 0)
  1822. elseif runActive == true then
  1823. runActive = false
  1824. player.Character.Humanoid.WalkSpeed = 16
  1825. RunActiveGui.Text = "Inactive"
  1826. RunActiveGui.TextColor3 = Color3.new(1, 0, 1)
  1827. end
  1828. end)
  1829.  
  1830. --Fly
  1831. FlyActive.Name = "FlyActive"
  1832. FlyActive.Parent = Main
  1833. FlyActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1834. FlyActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1835. FlyActive.BorderSizePixel = 5
  1836. FlyActive.Position = UDim2.new(0.755, 0, 0.715, 0)
  1837. FlyActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1838. FlyActive.ZIndex = 4
  1839. FlyActive.Font = Enum.Font.SciFi
  1840. FlyActive.FontSize = Enum.FontSize.Size24
  1841. FlyActive.Text = "Inactive"
  1842. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  1843. FlyActive.TextSize = 20
  1844. FlyActive.TextWrapped = true
  1845.  
  1846. Fly.Name = "Fly"
  1847. Fly.Parent = Main
  1848. Fly.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1849. Fly.BorderColor3 = Color3.new(0, 0.607843, 1)
  1850. Fly.BorderSizePixel = 5
  1851. Fly.Position = UDim2.new(0, 0, 0.715, 0)
  1852. Fly.Size = UDim2.new(0.75, 0, 0.08, 0)
  1853. Fly.ZIndex = 4
  1854. Fly.Font = Enum.Font.SciFi
  1855. Fly.FontSize = Enum.FontSize.Size24
  1856. Fly.Text = "Fly ["..string.upper(flykey).."]"
  1857. Fly.TextColor3 = Color3.fromRGB(204, 255, 255)
  1858. Fly.TextSize = 20
  1859. Fly.TextWrapped = true
  1860. Fly.MouseButton1Down:connect(function(x, y)
  1861. if flyvar == false then
  1862. sFLY()
  1863. flyvar = true
  1864. FlyActive.Text = "Active"
  1865. FlyActive.TextColor3 = Color3.new(0, 1, 0)
  1866. elseif flyvar == true then
  1867. flyvar = false
  1868. NOFLY()
  1869. FlyActive.Text = "Inactive"
  1870. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  1871. end
  1872. end)
  1873.  
  1874. --Noclip
  1875. NoclipActive.Name = "NoclipActive"
  1876. NoclipActive.Parent = Main
  1877. NoclipActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1878. NoclipActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1879. NoclipActive.BorderSizePixel = 5
  1880. NoclipActive.Position = UDim2.new(0.755, 0, 0.815, 0)
  1881. NoclipActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1882. NoclipActive.ZIndex = 4
  1883. NoclipActive.Font = Enum.Font.SciFi
  1884. NoclipActive.FontSize = Enum.FontSize.Size24
  1885. NoclipActive.Text = "Inactive"
  1886. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  1887. NoclipActive.TextSize = 20
  1888. NoclipActive.TextWrapped = true
  1889.  
  1890. Noclip.Name = "Noclip"
  1891. Noclip.Parent = Main
  1892. Noclip.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1893. Noclip.BorderColor3 = Color3.new(0, 0.607843, 1)
  1894. Noclip.BorderSizePixel = 5
  1895. Noclip.Position = UDim2.new(0, 0, 0.815, 0)
  1896. Noclip.Size = UDim2.new(0.75, 0, 0.08, 0)
  1897. Noclip.ZIndex = 4
  1898. Noclip.Font = Enum.Font.SciFi
  1899. Noclip.FontSize = Enum.FontSize.Size24
  1900. Noclip.Text = "Noclip ["..string.upper(noclipkey).."]"
  1901. Noclip.TextColor3 = Color3.fromRGB(0, 102, 255)
  1902. Noclip.TextSize = 20
  1903. Noclip.TextWrapped = true
  1904. Noclip.MouseButton1Down:connect(function(x, y)
  1905. if NClip == false then
  1906. NClip = true
  1907. if printvar == true then
  1908. print("Noclip Enabled")
  1909. end
  1910. NoclipActive.Text = "Active"
  1911. NoclipActive.TextColor3 = Color3.new(0, 1, 0)
  1912. elseif NClip == true then
  1913. NClip = false
  1914. if printvar == true then
  1915. print("Noclip Disabled")
  1916. end
  1917. NoclipActive.Text = "Inactive"
  1918. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  1919. end
  1920. end)
  1921.  
  1922. --GodMode
  1923. GodModeActive.Name = "GodModeActive"
  1924. GodModeActive.Parent = Main
  1925. GodModeActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1926. GodModeActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1927. GodModeActive.BorderSizePixel = 5
  1928. GodModeActive.Position = UDim2.new(0.755, 0, 0.915, 0)
  1929. GodModeActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1930. GodModeActive.ZIndex = 4
  1931. GodModeActive.Font = Enum.Font.SciFi
  1932. GodModeActive.FontSize = Enum.FontSize.Size24
  1933. GodModeActive.Text = "Inactive"
  1934. GodModeActive.TextColor3 = Color3.new(1, 0, 1)
  1935. GodModeActive.TextSize = 20
  1936. GodModeActive.TextWrapped = true
  1937.  
  1938. GodMode.Name = "GodMode"
  1939. GodMode.Parent = Main
  1940. GodMode.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1941. GodMode.BorderColor3 = Color3.new(0, 0.607843, 1)
  1942. GodMode.BorderSizePixel = 5
  1943. GodMode.Position = UDim2.new(0, 0, 0.915, 0)
  1944. GodMode.Size = UDim2.new(0.75, 0, 0.08, 0)
  1945. GodMode.ZIndex = 4
  1946. GodMode.Font = Enum.Font.SciFi
  1947. GodMode.FontSize = Enum.FontSize.Size24
  1948. GodMode.Text = "God Mode ["..string.upper(godmodekey).."]"
  1949. GodMode.TextColor3 = Color3.fromRGB(255, 255, 255)
  1950. GodMode.TextSize = 20
  1951. GodMode.TextWrapped = true
  1952. GodMode.MouseButton1Down:connect(function(x, y)
  1953. if godmodevar == false then
  1954. GodModeActive.Text = "Active"
  1955. GodModeActive.TextColor3 = Color3.new(0, 1, 0)
  1956. godmodevar = true
  1957. godmodefunc()
  1958. end
  1959. end)
  1960.  
  1961. --Xray On
  1962. GuiXrayOnActive.Name = "GuiXrayOnActive"
  1963. GuiXrayOnActive.Parent = Main
  1964. GuiXrayOnActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1965. GuiXrayOnActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  1966. GuiXrayOnActive.BorderSizePixel = 5
  1967. GuiXrayOnActive.Position = UDim2.new(0.755, 0, 1.015, 0)
  1968. GuiXrayOnActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  1969. GuiXrayOnActive.ZIndex = 4
  1970. GuiXrayOnActive.Font = Enum.Font.SciFi
  1971. GuiXrayOnActive.FontSize = Enum.FontSize.Size24
  1972. GuiXrayOnActive.Text = "Inactive"
  1973. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  1974. GuiXrayOnActive.TextSize = 20
  1975. GuiXrayOnActive.TextWrapped = true
  1976.  
  1977. GuiXrayOn.Name = "XrayOn"
  1978. GuiXrayOn.Parent = Main
  1979. GuiXrayOn.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  1980. GuiXrayOn.BorderColor3 = Color3.new(0, 0.607843, 1)
  1981. GuiXrayOn.BorderSizePixel = 5
  1982. GuiXrayOn.Position = UDim2.new(0, 0, 1.015, 0)
  1983. GuiXrayOn.Size = UDim2.new(0.75, 0, 0.08, 0)
  1984. GuiXrayOn.ZIndex = 4
  1985. GuiXrayOn.Font = Enum.Font.SciFi
  1986. GuiXrayOn.FontSize = Enum.FontSize.Size24
  1987. GuiXrayOn.Text = "Xray On ["..string.upper(xrayonkey).."]"
  1988. GuiXrayOn.TextColor3 = Color3.fromRGB(255, 204, 102)
  1989. GuiXrayOn.TextSize = 20
  1990. GuiXrayOn.TextWrapped = true
  1991. GuiXrayOn.MouseButton1Down:connect(function(x, y)
  1992. GuiXrayOnActive.Text = "Active"
  1993. GuiXrayOnActive.TextColor3 = Color3.new(0, 1, 0)
  1994. GuiXrayOffActive.Text = "Inactive"
  1995. GuiXrayOffActive.TextColor3 = Color3.new(1, 0, 1)
  1996. XrayOn(obj)
  1997. end)
  1998.  
  1999. --Xray Off
  2000. GuiXrayOffActive.Name = "GuiXrayOffActive"
  2001. GuiXrayOffActive.Parent = Main
  2002. GuiXrayOffActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  2003. GuiXrayOffActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  2004. GuiXrayOffActive.BorderSizePixel = 5
  2005. GuiXrayOffActive.Position = UDim2.new(0.755, 0, 1.115, 0)
  2006. GuiXrayOffActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  2007. GuiXrayOffActive.ZIndex = 4
  2008. GuiXrayOffActive.Font = Enum.Font.SciFi
  2009. GuiXrayOffActive.FontSize = Enum.FontSize.Size24
  2010. GuiXrayOffActive.Text = "Active"
  2011. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  2012. GuiXrayOffActive.TextSize = 20
  2013. GuiXrayOffActive.TextWrapped = true
  2014.  
  2015. GuiXrayOff.Name = "XrayOff"
  2016. GuiXrayOff.Parent = Main
  2017. GuiXrayOff.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  2018. GuiXrayOff.BorderColor3 = Color3.new(0, 0.607843, 1)
  2019. GuiXrayOff.BorderSizePixel = 5
  2020. GuiXrayOff.Position = UDim2.new(0, 0, 1.115, 0)
  2021. GuiXrayOff.Size = UDim2.new(0.75, 0, 0.08, 0)
  2022. GuiXrayOff.ZIndex = 4
  2023. GuiXrayOff.Font = Enum.Font.SciFi
  2024. GuiXrayOff.FontSize = Enum.FontSize.Size24
  2025. GuiXrayOff.Text = "Xray Off ["..string.upper(xrayoffkey).."]"
  2026. GuiXrayOff.TextColor3 = Color3.fromRGB(255, 153, 51)
  2027. GuiXrayOff.TextSize = 20
  2028. GuiXrayOff.TextWrapped = true
  2029. GuiXrayOff.MouseButton1Down:connect(function(x, y)
  2030. GuiXrayOnActive.Text = "Inactive"
  2031. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  2032. GuiXrayOffActive.Text = "Active"
  2033. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  2034. XrayOff(obj)
  2035. end)
  2036.  
  2037. --Bring Gun to You
  2038. BringGun.Name = "BringGun"
  2039. BringGun.Parent = Main
  2040. BringGun.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  2041. BringGun.BorderColor3 = Color3.new(0, 0.607843, 1)
  2042. BringGun.BorderSizePixel = 5
  2043. BringGun.Position = UDim2.new(0, 0, 1.215, 0)
  2044. BringGun.Size = UDim2.new(1.005, 0, 0.08, 0)
  2045. BringGun.ZIndex = 4
  2046. BringGun.Font = Enum.Font.SciFi
  2047. BringGun.FontSize = Enum.FontSize.Size24
  2048. BringGun.Text = "Teleport Gun ["..string.upper(bringgunkey).."]"
  2049. BringGun.TextColor3 = Color3.fromRGB(0, 255, 0)
  2050. BringGun.TextSize = 20
  2051. BringGun.TextWrapped = true
  2052. BringGun.MouseButton1Down:connect(function(x, y)
  2053. if game.Workspace.GunDrop.CFrame ~= nil then
  2054. game.Workspace.GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  2055. else
  2056. if printvar == true then
  2057. print("Gun not currently dropped")
  2058. end
  2059. end
  2060. end)
  2061.  
  2062. --Keybinds
  2063. KeybindsActive.Name = "KeybindsActive"
  2064. KeybindsActive.Parent = Main
  2065. KeybindsActive.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  2066. KeybindsActive.BorderColor3 = Color3.new(0, 0.607843, 1)
  2067. KeybindsActive.BorderSizePixel = 5
  2068. KeybindsActive.Position = UDim2.new(0.755, 0, 1.315, 0)
  2069. KeybindsActive.Size = UDim2.new(0.25, 0, 0.08, 0)
  2070. KeybindsActive.ZIndex = 4
  2071. KeybindsActive.Font = Enum.Font.SciFi
  2072. KeybindsActive.FontSize = Enum.FontSize.Size24
  2073. KeybindsActive.Text = "Active"
  2074. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  2075. KeybindsActive.TextSize = 20
  2076. KeybindsActive.TextWrapped = true
  2077.  
  2078. Keybinds.Name = "Keybinds"
  2079. Keybinds.Parent = Main
  2080. Keybinds.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  2081. Keybinds.BorderColor3 = Color3.new(0, 0.607843, 1)
  2082. Keybinds.BorderSizePixel = 5
  2083. Keybinds.Position = UDim2.new(0, 0, 1.315, 0)
  2084. Keybinds.Size = UDim2.new(0.75, 0, 0.08, 0)
  2085. Keybinds.ZIndex = 4
  2086. Keybinds.Font = Enum.Font.SciFi
  2087. Keybinds.FontSize = Enum.FontSize.Size24
  2088. Keybinds.Text = "Keybinds [Ctrl]"
  2089. Keybinds.TextColor3 = Color3.fromRGB(255, 255, 255)
  2090. Keybinds.TextSize = 20
  2091. Keybinds.TextWrapped = true
  2092. Keybinds.MouseButton1Down:connect(function(x, y)
  2093. if keyOff == true then
  2094. keyOff = false
  2095. KeybindsActive.Text = "Active"
  2096. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  2097. elseif keyOff == false then
  2098. keyOff = true
  2099. KeybindsActive.Text = "Inactive"
  2100. KeybindsActive.TextColor3 = Color3.new(1, 0, 1)
  2101. end
  2102. end)
  2103.  
  2104. Show.Name = "Show"
  2105. Show.Parent = MM2
  2106. Show.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  2107. Show.BorderColor3 = Color3.new(0, 0.607843, 1)
  2108. Show.BorderSizePixel = 5
  2109. Show.Position = UDim2.new(0, 0, 0.85799998, 0)
  2110. Show.Size = UDim2.new(0.08, 0, 0.04, 0)
  2111. Show.ZIndex = 4
  2112. Show.Font = Enum.Font.SciFi
  2113. Show.FontSize = Enum.FontSize.Size24
  2114. Show.Text = "Show ["..string.upper(hideshowguikey).."]"
  2115. Show.TextColor3 = Color3.new(0, 0.333333, 1)
  2116. Show.TextSize = 20
  2117. Show.TextWrapped = true
  2118. Show.Visible = false
  2119.  
  2120. Hide.Name = "Hide"
  2121. Hide.Parent = Main
  2122. Hide.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  2123. Hide.BorderColor3 = Color3.new(0, 0.607843, 1)
  2124. Hide.BorderSizePixel = 5
  2125. Hide.Position = UDim2.new(0, 0, 1.415, 0)
  2126. Hide.Size = UDim2.new(1.005, 0, 0.08, 0)
  2127. Hide.ZIndex = 4
  2128. Hide.Font = Enum.Font.SciFi
  2129. Hide.FontSize = Enum.FontSize.Size24
  2130. Hide.Text = "Hide ["..string.upper(hideshowguikey).."]"
  2131. Hide.TextColor3 = Color3.new(0, 0.333333, 1)
  2132. Hide.TextSize = 20
  2133. Hide.TextWrapped = true
  2134.  
  2135. Hide.MouseButton1Down:connect(function(x, y)
  2136. if showvar == true then
  2137. showvar = false
  2138. Main.Visible = false
  2139. Show.Visible = true
  2140. if printvar == true then
  2141. print("Hidden")
  2142. end
  2143. end
  2144. end)
  2145.  
  2146. Show.MouseButton1Down:connect(function(x, y)
  2147. if showvar == false then
  2148. showvar = true
  2149. Show.Visible = false
  2150. Main.Visible = true
  2151. if printvar == true then
  2152. print("Shown")
  2153. end
  2154. end
  2155. end)
  2156.  
  2157. inputcode.InputBegan:connect(function(input)
  2158. if input.KeyCode == Enum.KeyCode.LeftControl then
  2159. if keyOff == true then
  2160. keyOff = false
  2161. KeybindsActive.Text = "Active"
  2162. KeybindsActive.TextColor3 = Color3.new(0, 1, 0)
  2163. elseif keyOff == false then
  2164. keyOff = true
  2165. KeybindsActive.Text = "Inactive"
  2166. KeybindsActive.TextColor3 = Color3.new(1, 0, 1)
  2167. end
  2168. end
  2169. end)
  2170.  
  2171. mouse.keyDown:connect(function(key)
  2172. if keyOff == false then
  2173. if key == coinkey then --Coin Grabber
  2174. coingrabberfunc()
  2175. elseif key == MSkey then --Murderer/Sheriff Esp On
  2176. murderer = "None"
  2177. sheriff = "None"
  2178. Clear()
  2179. findmurderer()
  2180. findsheriff()
  2181. if printvar == true then
  2182. print("Murderer/Sheriff")
  2183. end
  2184. MSESPActive.Text = "Active"
  2185. MSESPActive.TextColor3 = Color3.new(0, 1, 0)
  2186. PlayersEspActive.Text = "Inactive"
  2187. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  2188. EspOffActive.Text = "Inactive"
  2189. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  2190. elseif key == playerskey then --Player Esp On
  2191. Clear()
  2192. MSESPActive.Text = "Inactive"
  2193. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  2194. PlayersEspActive.Text = "Active"
  2195. PlayersEspActive.TextColor3 = Color3.new(0, 1, 0)
  2196. EspOffActive.Text = "Inactive"
  2197. EspOffActive.TextColor3 = Color3.new(1, 0, 1)
  2198. findplayers()
  2199. if printvar == true then
  2200. print("Players")
  2201. end
  2202. elseif key == espoffkey then --Esp off
  2203. Clear()
  2204. if printvar == true then
  2205. print("Esp Disabled")
  2206. end
  2207. MSESPActive.Text = "Inactive"
  2208. MSESPActive.TextColor3 = Color3.new(1, 0, 1)
  2209. PlayersEspActive.Text = "Inactive"
  2210. PlayersEspActive.TextColor3 = Color3.new(1, 0, 1)
  2211. EspOffActive.Text = "Active"
  2212. EspOffActive.TextColor3 = Color3.new(0, 1, 0)
  2213. elseif key == flykey then --Fly
  2214. if flyvar == false then
  2215. sFLY()
  2216. flyvar = true
  2217. FlyActive.Text = "Active"
  2218. FlyActive.TextColor3 = Color3.new(0, 1, 0)
  2219. elseif flyvar == true then
  2220. flyvar = false
  2221. NOFLY()
  2222. FlyActive.Text = "Inactive"
  2223. FlyActive.TextColor3 = Color3.new(1, 0, 1)
  2224. end
  2225. elseif key == noclipkey then --Noclip toggle
  2226. if NClip == false then
  2227. NClip = true
  2228. if printvar == true then
  2229. print("Noclip Enabled")
  2230. end
  2231. NoclipActive.Text = "Active"
  2232. NoclipActive.TextColor3 = Color3.new(0, 1, 0)
  2233. elseif NClip == true then
  2234. NClip = false
  2235. if printvar == true then
  2236. print("Noclip Disabled")
  2237. end
  2238. NoclipActive.Text = "Inactive"
  2239. NoclipActive.TextColor3 = Color3.new(1, 0, 1)
  2240. end
  2241. elseif key == godmodekey then --Godmode
  2242. if godmodevar == false then
  2243. godmodevar = true
  2244. godmodefunc()
  2245. GodModeActive.Text = "Active"
  2246. GodModeActive.TextColor3 = Color3.new(0, 1, 0)
  2247. end
  2248. elseif key == xrayonkey then --Xray On
  2249. GuiXrayOnActive.Text = "Active"
  2250. GuiXrayOnActive.TextColor3 = Color3.new(0, 1, 0)
  2251. GuiXrayOffActive.Text = "Inactive"
  2252. GuiXrayOffActive.TextColor3 = Color3.new(1, 0, 1)
  2253. XrayOn(obj)
  2254. elseif key == xrayoffkey then --Xray Off
  2255. GuiXrayOnActive.Text = "Inactive"
  2256. GuiXrayOnActive.TextColor3 = Color3.new(1, 0, 1)
  2257. GuiXrayOffActive.Text = "Active"
  2258. GuiXrayOffActive.TextColor3 = Color3.new(0, 1, 0)
  2259. XrayOff(obj)
  2260. elseif key == bringgunkey then --Teleport Gun to You
  2261. if game.Workspace.GunDrop.CFrame ~= nil then
  2262. game.Workspace.GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  2263. else
  2264. if printvar == true then
  2265. print("Gun not currently dropped")
  2266. end
  2267. end
  2268. elseif key == hideshowguikey then --Show/Hide Gui
  2269. if showvar == false then
  2270. showvar = true
  2271. Show.Visible = false
  2272. Main.Visible = true
  2273. if printvar == true then
  2274. print("Shown")
  2275. end
  2276. elseif showvar == true then
  2277. showvar = false
  2278. Main.Visible = false
  2279. Show.Visible = true
  2280. if printvar == true then
  2281. print("Hidden")
  2282. end
  2283. end
  2284. end
  2285. end
  2286. end)
  2287. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement