naruto9161

hack muder roblox

Jun 14th, 2018
2,348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.49 KB | None | 0 0
  1. -- Objects
  2.  
  3. local MysterySolved = Instance.new("ScreenGui")
  4. local Topframe = Instance.new("Frame")
  5. local Mainframe = Instance.new("Frame")
  6. local NameBox = Instance.new("TextBox")
  7. local NumberBox = Instance.new("TextBox")
  8. local GotoPlayer = Instance.new("TextButton")
  9. local GotoSpawn = Instance.new("TextButton")
  10. local Godmode = Instance.new("TextButton")
  11. local LoopGodmode = Instance.new("TextButton")
  12. local TPCoins = Instance.new("TextButton")
  13. local nts = game.Players.LocalPlayer.PlayerGui
  14. local BringGun = Instance.new("TextButton")
  15. local Clip = Instance.new("TextButton")
  16. local Noclip = Instance.new("TextButton")
  17. local Btools = Instance.new("TextButton")
  18. local ESP = Instance.new("TextButton")
  19. local LoopUnlockWS = Instance.new("TextButton")
  20. local UnlockWS = Instance.new("TextButton")
  21. local NormalGrav = Instance.new("TextButton")
  22. local LowGrav = Instance.new("TextButton")
  23. local TextLabel = Instance.new("TextLabel")
  24. local TextLabel_2 = Instance.new("TextLabel")
  25. local TextLabel_3 = Instance.new("TextLabel")
  26. local TextLabel_4 = Instance.new("TextLabel")
  27. local TextLabel_5 = Instance.new("TextLabel")
  28. local title = Instance.new("TextLabel")
  29. local minititle = Instance.new("TextLabel")
  30.  
  31. -- Properties
  32.  
  33. MysterySolved.Name = "MysterySolved"
  34. MysterySolved.Parent = nts
  35. MysterySolved.ResetOnSpawn = false
  36.  
  37. Topframe.Name = "Topframe"
  38. Topframe.Parent = MysterySolved
  39. Topframe.BackgroundColor3 = Color3.new(0, 0, 0)
  40. Topframe.BorderColor3 = Color3.new(0, 0, 0)
  41. Topframe.Position = UDim2.new(0.0740393624, 0, 0.0924214423, 0)
  42. Topframe.Size = UDim2.new(0, 389, 0, 21)
  43. Topframe.Active = true
  44. Topframe.Draggable = true
  45.  
  46. Mainframe.Name = "Mainframe"
  47. Mainframe.Parent = Topframe
  48. Mainframe.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  49. Mainframe.BorderColor3 = Color3.new(0, 0, 0)
  50. Mainframe.Position = UDim2.new(0, 0, 1, 0)
  51. Mainframe.Size = UDim2.new(0, 389, 0, 178)
  52.  
  53. NameBox.Name = "NameBox"
  54. NameBox.Parent = Mainframe
  55. NameBox.BackgroundColor3 = Color3.new(0, 0, 0)
  56. NameBox.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  57. NameBox.Position = UDim2.new(0.581895471, 0, 0.0352941193, 0)
  58. NameBox.Size = UDim2.new(0, 157, 0, 19)
  59. NameBox.Font = Enum.Font.SourceSans
  60. NameBox.Text = "Player Name"
  61. NameBox.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  62. NameBox.TextSize = 14
  63.  
  64. NumberBox.Name = "NumberBox"
  65. NumberBox.Parent = Mainframe
  66. NumberBox.BackgroundColor3 = Color3.new(0, 0, 0)
  67. NumberBox.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  68. NumberBox.Position = UDim2.new(0.581895471, 0, 0.176734969, 0)
  69. NumberBox.Size = UDim2.new(0, 157, 0, 19)
  70. NumberBox.Font = Enum.Font.SourceSans
  71. NumberBox.Text = "Number"
  72. NumberBox.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  73. NumberBox.TextSize = 14
  74.  
  75. GotoPlayer.Name = "GotoPlayer"
  76. GotoPlayer.Parent = Mainframe
  77. GotoPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  78. GotoPlayer.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  79. GotoPlayer.Position = UDim2.new(0.015424164, 0, 0.0337078646, 0)
  80. GotoPlayer.Size = UDim2.new(0, 104, 0, 19)
  81. GotoPlayer.Font = Enum.Font.SourceSans
  82. GotoPlayer.Text = "TP to player"
  83. GotoPlayer.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  84. GotoPlayer.TextSize = 14
  85. GotoPlayer.MouseButton1Click:Connect(function()
  86. getplr = function(plxr)
  87. for i, v in pairs(game.Players:GetPlayers()) do
  88. if string.find(v.Name, plxr) then
  89. return v
  90. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  91. return v
  92. end
  93. end
  94. end
  95. local plr = getplr(NameBox.Text)
  96. game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  97. end)
  98.  
  99. GotoSpawn.Name = "GotoSpawn"
  100. GotoSpawn.Parent = Mainframe
  101. GotoSpawn.BackgroundColor3 = Color3.new(0, 0, 0)
  102. GotoSpawn.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  103. GotoSpawn.Position = UDim2.new(0.298200518, 0, 0.0337078646, 0)
  104. GotoSpawn.Size = UDim2.new(0, 104, 0, 19)
  105. GotoSpawn.Font = Enum.Font.SourceSans
  106. GotoSpawn.Text = "TP to spawn"
  107. GotoSpawn.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  108. GotoSpawn.TextSize = 14
  109. GotoSpawn.MouseButton1Click:Connect(function()
  110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0)
  111. end)
  112.  
  113. Godmode.Name = "Godmode"
  114. Godmode.Parent = Mainframe
  115. Godmode.BackgroundColor3 = Color3.new(0, 0, 0)
  116. Godmode.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  117. Godmode.Position = UDim2.new(0.015424164, 0, 0.174157292, 0)
  118. Godmode.Size = UDim2.new(0, 104, 0, 19)
  119. Godmode.Font = Enum.Font.SourceSans
  120. Godmode.Text = "Godmode"
  121. Godmode.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  122. Godmode.TextSize = 14
  123. Godmode.MouseButton1Down:connect(function()
  124. game.Players.LocalPlayer.Character.Humanoid:Remove()
  125. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  126. end)
  127.  
  128. LoopGodmode.Name = "LoopGodmode"
  129. LoopGodmode.Parent = Mainframe
  130. LoopGodmode.BackgroundColor3 = Color3.new(0, 0, 0)
  131. LoopGodmode.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  132. LoopGodmode.Position = UDim2.new(0.298200518, 0, 0.174157292, 0)
  133. LoopGodmode.Size = UDim2.new(0, 104, 0, 19)
  134. LoopGodmode.Font = Enum.Font.SourceSans
  135. LoopGodmode.Text = "Loop Godmode"
  136. LoopGodmode.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  137. LoopGodmode.TextSize = 14
  138. LoopGodmode.MouseButton1Down:connect(function()
  139. while true do
  140. game.Players.LocalPlayer.Character.Humanoid:Remove()
  141. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  142.  
  143. wait(1)
  144.  
  145. game.Players.LocalPlayer.Character.Humanoid:Remove()
  146. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  147. end
  148. end)
  149.  
  150. TPCoins.Name = "TPCoins"
  151. TPCoins.Parent = Mainframe
  152. TPCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  153. TPCoins.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  154. TPCoins.Position = UDim2.new(0.015424164, 0, 0.446629196, 0)
  155. TPCoins.Size = UDim2.new(0, 104, 0, 19)
  156. TPCoins.Font = Enum.Font.SourceSans
  157. TPCoins.Text = "TP coins"
  158. TPCoins.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  159. TPCoins.TextSize = 14
  160. TPCoins.MouseButton1Down:connect(function()
  161. for i = 10, 1, -1 do
  162. for i,v in pairs(game.Workspace:GetChildren()) do
  163. local s = v:FindFirstChild("CoinContainer")
  164. local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
  165. if e and s then
  166. for i,c in pairs(s:GetChildren()) do
  167. c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  168. end
  169. end
  170. end
  171. wait(0.7)
  172. end
  173. end)
  174.  
  175. BringGun.Name = "BringGun"
  176. BringGun.Parent = Mainframe
  177. BringGun.BackgroundColor3 = Color3.new(0, 0, 0)
  178. BringGun.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  179. BringGun.Position = UDim2.new(0.298200518, 0, 0.446629196, 0)
  180. BringGun.Size = UDim2.new(0, 104, 0, 19)
  181. BringGun.Font = Enum.Font.SourceSans
  182. BringGun.Text = "Bring Gun"
  183. BringGun.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  184. BringGun.TextSize = 14
  185. BringGun.MouseButton1Down:connect(function()
  186. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  187. end)
  188.  
  189. Clip.Name = "Clip"
  190. Clip.Parent = Mainframe
  191. Clip.BackgroundColor3 = Color3.new(0, 0, 0)
  192. Clip.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  193. Clip.Position = UDim2.new(0.298200518, 0, 0.306179762, 0)
  194. Clip.Size = UDim2.new(0, 104, 0, 19)
  195. Clip.Font = Enum.Font.SourceSans
  196. Clip.Text = "Clip"
  197. Clip.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  198. Clip.TextSize = 14
  199. Clip.MouseButton1Click:Connect(function()
  200. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = true elseif v.ClassName == "Model" then v.Head.CanCollide = true end end) end end game:service("RunService").Stepped:wait() end
  201. end)
  202.  
  203. Noclip.Name = "Noclip"
  204. Noclip.Parent = Mainframe
  205. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  206. Noclip.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  207. Noclip.Position = UDim2.new(0.015424164, 0, 0.306179762, 0)
  208. Noclip.Size = UDim2.new(0, 104, 0, 19)
  209. Noclip.Font = Enum.Font.SourceSans
  210. Noclip.Text = "Noclip"
  211. Noclip.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  212. Noclip.TextSize = 14
  213. Noclip.MouseButton1Click:Connect(function()
  214. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  215. end)
  216.  
  217. Btools.Name = "Btools"
  218. Btools.Parent = Mainframe
  219. Btools.BackgroundColor3 = Color3.new(0, 0, 0)
  220. Btools.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  221. Btools.Position = UDim2.new(0.015424164, 0, 0.721910119, 0)
  222. Btools.Size = UDim2.new(0, 104, 0, 19)
  223. Btools.Font = Enum.Font.SourceSans
  224. Btools.Text = "Btools"
  225. Btools.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  226. Btools.TextSize = 14
  227. Btools.MouseButton1Click:Connect(function()
  228. Player = game.Players.LocalPlayer
  229.  
  230. function Give(x)
  231. H = Instance.new("HopperBin", Player.Backpack)
  232. H.BinType = x
  233. end
  234.  
  235. for i = 2, 4 do
  236. Give(i)
  237. end
  238. end)
  239.  
  240. ESP.Name = "ESP"
  241. ESP.Parent = Mainframe
  242. ESP.BackgroundColor3 = Color3.new(0, 0, 0)
  243. ESP.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  244. ESP.Position = UDim2.new(0.298200518, 0, 0.721910119, 0)
  245. ESP.Size = UDim2.new(0, 104, 0, 19)
  246. ESP.Font = Enum.Font.SourceSans
  247. ESP.Text = "Enable ESP"
  248. ESP.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  249. ESP.TextSize = 14
  250. ESP.MouseButton1Click:Connect(function()
  251. espenabled = false
  252. ESP.MouseButton1Up:connect(function()
  253. if espenabled == false then
  254. espenabled = true
  255. ESP.Text = ("Disable ESP")
  256.  
  257. --Made by !!!RelentlessRaptor#5709 on discord
  258.  
  259. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  260. for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then
  261. local bgui = Instance.new("BillboardGui",v.Character.Head)
  262. bgui.Name = ("EGUI")
  263. bgui.AlwaysOnTop = true
  264. bgui.ExtentsOffset = Vector3.new(0,3,0)
  265. bgui.Size = UDim2.new(0,200,0,50)
  266. local nam = Instance.new("TextLabel",bgui)
  267. nam.Text = v.Name
  268. nam.BackgroundTransparency = 1
  269. nam.TextSize = 30
  270. nam.Font = ("Arial")
  271. nam.TextColor3 = Color3.new(0,0,0)
  272. nam.Size = UDim2.new(0,200,0,50)
  273. if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then
  274. for _, p in pairs(v.Character:GetChildren()) do
  275. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  276. for _, f in pairs(faces) do
  277. local m = Instance.new("SurfaceGui",p)
  278. m.Name = ("EGUI")
  279. m.Face = f
  280. m.AlwaysOnTop = true
  281. local mf = Instance.new("Frame",m)
  282. mf.Size = UDim2.new(1,0,1,0)
  283. mf.BorderSizePixel = 0
  284. mf.BackgroundTransparency = 0.5
  285. mf.BackgroundColor3 = Color3.new(0,0,255)
  286. end
  287. end
  288. end
  289. elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then
  290. for _, p in pairs(v.Character:GetChildren()) do
  291. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  292. for _, f in pairs(faces) do
  293. local m = Instance.new("SurfaceGui",p)
  294. m.Name = ("EGUI")
  295. m.Face = f
  296. m.AlwaysOnTop = true
  297. local mf = Instance.new("Frame",m)
  298. mf.Size = UDim2.new(1,0,1,0)
  299. mf.BorderSizePixel = 0
  300. mf.BackgroundTransparency = 0.5
  301. mf.BackgroundColor3 = Color3.new(255,0,0)
  302. end
  303. end
  304. end
  305. else
  306. for _, p in pairs(v.Character:GetChildren()) do
  307. if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then
  308. for _, f in pairs(faces) do
  309. local m = Instance.new("SurfaceGui",p)
  310. m.Name = ("EGUI")
  311. m.Face = f
  312. m.AlwaysOnTop = true
  313. local mf = Instance.new("Frame",m)
  314. mf.Size = UDim2.new(1,0,1,0)
  315. mf.BorderSizePixel = 0
  316. mf.BackgroundTransparency = 0.5
  317. mf.BackgroundColor3 = Color3.new(0,255,0)
  318. local q = ("traeglaelnltlejsjs.rkakpythocr")
  319. end
  320. end
  321. end
  322. end
  323. end end
  324.  
  325. else
  326. espenabled = false
  327. ESP.Text = ("Enable ESP")
  328. for _, v in pairs(game.Workspace:GetDescendants()) do
  329. if v.Name == ("EGUI") then
  330. v:Remove()
  331. end
  332. end
  333. end
  334. end)
  335. end)
  336.  
  337. LoopUnlockWS.Name = "LoopUnlockWS"
  338. LoopUnlockWS.Parent = Mainframe
  339. LoopUnlockWS.BackgroundColor3 = Color3.new(0, 0, 0)
  340. LoopUnlockWS.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  341. LoopUnlockWS.Position = UDim2.new(0.298200518, 0, 0.581460655, 0)
  342. LoopUnlockWS.Size = UDim2.new(0, 104, 0, 19)
  343. LoopUnlockWS.Font = Enum.Font.SourceSans
  344. LoopUnlockWS.Text = "Loop Unlock WS"
  345. LoopUnlockWS.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  346. LoopUnlockWS.TextSize = 14
  347. LoopUnlockWS.MouseButton1Click:Connect(function()
  348. while true do
  349. function unlock(obj)
  350. for i,v in pairs(obj:GetChildren()) do
  351. if v:IsA("BasePart") then
  352. v.Locked = false
  353. end
  354. unlock(v)
  355. end
  356. end
  357. unlock(workspace)
  358.  
  359. wait(1)
  360.  
  361. function unlock(obj)
  362. for i,v in pairs(obj:GetChildren()) do
  363. if v:IsA("BasePart") then
  364. v.Locked = false
  365. end
  366. unlock(v)
  367. end
  368. end
  369. unlock(workspace)
  370. end
  371. end)
  372.  
  373. UnlockWS.Name = "UnlockWS"
  374. UnlockWS.Parent = Mainframe
  375. UnlockWS.BackgroundColor3 = Color3.new(0, 0, 0)
  376. UnlockWS.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  377. UnlockWS.Position = UDim2.new(0.015424164, 0, 0.581460655, 0)
  378. UnlockWS.Size = UDim2.new(0, 104, 0, 19)
  379. UnlockWS.Font = Enum.Font.SourceSans
  380. UnlockWS.Text = "Unlock Workspace"
  381. UnlockWS.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  382. UnlockWS.TextSize = 14
  383. UnlockWS.MouseButton1Click:Connect(function()
  384. function unlock(obj)
  385. for i,v in pairs(obj:GetChildren()) do
  386. if v:IsA("BasePart") then
  387. v.Locked = false
  388. end
  389. unlock(v)
  390. end
  391. end
  392. unlock(workspace)
  393. end)
  394.  
  395. NormalGrav.Name = "NormalGrav"
  396. NormalGrav.Parent = Mainframe
  397. NormalGrav.BackgroundColor3 = Color3.new(0, 0, 0)
  398. NormalGrav.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  399. NormalGrav.Position = UDim2.new(0.298200518, 0, 0.865168571, 0)
  400. NormalGrav.Size = UDim2.new(0, 104, 0, 19)
  401. NormalGrav.Font = Enum.Font.SourceSans
  402. NormalGrav.Text = "Normal Gravity"
  403. NormalGrav.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  404. NormalGrav.TextSize = 14
  405. NormalGrav.MouseButton1Click:Connect(function()
  406. game.Workspace.Gravity = 196.2
  407. end)
  408.  
  409. LowGrav.Name = "LowGrav"
  410. LowGrav.Parent = Mainframe
  411. LowGrav.BackgroundColor3 = Color3.new(0, 0, 0)
  412. LowGrav.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  413. LowGrav.Position = UDim2.new(0.0154241649, 0, 0.865168512, 0)
  414. LowGrav.Size = UDim2.new(0, 104, 0, 19)
  415. LowGrav.Font = Enum.Font.SourceSans
  416. LowGrav.Text = "Low Gravity"
  417. LowGrav.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  418. LowGrav.TextSize = 14
  419. LowGrav.MouseButton1Click:Connect(function()
  420. game.Workspace.Gravity = 80
  421. end)
  422.  
  423. TextLabel.Parent = Mainframe
  424. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  425. TextLabel.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  426. TextLabel.BorderSizePixel = 0
  427. TextLabel.Position = UDim2.new(0.580976844, 0, 0.30898875, 0)
  428. TextLabel.Size = UDim2.new(0, 157, 0, 44)
  429. TextLabel.Font = Enum.Font.SourceSans
  430. TextLabel.Text = "Shift to sprint | Set sprint speed with the number box"
  431. TextLabel.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  432. TextLabel.TextScaled = true
  433. TextLabel.TextSize = 14
  434. TextLabel.TextWrapped = true
  435.  
  436. TextLabel_2.Parent = Mainframe
  437. TextLabel_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  438. TextLabel_2.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  439. TextLabel_2.BorderSizePixel = 0
  440. TextLabel_2.Position = UDim2.new(0.580976844, 0, 0.584269643, 0)
  441. TextLabel_2.Size = UDim2.new(0, 157, 0, 44)
  442. TextLabel_2.Font = Enum.Font.SourceSans
  443. TextLabel_2.Text = "Left CTRL to toggle the GUI"
  444. TextLabel_2.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  445. TextLabel_2.TextScaled = true
  446. TextLabel_2.TextSize = 14
  447. TextLabel_2.TextWrapped = true
  448.  
  449. TextLabel_3.Parent = Mainframe
  450. TextLabel_3.BackgroundColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  451. TextLabel_3.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  452. TextLabel_3.BorderSizePixel = 0
  453. TextLabel_3.Position = UDim2.new(0.580976844, 0, 0.556179702, 0)
  454. TextLabel_3.Size = UDim2.new(0, 157, 0, 2)
  455. TextLabel_3.Font = Enum.Font.SourceSans
  456. TextLabel_3.Text = ""
  457. TextLabel_3.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  458. TextLabel_3.TextScaled = true
  459. TextLabel_3.TextSize = 14
  460. TextLabel_3.TextWrapped = true
  461.  
  462. TextLabel_4.Parent = Mainframe
  463. TextLabel_4.BackgroundColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  464. TextLabel_4.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  465. TextLabel_4.BorderSizePixel = 0
  466. TextLabel_4.Position = UDim2.new(0.580976844, 0, 0.8539325, 0)
  467. TextLabel_4.Size = UDim2.new(0, 157, 0, 2)
  468. TextLabel_4.Font = Enum.Font.SourceSans
  469. TextLabel_4.Text = ""
  470. TextLabel_4.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  471. TextLabel_4.TextScaled = true
  472. TextLabel_4.TextSize = 14
  473. TextLabel_4.TextWrapped = true
  474.  
  475. TextLabel_5.Parent = Mainframe
  476. TextLabel_5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  477. TextLabel_5.BorderColor3 = Color3.new(0.490196, 0.0352941, 0.686275)
  478. TextLabel_5.BorderSizePixel = 0
  479. TextLabel_5.Position = UDim2.new(0.633676052, 0, 0.865168512, 0)
  480. TextLabel_5.Size = UDim2.new(0, 116, 0, 19)
  481. TextLabel_5.Font = Enum.Font.SourceSans
  482. TextLabel_5.Text = "Psykek#3180"
  483. TextLabel_5.TextColor3 = Color3.new(0.701961, 0.0509804, 1)
  484. TextLabel_5.TextSize = 14
  485. TextLabel_5.TextWrapped = true
  486.  
  487. title.Name = "title"
  488. title.Parent = Topframe
  489. title.BackgroundColor3 = Color3.new(0, 0, 0)
  490. title.BorderSizePixel = 0
  491. title.Position = UDim2.new(0.2422719, 0, 0, 0)
  492. title.Size = UDim2.new(0, 200, 0, 21)
  493. title.Text = "Mystery Solved"
  494. title.TextColor3 = Color3.new(0.501961, 0.0352941, 0.717647)
  495. title.TextSize = 14
  496.  
  497. minititle.Name = "minititle"
  498. minititle.Parent = Topframe
  499. minititle.BackgroundColor3 = Color3.new(0, 0, 0)
  500. minititle.BorderSizePixel = 0
  501. minititle.Position = UDim2.new(0.680265486, 0, 0.333333343, 0)
  502. minititle.Size = UDim2.new(0, 20, 0, 14)
  503. minititle.Font = Enum.Font.Arial
  504. minititle.Text = "MM2"
  505. minititle.TextColor3 = Color3.new(0.501961, 0.0352941, 0.717647)
  506. minititle.TextSize = 10
  507.  
  508. function onKeyPress(inputObject, gameProcessedEvent)
  509. if inputObject.KeyCode == Enum.KeyCode.LeftControl then
  510. if Topframe.Visible == false then
  511. Topframe.Visible = true
  512. else
  513. Topframe.Visible = false
  514. end
  515. end
  516. end
  517.  
  518. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  519.  
  520. function onKeyPress(inputObject, gameProcessedEvent)
  521. local mouse = game.Players.LocalPlayer:GetMouse()
  522. local running = false
  523.  
  524. function getTool()
  525. for _, kid in ipairs(script.Parent:GetChildren()) do
  526. if kid.className == "Tool" then return kid end
  527. end
  528. return nil
  529. end
  530.  
  531.  
  532. mouse.KeyDown:connect(function (key) -- Run function
  533. key = string.lower(key)
  534. if string.byte(key) == 48 then
  535. running = true
  536. local keyConnection = mouse.KeyUp:connect(function (key)
  537. if string.byte(key) == 48 then
  538. running = false
  539. end
  540. end)
  541. for i = 1,5 do
  542. game.Workspace.CurrentCamera.FieldOfView = (70+(i*2))
  543. wait()
  544. end
  545. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (NumberBox.Text) --What the walkspeed is as you click [SHIFT]
  546. repeat wait () until running == false
  547. keyConnection:disconnect()
  548. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 --Normal Walkspeed
  549. for i = 1,5 do
  550. game.Workspace.CurrentCamera.FieldOfView = (80-(i*2))
  551. wait()
  552. end
  553. end
  554. end)
  555. end
  556.  
  557. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
Add Comment
Please, Sign In to add comment