Advertisement
Khiet_Le

MD2

May 25th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.89 KB | None | 0 0
  1. -- KhietLe Edited-----
  2.  
  3. key = "https://pastebin.com/hfBE7Brf"
  4.  
  5. local MuderMastery2 = Instance.new("ScreenGui")
  6. local WhitelistFrame = Instance.new("Frame")
  7. local Get = Instance.new("TextButton")
  8. local login = Instance.new("TextButton")
  9. local WhitelistKey = Instance.new("TextBox")
  10. local ImageLabel = Instance.new("ImageLabel")
  11. local TextLabel = Instance.new("TextLabel")
  12. local MoveFrame = Instance.new("Frame")
  13. local Credit = Instance.new("Frame")
  14. local Next = Instance.new("TextButton")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local mini = Instance.new("Frame")
  17. local Mini = Instance.new("TextButton")
  18. local Main = Instance.new("Frame")
  19. local TPCoins = Instance.new("TextButton")
  20. local BringGun = Instance.new("TextButton")
  21. local ESP = Instance.new("TextButton")
  22. local GunShootSpam = Instance.new("TextButton")
  23. local GOD = Instance.new("TextButton")
  24. local Frame = Instance.new("Frame")
  25. local Frame_2 = Instance.new("Frame")
  26. local ImageLabel_2 = Instance.new("ImageLabel")
  27. local Exit = Instance.new("TextButton")
  28. local TextLabel_3 = Instance.new("TextLabel")
  29. --Properties:
  30. MuderMastery2.Name = "MuderMastery2"
  31. MuderMastery2.Parent = game.CoreGui
  32. MuderMastery2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  33.  
  34. WhitelistFrame.Name = "WhitelistFrame"
  35. WhitelistFrame.Parent = MuderMastery2
  36. WhitelistFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  37. WhitelistFrame.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  38. WhitelistFrame.BorderSizePixel = 5
  39. WhitelistFrame.Position = UDim2.new(0.0319383517, 0, 0.497207522, 0)
  40. WhitelistFrame.Size = UDim2.new(0, 149, 0, 87)
  41.  
  42. Get.Name = "Get"
  43. Get.Parent = WhitelistFrame
  44. Get.BackgroundColor3 = Color3.new(0.568627, 0.00784314, 0.0196078)
  45. Get.Position = UDim2.new(0, 0, 0.701096416, 0)
  46. Get.Size = UDim2.new(0, 69, 0, 26)
  47. Get.Font = Enum.Font.SourceSans
  48. Get.Text = "Get Key"
  49. Get.TextColor3 = Color3.new(0.333333, 1, 0.498039)
  50. Get.TextSize = 14
  51. Get.MouseButton1Down:connect(function()
  52. WhitelistKey.Text = "Copied!!!"
  53. if Clipboard ~= nil then
  54. copy = Clipboard.set
  55. elseif Synapse ~= nil then
  56. copy = function(str)
  57. Synapse:Copy(str)
  58. end
  59. elseif setclipboard ~= nil then
  60. copy = setclipboard
  61. end
  62. copy(key)
  63. copied.Visible = true
  64. wait(0.5)
  65. copied.Visible = false
  66. end)
  67.  
  68. login.Name = "login"
  69. login.Parent = WhitelistFrame
  70. login.BackgroundColor3 = Color3.new(0.529412, 0.00392157, 0.0235294)
  71. login.Position = UDim2.new(0.463087261, 0, 0.701096416, 0)
  72. login.Size = UDim2.new(0, 80, 0, 26)
  73. login.Font = Enum.Font.SourceSans
  74. login.Text = "login"
  75. login.TextColor3 = Color3.new(0.0392157, 1, 0.101961)
  76. login.TextSize = 14
  77. login.MouseButton1Down:connect(function()
  78. if WhitelistKey.Text == "VNT KhietLM" then
  79. MoveFrame.Visible = true
  80. WhitelistFrame.Visible = false
  81. end
  82. end)
  83.  
  84. WhitelistKey.Name = "WhitelistKey"
  85. WhitelistKey.Parent = WhitelistFrame
  86. WhitelistKey.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  87. WhitelistKey.BorderColor3 = Color3.new(0.113725, 0, 1)
  88. WhitelistKey.BorderSizePixel = 2
  89. WhitelistKey.Position = UDim2.new(-2.04815962e-07, 0, 0.335995197, 0)
  90. WhitelistKey.Size = UDim2.new(0, 148, 0, 26)
  91. WhitelistKey.Font = Enum.Font.SourceSans
  92. WhitelistKey.Text = "Whitelist Key here!!!"
  93. WhitelistKey.TextColor3 = Color3.new(1, 1, 1)
  94. WhitelistKey.TextSize = 14
  95.  
  96. ImageLabel.Parent = WhitelistFrame
  97. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  98. ImageLabel.Position = UDim2.new(-1.02407981e-07, 0, 0, 0)
  99. ImageLabel.Size = UDim2.new(0, 28, 0, 24)
  100. ImageLabel.Image = "rbxassetid://3218857276"
  101.  
  102. TextLabel.Parent = WhitelistFrame
  103. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  104. TextLabel.BackgroundTransparency = 1
  105. TextLabel.Position = UDim2.new(0.187919378, 0, -2.23517418e-08, 0)
  106. TextLabel.Size = UDim2.new(0, 120, 0, 30)
  107. TextLabel.Font = Enum.Font.SourceSans
  108. TextLabel.Text = "MuderMastery 2"
  109. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  110. TextLabel.TextSize = 20
  111. TextLabel.TextStrokeColor3 = Color3.new(0.811765, 0.937255, 0.85098)
  112. TextLabel.TextStrokeTransparency = -1
  113.  
  114. MoveFrame.Name = "MoveFrame"
  115. MoveFrame.Parent = MuderMastery2
  116. MoveFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  117. MoveFrame.BackgroundTransparency = 1
  118. MoveFrame.Position = UDim2.new(0.196035206, 0, 0.549063683, 0)
  119. MoveFrame.Size = UDim2.new(0, 118, 0, 78)
  120. MoveFrame.Visible = false
  121.  
  122. Credit.Name = "Credit"
  123. Credit.Parent = MoveFrame
  124. Credit.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  125. Credit.BorderColor3 = Color3.new(0.639216, 0, 0.0117647)
  126. Credit.BorderSizePixel = 3
  127. Credit.Position = UDim2.new(-0.00847452879, 0, -3.81630588, 0)
  128. Credit.Size = UDim2.new(0, 117, 0, 51)
  129. Credit.Draggable = true
  130.  
  131. Next.Name = "Next"
  132. Next.Parent = Credit
  133. Next.BackgroundColor3 = Color3.new(0.380392, 0.909804, 0.0235294)
  134. Next.Position = UDim2.new(0.166772023, 0, 0.46049732, 0)
  135. Next.Size = UDim2.new(0, 77, 0, 25)
  136. Next.Font = Enum.Font.SourceSans
  137. Next.Text = "Next........"
  138. Next.TextColor3 = Color3.new(0, 0, 0)
  139. Next.TextSize = 14
  140. Next.MouseButton1Down:connect(function()
  141. mini.Visible =true
  142. MoveFrame.Visible = false
  143. end)
  144.  
  145. TextLabel_2.Parent = Credit
  146. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  147. TextLabel_2.BackgroundTransparency = 1
  148. TextLabel_2.Position = UDim2.new(0.0762710571, 0, 0.0562433042, 0)
  149. TextLabel_2.Size = UDim2.new(0, 97, 0, 23)
  150. TextLabel_2.Font = Enum.Font.SourceSans
  151. TextLabel_2.Text = "Credit: @KLe"
  152. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  153. TextLabel_2.TextSize = 20
  154. TextLabel_2.TextStrokeTransparency = -1
  155.  
  156. mini.Name = "mini"
  157. mini.Parent = MuderMastery2
  158. mini.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  159. mini.Position = UDim2.new(0.290748954, 0, 0.321428567, 0)
  160. mini.Size = UDim2.new(0, 50, 0, 29)
  161. mini.Visible = false
  162.  
  163. Mini.Name = "Mini"
  164. Mini.Parent = mini
  165. Mini.BackgroundColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  166. Mini.Position = UDim2.new(0.0826697946, 0, 0.25415647, 0)
  167. Mini.Size = UDim2.new(0, 40, 0, 21)
  168. Mini.Font = Enum.Font.SourceSans
  169. Mini.Text = "-"
  170. Mini.TextColor3 = Color3.new(0, 0, 0)
  171. Mini.TextSize = 76
  172. Mini.MouseButton1Down:connect(function()
  173. Main.Visible = true
  174. mini.Visible = true
  175. end)
  176.  
  177. Main.Name = "Main"
  178. Main.Parent = mini
  179. Main.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  180. Main.BorderColor3 = Color3.new(0.639216, 0.0235294, 0.0352941)
  181. Main.BorderSizePixel = 6
  182. Main.Position = UDim2.new(-0.896550298, 0, 3.71821785, 0)
  183. Main.Size = UDim2.new(0, 199, 0, 102)
  184. Main.Visible = true
  185.  
  186. TPCoins.Name = "TPCoins"
  187. TPCoins.Parent = Main
  188. TPCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  189. TPCoins.Position = UDim2.new(0, 0, 0.247619048, 0)
  190. TPCoins.Size = UDim2.new(0, 50, 0, 23)
  191. TPCoins.Font = Enum.Font.SourceSans
  192. TPCoins.Text = "Coins Tp"
  193. TPCoins.TextColor3 = Color3.new(1, 1, 1)
  194. TPCoins.TextSize = 14
  195. TPCoins.TextTransparency = -1
  196. TPCoins.MouseButton1Down:connect(function()
  197. for i = 10, 1, -1 do
  198. for i,v in pairs(game.Workspace:GetChildren()) do
  199. local s = v:FindFirstChild("CoinContainer")
  200. local e = game.Players.LocalPlayer.Character:FindFirstChild("LowerTorso")
  201. if e and s then
  202. for i,c in pairs(s:GetChildren()) do
  203. c.CFrame = game.Players.LocalPlayer.Character.LowerTorso.CFrame
  204. end
  205. end
  206. end
  207. game:GetService("RunService").RenderStepped:Wait(0.7)
  208. end
  209. end)
  210.  
  211. BringGun.Name = "Bring Gun"
  212. BringGun.Parent = Main
  213. BringGun.BackgroundColor3 = Color3.new(0, 0, 0)
  214. BringGun.Position = UDim2.new(0.366834313, 0, 0.247619048, 0)
  215. BringGun.Size = UDim2.new(0, 51, 0, 23)
  216. BringGun.Font = Enum.Font.SourceSans
  217. BringGun.Text = "Bring Gun"
  218. BringGun.TextColor3 = Color3.new(1, 1, 1)
  219. BringGun.TextSize = 14
  220. BringGun.MouseButton1Down:connect(function()
  221. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  222. end)
  223.  
  224.  
  225. GunShootSpam.Name = "GunShootSpam"
  226. GunShootSpam.Parent = Main
  227. GunShootSpam.BackgroundColor3 = Color3.new(0, 0, 0)
  228. GunShootSpam.Position = UDim2.new(0.1557789, 0, 0.496078491, 0)
  229. GunShootSpam.Size = UDim2.new(0, 52, 0, 23)
  230. GunShootSpam.Font = Enum.Font.SourceSans
  231. GunShootSpam.Text = "SpamShot"
  232. GunShootSpam.TextColor3 = Color3.new(1, 1, 1)
  233. GunShootSpam.TextSize = 14
  234. GunShootSpam.MouseButton1Down:connect(function()
  235. local Test = Instance.new("ScreenGui")
  236. local Frame = Instance.new("Frame")
  237. local Use = Instance.new("TextButton")
  238. local Msg = Instance.new("TextLabel")
  239.  
  240. Test.Name = "Test"
  241. Test.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  242. Test.ResetOnSpawn = false
  243.  
  244. Frame.Parent = Test
  245. Frame.AnchorPoint = Vector2.new(0.5, 1)
  246. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  247. Frame.BackgroundTransparency = 1
  248. Frame.BorderSizePixel = 0
  249. Frame.Position = UDim2.new(0.5, 0, 0.930000007, 0)
  250. Frame.Size = UDim2.new(0.150000006, 0, 0.115000002, 0)
  251.  
  252. Use.Name = "Use"
  253. Use.Parent = Frame
  254. Use.AnchorPoint = Vector2.new(0.5, 1)
  255. Use.BackgroundColor3 = Color3.new(1, 1, 1)
  256. Use.BorderSizePixel = 0
  257. Use.Position = UDim2.new(0.5, 0, 0.930000007, 0)
  258. Use.Size = UDim2.new(1, 0, 0.550000012, 0)
  259. Use.Style = Enum.ButtonStyle.RobloxRoundButton
  260. Use.Font = Enum.Font.SourceSansSemibold
  261. Use.Text = "Use"
  262. Use.TextColor3 = Color3.new(0, 0, 0)
  263. Use.TextScaled = true
  264. Use.TextSize = 14
  265. Use.TextWrapped = true
  266.  
  267. Msg.Name = "Msg"
  268. Msg.Parent = Frame
  269. Msg.BackgroundColor3 = Color3.new(1, 1, 1)
  270. Msg.BackgroundTransparency = 1
  271. Msg.BorderSizePixel = 0
  272. Msg.Size = UDim2.new(1, 0, 0.400000006, 0)
  273. Msg.Font = Enum.Font.SourceSansItalic
  274. Msg.Text = ""
  275. Msg.TextColor3 = Color3.new(0, 0, 0)
  276. Msg.TextScaled = true
  277. Msg.TextSize = 14
  278. Msg.TextWrapped = true
  279.  
  280. local function Status(txt, urgent)
  281. if Msg.Text ~= txt then
  282. if urgent then
  283. Msg.TextColor3 = Color3.new(1,0,0)
  284. else
  285. Msg.TextColor3 = Color3.new(1,1,1)
  286. end
  287. for i = 1,#txt do
  288. Msg.Text = string.sub(txt, 1,i)
  289. wait()
  290. end
  291. end
  292. end
  293.  
  294. local function sheriff()
  295. for _,v in pairs(game.Players:GetChildren()) do
  296. if v.Character then
  297. if v.Backpack:FindFirstChild("Gun") then
  298. return v.Backpack:FindFirstChild("Gun"), v
  299. elseif v.Backpack:FindFirstChild("Revolver") then
  300. return v.Backpack:FindFirstChild("Revolver"), v
  301. elseif v.Character:FindFirstChild("Gun") then
  302. return v.Character:FindFirstChild("Gun"), v
  303. elseif v.Character:FindFirstChild("Revolver") then
  304. return v.Character:FindFirstChild("Revolver"), v
  305. end
  306. end
  307. end
  308. return nil
  309. end
  310.  
  311. local use = false
  312.  
  313. Use.MouseButton1Click:Connect(function()
  314. if use == false then
  315. use = true
  316. Use.Text = "On"
  317. local _, plr1 = sheriff()
  318. Status("Sheriff is "..plr1.Name)
  319. repeat
  320. local tool, plr = sheriff()
  321. if tool ~= nil then
  322. local c = (plr.Character.HumanoidRootPart.CFrame * CFrame.new(0.7,1,-4))
  323. tool.KnifeServer.SlashStart:FireServer(0,c.p)
  324. else
  325. Status("Tool is nil", true)
  326. end
  327. wait()
  328. until use == false
  329. else
  330. use = false
  331. Use.Text = "Off"
  332. end
  333. end)
  334. end)
  335.  
  336. GOD.Name = "GOD"
  337. GOD.Parent = Main
  338. GOD.BackgroundColor3 = Color3.new(0, 0, 0)
  339. GOD.Position = UDim2.new(0.542713702, 0, 0.496078491, 0)
  340. GOD.Size = UDim2.new(0, 55, 0, 23)
  341. GOD.Font = Enum.Font.SourceSans
  342. GOD.Text = "GOD MODE"
  343. GOD.TextColor3 = Color3.new(1, 1, 1)
  344. GOD.TextSize = 14
  345. GOD.MouseButton1Down:connect(function()
  346. game.Players.LocalPlayer.Character.Humanoid:Remove()
  347. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  348. end)
  349.  
  350. Frame.Parent = Main
  351. Frame.BackgroundColor3 = Color3.new(0.8, 0.8, 0.129412)
  352. Frame.Size = UDim2.new(0, 199, 0, 25)
  353. Frame.Draggable = true
  354.  
  355. Frame_2.Parent = Main
  356. Frame_2.BackgroundColor3 = Color3.new(0.835294, 0.792157, 0.168627)
  357. Frame_2.Position = UDim2.new(0, 0, 0.754901946, 0)
  358. Frame_2.Size = UDim2.new(0, 199, 0, 25)
  359. Frame_2.Draggable = true
  360.  
  361.  
  362. ImageLabel_2.Parent = Main
  363. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  364. ImageLabel_2.Position = UDim2.new(-0.00502496958, 0, -0.666666687, 0)
  365. ImageLabel_2.Size = UDim2.new(0, 168, 0, 61)
  366. ImageLabel_2.Image = "rbxassetid://3219296478"
  367.  
  368. Exit.Name = "Exit"
  369. Exit.Parent = Main
  370. Exit.BackgroundColor3 = Color3.new(0, 0.180392, 1)
  371. Exit.BackgroundTransparency = 1
  372. Exit.Position = UDim2.new(0.839196146, 0, -0.333333343, 0)
  373. Exit.Size = UDim2.new(0, 31, 0, 21)
  374. Exit.Font = Enum.Font.SourceSans
  375. Exit.Text = "X"
  376. Exit.TextColor3 = Color3.new(1, 0, 0.0156863)
  377. Exit.TextSize = 60
  378. Exit.TextStrokeTransparency = -5
  379. Exit.MouseButton1Down:connect(function()
  380. Main.Visible = false
  381. mini.Visible = true
  382. end)
  383.  
  384. TextLabel_3.Parent = Main
  385. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  386. TextLabel_3.BackgroundTransparency = 1
  387. TextLabel_3.Position = UDim2.new(-0.00502512557, 0, 0, 0)
  388. TextLabel_3.Size = UDim2.new(0, 198, 0, 25)
  389. TextLabel_3.Font = Enum.Font.SourceSans
  390. TextLabel_3.Text = "Enjoy My GUI !!!"
  391. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  392. TextLabel_3.TextSize = 24
  393. TextLabel_3.TextStrokeTransparency = 0
  394. -- Scripts:
  395. function SCRIPT_NFDD68_FAKESCRIPT() -- TextLabel.LocalScript
  396. local script = Instance.new('LocalScript')
  397. script.Parent = TextLabel
  398. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  399.  
  400. counter = 0
  401.  
  402. while wait(0.1)do
  403. script.Parent.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  404.  
  405. counter = counter + 0.01
  406. end
  407.  
  408. end
  409. coroutine.resume(coroutine.create(SCRIPT_NFDD68_FAKESCRIPT))
  410. function SCRIPT_RUPS77_FAKESCRIPT() -- Credit.LocalScript
  411. local script = Instance.new('LocalScript')
  412. script.Parent = Credit
  413. wait(0.5)
  414.  
  415. script.Parent:TweenPosition(UDim2.new(0.008, 0,0.312, 0),"In","Quart",4,true)
  416.  
  417. end
  418. coroutine.resume(coroutine.create(SCRIPT_RUPS77_FAKESCRIPT))
  419. function SCRIPT_GKQQ70_FAKESCRIPT() -- mini.LocalScript
  420. local script = Instance.new('LocalScript')
  421. script.Parent = mini
  422. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  423.  
  424. counter = 0
  425.  
  426. while wait(0.1)do
  427. script.Parent.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  428.  
  429. counter = counter + 0.01
  430. end
  431.  
  432. end
  433. coroutine.resume(coroutine.create(SCRIPT_GKQQ70_FAKESCRIPT))
  434. function SCRIPT_KLEF85_FAKESCRIPT() -- ImageLabel_2.LocalScript
  435. local script = Instance.new('LocalScript')
  436. script.Parent = ImageLabel_2
  437. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  438.  
  439. counter = 0
  440.  
  441. while wait(0.1)do
  442. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  443.  
  444. counter = counter + 0.01
  445. end
  446.  
  447. end
  448. coroutine.resume(coroutine.create(SCRIPT_KLEF85_FAKESCRIPT))
  449. function SCRIPT_GVHE78_FAKESCRIPT() -- TextLabel_3.LocalScript
  450. local script = Instance.new('LocalScript')
  451. script.Parent = TextLabel_3
  452. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  453.  
  454. counter = 0
  455.  
  456. while wait(0.1)do
  457. script.Parent.TextStrokeColor3 = Color3.fromHSV(zigzag(counter),1,1)
  458.  
  459. counter = counter + 0.01
  460. end
  461.  
  462. end
  463. coroutine.resume(coroutine.create(SCRIPT_GVHE78_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement