Advertisement
Guest User

Murder vs sheriff

a guest
Apr 12th, 2024
11,521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.28 KB | None | 0 0
  1. --[[
  2.  
  3. made by projeto LKA
  4. frhht Title5yyj
  5. Title5yyjh
  6. HttpGetjh
  7. hHttpGetjhjh
  8. HttpGetjhhj
  9. hHttpGetjhhjhggh
  10. ggamehh
  11. local player = pp, add = +200
  12. print("sucess")
  13.  
  14. ]]
  15.  
  16. loadstring(game:HttpGet(("https://raw.githubusercontent.com/REDzHUB/LibraryV2/main/redzLib")))()
  17.  
  18. MakeWindow({
  19. Hub = {
  20. Title = "Murderers Vs Sherrife",
  21. Animation = "Projeto LKA Scriptblox"
  22. },
  23. Key = {
  24. KeySystem = false,
  25. Title = "Key System",
  26. Description = "",
  27. KeyLink = "",
  28. Keys = {"1234"},
  29. Notifi = {
  30. Notifications = true,
  31. CorrectKey = "Running the Script...",
  32. Incorrectkey = "The key is incorrect",
  33. CopyKeyLink = "Copied to Clipboard"
  34. }
  35. }
  36. })
  37.  
  38. local Main = MakeTab({Name = "Main"})
  39.  
  40. AddTextBox(Main, {
  41. Name = "Hitbox",
  42. Default = "",
  43. PlaceholderText = "Value",
  44. ClearText = true,
  45. Callback = function(value)
  46. _G.HeadSize = value
  47. _G.Disabled = true
  48.  
  49. game:GetService('RunService').RenderStepped:connect(function()
  50. if _G.Disabled then
  51. for i,v in next, game:GetService('Players'):GetPlayers() do
  52. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  53. pcall(function()
  54. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  55. v.Character.HumanoidRootPart.Transparency = 0.7
  56. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  57. v.Character.HumanoidRootPart.Material = "Neon"
  58. v.Character.HumanoidRootPart.CanCollide = false
  59. end)
  60. end
  61. end
  62. end
  63. end)
  64. end
  65. })
  66.  
  67. AddTextBox(Main, {
  68. Name = "Walkspeed",
  69. Default = "",
  70. PlaceholderText = "Value",
  71. ClearText = true,
  72. Callback = function(value)
  73. print(value)
  74. getgenv().Walkspeed = value
  75. pcall(function()
  76. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = value
  77. end)
  78. end
  79. })
  80.  
  81. AddTextBox(Main, {
  82. Name = "JumpPower",
  83. Default = "",
  84. PlaceholderText = "Value",
  85. ClearText = true,
  86. Callback = function(value)
  87. getgenv().Jumppower = value
  88. pcall(function()
  89. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = value
  90. end)
  91. end
  92. })
  93.  
  94. local Toggle = AddToggle(Main, {
  95. Name = "Loop Speed (Beta)",
  96. Default = false,
  97. Callback = function(state)
  98. getgenv().loopW = state
  99. game:GetService("RunService").Heartbeat:Connect(function()
  100. if loopW == true then
  101. pcall(function()
  102. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Walkspeed
  103. end)
  104. end
  105. end)
  106. end
  107. })
  108.  
  109. local Toggle = AddToggle(Main, {
  110. Name = "Loop jump (Beta)",
  111. Default = false,
  112. Callback = function(state)
  113. getgenv().loopJ = state
  114. game:GetService("RunService").Heartbeat:Connect(function()
  115. if loopJ == true then
  116. pcall(function()
  117. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Jumppower
  118. end)
  119. end
  120. end)
  121. end
  122. })
  123.  
  124. AddButton(Main, {
  125. Name = "Esp V2",
  126. Callback = function()
  127. local NotificationLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/lobox920/Notification-Library/Main/Library.lua"))()
  128. wait(0.1)
  129. NotificationLibrary:SendNotification("Warning", "Red Color = No Team", 3)
  130. wait(0.1)
  131. NotificationLibrary:SendNotification("Warning", "Green Color = Team", 3)
  132. wait(1)
  133. local plr = game.Players.LocalPlayer
  134. local camera = game.Workspace.CurrentCamera
  135. for i, v in pairs(game.Players:GetChildren()) do
  136. local Top = Drawing.new("Line")
  137. Top.Visible = false
  138. Top.From = Vector2.new(0, 0)
  139. Top.To = Vector2.new(200, 200)
  140. Top.Color = Color3.fromRGB(255, 0, 0)
  141. Top.Thickness = 2
  142. Top.Transparency = 1
  143.  
  144. local Bottom = Drawing.new("Line")
  145. Bottom.Visible = false
  146. Bottom.From = Vector2.new(0, 0)
  147. Bottom.To = Vector2.new(200, 200)
  148. Bottom.Color = Color3.fromRGB(255, 0, 0)
  149. Bottom.Thickness = 2
  150. Bottom.Transparency = 1
  151.  
  152. local Left = Drawing.new("Line")
  153. Left.Visible = false
  154. Left.From = Vector2.new(0, 0)
  155. Left.To = Vector2.new(200, 200)
  156. Left.Color = Color3.fromRGB(255, 0, 0)
  157. Left.Thickness = 2
  158. Left.Transparency = 1
  159.  
  160. local Right = Drawing.new("Line")
  161. Right.Visible = false
  162. Right.From = Vector2.new(0, 0)
  163. Right.To = Vector2.new(200, 200)
  164. Right.Color = Color3.fromRGB(255, 0, 0)
  165. Right.Thickness = 2
  166. Right.Transparency = 1
  167.  
  168. function ESP()
  169. local connection
  170. connection = game:GetService("RunService").RenderStepped:Connect(function()
  171. if v.Character ~= nil and v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v.Name ~= plr.Name and v.Character.Humanoid.Health > 0 then
  172. local ScreenPos, OnScreen = camera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position)
  173. if OnScreen then
  174. local Scale = v.Character.Head.Size.Y/2
  175. local Size = Vector3.new(2, 3, 0) * (Scale * 2)
  176. local humpos = camera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position)
  177. local TL = camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame * CFrame.new(Size.X, Size.Y, 0)).p)
  178. local TR = camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame * CFrame.new(-Size.X, Size.Y, 0)).p)
  179. local BL = camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame * CFrame.new(Size.X, -Size.Y, 0)).p)
  180. local BR = camera:WorldToViewportPoint((v.Character.HumanoidRootPart.CFrame * CFrame.new(-Size.X, -Size.Y, 0)).p)
  181.  
  182. Top.From = Vector2.new(TL.X, TL.Y)
  183. Top.To = Vector2.new(TR.X, TR.Y)
  184.  
  185. Left.From = Vector2.new(TL.X, TL.Y)
  186. Left.To = Vector2.new(BL.X, BL.Y)
  187.  
  188. Right.From = Vector2.new(TR.X, TR.Y)
  189. Right.To = Vector2.new(BR.X, BR.Y)
  190.  
  191. Bottom.From = Vector2.new(BL.X, BL.Y)
  192. Bottom.To = Vector2.new(BR.X, BR.Y)
  193.  
  194. if v.TeamColor == plr.TeamColor then
  195. Top.Color = Color3.fromRGB(0, 255, 0)
  196. Left.Color = Color3.fromRGB(0, 255, 0)
  197. Bottom.Color = Color3.fromRGB(0, 255, 0)
  198. Right.Color = Color3.fromRGB(0, 255, 0)
  199. else
  200. Top.Color = Color3.fromRGB(255, 0, 0)
  201. Left.Color = Color3.fromRGB(255, 0, 0)
  202. Bottom.Color = Color3.fromRGB(255, 0, 0)
  203. Right.Color = Color3.fromRGB(255, 0, 0)
  204. end
  205.  
  206. Top.Visible = true
  207. Left.Visible = true
  208. Bottom.Visible = true
  209. Right.Visible = true
  210. else
  211. Top.Visible = false
  212. Left.Visible = false
  213. Bottom.Visible = false
  214. Right.Visible = false
  215. end
  216. else
  217. Top.Visible = false
  218. Left.Visible = false
  219. Bottom.Visible = false
  220. Right.Visible = false
  221. if game.Players:FindFirstChild(v.Name) == nil then
  222. connection:Disconnect()
  223. end
  224. end
  225. end)
  226. end
  227. coroutine.wrap(ESP)()
  228. end
  229.  
  230. game.Players.PlayerAdded:Connect(function(newplr) --Parameter gets the new player that has been added
  231. local Top = Drawing.new("Line")
  232. Top.Visible = false
  233. Top.From = Vector2.new(0, 0)
  234. Top.To = Vector2.new(200, 200)
  235. Top.Color = Color3.fromRGB(255, 0, 0)
  236. Top.Thickness = 2
  237. Top.Transparency = 1
  238.  
  239. local Bottom = Drawing.new("Line")
  240. Bottom.Visible = false
  241. Bottom.From = Vector2.new(0, 0)
  242. Bottom.To = Vector2.new(200, 200)
  243. Bottom.Color = Color3.fromRGB(255, 0, 0)
  244. Bottom.Thickness = 2
  245. Bottom.Transparency = 1
  246.  
  247. local Left = Drawing.new("Line")
  248. Left.Visible = false
  249. Left.From = Vector2.new(0, 0)
  250. Left.To = Vector2.new(200, 200)
  251. Left.Color = Color3.fromRGB(255, 0, 0)
  252. Left.Thickness = 2
  253. Left.Transparency = 1
  254.  
  255. local Right = Drawing.new("Line")
  256. Right.Visible = false
  257. Right.From = Vector2.new(0, 0)
  258. Right.To = Vector2.new(200, 200)
  259. Right.Color = Color3.fromRGB(255, 0, 0)
  260. Right.Thickness = 2
  261. Right.Transparency = 1
  262.  
  263. function ESP()
  264. local connection
  265. connection = game:GetService("RunService").RenderStepped:Connect(function()
  266. if newplr.Character ~= nil and newplr.Character:FindFirstChild("HumanoidRootPart") ~= nil and newplr.Name ~= plr.Name and newplr.Character.Humanoid.Health > 0 then
  267. local ScreenPos, OnScreen = camera:WorldToViewportPoint(newplr.Character.HumanoidRootPart.Position)
  268. if OnScreen then
  269. local Scale = newplr.Character.Head.Size.Y/2
  270. local Size = Vector3.new(2, 3, 0) * (Scale * 2)
  271. local humpos = camera:WorldToViewportPoint(newplr.Character.HumanoidRootPart.Position)
  272. local TL = camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame * CFrame.new(Size.X, Size.Y, 0)).p)
  273. local TR = camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame * CFrame.new(-Size.X, Size.Y, 0)).p)
  274. local BL = camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame * CFrame.new(Size.X, -Size.Y, 0)).p)
  275. local BR = camera:WorldToViewportPoint((newplr.Character.HumanoidRootPart.CFrame * CFrame.new(-Size.X, -Size.Y, 0)).p)
  276.  
  277. Top.From = Vector2.new(TL.X, TL.Y)
  278. Top.To = Vector2.new(TR.X, TR.Y)
  279.  
  280. Left.From = Vector2.new(TL.X, TL.Y)
  281. Left.To = Vector2.new(BL.X, BL.Y)
  282.  
  283. Right.From = Vector2.new(TR.X, TR.Y)
  284. Right.To = Vector2.new(BR.X, BR.Y)
  285.  
  286. Bottom.From = Vector2.new(BL.X, BL.Y)
  287. Bottom.To = Vector2.new(BR.X, BR.Y)
  288.  
  289. if newplr.TeamColor == plr.TeamColor then
  290. Top.Color = Color3.fromRGB(0, 255, 0)
  291. Left.Color = Color3.fromRGB(0, 255, 0)
  292. Bottom.Color = Color3.fromRGB(0, 255, 0)
  293. Right.Color = Color3.fromRGB(0, 255, 0)
  294. else
  295. Top.Color = Color3.fromRGB(255, 0, 0)
  296. Left.Color = Color3.fromRGB(255, 0, 0)
  297. Bottom.Color = Color3.fromRGB(255, 0, 0)
  298. Right.Color = Color3.fromRGB(255, 0, 0)
  299. end
  300.  
  301. Top.Visible = true
  302. Left.Visible = true
  303. Bottom.Visible = true
  304. Right.Visible = true
  305. else
  306. Top.Visible = false
  307. Left.Visible = false
  308. Bottom.Visible = false
  309. Right.Visible = false
  310. end
  311. else
  312. Top.Visible = false
  313. Left.Visible = false
  314. Bottom.Visible = false
  315. Right.Visible = false
  316. if game.Players:FindFirstChild(newplr.Name) == nil then
  317. connection:Disconnect()
  318. end
  319. end
  320. end)
  321. end
  322. coroutine.wrap(ESP)()
  323. end)
  324. end
  325. })
  326.  
  327. AddButton(Main, {
  328. Name = "Aim (TeamCheck, WallCheck)",
  329. Callback = function()
  330. _G.config = {
  331. Fov = 30,
  332. MaxTransparency = 0.1,
  333. Smoothness = 1,
  334. TargetPart = "Head",
  335. TeamCheck = true,
  336. WallCheck = true,
  337. MaxDistanceEnabled = false,
  338. MaxDistance = 1500,
  339. FovColor = Color3.fromRGB(65, 105, 225)
  340. }
  341.  
  342. loadstring(game:HttpGet("https://raw.githubusercontent.com/D0LLYNHO/AIMBOT-FOV/main/MOBILE-BETA-0.2", true))()
  343. end
  344. })
  345.  
  346. AddButton(Main, {
  347. Name = "Aim (No TeamCheck, WallCheck)",
  348. Callback = function()
  349. _G.config = {
  350. Fov = 30,
  351. MaxTransparency = 0.1,
  352. Smoothness = 1,
  353. TargetPart = "Head",
  354. TeamCheck = false,
  355. WallCheck = true,
  356. MaxDistanceEnabled = false,
  357. MaxDistance = 1500,
  358. FovColor = Color3.fromRGB(65, 105, 225)
  359. }
  360.  
  361. loadstring(game:HttpGet("https://raw.githubusercontent.com/D0LLYNHO/AIMBOT-FOV/main/MOBILE-BETA-0.2", true))()
  362. end
  363. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement