Upscalefanatic3

MM2 HAX | TP COINS | NOCLIP | ESP | MORE

May 28th, 2018
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.70 KB | None | 0 0
  1. -- Made by pyth0n on V3rm!
  2.  
  3. -- Objects
  4.  
  5. local OOFhacks = Instance.new("ScreenGui")
  6. local Open = Instance.new("TextButton")
  7. local MainFrame = Instance.new("Frame")
  8. local OofHax = Instance.new("TextLabel")
  9. local Madebypyth0nonv3rm = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11. local ESP = Instance.new("TextButton")
  12. local Noclip = Instance.new("TextButton")
  13. local Clip = Instance.new("TextButton")
  14. local Bringgun = Instance.new("TextButton")
  15. local Godmode = Instance.new("TextButton")
  16. local TPcoins = Instance.new("TextButton")
  17.  
  18. -- Properties
  19.  
  20. OOFhacks.Name = "OOFhacks"
  21. OOFhacks.Parent = game.CoreGui
  22.  
  23. Open.Name = "Open"
  24. Open.Parent = OOFhacks
  25. Open.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  26. Open.BorderSizePixel = 0
  27. Open.Position = UDim2.new(0.00431832206, 0, 0.65625, 0)
  28. Open.Size = UDim2.new(0, 88, 0, 38)
  29. Open.Font = Enum.Font.SourceSansBold
  30. Open.Text = "Open"
  31. Open.TextColor3 = Color3.new(1, 1, 1)
  32. Open.TextScaled = true
  33. Open.TextSize = 14
  34. Open.TextWrapped = true
  35.  
  36. MainFrame.Name = "MainFrame"
  37. MainFrame.Parent = OOFhacks
  38. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  39. MainFrame.BorderSizePixel = 0
  40. MainFrame.Position = UDim2.new(0.605181992, 0, 0.642500043, 0)
  41. MainFrame.Size = UDim2.new(0, 621, 0, 272)
  42. MainFrame.Visible = false
  43.  
  44. OofHax.Name = "Oof Hax"
  45. OofHax.Parent = MainFrame
  46. OofHax.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  47. OofHax.BorderSizePixel = 0
  48. OofHax.Size = UDim2.new(0, 621, 0, 50)
  49. OofHax.Font = Enum.Font.SourceSansBold
  50. OofHax.Text = "MM2 Hax"
  51. OofHax.TextColor3 = Color3.new(1, 1, 1)
  52. OofHax.TextScaled = true
  53. OofHax.TextSize = 14
  54. OofHax.TextWrapped = true
  55.  
  56. Madebypyth0nonv3rm.Name = "Made by pyth0n on v3rm"
  57. Madebypyth0nonv3rm.Parent = MainFrame
  58. Madebypyth0nonv3rm.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  59. Madebypyth0nonv3rm.BackgroundTransparency = 1
  60. Madebypyth0nonv3rm.BorderSizePixel = 0
  61. Madebypyth0nonv3rm.Position = UDim2.new(0.388049781, 0, 0.860193849, 0)
  62. Madebypyth0nonv3rm.Size = UDim2.new(0, 140, 0, 38)
  63. Madebypyth0nonv3rm.Font = Enum.Font.SourceSansBold
  64. Madebypyth0nonv3rm.Text = "Made by pyth0n on v3rm"
  65. Madebypyth0nonv3rm.TextColor3 = Color3.new(0, 0, 0)
  66. Madebypyth0nonv3rm.TextScaled = true
  67. Madebypyth0nonv3rm.TextSize = 14
  68. Madebypyth0nonv3rm.TextWrapped = true
  69.  
  70. Close.Name = "Close"
  71. Close.Parent = MainFrame
  72. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  73. Close.BackgroundTransparency = 1
  74. Close.BorderSizePixel = 0
  75. Close.Position = UDim2.new(0.889422655, 0, 0, 0)
  76. Close.Size = UDim2.new(0, 60, 0, 50)
  77. Close.Font = Enum.Font.SourceSansBold
  78. Close.Text = "X"
  79. Close.TextColor3 = Color3.new(1, 0, 0)
  80. Close.TextScaled = true
  81. Close.TextSize = 14
  82. Close.TextWrapped = true
  83.  
  84. ESP.Name = "ESP"
  85. ESP.Parent = MainFrame
  86. ESP.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  87. ESP.Position = UDim2.new(0.0208768267, 0, 0.275735289, 0)
  88. ESP.Size = UDim2.new(0, 159, 0, 50)
  89. ESP.Font = Enum.Font.SourceSansBold
  90. ESP.Text = "ESP"
  91. ESP.TextColor3 = Color3.new(1, 1, 1)
  92. ESP.TextScaled = true
  93. ESP.TextSize = 14
  94. ESP.TextWrapped = true
  95.  
  96. (ESP).MouseButton1Down:connect(function()
  97. -- Made by Clifford from Intriga Discord -- Edited by Foxxy#2439 --
  98.  
  99. local localPlayer=game.Players.LocalPlayer
  100.  
  101. function highlightModel(objObject)
  102. for i,v in pairs(objObject:children())do
  103. if v:IsA'BasePart'and v.Name~='HumanoidRootPart'then
  104. local bHA=Instance.new('BoxHandleAdornment',v)
  105. bHA.Adornee=v
  106. bHA.Size= v.Name=='Head' and Vector3.new(1.25,1.25,1.25) or v.Size
  107. bHA.Color3=v.Name=='Head'and Color3.new(1,0,0)or v.Name=='Torso'and Color3.new(0,1,0)or Color3.new(0,0,1)
  108. bHA.Transparency=.5
  109. bHA.ZIndex=1
  110. bHA.AlwaysOnTop=true
  111. end
  112. if #v:children()>0 then
  113. highlightModel(v)
  114. end
  115. end
  116. end
  117.  
  118. function unHighlightModel(objObject)
  119. for i,v in pairs(objObject:children())do
  120. if v:IsA'BasePart' and v:findFirstChild'BoxHandleAdornment' then
  121. v.BoxHandleAdornment:Destroy()
  122. end
  123. if #v:children()>0 then
  124. unHighlightModel(v)
  125. end
  126. end
  127. end
  128.  
  129. function sortTeamHighlights(objPlayer)
  130. repeat wait() until objPlayer.Character
  131. if objPlayer.TeamColor~=localPlayer.TeamColor then
  132. highlightModel(objPlayer.Character)
  133. else
  134. unHighlightModel(objPlayer.Character)
  135. end
  136. if objPlayer~=localPlayer then
  137. objPlayer.Changed:connect(function(strProp)
  138. if strProp=='TeamColor'then
  139. if objPlayer.TeamColor~=localPlayer.TeamColor then
  140. unHighlightModel(objPlayer.Character)
  141. highlightModel(objPlayer.Character)
  142. else
  143. unHighlightModel(objPlayer.Character)
  144. end
  145. end
  146. end)
  147. else
  148. objPlayer.Changed:connect(function(strProp)
  149. if strProp=='TeamColor'then
  150. wait(.5)
  151. for i,v in pairs(game.Players:GetPlayers())do
  152. unHighlightModel(v)
  153. if v.TeamColor~=localPlayer.TeamColor then
  154. highlightModel(v.Character)
  155. end
  156. end
  157. end
  158. end)
  159. end
  160. end
  161.  
  162. for i,v in pairs(game.Players:GetPlayers())do
  163. v.CharacterAdded:connect(function()
  164. sortTeamHighlights(v)
  165. end)
  166. sortTeamHighlights(v)
  167. end
  168. game.Players.PlayerAdded:connect(function(objPlayer)
  169. objPlayer.CharacterAdded:connect(function(objChar)
  170. sortTeamHighlights(objPlayer)
  171. end)
  172. end)
  173. end)
  174.  
  175. Noclip.Name = "Noclip"
  176. Noclip.Parent = MainFrame
  177. Noclip.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  178. Noclip.Position = UDim2.new(0.38681969, 0, 0.275735289, 0)
  179. Noclip.Size = UDim2.new(0, 159, 0, 50)
  180. Noclip.Font = Enum.Font.SourceSansBold
  181. Noclip.Text = "Noclip"
  182. Noclip.TextColor3 = Color3.new(1, 1, 1)
  183. Noclip.TextScaled = true
  184. Noclip.TextSize = 14
  185. Noclip.TextWrapped = true
  186.  
  187. (Noclip).MouseButton1Down:connect(function()
  188. 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
  189. end)
  190.  
  191. Clip.Name = "Clip"
  192. Clip.Parent = MainFrame
  193. Clip.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  194. Clip.Position = UDim2.new(0.728981495, 0, 0.275735289, 0)
  195. Clip.Size = UDim2.new(0, 159, 0, 50)
  196. Clip.Font = Enum.Font.SourceSansBold
  197. Clip.Text = "Clip"
  198. Clip.TextColor3 = Color3.new(1, 1, 1)
  199. Clip.TextScaled = true
  200. Clip.TextSize = 14
  201. Clip.TextWrapped = true
  202.  
  203. (Clip).MouseButton1Down:connect(function()
  204. 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
  205. end)
  206.  
  207. Bringgun.Name = "Bring gun"
  208. Bringgun.Parent = MainFrame
  209. Bringgun.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  210. Bringgun.Position = UDim2.new(0.386416286, 0, 0.5625, 0)
  211. Bringgun.Size = UDim2.new(0, 159, 0, 50)
  212. Bringgun.Font = Enum.Font.SourceSansBold
  213. Bringgun.Text = "Bring Gun (When sheriff dies)"
  214. Bringgun.TextColor3 = Color3.new(1, 1, 1)
  215. Bringgun.TextScaled = true
  216. Bringgun.TextSize = 14
  217. Bringgun.TextWrapped = true
  218.  
  219. (Bringgun).MouseButton1Down:connect(function()
  220. game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0)
  221. end)
  222.  
  223. Godmode.Name = "God mode"
  224. Godmode.Parent = MainFrame
  225. Godmode.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  226. Godmode.Position = UDim2.new(0.729411423, 0, 0.5625, 0)
  227. Godmode.Size = UDim2.new(0, 159, 0, 50)
  228. Godmode.Font = Enum.Font.SourceSansBold
  229. Godmode.Text = "God mode"
  230. Godmode.TextColor3 = Color3.new(1, 1, 1)
  231. Godmode.TextScaled = true
  232. Godmode.TextSize = 14
  233. Godmode.TextWrapped = true
  234.  
  235. (Godmode).MouseButton1Down:connect(function()
  236. game.Players.LocalPlayer.Character.Humanoid:Remove()
  237. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  238. end)
  239.  
  240. TPcoins.Name = "TP coins"
  241. TPcoins.Parent = MainFrame
  242. TPcoins.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  243. TPcoins.Position = UDim2.new(0.0208768267, 0, 0.5625, 0)
  244. TPcoins.Size = UDim2.new(0, 159, 0, 50)
  245. TPcoins.Font = Enum.Font.SourceSansBold
  246. TPcoins.Text = "TP coins"
  247. TPcoins.TextColor3 = Color3.new(1, 1, 1)
  248. TPcoins.TextScaled = true
  249. TPcoins.TextSize = 14
  250. TPcoins.TextWrapped = true
  251.  
  252. (TPcoins).MouseButton1Down:connect(function()
  253. for i = 10, 1, -1 do
  254. for i,v in pairs(game.Workspace:GetChildren()) do
  255. local s = v:FindFirstChild("CoinContainer")
  256. local e = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
  257. if e and s then
  258. for i,c in pairs(s:GetChildren()) do
  259. c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  260. end
  261. end
  262. end
  263. wait(0.7)
  264. end
  265. end)
  266.  
  267. -- Scripts
  268. Open.MouseButton1Click:connect (function()
  269. Open.Visible = false
  270. MainFrame.Visible = true
  271. end)
  272.  
  273. Close.MouseButton1Click:connect (function()
  274. Open.Visible = true
  275. MainFrame.Visible = false
  276. end)
Add Comment
Please, Sign In to add comment