Advertisement
Hellotop2

Untitled

Feb 13th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 KB | None | 0 0
  1. wait(1)
  2. --settings
  3. blr = Instance.new("BlurEffect", game.Lighting)
  4. blr.Size = 35
  5. -- Objects
  6.  
  7. local mm2haxx = Instance.new("ScreenGui")
  8. local title = Instance.new("TextLabel")
  9. local ver = Instance.new("TextLabel")
  10. local UtilitiesTop = Instance.new("Frame")
  11. local UtilitesFrame = Instance.new("Frame")
  12. local speedbutton = Instance.new("TextButton")
  13. local jpbutton = Instance.new("TextButton")
  14. local UtilitiesTitle = Instance.new("TextLabel")
  15. local ClipsTop = Instance.new("Frame")
  16. local ClipsFrame = Instance.new("Frame")
  17. local noclipbutton = Instance.new("TextButton")
  18. local ClipsTitle = Instance.new("TextLabel")
  19. local fwTop = Instance.new("Frame")
  20. local fwFrame = Instance.new("Frame")
  21. local TextLabel = Instance.new("TextLabel")
  22. local fwTitle = Instance.new("TextLabel")
  23.  
  24. -- Properties
  25.  
  26. mm2haxx.Name = "mm2haxx"
  27. mm2haxx.Parent = game.CoreGui
  28. mm2haxx.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. title.Name = "title"
  31. title.Parent = mm2haxx
  32. title.BackgroundColor3 = Color3.new(1, 1, 1)
  33. title.BackgroundTransparency = 1
  34. title.Position = UDim2.new(0.0212386791, 0, 0.0260831676, 0)
  35. title.Size = UDim2.new(0, 232, 0, 70)
  36. title.Font = Enum.Font.SourceSansLight
  37. title.Text = "mm2haxx"
  38. title.TextColor3 = Color3.new(0, 0, 0)
  39. title.TextScaled = true
  40. title.TextSize = 14
  41. title.TextWrapped = true
  42.  
  43. ver.Name = "ver"
  44. ver.Parent = mm2haxx
  45. ver.BackgroundColor3 = Color3.new(1, 1, 1)
  46. ver.BackgroundTransparency = 1
  47. ver.Position = UDim2.new(0.142704755, 0, 0.0789982155, 0)
  48. ver.Size = UDim2.new(0, 90, 0, 22)
  49. ver.Font = Enum.Font.SourceSansLight
  50. ver.Text = "beta - v0.0.1"
  51. ver.TextColor3 = Color3.new(0.329412, 0.329412, 0.329412)
  52. ver.TextScaled = true
  53. ver.TextSize = 14
  54. ver.TextWrapped = true
  55.  
  56. UtilitiesTop.Name = "UtilitiesTop"
  57. UtilitiesTop.Parent = mm2haxx
  58. UtilitiesTop.BackgroundColor3 = Color3.new(1, 1, 1)
  59. UtilitiesTop.BorderSizePixel = 0
  60. UtilitiesTop.Position = UDim2.new(0.208081216, 0, 0.114838608, 0)
  61. UtilitiesTop.Size = UDim2.new(0, 137, 0, 24)
  62.  
  63. UtilitesFrame.Name = "UtilitesFrame"
  64. UtilitesFrame.Parent = UtilitiesTop
  65. UtilitesFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  66. UtilitesFrame.BackgroundTransparency = 0.40000000596046
  67. UtilitesFrame.BorderSizePixel = 0
  68. UtilitesFrame.Position = UDim2.new(-0.00359751005, 0, 0.989838302, 0)
  69. UtilitesFrame.Size = UDim2.new(0, 137, 0, 121)
  70.  
  71. speedbutton.Name = "speedbutton"
  72. speedbutton.Parent = UtilitesFrame
  73. speedbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  74. speedbutton.BackgroundTransparency = 1
  75. speedbutton.Size = UDim2.new(0, 137, 0, 28)
  76. speedbutton.Font = Enum.Font.SourceSansLight
  77. speedbutton.Text = "> WalkSpeed"
  78. speedbutton.TextColor3 = Color3.new(1, 1, 1)
  79. speedbutton.TextScaled = true
  80. speedbutton.TextSize = 14
  81. speedbutton.TextWrapped = true
  82.  
  83. jpbutton.Name = "jpbutton"
  84. jpbutton.Parent = UtilitesFrame
  85. jpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  86. jpbutton.BackgroundTransparency = 1
  87. jpbutton.Position = UDim2.new(0, 0, 0.297520667, 0)
  88. jpbutton.Size = UDim2.new(0, 137, 0, 28)
  89. jpbutton.Font = Enum.Font.SourceSansLight
  90. jpbutton.Text = "> JumpPower"
  91. jpbutton.TextColor3 = Color3.new(1, 1, 1)
  92. jpbutton.TextScaled = true
  93. jpbutton.TextSize = 14
  94. jpbutton.TextWrapped = true
  95.  
  96. UtilitiesTitle.Name = "UtilitiesTitle"
  97. UtilitiesTitle.Parent = UtilitiesTop
  98. UtilitiesTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  99. UtilitiesTitle.BackgroundTransparency = 1
  100. UtilitiesTitle.Size = UDim2.new(0, 137, 0, 24)
  101. UtilitiesTitle.Font = Enum.Font.SourceSansLight
  102. UtilitiesTitle.Text = "Utilities"
  103. UtilitiesTitle.TextColor3 = Color3.new(1, 1, 1)
  104. UtilitiesTitle.TextScaled = true
  105. UtilitiesTitle.TextSize = 14
  106. UtilitiesTitle.TextWrapped = true
  107.  
  108. ClipsTop.Name = "ClipsTop"
  109. ClipsTop.Parent = mm2haxx
  110. ClipsTop.BackgroundColor3 = Color3.new(1, 1, 1)
  111. ClipsTop.BorderSizePixel = 0
  112. ClipsTop.Position = UDim2.new(0.317387909, 0, 0.114838608, 0)
  113. ClipsTop.Size = UDim2.new(0, 137, 0, 24)
  114.  
  115. ClipsFrame.Name = "ClipsFrame"
  116. ClipsFrame.Parent = ClipsTop
  117. ClipsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  118. ClipsFrame.BackgroundTransparency = 0.40000000596046
  119. ClipsFrame.BorderSizePixel = 0
  120. ClipsFrame.Position = UDim2.new(-0.00359751005, 0, 0.989838302, 0)
  121. ClipsFrame.Size = UDim2.new(0, 137, 0, 36)
  122.  
  123. noclipbutton.Name = "noclipbutton"
  124. noclipbutton.Parent = ClipsFrame
  125. noclipbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  126. noclipbutton.BackgroundTransparency = 1
  127. noclipbutton.Size = UDim2.new(0, 137, 0, 28)
  128. noclipbutton.Font = Enum.Font.SourceSansLight
  129. noclipbutton.Text = "> Noclip[BETA]"
  130. noclipbutton.TextColor3 = Color3.new(1, 1, 1)
  131. noclipbutton.TextScaled = true
  132. noclipbutton.TextSize = 14
  133. noclipbutton.TextWrapped = true
  134.  
  135. ClipsTitle.Name = "ClipsTitle"
  136. ClipsTitle.Parent = ClipsTop
  137. ClipsTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  138. ClipsTitle.BackgroundTransparency = 1
  139. ClipsTitle.Size = UDim2.new(0, 137, 0, 24)
  140. ClipsTitle.Font = Enum.Font.SourceSansLight
  141. ClipsTitle.Text = "Clips"
  142. ClipsTitle.TextColor3 = Color3.new(1, 1, 1)
  143. ClipsTitle.TextScaled = true
  144. ClipsTitle.TextSize = 14
  145. ClipsTitle.TextWrapped = true
  146.  
  147. fwTop.Name = "fwTop"
  148. fwTop.Parent = mm2haxx
  149. fwTop.BackgroundColor3 = Color3.new(1, 1, 1)
  150. fwTop.BorderSizePixel = 0
  151. fwTop.Position = UDim2.new(0.431066871, 0, 0.114838608, 0)
  152. fwTop.Size = UDim2.new(0, 137, 0, 24)
  153.  
  154. fwFrame.Name = "fwFrame"
  155. fwFrame.Parent = fwTop
  156. fwFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  157. fwFrame.BackgroundTransparency = 0.40000000596046
  158. fwFrame.BorderSizePixel = 0
  159. fwFrame.Position = UDim2.new(-0.00359751005, 0, 0.989838302, 0)
  160. fwFrame.Size = UDim2.new(0, 137, 0, 36)
  161.  
  162. TextLabel.Parent = fwFrame
  163. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  164. TextLabel.BackgroundTransparency = 1
  165. TextLabel.Size = UDim2.new(0, 137, 0, 28)
  166. TextLabel.Font = Enum.Font.SourceSansLight
  167. TextLabel.Text = "> FPS : 60"
  168. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  169. TextLabel.TextScaled = true
  170. TextLabel.TextSize = 14
  171. TextLabel.TextWrapped = true
  172.  
  173. fwTitle.Name = "fwTitle"
  174. fwTitle.Parent = fwTop
  175. fwTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  176. fwTitle.BackgroundTransparency = 1
  177. fwTitle.Size = UDim2.new(0, 137, 0, 24)
  178. fwTitle.Font = Enum.Font.SourceSansLight
  179. fwTitle.Text = "Frame Work"
  180. fwTitle.TextColor3 = Color3.new(1, 1, 1)
  181. fwTitle.TextScaled = true
  182. fwTitle.TextSize = 14
  183. fwTitle.TextWrapped = true
  184. game.Players.LocalPlayer.Character.Humanoid:GetPropertyChangedSignal("WalkSpeed"):connect(function()
  185. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  186. end)
  187. game.Players.LocalPlayer.Character.Humanoid:GetPropertyChangedSignal("JumpPower"):connect(function()
  188. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  189. end)
  190. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),fwTop
  191.  
  192. local function update(input)
  193. local delta = input.Position - dragStart
  194. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  195. end
  196.  
  197. gui.InputBegan:Connect(function(input)
  198. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  199. dragging = true
  200. dragStart = input.Position
  201. startPos = gui.Position
  202.  
  203. input.Changed:Connect(function()
  204. if input.UserInputState == Enum.UserInputState.End then
  205. dragging = false
  206. end
  207. end)
  208. end
  209. end)
  210.  
  211. gui.InputChanged:Connect(function(input)
  212. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  213. dragInput = input
  214. end
  215. end)
  216.  
  217. UserInputService.InputChanged:Connect(function(input)
  218. if input == dragInput and dragging then
  219. update(input)
  220. end
  221. end)
  222. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),UtilitiesTop
  223.  
  224. local function update(input)
  225. local delta = input.Position - dragStart
  226. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  227. end
  228.  
  229. gui.InputBegan:Connect(function(input)
  230. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  231. dragging = true
  232. dragStart = input.Position
  233. startPos = gui.Position
  234.  
  235. input.Changed:Connect(function()
  236. if input.UserInputState == Enum.UserInputState.End then
  237. dragging = false
  238. end
  239. end)
  240. end
  241. end)
  242.  
  243. gui.InputChanged:Connect(function(input)
  244. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  245. dragInput = input
  246. end
  247. end)
  248.  
  249. UserInputService.InputChanged:Connect(function(input)
  250. if input == dragInput and dragging then
  251. update(input)
  252. end
  253. end)
  254. local UserInputService,gui,dragging,dragInput,dragStart,startPos = game:GetService("UserInputService"),ClipsTop
  255.  
  256. local function update(input)
  257. local delta = input.Position - dragStart
  258. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  259. end
  260.  
  261. gui.InputBegan:Connect(function(input)
  262. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  263. dragging = true
  264. dragStart = input.Position
  265. startPos = gui.Position
  266.  
  267. input.Changed:Connect(function()
  268. if input.UserInputState == Enum.UserInputState.End then
  269. dragging = false
  270. end
  271. end)
  272. end
  273. end)
  274.  
  275. gui.InputChanged:Connect(function(input)
  276. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  277. dragInput = input
  278. end
  279. end)
  280.  
  281. UserInputService.InputChanged:Connect(function(input)
  282. if input == dragInput and dragging then
  283. update(input)
  284. end
  285. end)
  286. speedbutton.MouseButton1Click:connect(function()
  287. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  288. end)
  289. jpbutton.MouseButton1Click:connect(function()
  290. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  291. end)
  292. noclipbutton.MouseButton1Click:connect(function()
  293. game.Players.LocalPlayer.Character.HumanoidRootPart.Touched:connect(function(part)
  294. part.CanCollide = false
  295. wait(1)
  296. part.CanCollide = true
  297. end)
  298. end)
  299. local UserInputService = game:GetService("UserInputService")
  300.  
  301. local KEY = "RightShift"
  302.  
  303. local function test(input)
  304. if input.KeyCode == Enum.KeyCode[tostring(KEY)] then
  305. if ClipsTop.Visible == true then
  306.  
  307. blr.Size = 0
  308. title.Visible = false
  309. ClipsTop.Visible = false
  310. ver.Visible = false
  311. fwTop.Visible = false
  312. UtilitiesTop.Visible = false
  313. else
  314. blr.Size = 35
  315. title.Visible = true
  316. ClipsTop.Visible = true
  317. ver.Visible = true
  318. fwTop.Visible = true
  319. UtilitiesTop.Visible = true
  320. end
  321. end
  322. end
  323.  
  324. UserInputService.InputBegan:connect(test)
  325. while wait() do
  326. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  327. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  328. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  329. local color = Color3.new(r, g, b)
  330. title.TextColor3 = color
  331. UtilitiesTop.BackgroundColor3 = color
  332. ClipsTop.BackgroundColor3 = color
  333. fwTop.BackgroundColor3 = color
  334. TextLabel.Text = "> FPS : "..workspace:GetRealPhysicsFPS()
  335. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement