X_xRUSTx_X

twisted murder hax 2

Dec 17th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.85 KB | None | 0 0
  1. -- TM GUI V2 - MADE BY SOCK TAN
  2.  
  3. -- Objects
  4.  
  5. local TwistedMurdererGUIBySockTan = Instance.new("ScreenGui")
  6. local TMGui = Instance.new("Frame")
  7. local DragBar = Instance.new("Frame")
  8. local Credits = Instance.new("TextLabel")
  9. local CloseB = Instance.new("TextButton")
  10. local LocalPlayer = Instance.new("TextButton")
  11. local Players = Instance.new("TextButton")
  12. local ServerCMDS = Instance.new("Frame")
  13. local PlayerName = Instance.new("TextBox")
  14. local MusicID = Instance.new("TextBox")
  15. local Value = Instance.new("TextBox")
  16. local Kill = Instance.new("TextButton")
  17. local KillAll = Instance.new("TextButton")
  18. local KillOthers = Instance.new("TextButton")
  19. local Music = Instance.new("TextButton")
  20. local MusicAll = Instance.new("TextButton")
  21. local Cloak = Instance.new("TextButton")
  22. local UnCloak = Instance.new("TextButton")
  23. local CloakAll = Instance.new("TextButton")
  24. local UnCloakAll = Instance.new("TextButton")
  25. local UnMusic = Instance.new("TextButton")
  26. local UnMusicAll = Instance.new("TextButton")
  27. local TakeHealth = Instance.new("TextButton")
  28. local LoopKill = Instance.new("TextButton")
  29. local DetectRoles = Instance.new("TextButton")
  30. local CrashLagServer = Instance.new("TextButton")
  31. local CrashInfo = Instance.new("TextLabel")
  32. local RemoveRadios = Instance.new("TextButton")
  33. local RadioInfo = Instance.new("TextLabel")
  34. local BringAll = Instance.new("TextButton")
  35. local Bring = Instance.new("TextButton")
  36. local BringInfo = Instance.new("TextLabel")
  37. local Glitch = Instance.new("TextButton")
  38. local Goto = Instance.new("TextButton")
  39. local LOGO = Instance.new("TextLabel")
  40. local LocalPlayerCMDS = Instance.new("Frame")
  41. local SetWS = Instance.new("TextButton")
  42. local Walkspeed = Instance.new("TextBox")
  43. local ToolName = Instance.new("TextBox")
  44. local SaveTool = Instance.new("TextButton")
  45. local DAntiCheat = Instance.new("TextButton")
  46. local TextLabel = Instance.new("TextLabel")
  47. local TPMVP = Instance.new("TextButton")
  48. local Creds = Instance.new("TextLabel")
  49. local Open = Instance.new("Frame")
  50. local OpenB = Instance.new("TextButton")
  51.  
  52. -- Properties
  53.  
  54. TwistedMurdererGUIBySockTan.Name = "TwistedMurdererGUIBySockTan"
  55. TwistedMurdererGUIBySockTan.Parent = game.CoreGui
  56.  
  57. TMGui.Name = "TMGui"
  58. TMGui.Parent = TwistedMurdererGUIBySockTan
  59. TMGui.Active = true
  60. TMGui.BackgroundColor3 = Color3.new(0, 0, 0)
  61. TMGui.BackgroundTransparency = 0.30000001192093
  62. TMGui.BorderColor3 = Color3.new(1, 1, 1)
  63. TMGui.Draggable = true
  64. TMGui.Position = UDim2.new(0.0175864156, 0, 0.0543478243, 0)
  65. TMGui.Size = UDim2.new(0.19102487, 0, 0.461352646, 0)
  66. TMGui.Visible = false
  67.  
  68. DragBar.Name = "Drag Bar"
  69. DragBar.Parent = TMGui
  70. DragBar.Active = true
  71. DragBar.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  72. DragBar.BackgroundTransparency = 0.5
  73. DragBar.BorderColor3 = Color3.new(1, 1, 1)
  74. DragBar.Position = UDim2.new(0.000698411139, 0, -0.00114659837, 0)
  75. DragBar.Size = UDim2.new(0.998602748, 0, 0.0811518356, 0)
  76.  
  77. Credits.Name = "Credits"
  78. Credits.Parent = DragBar
  79. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  80. Credits.BackgroundTransparency = 1
  81. Credits.Position = UDim2.new(0.0158730168, 0, 0.193548381, 0)
  82. Credits.Size = UDim2.new(0.965079367, 0, 0.645161271, 0)
  83. Credits.Font = Enum.Font.SourceSans
  84. Credits.FontSize = Enum.FontSize.Size18
  85. Credits.Text = "Twisted Murderer FE GUI V2 - By Sock Tan"
  86. Credits.TextColor3 = Color3.new(1, 1, 1)
  87. Credits.TextSize = 18
  88.  
  89. CloseB.Name = "CloseB"
  90. CloseB.Parent = DragBar
  91. CloseB.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  92. CloseB.BackgroundTransparency = 1
  93. CloseB.BorderColor3 = Color3.new(0, 0, 0)
  94. CloseB.Position = UDim2.new(0.920634925, 0, 0.129032254, 0)
  95. CloseB.Size = UDim2.new(0.0666666701, 0, 0.709677398, 0)
  96. CloseB.Font = Enum.Font.SourceSans
  97. CloseB.FontSize = Enum.FontSize.Size28
  98. CloseB.Text = "X"
  99. CloseB.TextColor3 = Color3.new(1, 0, 0)
  100. CloseB.TextSize = 28
  101.  
  102. LocalPlayer.Name = "LocalPlayer"
  103. LocalPlayer.Parent = TMGui
  104. LocalPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  105. LocalPlayer.BorderColor3 = Color3.new(0, 0, 0)
  106. LocalPlayer.Position = UDim2.new(0.614047706, 0, 0.0900052413, 0)
  107. LocalPlayer.Size = UDim2.new(0.374603182, 0, 0.0602094233, 0)
  108. LocalPlayer.Font = Enum.Font.SourceSans
  109. LocalPlayer.FontSize = Enum.FontSize.Size14
  110. LocalPlayer.Text = "LocalPlayer"
  111. LocalPlayer.TextColor3 = Color3.new(1, 1, 1)
  112. LocalPlayer.TextSize = 14
  113.  
  114. Players.Name = "Players"
  115. Players.Parent = TMGui
  116. Players.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  117. Players.BorderColor3 = Color3.new(0, 0, 0)
  118. Players.Position = UDim2.new(0.0113492068, 0, 0.0880052373, 0)
  119. Players.Size = UDim2.new(0.374603182, 0, 0.0602094233, 0)
  120. Players.Font = Enum.Font.SourceSans
  121. Players.FontSize = Enum.FontSize.Size14
  122. Players.Text = "Server Commands"
  123. Players.TextColor3 = Color3.new(1, 1, 1)
  124. Players.TextSize = 14
  125.  
  126. ServerCMDS.Name = "ServerCMDS"
  127. ServerCMDS.Parent = TMGui
  128. ServerCMDS.Active = true
  129. ServerCMDS.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  130. ServerCMDS.BackgroundTransparency = 0.60000002384186
  131. ServerCMDS.BorderColor3 = Color3.new(1, 1, 1)
  132. ServerCMDS.Position = UDim2.new(0.0126984129, 0, 0.159685865, 0)
  133. ServerCMDS.Size = UDim2.new(0.974603176, 0, 0.829842925, 0)
  134.  
  135. PlayerName.Name = "PlayerName"
  136. PlayerName.Parent = ServerCMDS
  137. PlayerName.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  138. PlayerName.BorderColor3 = Color3.new(1, 1, 1)
  139. PlayerName.Position = UDim2.new(0.0117719872, 0, 0.0126182968, 0)
  140. PlayerName.Size = UDim2.new(0.374592841, 0, 0.0630914792, 0)
  141. PlayerName.Font = Enum.Font.SourceSans
  142. PlayerName.FontSize = Enum.FontSize.Size14
  143. PlayerName.Text = "Player Name"
  144. PlayerName.TextColor3 = Color3.new(1, 1, 1)
  145. PlayerName.TextSize = 14
  146. PlayerName.TextWrapped = true
  147.  
  148. MusicID.Name = "MusicID"
  149. MusicID.Parent = ServerCMDS
  150. MusicID.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  151. MusicID.BorderColor3 = Color3.new(0.760784, 0.760784, 0.760784)
  152. MusicID.Position = UDim2.new(0.0130293155, 0, 0.0927917883, 0)
  153. MusicID.Size = UDim2.new(0.374592841, 0, 0.0630914792, 0)
  154. MusicID.Font = Enum.Font.SourceSans
  155. MusicID.FontSize = Enum.FontSize.Size14
  156. MusicID.Text = "Music ID"
  157. MusicID.TextColor3 = Color3.new(1, 1, 1)
  158. MusicID.TextSize = 14
  159. MusicID.TextWrapped = true
  160.  
  161. Value.Name = "Value"
  162. Value.Parent = ServerCMDS
  163. Value.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  164. Value.BorderColor3 = Color3.new(0.529412, 0.529412, 0.529412)
  165. Value.Position = UDim2.new(0.0142866448, 0, 0.171501577, 0)
  166. Value.Size = UDim2.new(0.374592841, 0, 0.0630914792, 0)
  167. Value.Font = Enum.Font.SourceSans
  168. Value.FontSize = Enum.FontSize.Size14
  169. Value.Text = "Value"
  170. Value.TextColor3 = Color3.new(1, 1, 1)
  171. Value.TextSize = 14
  172. Value.TextWrapped = true
  173.  
  174. Kill.Name = "Kill"
  175. Kill.Parent = ServerCMDS
  176. Kill.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  177. Kill.BorderColor3 = Color3.new(0, 0, 0)
  178. Kill.Position = UDim2.new(0.0145439729, 0, 0.254520506, 0)
  179. Kill.Size = UDim2.new(0.174999997, 0, 0.063000001, 0)
  180. Kill.Font = Enum.Font.SourceSans
  181. Kill.FontSize = Enum.FontSize.Size14
  182. Kill.Text = "Kill Plr"
  183. Kill.TextColor3 = Color3.new(1, 1, 1)
  184. Kill.TextSize = 14
  185.  
  186. KillAll.Name = "KillAll"
  187. KillAll.Parent = ServerCMDS
  188. KillAll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  189. KillAll.BorderColor3 = Color3.new(0, 0, 0)
  190. KillAll.Position = UDim2.new(0.203211725, 0, 0.254056722, 0)
  191. KillAll.Size = UDim2.new(0.174999997, 0, 0.063000001, 0)
  192. KillAll.Font = Enum.Font.SourceSans
  193. KillAll.FontSize = Enum.FontSize.Size14
  194. KillAll.Text = "Kill All"
  195. KillAll.TextColor3 = Color3.new(1, 1, 1)
  196. KillAll.TextSize = 14
  197.  
  198. KillOthers.Name = "KillOthers"
  199. KillOthers.Parent = ServerCMDS
  200. KillOthers.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  201. KillOthers.BorderColor3 = Color3.new(0, 0, 0)
  202. KillOthers.Position = UDim2.new(0.390879482, 0, 0.255520493, 0)
  203. KillOthers.Size = UDim2.new(0.185000017, 0, 0.064000003, 0)
  204. KillOthers.Font = Enum.Font.SourceSans
  205. KillOthers.FontSize = Enum.FontSize.Size14
  206. KillOthers.Text = "Kill Others"
  207. KillOthers.TextColor3 = Color3.new(1, 1, 1)
  208. KillOthers.TextSize = 14
  209.  
  210. Music.Name = "Music"
  211. Music.Parent = ServerCMDS
  212. Music.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  213. Music.BorderColor3 = Color3.new(0, 0, 0)
  214. Music.Position = UDim2.new(0.0130293155, 0, 0.332539499, 0)
  215. Music.Size = UDim2.new(0.215000257, 0, 0.063000001, 0)
  216. Music.Font = Enum.Font.SourceSans
  217. Music.FontSize = Enum.FontSize.Size14
  218. Music.Text = "Music Plr"
  219. Music.TextColor3 = Color3.new(1, 1, 1)
  220. Music.TextSize = 14
  221.  
  222. MusicAll.Name = "MusicAll"
  223. MusicAll.Parent = ServerCMDS
  224. MusicAll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  225. MusicAll.BorderColor3 = Color3.new(0, 0, 0)
  226. MusicAll.Position = UDim2.new(0.469827473, 0, 0.331230283, 0)
  227. MusicAll.Size = UDim2.new(0.215000257, 0, 0.063000001, 0)
  228. MusicAll.Font = Enum.Font.SourceSans
  229. MusicAll.FontSize = Enum.FontSize.Size14
  230. MusicAll.Text = "Music All"
  231. MusicAll.TextColor3 = Color3.new(1, 1, 1)
  232. MusicAll.TextSize = 14
  233.  
  234. Cloak.Name = "Cloak"
  235. Cloak.Parent = ServerCMDS
  236. Cloak.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  237. Cloak.BorderColor3 = Color3.new(0, 0, 0)
  238. Cloak.Position = UDim2.new(0.0130586289, 0, 0.408094674, 0)
  239. Cloak.Size = UDim2.new(0.174999997, 0, 0.063000001, 0)
  240. Cloak.Font = Enum.Font.SourceSans
  241. Cloak.FontSize = Enum.FontSize.Size14
  242. Cloak.Text = "Cloak"
  243. Cloak.TextColor3 = Color3.new(1, 1, 1)
  244. Cloak.TextSize = 14
  245.  
  246. UnCloak.Name = "UnCloak"
  247. UnCloak.Parent = ServerCMDS
  248. UnCloak.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  249. UnCloak.BorderColor3 = Color3.new(0, 0, 0)
  250. UnCloak.Position = UDim2.new(0.203469038, 0, 0.405940086, 0)
  251. UnCloak.Size = UDim2.new(0.174999997, 0, 0.063000001, 0)
  252. UnCloak.Font = Enum.Font.SourceSans
  253. UnCloak.FontSize = Enum.FontSize.Size14
  254. UnCloak.Text = "UnCloak"
  255. UnCloak.TextColor3 = Color3.new(1, 1, 1)
  256. UnCloak.TextSize = 14
  257.  
  258. CloakAll.Name = "CloakAll"
  259. CloakAll.Parent = ServerCMDS
  260. CloakAll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  261. CloakAll.BorderColor3 = Color3.new(0, 0, 0)
  262. CloakAll.Position = UDim2.new(0.392136842, 0, 0.406940073, 0)
  263. CloakAll.Size = UDim2.new(0.174999997, 0, 0.063000001, 0)
  264. CloakAll.Font = Enum.Font.SourceSans
  265. CloakAll.FontSize = Enum.FontSize.Size14
  266. CloakAll.Text = "Cloak All"
  267. CloakAll.TextColor3 = Color3.new(1, 1, 1)
  268. CloakAll.TextSize = 14
  269.  
  270. UnCloakAll.Name = "UnCloakAll"
  271. UnCloakAll.Parent = ServerCMDS
  272. UnCloakAll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  273. UnCloakAll.BorderColor3 = Color3.new(0, 0, 0)
  274. UnCloakAll.Position = UDim2.new(0.581091404, 0, 0.408785433, 0)
  275. UnCloakAll.Size = UDim2.new(0.213000074, 0, 0.063000001, 0)
  276. UnCloakAll.Font = Enum.Font.SourceSans
  277. UnCloakAll.FontSize = Enum.FontSize.Size14
  278. UnCloakAll.Text = "UnCloak All"
  279. UnCloakAll.TextColor3 = Color3.new(1, 1, 1)
  280. UnCloakAll.TextSize = 14
  281.  
  282. UnMusic.Name = "UnMusic"
  283. UnMusic.Parent = ServerCMDS
  284. UnMusic.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  285. UnMusic.BorderColor3 = Color3.new(0, 0, 0)
  286. UnMusic.Position = UDim2.new(0.242556989, 0, 0.330075681, 0)
  287. UnMusic.Size = UDim2.new(0.215000257, 0, 0.063000001, 0)
  288. UnMusic.Font = Enum.Font.SourceSans
  289. UnMusic.FontSize = Enum.FontSize.Size14
  290. UnMusic.Text = "UnMusic Plr"
  291. UnMusic.TextColor3 = Color3.new(1, 1, 1)
  292. UnMusic.TextSize = 14
  293.  
  294. UnMusicAll.Name = "UnMusicAll"
  295. UnMusicAll.Parent = ServerCMDS
  296. UnMusicAll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  297. UnMusicAll.BorderColor3 = Color3.new(0, 0, 0)
  298. UnMusicAll.Position = UDim2.new(0.698583126, 0, 0.330230296, 0)
  299. UnMusicAll.Size = UDim2.new(0.215000257, 0, 0.063000001, 0)
  300. UnMusicAll.Font = Enum.Font.SourceSans
  301. UnMusicAll.FontSize = Enum.FontSize.Size14
  302. UnMusicAll.Text = "UnMusic All"
  303. UnMusicAll.TextColor3 = Color3.new(1, 1, 1)
  304. UnMusicAll.TextSize = 14
  305.  
  306. TakeHealth.Name = "TakeHealth"
  307. TakeHealth.Parent = ServerCMDS
  308. TakeHealth.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  309. TakeHealth.BorderColor3 = Color3.new(0, 0, 0)
  310. TakeHealth.Position = UDim2.new(0.402166188, 0, 0.172501594, 0)
  311. TakeHealth.Size = UDim2.new(0.275000006, 0, 0.063000001, 0)
  312. TakeHealth.Font = Enum.Font.SourceSans
  313. TakeHealth.FontSize = Enum.FontSize.Size14
  314. TakeHealth.Text = "Damage Plr"
  315. TakeHealth.TextColor3 = Color3.new(1, 1, 1)
  316. TakeHealth.TextSize = 14
  317.  
  318. LoopKill.Name = "LoopKill"
  319. LoopKill.Parent = ServerCMDS
  320. LoopKill.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  321. LoopKill.BorderColor3 = Color3.new(0, 0, 0)
  322. LoopKill.Position = UDim2.new(0.590150237, 0, 0.254365891, 0)
  323. LoopKill.Size = UDim2.new(0.215000078, 0, 0.063000001, 0)
  324. LoopKill.Font = Enum.Font.SourceSans
  325. LoopKill.FontSize = Enum.FontSize.Size14
  326. LoopKill.Text = "LoopKill Plr"
  327. LoopKill.TextColor3 = Color3.new(1, 1, 1)
  328. LoopKill.TextSize = 14
  329.  
  330. DetectRoles.Name = "DetectRoles"
  331. DetectRoles.Parent = ServerCMDS
  332. DetectRoles.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  333. DetectRoles.BorderColor3 = Color3.new(0, 0, 0)
  334. DetectRoles.Position = UDim2.new(0.0142866448, 0, 0.483495206, 0)
  335. DetectRoles.Size = UDim2.new(0.215000257, 0, 0.063000001, 0)
  336. DetectRoles.Font = Enum.Font.SourceSans
  337. DetectRoles.FontSize = Enum.FontSize.Size14
  338. DetectRoles.Text = "Detect Roles"
  339. DetectRoles.TextColor3 = Color3.new(1, 1, 1)
  340. DetectRoles.TextSize = 14
  341.  
  342. CrashLagServer.Name = "CrashLagServer"
  343. CrashLagServer.Parent = ServerCMDS
  344. CrashLagServer.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  345. CrashLagServer.BorderColor3 = Color3.new(0, 0, 0)
  346. CrashLagServer.Position = UDim2.new(0.0117719872, 0, 0.559514225, 0)
  347. CrashLagServer.Size = UDim2.new(0.30499962, 0, 0.063000001, 0)
  348. CrashLagServer.Font = Enum.Font.SourceSans
  349. CrashLagServer.FontSize = Enum.FontSize.Size14
  350. CrashLagServer.Text = "Crash/Lag Server"
  351. CrashLagServer.TextColor3 = Color3.new(1, 1, 1)
  352. CrashLagServer.TextSize = 14
  353.  
  354. CrashInfo.Name = "CrashInfo"
  355. CrashInfo.Parent = ServerCMDS
  356. CrashInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  357. CrashInfo.BackgroundTransparency = 1
  358. CrashInfo.Position = UDim2.new(0.335504889, 0, 0.56782335, 0)
  359. CrashInfo.Size = UDim2.new(0.534408331, 0, 0.0378548913, 0)
  360. CrashInfo.Font = Enum.Font.SourceSans
  361. CrashInfo.FontSize = Enum.FontSize.Size14
  362. CrashInfo.Text = "<-- Spam heaps to lag the server"
  363. CrashInfo.TextColor3 = Color3.new(1, 1, 1)
  364. CrashInfo.TextSize = 14
  365.  
  366. RemoveRadios.Name = "RemoveRadios"
  367. RemoveRadios.Parent = ServerCMDS
  368. RemoveRadios.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  369. RemoveRadios.BorderColor3 = Color3.new(0, 0, 0)
  370. RemoveRadios.Position = UDim2.new(0.0140586291, 0, 0.632533252, 0)
  371. RemoveRadios.Size = UDim2.new(0.428998023, 0, 0.063000001, 0)
  372. RemoveRadios.Font = Enum.Font.SourceSans
  373. RemoveRadios.FontSize = Enum.FontSize.Size14
  374. RemoveRadios.Text = "Remove Everyones Radio"
  375. RemoveRadios.TextColor3 = Color3.new(1, 1, 1)
  376. RemoveRadios.TextSize = 14
  377.  
  378. RadioInfo.Name = "RadioInfo"
  379. RadioInfo.Parent = ServerCMDS
  380. RadioInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  381. RadioInfo.BackgroundTransparency = 1
  382. RadioInfo.Position = UDim2.new(0.454996586, 0, 0.645533085, 0)
  383. RadioInfo.Size = UDim2.new(0.394410133, 0, 0.0378548913, 0)
  384. RadioInfo.Font = Enum.Font.SourceSans
  385. RadioInfo.FontSize = Enum.FontSize.Size14
  386. RadioInfo.Text = "<-- Cannot be undone"
  387. RadioInfo.TextColor3 = Color3.new(1, 1, 1)
  388. RadioInfo.TextSize = 14
  389.  
  390. BringAll.Name = "BringAll"
  391. BringAll.Parent = ServerCMDS
  392. BringAll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  393. BringAll.BorderColor3 = Color3.new(0, 0, 0)
  394. BringAll.Position = UDim2.new(0.203286871, 0, 0.709160745, 0)
  395. BringAll.Size = UDim2.new(0.174999997, 0, 0.063000001, 0)
  396. BringAll.Font = Enum.Font.SourceSans
  397. BringAll.FontSize = Enum.FontSize.Size14
  398. BringAll.Text = "Bring All"
  399. BringAll.TextColor3 = Color3.new(1, 1, 1)
  400. BringAll.TextSize = 14
  401.  
  402. Bring.Name = "Bring"
  403. Bring.Parent = ServerCMDS
  404. Bring.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  405. Bring.BorderColor3 = Color3.new(0, 0, 0)
  406. Bring.Position = UDim2.new(0.0142866448, 0, 0.709779203, 0)
  407. Bring.Size = UDim2.new(0.174999997, 0, 0.063000001, 0)
  408. Bring.Font = Enum.Font.SourceSans
  409. Bring.FontSize = Enum.FontSize.Size14
  410. Bring.Text = "Bring Plr"
  411. Bring.TextColor3 = Color3.new(1, 1, 1)
  412. Bring.TextSize = 14
  413.  
  414. BringInfo.Name = "BringInfo"
  415. BringInfo.Parent = ServerCMDS
  416. BringInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  417. BringInfo.BackgroundTransparency = 1
  418. BringInfo.Position = UDim2.new(0.581877053, 0, 0.72108829, 0)
  419. BringInfo.Size = UDim2.new(0.179411843, 0, 0.0378548913, 0)
  420. BringInfo.Font = Enum.Font.SourceSans
  421. BringInfo.FontSize = Enum.FontSize.Size14
  422. BringInfo.Text = "<-- Buggy"
  423. BringInfo.TextColor3 = Color3.new(1, 1, 1)
  424. BringInfo.TextSize = 14
  425.  
  426. Glitch.Name = "Glitch"
  427. Glitch.Parent = ServerCMDS
  428. Glitch.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  429. Glitch.BorderColor3 = Color3.new(0, 0, 0)
  430. Glitch.Position = UDim2.new(0.0138013009, 0, 0.786643565, 0)
  431. Glitch.Size = UDim2.new(0.295999557, 0, 0.063000001, 0)
  432. Glitch.Font = Enum.Font.SourceSans
  433. Glitch.FontSize = Enum.FontSize.Size14
  434. Glitch.Text = "Annoy/Glitch All"
  435. Glitch.TextColor3 = Color3.new(1, 1, 1)
  436. Glitch.TextSize = 14
  437.  
  438. Goto.Name = "Goto"
  439. Goto.Parent = ServerCMDS
  440. Goto.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  441. Goto.BorderColor3 = Color3.new(0, 0, 0)
  442. Goto.Position = UDim2.new(0.389285177, 0, 0.709160745, 0)
  443. Goto.Size = UDim2.new(0.174999997, 0, 0.063000001, 0)
  444. Goto.Font = Enum.Font.SourceSans
  445. Goto.FontSize = Enum.FontSize.Size14
  446. Goto.Text = "Goto Plr"
  447. Goto.TextColor3 = Color3.new(1, 1, 1)
  448. Goto.TextSize = 14
  449.  
  450. LOGO.Name = "LOGO"
  451. LOGO.Parent = TMGui
  452. LOGO.BackgroundColor3 = Color3.new(1, 1, 1)
  453. LOGO.BackgroundTransparency = 1
  454. LOGO.Position = UDim2.new(0.427396804, 0, 0.0936230421, 0)
  455. LOGO.Size = UDim2.new(0.139682546, 0, 0.0523560196, 0)
  456. LOGO.Font = Enum.Font.Fantasy
  457. LOGO.FontSize = Enum.FontSize.Size28
  458. LOGO.Text = "TM"
  459. LOGO.TextColor3 = Color3.new(1, 1, 1)
  460. LOGO.TextSize = 25
  461.  
  462. LocalPlayerCMDS.Name = "LocalPlayerCMDS"
  463. LocalPlayerCMDS.Parent = TMGui
  464. LocalPlayerCMDS.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  465. LocalPlayerCMDS.BackgroundTransparency = 0.60000002384186
  466. LocalPlayerCMDS.BorderColor3 = Color3.new(1, 1, 1)
  467. LocalPlayerCMDS.Position = UDim2.new(0.0130000003, 0, 0.159999996, 0)
  468. LocalPlayerCMDS.Size = UDim2.new(0.975000024, 0, 0.829999983, 0)
  469. LocalPlayerCMDS.Visible = false
  470.  
  471. SetWS.Name = "SetWS"
  472. SetWS.Parent = LocalPlayerCMDS
  473. SetWS.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  474. SetWS.BorderColor3 = Color3.new(0, 0, 0)
  475. SetWS.Position = UDim2.new(0.400908828, 0, 0.0127728693, 0)
  476. SetWS.Size = UDim2.new(0.174999997, 0, 0.063000001, 0)
  477. SetWS.Font = Enum.Font.SourceSans
  478. SetWS.FontSize = Enum.FontSize.Size14
  479. SetWS.Text = "Set WS"
  480. SetWS.TextColor3 = Color3.new(1, 1, 1)
  481. SetWS.TextSize = 14
  482.  
  483. Walkspeed.Name = "Walkspeed"
  484. Walkspeed.Parent = LocalPlayerCMDS
  485. Walkspeed.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  486. Walkspeed.BorderColor3 = Color3.new(0, 0, 0)
  487. Walkspeed.Position = UDim2.new(0.0112866443, 0, 0.0137728695, 0)
  488. Walkspeed.Size = UDim2.new(0.372592866, 0, 0.0630914792, 0)
  489. Walkspeed.Font = Enum.Font.SourceSans
  490. Walkspeed.FontSize = Enum.FontSize.Size14
  491. Walkspeed.Text = "Walk Speed"
  492. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  493. Walkspeed.TextSize = 14
  494. Walkspeed.TextWrapped = true
  495.  
  496. ToolName.Name = "ToolName"
  497. ToolName.Parent = LocalPlayerCMDS
  498. ToolName.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  499. ToolName.BorderColor3 = Color3.new(0, 0, 0)
  500. ToolName.Position = UDim2.new(0.0130293155, 0, 0.0914826468, 0)
  501. ToolName.Size = UDim2.new(0.374592841, 0, 0.0630914792, 0)
  502. ToolName.Font = Enum.Font.SourceSans
  503. ToolName.FontSize = Enum.FontSize.Size14
  504. ToolName.Text = "Tool Name"
  505. ToolName.TextColor3 = Color3.new(1, 1, 1)
  506. ToolName.TextSize = 14
  507. ToolName.TextWrapped = true
  508.  
  509. SaveTool.Name = "SaveTool"
  510. SaveTool.Parent = LocalPlayerCMDS
  511. SaveTool.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  512. SaveTool.BorderColor3 = Color3.new(0, 0, 0)
  513. SaveTool.Position = UDim2.new(0.399394125, 0, 0.0901735127, 0)
  514. SaveTool.Size = UDim2.new(0.174999997, 0, 0.063000001, 0)
  515. SaveTool.Font = Enum.Font.SourceSans
  516. SaveTool.FontSize = Enum.FontSize.Size14
  517. SaveTool.Text = "SaveTool"
  518. SaveTool.TextColor3 = Color3.new(1, 1, 1)
  519. SaveTool.TextSize = 14
  520.  
  521. DAntiCheat.Name = "DAntiCheat"
  522. DAntiCheat.Parent = LocalPlayerCMDS
  523. DAntiCheat.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  524. DAntiCheat.BorderColor3 = Color3.new(0, 0, 0)
  525. DAntiCheat.Position = UDim2.new(0.0138013009, 0, 0.169347003, 0)
  526. DAntiCheat.Size = UDim2.new(0.327999145, 0, 0.063000001, 0)
  527. DAntiCheat.Font = Enum.Font.SourceSans
  528. DAntiCheat.FontSize = Enum.FontSize.Size14
  529. DAntiCheat.Text = "Disable Anti-Cheat"
  530. DAntiCheat.TextColor3 = Color3.new(1, 1, 1)
  531. DAntiCheat.TextSize = 14
  532.  
  533. TextLabel.Parent = LocalPlayerCMDS
  534. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  535. TextLabel.BackgroundTransparency = 1
  536. TextLabel.Position = UDim2.new(0.1791531, 0, 0.520504713, 0)
  537. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  538. TextLabel.Font = Enum.Font.SourceSans
  539. TextLabel.FontSize = Enum.FontSize.Size14
  540. TextLabel.Text = "MORE COMMANDS COMING SOON!"
  541. TextLabel.TextColor3 = Color3.new(0.584314, 0.584314, 0.584314)
  542. TextLabel.TextSize = 14
  543.  
  544. TPMVP.Name = "TPMVP"
  545. TPMVP.Parent = LocalPlayerCMDS
  546. TPMVP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  547. TPMVP.BorderColor3 = Color3.new(0, 0, 0)
  548. TPMVP.Position = UDim2.new(0.0138013009, 0, 0.246347159, 0)
  549. TPMVP.Size = UDim2.new(0.327999145, 0, 0.063000001, 0)
  550. TPMVP.Font = Enum.Font.SourceSans
  551. TPMVP.FontSize = Enum.FontSize.Size14
  552. TPMVP.Text = "Teleport Into Mvp"
  553. TPMVP.TextColor3 = Color3.new(1, 1, 1)
  554. TPMVP.TextSize = 14
  555.  
  556. Creds.Name = "Creds"
  557. Creds.Parent = TMGui
  558. Creds.BackgroundColor3 = Color3.new(0, 0, 0)
  559. Creds.BackgroundTransparency = 1
  560. Creds.Position = UDim2.new(0.0133819468, 0, 0.944408357, 0)
  561. Creds.Size = UDim2.new(0.973090947, 0, 0.0445026197, 0)
  562. Creds.Font = Enum.Font.SourceSans
  563. Creds.FontSize = Enum.FontSize.Size14
  564. Creds.Text = "Big thanks to Jobey for Ui tips and Command ideas!"
  565. Creds.TextColor3 = Color3.new(1, 1, 1)
  566. Creds.TextSize = 14
  567.  
  568. Open.Name = "Open"
  569. Open.Parent = TwistedMurdererGUIBySockTan
  570. Open.BackgroundColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  571. Open.BackgroundTransparency = 0.30000001192093
  572. Open.BorderColor3 = Color3.new(1, 1, 1)
  573. Open.Position = UDim2.new(-0.000393571914, 0, 0.00120772945, 0)
  574. Open.Size = UDim2.new(0.0521528199, 0, 0.0350241549, 0)
  575.  
  576. OpenB.Name = "OpenB"
  577. OpenB.Parent = Open
  578. OpenB.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  579. OpenB.BackgroundTransparency = 1
  580. OpenB.Position = UDim2.new(0.022224538, 0, 0.103263155, 0)
  581. OpenB.Size = UDim2.new(0.96236676, 0, 0.842105269, 0)
  582. OpenB.Font = Enum.Font.SourceSans
  583. OpenB.FontSize = Enum.FontSize.Size14
  584. OpenB.Text = "Open GUI"
  585. OpenB.TextColor3 = Color3.new(1, 1, 1)
  586. OpenB.TextSize = 14
  587.  
  588.  
  589. OpenB.MouseButton1Down:connect(function()
  590. game.CoreGui.TwistedMurdererGUIBySockTan.Open.Visible = false
  591. game.CoreGui.TwistedMurdererGUIBySockTan.TMGui.Visible = true
  592. end)
  593.  
  594. CloseB.MouseButton1Down:connect(function()
  595. game.CoreGui.TwistedMurdererGUIBySockTan.Open.Visible = true
  596. game.CoreGui.TwistedMurdererGUIBySockTan.TMGui.Visible = false
  597. end)
  598.  
  599. Players.MouseButton1Down:connect(function()
  600. game.CoreGui.TwistedMurdererGUIBySockTan.TMGui.ServerCMDS.Visible = true
  601. game.CoreGui.TwistedMurdererGUIBySockTan.TMGui.LocalPlayerCMDS.Visible = false
  602. end)
  603.  
  604. LocalPlayer.MouseButton1Down:connect(function()
  605. game.CoreGui.TwistedMurdererGUIBySockTan.TMGui.ServerCMDS.Visible = false
  606. game.CoreGui.TwistedMurdererGUIBySockTan.TMGui.LocalPlayerCMDS.Visible = true
  607. end)
  608.  
  609. Kill.MouseButton1Down:connect(function()
  610. game.ReplicatedStorage.Event:FireServer("TPD", 2000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  611. end)
  612.  
  613. KillAll.MouseButton1Down:connect(function()
  614. for i,v in pairs(game.Players:GetChildren()) do
  615. game.ReplicatedStorage.Event:FireServer("TPD", 2000, game.Workspace.Ignore.Players[v.Name].Humanoid)
  616. end
  617. end)
  618.  
  619. KillOthers.MouseButton1Down:connect(function()
  620. for i,v in pairs(game.Players:GetChildren()) do
  621. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  622. game.ReplicatedStorage.Event:FireServer("TPD", 100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  623. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  624. game.ReplicatedStorage.Event:FireServer("TPD", 100, game.Workspace.Ignore.Players[v.Name].Humanoid)
  625. end
  626. end)
  627.  
  628. LoopKill.MouseButton1Down:connect(function()
  629. while true do
  630. wait(1.5)
  631. game.ReplicatedStorage.Event:FireServer("TPD", 2000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  632. end
  633. end)
  634.  
  635. Cloak.MouseButton1Down:connect(function()
  636. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[PlayerName.Text])
  637. end)
  638.  
  639. UnCloak.MouseButton1Down:connect(function()
  640. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[PlayerName.Text])
  641. end)
  642.  
  643. CloakAll.MouseButton1Down:connect(function()
  644. for i,v in pairs(game.Players:GetChildren()) do
  645. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  646. end
  647. end)
  648.  
  649. UnCloakAll.MouseButton1Down:connect(function()
  650. for i,v in pairs(game.Players:GetChildren()) do
  651. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  652. end
  653. end)
  654.  
  655. Music.MouseButton1Down:connect(function()
  656. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players[PlayerName.Text], MusicID.Text)
  657. end)
  658.  
  659. MusicAll.MouseButton1Down:connect(function()
  660. for i,v in pairs(game.Players:GetChildren()) do
  661. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, MusicID.Text)
  662. end
  663. end)
  664.  
  665. UnMusicAll.MouseButton1Down:connect(function()
  666. for i,v in pairs(game.Players:GetChildren()) do
  667. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  668. end
  669. end)
  670.  
  671. UnMusic.MouseButton1Down:connect(function()
  672. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players[PlayerName.Text])
  673. end)
  674.  
  675. SaveTool.MouseButton1Down:connect(function()
  676. game.Players.LocalPlayer.Backpack[ToolName.Text].Parent = game.Players.LocalPlayer.StarterGear
  677. end)
  678.  
  679. SetWS.MouseButton1Down:connect(function()
  680. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Walkspeed.Text
  681. end)
  682.  
  683. TakeHealth.MouseButton1Down:connect(function()
  684. game.ReplicatedStorage.Event:FireServer("TPD", Value.Text, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  685. end)
  686.  
  687. CrashLagServer.MouseButton1Down:connect(function()
  688. while true do
  689. wait()
  690. for i,v in pairs(game.Players:GetChildren()) do
  691. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, 491150071)
  692. end
  693. end
  694. end)
  695.  
  696. RemoveRadios.MouseButton1Down:connect(function()
  697. while true do
  698. wait(1.2)
  699. for i,v in pairs(game.Players:GetChildren()) do
  700. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  701. end
  702. end
  703. end)
  704.  
  705. Bring.MouseButton1Down:connect(function()
  706. plr = game.Players.PlayerName.Text
  707. lpChar = game.Players.LocalPlayer.Character.Torso
  708.  
  709. lpChar.Anchored = true
  710. local w = Instance.new("Weld", lpChar)
  711. w.Part0 = lpChar
  712. w.Part1 = plr.Character.Torso
  713. w.C0 = lpChar.CFrame
  714. w.C1 = lpChar.CFrame
  715. wait(0.1)
  716. w:Destroy()
  717. lpChar.Anchored = false
  718. end)
  719.  
  720. BringAll.MouseButton1Down:connect(function()
  721. for i,plr in pairs (game.Players:GetChildren()) do
  722. if plr.Name ~= game.Players.LocalPlayer.Name then
  723. lpChar = game.Players.LocalPlayer.Character.Torso
  724.  
  725. lpChar.Anchored = true
  726. local w = Instance.new("Weld", lpChar)
  727. w.Part0 = lpChar
  728. w.Part1 = plr.Character.Torso
  729. w.C0 = lpChar.CFrame
  730. w.C1 = lpChar.CFrame
  731. wait(0.1)
  732. w:Destroy()
  733. lpChar.Anchored = false
  734. end
  735. end
  736. end)
  737.  
  738. Glitch.MouseButton1Down:connect(function()
  739. lpChar = game.Players.LocalPlayer.Character.Torso
  740.  
  741. for i,plr in pairs (game.Players:GetChildren()) do
  742. if plr.Name ~= game.Players.LocalPlayer.Name then
  743. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  744. if v.ClassName == 'Part' then
  745. if v.Name ~= 'Head' then
  746. v.Anchored = true
  747. end
  748. end
  749. end
  750. local w = Instance.new("Weld", lpChar)
  751. w.Part0 = lpChar
  752. w.Part1 = plr.Character.Torso
  753. w.C0 = lpChar.CFrame
  754. w.C1 = lpChar.CFrame * CFrame.new(0, 99999999, 0)
  755. wait(0.1)
  756. w:Destroy()
  757. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  758. if v.ClassName == 'Part' then
  759. if v.Name ~= 'Head' then
  760. v.Anchored = false
  761. end
  762. end
  763. end
  764. end
  765. end
  766.  
  767.  
  768. end)
  769.  
  770. Goto.MouseButton1Down:connect(function()
  771. local plr = game.Players.LocalPlayer
  772. lpChar = game.Players[PlayerName.Text].Character.Torso
  773.  
  774. lpChar.Anchored = true
  775. local w = Instance.new("Weld", lpChar)
  776. w.Part0 = lpChar
  777. w.Part1 = plr.Character.Torso
  778. w.C0 = lpChar.CFrame
  779. w.C1 = lpChar.CFrame
  780. wait(.1)
  781. w:Destroy()
  782. lpChar.Anchored = false
  783. end)
  784.  
  785. DAntiCheat.MouseButton1Down:connect(function()
  786. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  787.  
  788. while wait() do
  789. local Player = game.Players.LocalPlayer
  790. local Gui = Player.PlayerGui
  791. for i,v in pairs(antiKek) do
  792. if Gui:FindFirstChild(v) then
  793. Gui:FindFirstChild(v):Remove()
  794. end
  795. end
  796. end
  797. end)
  798.  
  799. DetectRoles.MouseButton1Down:connect(function()
  800. while wait(1) do
  801. for i,v in pairs(game.Players:GetChildren()) do
  802. if game.Players[v.Name].Character:FindFirstChild("Role") then
  803. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  804. if role.Value == "Murderer" then
  805. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 0, 0)
  806. elseif role.Value == "Sheriff" then
  807. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  808. elseif role.Value == "Innocent" then
  809. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 1, 0)
  810. else
  811. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 1, 1)
  812. end
  813. end
  814. end
  815. end
  816. end)
  817.  
  818. TPMVP.MouseButton1Down:connect(function()
  819. PlayerName = game.Players.LocalPlayer.Name
  820. game.Workspace.Ignore.Players[PlayerName].HumanoidRootPart.CFrame = CFrame.new(7, 29, -10)
  821. end)
Add Comment
Please, Sign In to add comment