newtmannewt

Untitled

May 25th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.98 KB | None | 0 0
  1. wait(0)
  2. -- Variables
  3.  
  4. local plr = game.Players.LocalPlayer
  5. pg = plr.PlayerGui
  6. local tmmm = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local AM = Instance.new("TextButton")
  9. local Title = Instance.new("TextLabel")
  10. local Credits4all = Instance.new("TextButton")
  11. local Credits4you = Instance.new("TextButton")
  12. local MVPDoor = Instance.new("TextButton")
  13. local PlayerRevealer = Instance.new("TextButton")
  14. local RipCreds = Instance.new("TextButton")
  15. local RipShop = Instance.new("TextButton")
  16. local FE = Instance.new("Frame")
  17. local TextLabel = Instance.new("TextLabel")
  18. local TextButton = Instance.new("TextButton")
  19.  
  20. -- Design
  21.  
  22. tmmm.Name = "tmmm"
  23. tmmm.Parent = pg
  24.  
  25. Frame.Parent = tmmm
  26. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  27. Frame.BackgroundTransparency = 0.25
  28. Frame.Position = UDim2.new(0.25, 0, 1, 0)
  29. Frame.Size = UDim2.new(0, 400, 0.800000012, 100)
  30.  
  31. AM.Name = "AM"
  32. AM.Parent = Frame
  33. AM.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  34. AM.Position = UDim2.new(0, 100, 0, 50)
  35. AM.Size = UDim2.new(0, 200, 0, 50)
  36. AM.Font = Enum.Font.SourceSans
  37. AM.FontSize = Enum.FontSize.Size14
  38. AM.Text = "Always Murderer"
  39. AM.TextColor3 = Color3.new(0.0901961, 0.101961, 1)
  40. AM.TextScaled = true
  41. AM.TextWrapped = true
  42.  
  43. Title.Name = "Title"
  44. Title.Parent = Frame
  45. Title.BackgroundColor3 = Color3.new(1, 0.0784314, 0.878431)
  46. Title.Position = UDim2.new(0, 0, 0, 10)
  47. Title.Size = UDim2.new(0, 400, 0, 30)
  48. Title.Font = Enum.Font.SourceSans
  49. Title.FontSize = Enum.FontSize.Size14
  50. Title.Text = "TM Mod Menu by: Sigma"
  51. Title.TextColor3 = Color3.new(0, 0, 0)
  52. Title.TextScaled = true
  53. Title.TextWrapped = true
  54.  
  55. Credits4all.Name = "Credits4all"
  56. Credits4all.Parent = Frame
  57. Credits4all.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  58. Credits4all.Position = UDim2.new(0, 100, 0, 110)
  59. Credits4all.Size = UDim2.new(0, 200, 0, 50)
  60. Credits4all.Font = Enum.Font.SourceSans
  61. Credits4all.FontSize = Enum.FontSize.Size14
  62. Credits4all.Text = "Credits for all players(20k)"
  63. Credits4all.TextColor3 = Color3.new(0.0901961, 0.101961, 1)
  64. Credits4all.TextScaled = true
  65. Credits4all.TextWrapped = true
  66.  
  67. Credits4you.Name = "Credits4you"
  68. Credits4you.Parent = Frame
  69. Credits4you.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  70. Credits4you.Position = UDim2.new(0, 100, 0, 170)
  71. Credits4you.Size = UDim2.new(0, 200, 0, 50)
  72. Credits4you.Font = Enum.Font.SourceSans
  73. Credits4you.FontSize = Enum.FontSize.Size14
  74. Credits4you.Text = "Credits for you only(20k)"
  75. Credits4you.TextColor3 = Color3.new(0.0901961, 0.101961, 1)
  76. Credits4you.TextScaled = true
  77. Credits4you.TextWrapped = true
  78.  
  79. MVPDoor.Name = "MVPDoor"
  80. MVPDoor.Parent = Frame
  81. MVPDoor.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  82. MVPDoor.Position = UDim2.new(0, 100, 0, 230)
  83. MVPDoor.Size = UDim2.new(0, 200, 0, 50)
  84. MVPDoor.Font = Enum.Font.SourceSans
  85. MVPDoor.FontSize = Enum.FontSize.Size14
  86. MVPDoor.Text = "Remove MVP Door"
  87. MVPDoor.TextColor3 = Color3.new(0.0901961, 0.101961, 1)
  88. MVPDoor.TextScaled = true
  89. MVPDoor.TextWrapped = true
  90.  
  91. PlayerRevealer.Name = "PlayerRevealer"
  92. PlayerRevealer.Parent = Frame
  93. PlayerRevealer.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  94. PlayerRevealer.Position = UDim2.new(0, 100, 0, 290)
  95. PlayerRevealer.Size = UDim2.new(0, 200, 0, 50)
  96. PlayerRevealer.Font = Enum.Font.SourceSans
  97. PlayerRevealer.FontSize = Enum.FontSize.Size14
  98. PlayerRevealer.Text = "Player Revealer"
  99. PlayerRevealer.TextColor3 = Color3.new(0.0901961, 0.101961, 1)
  100. PlayerRevealer.TextScaled = true
  101. PlayerRevealer.TextWrapped = true
  102.  
  103. RipCreds.Name = "RipCreds"
  104. RipCreds.Parent = Frame
  105. RipCreds.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  106. RipCreds.Position = UDim2.new(0, 100, 0, 350)
  107. RipCreds.Size = UDim2.new(0, 200, 0, 50)
  108. RipCreds.Font = Enum.Font.SourceSans
  109. RipCreds.FontSize = Enum.FontSize.Size14
  110. RipCreds.Text = "Remove Credits(REMOVES ALL ON SERVERS CREDIT INCLUDING YOU)"
  111. RipCreds.TextColor3 = Color3.new(0.0901961, 0.101961, 1)
  112. RipCreds.TextScaled = true
  113. RipCreds.TextWrapped = true
  114.  
  115. RipShop.Name = "RipShop"
  116. RipShop.Parent = Frame
  117. RipShop.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  118. RipShop.Position = UDim2.new(0, 100, 0, 410)
  119. RipShop.Size = UDim2.new(0, 200, 0, 50)
  120. RipShop.Font = Enum.Font.SourceSans
  121. RipShop.FontSize = Enum.FontSize.Size14
  122. RipShop.Text = "Unlock everything (you only)"
  123. RipShop.TextColor3 = Color3.new(0.0901961, 0.101961, 1)
  124. RipShop.TextScaled = true
  125. RipShop.TextWrapped = true
  126.  
  127. FE.Name = "FE"
  128. FE.Parent = tmmm
  129. FE.BackgroundColor3 = Color3.new(1, 1, 1)
  130. FE.BackgroundTransparency = 1
  131. FE.Position = UDim2.new(0, 0, 0.850000024, 0)
  132. FE.Size = UDim2.new(0, 100, 0, 100)
  133.  
  134. TextLabel.Parent = FE
  135. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  136. TextLabel.BackgroundTransparency = 1
  137. TextLabel.Position = UDim2.new(0, 0, 0.25, 0)
  138. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  139. TextLabel.Font = Enum.Font.SourceSansBold
  140. TextLabel.FontSize = Enum.FontSize.Size14
  141. TextLabel.Text = "Filtering UNDEFINED"
  142. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  143. TextLabel.TextScaled = true
  144. TextLabel.TextWrapped = true
  145.  
  146. TextButton.Parent = tmmm
  147. TextButton.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  148. TextButton.Position = UDim2.new(0, 0, 0.75, 0)
  149. TextButton.Size = UDim2.new(0, 50, 0, 50)
  150. TextButton.Font = Enum.Font.SourceSans
  151. TextButton.FontSize = Enum.FontSize.Size14
  152. TextButton.Text = "OPEN"
  153. TextButton.TextColor3 = Color3.new(0.0901961, 0.101961, 1)
  154. TextButton.TextScaled = true
  155. TextButton.TextWrapped = true
  156.  
  157. -- Main
  158. -------------------------------------------------------------------------
  159. if game.Workspace.FilteringEnabled == true then
  160. TextLabel.TextColor3 = Color3.new(255,0,0)
  161. TextLabel.Text = ("Filtering Enabled")
  162. else
  163. TextLabel.TextColor3 = Color3.new(0,255,0)
  164. TextLabel.Text = ("Filtering Disabled")
  165. end
  166. -------------------------------------------------------------------------
  167. TextButton.MouseButton1Down:connect(function()
  168. if TextButton.Text == "OPEN" then
  169. Frame:TweenPosition(UDim2.new(0.25,0,0.01,0))
  170. wait(1,65)
  171. TextButton.Text = "CLOSE"
  172. elseif TextButton.Text == "CLOSE" then
  173. Frame:TweenPosition(UDim2.new(0.25, 0, 1, 0))
  174. wait(1,65)
  175. TextButton.Text = "OPEN"
  176. end
  177. end)
  178. -------------------------------------------------------------------------
  179. AM.MouseButton1Down:connect(function()
  180. while true do
  181. wait(.003)
  182. plr.Chance.Value = 99999
  183. end
  184. end)
  185. -------------------------------------------------------------------------
  186. Credits4all.MouseButton1Down:connect(function()
  187. for _,v in pairs(game.Players:GetChildren()) do
  188. plr=v
  189. plr.DATA.Credits.Value=plr.DATA.Credits.Value+20000
  190. plr.DATA.RealCredits.Value = plr.DATA.Credits.Value + 950000
  191. end
  192. end)
  193. -------------------------------------------------------------------------
  194. Credits4you.MouseButton1Down:connect(function()
  195. plr.DATA.Credits.Value=plr.DATA.Credits.Value+20000
  196. plr.DATA.RealCredits.Value = plr.DATA.Credits.Value + 950000
  197. end)
  198. -------------------------------------------------------------------------
  199. MVPDoor.MouseButton1Down:connect(function()
  200. local Door = game.Workspace.Lobby.MVPDoor
  201. Door.TouchInterest:Remove()
  202. local a=Door.SurfaceGui.Frame
  203. a.bt:Remove''
  204. a.TextLabel.Text = 'Door unlocked by '..plr.Name
  205. a.TextLabel.TextLabel.Text = 'Door unlocked by '..plr.Name
  206. for i,v in pairs(a.TextLabel.TextLabel:children'') do
  207. v.Text = 'MVP Door Unlocked'
  208. end
  209. end)
  210. -------------------------------------------------------------------------
  211. PlayerRevealer.MouseButton1Down:connect(function()
  212. while wait(0.1) do
  213. local dir = game.CoreGui.RobloxGui.PlayerListContainer.ScrollList
  214. for i,v in pairs(dir:GetChildren()) do
  215. if game.Workspace:findFirstChild(v.Name) then
  216. local role = game.Players[v.Name].Character:findFirstChild("Role")
  217. if role then
  218. if role.Value == "Sheriff" then
  219. v.BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  220. elseif role.Value == "Murderer" then
  221. v.BGFrame.PlayerName.TextColor3 = Color3.new(1, 0, 0)
  222. else
  223. v.BGFrame.PlayerName.TextColor3 = Color3.new(0, 1, 0)
  224. end
  225. end
  226. end
  227. end
  228. for i,v in pairs(game.Players:GetChildren()) do
  229. v.CharacterAdded:connect(function()
  230. v.Character.Role.Value = "Innocent"
  231. end)
  232. end
  233. end
  234. end)
  235. -------------------------------------------------------------------------
  236. RipCreds.MouseButton1Down:connect(function()
  237. for _,v in pairs(game.Players:GetChildren()) do
  238. local d=v.DATA.Credits
  239. local d2=v.DATA.RealCredits
  240. d.RobloxLocked = true
  241. d2.RobloxLocked = true
  242. d.Value = 0
  243. d2.Value = 0
  244. end
  245. end)
  246. -------------------------------------------------------------------------
  247. RipShop.MouseButton1Down:connect(function()
  248. local TwistedMurderer = {}
  249. for _, v in pairs(game.ReplicatedStorage.Shop:GetChildren()) do
  250. for _, t in pairs(v:GetChildren()) do
  251. t:Clone().Parent = game.Players.LocalPlayer.DATA.Backpack
  252. end
  253. end
  254. end)
  255. --------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment