AlphaSploit

Twisted Murderer GUI

Jan 29th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.68 KB | None | 0 0
  1. -- MADE BY SOCK TAN
  2.  
  3. -- Objects
  4.  
  5. local TwistedMurdererGUI = Instance.new("ScreenGui")
  6. local Opening = Instance.new("Frame")
  7. local OpenGui = Instance.new("TextButton")
  8. local TMGui = Instance.new("Frame")
  9. local TMGUICRED = Instance.new("TextLabel")
  10. local CLOSE = Instance.new("TextButton")
  11. local PlayersTab = Instance.new("Frame")
  12. local INFO = Instance.new("TextLabel")
  13. local UnCloak = Instance.new("TextButton")
  14. local UnCloakAll = Instance.new("TextButton")
  15. local RRadios = Instance.new("TextButton")
  16. local CrashS = Instance.new("TextButton")
  17. local God = Instance.new("TextButton")
  18. local RemoveAnti = Instance.new("TextButton")
  19. local STOPALL = Instance.new("TextButton")
  20. local STOP = Instance.new("TextButton")
  21. local DetectRoles = Instance.new("TextButton")
  22. local PlayerName = Instance.new("TextBox")
  23. local PLAYALL = Instance.new("TextButton")
  24. local PLAY = Instance.new("TextButton")
  25. local MUSICid = Instance.new("TextBox")
  26. local KillOthers = Instance.new("TextButton")
  27. local KillAll = Instance.new("TextButton")
  28. local Kill = Instance.new("TextButton")
  29. local LoopKill = Instance.new("TextButton")
  30. local ForceKevlar = Instance.new("TextButton")
  31. local CloakAll = Instance.new("TextButton")
  32. local Cloak = Instance.new("TextButton")
  33. local ToolName = Instance.new("TextBox")
  34. local SaveTool = Instance.new("TextButton")
  35. local StayL = Instance.new("TextButton")
  36.  
  37. -- Properties
  38.  
  39. TwistedMurdererGUI.Name = "TwistedMurdererGUI"
  40. TwistedMurdererGUI.Parent = game.CoreGui
  41.  
  42. Opening.Name = "Opening"
  43. Opening.Parent = TwistedMurdererGUI
  44. Opening.Active = true
  45. Opening.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Opening.Size = UDim2.new(0, 89, 0, 27)
  47.  
  48. OpenGui.Name = "OpenGui"
  49. OpenGui.Parent = Opening
  50. OpenGui.BackgroundColor3 = Color3.new(0, 0, 0)
  51. OpenGui.BackgroundTransparency = 1
  52. OpenGui.BorderColor3 = Color3.new(0, 0, 0)
  53. OpenGui.Size = UDim2.new(0, 71, 0, 27)
  54. OpenGui.Font = Enum.Font.SourceSans
  55. OpenGui.FontSize = Enum.FontSize.Size18
  56. OpenGui.Text = "Open"
  57. OpenGui.TextColor3 = Color3.new(0, 0, 0)
  58. OpenGui.TextSize = 18
  59.  
  60. TMGui.Name = "TMGui"
  61. TMGui.Parent = TwistedMurdererGUI
  62. TMGui.Active = true
  63. TMGui.BackgroundColor3 = Color3.new(1, 1, 1)
  64. TMGui.Draggable = true
  65. TMGui.Position = UDim2.new(0, 18, 0, 35)
  66. TMGui.Size = UDim2.new(0, 264, 0, 264)
  67. TMGui.Visible = false
  68.  
  69. TMGUICRED.Name = "TMGUI CRED"
  70. TMGUICRED.Parent = TMGui
  71. TMGUICRED.BackgroundColor3 = Color3.new(1, 1, 1)
  72. TMGUICRED.BackgroundTransparency = 1
  73. TMGUICRED.BorderColor3 = Color3.new(0, 0, 0)
  74. TMGUICRED.Size = UDim2.new(0, 240, 0, 18)
  75. TMGUICRED.Font = Enum.Font.SourceSans
  76. TMGUICRED.FontSize = Enum.FontSize.Size18
  77. TMGUICRED.Text = "Twisted Murderer Gui - MADE BY Sock Tan"
  78. TMGUICRED.TextColor3 = Color3.new(0, 0, 0)
  79. TMGUICRED.TextSize = 15
  80.  
  81. CLOSE.Name = "CLOSE"
  82. CLOSE.Parent = TMGui
  83. CLOSE.BackgroundColor3 = Color3.new(0, 0, 0)
  84. CLOSE.BackgroundTransparency = 0.89999997615814
  85. CLOSE.Position = UDim2.new(0, 243, 0, 0)
  86. CLOSE.Size = UDim2.new(0, 21, 0, 17)
  87. CLOSE.Font = Enum.Font.SourceSans
  88. CLOSE.FontSize = Enum.FontSize.Size24
  89. CLOSE.Text = "X"
  90. CLOSE.TextColor3 = Color3.new(1, 0, 0)
  91. CLOSE.TextSize = 20
  92.  
  93. PlayersTab.Name = "PlayersTab"
  94. PlayersTab.Parent = TMGui
  95. PlayersTab.Active = true
  96. PlayersTab.BackgroundColor3 = Color3.new(1, 1, 1)
  97. PlayersTab.Position = UDim2.new(0, 0, 0, 22)
  98. PlayersTab.Size = UDim2.new(0, 264, 0, 242)
  99.  
  100. INFO.Name = "INFO"
  101. INFO.Parent = PlayersTab
  102. INFO.BackgroundColor3 = Color3.new(1, 1, 1)
  103. INFO.BorderColor3 = Color3.new(1, 1, 1)
  104. INFO.Position = UDim2.new(0, 87, 0, 196)
  105. INFO.Size = UDim2.new(0, 146, 0, 13)
  106. INFO.Font = Enum.Font.SourceSans
  107. INFO.FontSize = Enum.FontSize.Size14
  108. INFO.Text = "<-- Spam this heaps to crash."
  109. INFO.TextSize = 14
  110.  
  111. UnCloak.Name = "UnCloak"
  112. UnCloak.Parent = PlayersTab
  113. UnCloak.BackgroundColor3 = Color3.new(1, 1, 1)
  114. UnCloak.Position = UDim2.new(0, 72, 0, 95)
  115. UnCloak.Size = UDim2.new(0, 60, 0, 21)
  116. UnCloak.Font = Enum.Font.SourceSans
  117. UnCloak.FontSize = Enum.FontSize.Size14
  118. UnCloak.Text = "UnCloak"
  119. UnCloak.TextSize = 14
  120.  
  121. UnCloakAll.Name = "UnCloakAll"
  122. UnCloakAll.Parent = PlayersTab
  123. UnCloakAll.BackgroundColor3 = Color3.new(1, 1, 1)
  124. UnCloakAll.Position = UDim2.new(0, 202, 0, 95)
  125. UnCloakAll.Size = UDim2.new(0, 60, 0, 21)
  126. UnCloakAll.Font = Enum.Font.SourceSans
  127. UnCloakAll.FontSize = Enum.FontSize.Size14
  128. UnCloakAll.Text = "UnCloakAll"
  129. UnCloakAll.TextSize = 14
  130.  
  131. RRadios.Name = "RRadios"
  132. RRadios.Parent = PlayersTab
  133. RRadios.BackgroundColor3 = Color3.new(1, 1, 1)
  134. RRadios.Position = UDim2.new(0, 6, 0, 218)
  135. RRadios.Size = UDim2.new(0, 200, 0, 16)
  136. RRadios.Font = Enum.Font.SourceSans
  137. RRadios.FontSize = Enum.FontSize.Size14
  138. RRadios.Text = "Remove Everyones Radio Permanently"
  139. RRadios.TextSize = 14
  140.  
  141. CrashS.Name = "CrashS"
  142. CrashS.Parent = PlayersTab
  143. CrashS.BackgroundColor3 = Color3.new(1, 1, 1)
  144. CrashS.Position = UDim2.new(0, 6, 0, 193)
  145. CrashS.Size = UDim2.new(0, 74, 0, 20)
  146. CrashS.Font = Enum.Font.SourceSans
  147. CrashS.FontSize = Enum.FontSize.Size14
  148. CrashS.Text = "Crash Server"
  149. CrashS.TextSize = 14
  150.  
  151. God.Name = "God"
  152. God.Parent = PlayersTab
  153. God.BackgroundColor3 = Color3.new(1, 1, 1)
  154. God.Position = UDim2.new(0, 6, 0, 167)
  155. God.Size = UDim2.new(0, 45, 0, 21)
  156. God.Font = Enum.Font.SourceSans
  157. God.FontSize = Enum.FontSize.Size14
  158. God.Text = "God"
  159. God.TextSize = 14
  160.  
  161. RemoveAnti.Name = "RemoveAnti"
  162. RemoveAnti.Parent = PlayersTab
  163. RemoveAnti.BackgroundColor3 = Color3.new(1, 1, 1)
  164. RemoveAnti.Position = UDim2.new(0, 154, 0, 6)
  165. RemoveAnti.Size = UDim2.new(0, 104, 0, 19)
  166. RemoveAnti.Font = Enum.Font.SourceSans
  167. RemoveAnti.FontSize = Enum.FontSize.Size14
  168. RemoveAnti.Text = "Remove Anti-Cheat"
  169. RemoveAnti.TextSize = 14
  170.  
  171. STOPALL.Name = "STOPALL"
  172. STOPALL.Parent = PlayersTab
  173. STOPALL.BackgroundColor3 = Color3.new(1, 0, 0)
  174. STOPALL.Position = UDim2.new(0, 61, 0, 73)
  175. STOPALL.Size = UDim2.new(0, 46, 0, 17)
  176. STOPALL.Font = Enum.Font.SourceSans
  177. STOPALL.FontSize = Enum.FontSize.Size14
  178. STOPALL.Text = "STOP ALL"
  179. STOPALL.TextSize = 14
  180.  
  181. STOP.Name = "STOP"
  182. STOP.Parent = PlayersTab
  183. STOP.BackgroundColor3 = Color3.new(1, 0, 0)
  184. STOP.Position = UDim2.new(0, 61, 0, 51)
  185. STOP.Size = UDim2.new(0, 37, 0, 17)
  186. STOP.Font = Enum.Font.SourceSans
  187. STOP.FontSize = Enum.FontSize.Size14
  188. STOP.Text = "STOP"
  189. STOP.TextSize = 14
  190.  
  191. DetectRoles.Name = "DetectRoles"
  192. DetectRoles.Parent = PlayersTab
  193. DetectRoles.BackgroundColor3 = Color3.new(1, 1, 1)
  194. DetectRoles.Position = UDim2.new(0, 154, 0, 30)
  195. DetectRoles.Size = UDim2.new(0, 104, 0, 19)
  196. DetectRoles.Font = Enum.Font.SourceSans
  197. DetectRoles.FontSize = Enum.FontSize.Size14
  198. DetectRoles.Text = "Detect Roles"
  199. DetectRoles.TextSize = 14
  200.  
  201. PlayerName.Name = "PlayerName"
  202. PlayerName.Parent = PlayersTab
  203. PlayerName.BackgroundColor3 = Color3.new(1, 1, 1)
  204. PlayerName.Position = UDim2.new(0, 6, 0, 28)
  205. PlayerName.Size = UDim2.new(0, 95, 0, 18)
  206. PlayerName.Font = Enum.Font.SourceSans
  207. PlayerName.FontSize = Enum.FontSize.Size14
  208. PlayerName.Text = "PLAYER NAME"
  209. PlayerName.TextSize = 14
  210.  
  211. PLAYALL.Name = "PLAYALL"
  212. PLAYALL.Parent = PlayersTab
  213. PLAYALL.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  214. PLAYALL.Position = UDim2.new(0, 6, 0, 73)
  215. PLAYALL.Size = UDim2.new(0, 46, 0, 17)
  216. PLAYALL.Font = Enum.Font.SourceSans
  217. PLAYALL.FontSize = Enum.FontSize.Size14
  218. PLAYALL.Text = "PLAY ALL"
  219. PLAYALL.TextSize = 14
  220.  
  221. PLAY.Name = "PLAY"
  222. PLAY.Parent = PlayersTab
  223. PLAY.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  224. PLAY.Position = UDim2.new(0, 7, 0, 51)
  225. PLAY.Size = UDim2.new(0, 37, 0, 17)
  226. PLAY.Font = Enum.Font.SourceSans
  227. PLAY.FontSize = Enum.FontSize.Size14
  228. PLAY.Text = "PLAY"
  229. PLAY.TextSize = 14
  230.  
  231. MUSICid.Name = "MUSICid"
  232. MUSICid.Parent = PlayersTab
  233. MUSICid.BackgroundColor3 = Color3.new(1, 1, 1)
  234. MUSICid.Position = UDim2.new(0, 6, 0, 6)
  235. MUSICid.Size = UDim2.new(0, 95, 0, 18)
  236. MUSICid.Font = Enum.Font.SourceSans
  237. MUSICid.FontSize = Enum.FontSize.Size14
  238. MUSICid.Text = "MUSIC ID"
  239. MUSICid.TextSize = 14
  240.  
  241. KillOthers.Name = "KillOthers"
  242. KillOthers.Parent = PlayersTab
  243. KillOthers.BackgroundColor3 = Color3.new(1, 1, 1)
  244. KillOthers.Position = UDim2.new(0, 125, 0, 142)
  245. KillOthers.Size = UDim2.new(0, 54, 0, 20)
  246. KillOthers.Font = Enum.Font.SourceSans
  247. KillOthers.FontSize = Enum.FontSize.Size14
  248. KillOthers.Text = "Kill Others"
  249. KillOthers.TextSize = 14
  250.  
  251. KillAll.Name = "KillAll"
  252. KillAll.Parent = PlayersTab
  253. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  254. KillAll.Position = UDim2.new(0, 66, 0, 142)
  255. KillAll.Size = UDim2.new(0, 54, 0, 20)
  256. KillAll.Font = Enum.Font.SourceSans
  257. KillAll.FontSize = Enum.FontSize.Size14
  258. KillAll.Text = "Kill All"
  259. KillAll.TextSize = 14
  260.  
  261. Kill.Name = "Kill"
  262. Kill.Parent = PlayersTab
  263. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  264. Kill.Position = UDim2.new(0, 6, 0, 142)
  265. Kill.Size = UDim2.new(0, 54, 0, 20)
  266. Kill.Font = Enum.Font.SourceSans
  267. Kill.FontSize = Enum.FontSize.Size14
  268. Kill.Text = "Kill"
  269. Kill.TextSize = 14
  270.  
  271. LoopKill.Name = "LoopKill"
  272. LoopKill.Parent = PlayersTab
  273. LoopKill.BackgroundColor3 = Color3.new(1, 1, 1)
  274. LoopKill.Position = UDim2.new(0, 184, 0, 142)
  275. LoopKill.Size = UDim2.new(0, 54, 0, 20)
  276. LoopKill.Font = Enum.Font.SourceSans
  277. LoopKill.FontSize = Enum.FontSize.Size14
  278. LoopKill.Text = "LoopKil"
  279. LoopKill.TextSize = 14
  280.  
  281. ForceKevlar.Name = "ForceKevlar"
  282. ForceKevlar.Parent = PlayersTab
  283. ForceKevlar.BackgroundColor3 = Color3.new(1, 1, 1)
  284. ForceKevlar.Position = UDim2.new(0, 6, 0, 121)
  285. ForceKevlar.Size = UDim2.new(0, 126, 0, 16)
  286. ForceKevlar.Font = Enum.Font.SourceSans
  287. ForceKevlar.FontSize = Enum.FontSize.Size14
  288. ForceKevlar.Text = "Force Kevlar"
  289. ForceKevlar.TextSize = 14
  290.  
  291. CloakAll.Name = "CloakAll"
  292. CloakAll.Parent = PlayersTab
  293. CloakAll.BackgroundColor3 = Color3.new(1, 1, 1)
  294. CloakAll.Position = UDim2.new(0, 137, 0, 95)
  295. CloakAll.Size = UDim2.new(0, 60, 0, 21)
  296. CloakAll.Font = Enum.Font.SourceSans
  297. CloakAll.FontSize = Enum.FontSize.Size14
  298. CloakAll.Text = "CloakAll"
  299. CloakAll.TextSize = 14
  300.  
  301. Cloak.Name = "Cloak"
  302. Cloak.Parent = PlayersTab
  303. Cloak.BackgroundColor3 = Color3.new(1, 1, 1)
  304. Cloak.Position = UDim2.new(0, 6, 0, 95)
  305. Cloak.Size = UDim2.new(0, 60, 0, 21)
  306. Cloak.Font = Enum.Font.SourceSans
  307. Cloak.FontSize = Enum.FontSize.Size14
  308. Cloak.Text = "Cloak"
  309. Cloak.TextSize = 14
  310.  
  311. ToolName.Name = "ToolName"
  312. ToolName.Parent = PlayersTab
  313. ToolName.BackgroundColor3 = Color3.new(1, 1, 1)
  314. ToolName.Position = UDim2.new(0, 132, 0, 54)
  315. ToolName.Size = UDim2.new(0, 69, 0, 19)
  316. ToolName.Font = Enum.Font.SourceSans
  317. ToolName.FontSize = Enum.FontSize.Size14
  318. ToolName.Text = "Tool Name"
  319. ToolName.TextSize = 14
  320.  
  321. SaveTool.Name = "SaveTool"
  322. SaveTool.Parent = PlayersTab
  323. SaveTool.BackgroundColor3 = Color3.new(1, 1, 1)
  324. SaveTool.Position = UDim2.new(0, 206, 0, 54)
  325. SaveTool.Size = UDim2.new(0, 54, 0, 19)
  326. SaveTool.Font = Enum.Font.SourceSans
  327. SaveTool.FontSize = Enum.FontSize.Size14
  328. SaveTool.Text = "Save Tool"
  329. SaveTool.TextSize = 14
  330.  
  331. StayL.Name = "StayL"
  332. StayL.Parent = PlayersTab
  333. StayL.BackgroundColor3 = Color3.new(1, 1, 1)
  334. StayL.Position = UDim2.new(0, 97, 0, 169)
  335. StayL.Size = UDim2.new(0, 139, 0, 20)
  336. StayL.Font = Enum.Font.SourceSans
  337. StayL.FontSize = Enum.FontSize.Size14
  338. StayL.Text = "Stay In Lobby Next Round"
  339. StayL.TextSize = 14
  340.  
  341.  
  342. OpenGui.MouseButton1Down:connect(function()
  343. game.CoreGui.TwistedMurdererGUI.Opening.Visible = false
  344. game.CoreGui.TwistedMurdererGUI.TMGui.Visible = true
  345. end)
  346.  
  347. CLOSE.MouseButton1Down:connect(function()
  348. game.CoreGui.TwistedMurdererGUI.Opening.Visible = true
  349. game.CoreGui.TwistedMurdererGUI.TMGui.Visible = false
  350. end)
  351.  
  352. PLAY.MouseButton1Down:connect(function()
  353. game.ReplicatedStorage.Event:FireServer("PlayRadio", game.Players[PlayerName.Text], MUSICid.Text)
  354. end)
  355.  
  356. STOP.MouseButton1Down:connect(function()
  357. game.ReplicatedStorage.Event:FireServer("StopRadio", game.Players[PlayerName.Text])
  358. end)
  359.  
  360. Cloak.MouseButton1Down:connect(function()
  361. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[PlayerName.Text])
  362. end)
  363.  
  364. UnCloak.MouseButton1Down:connect(function()
  365. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[PlayerName.Text])
  366. end)
  367.  
  368. CloakAll.MouseButton1Down:connect(function()
  369. for i,v in pairs(game.Players:GetChildren()) do
  370. game.ReplicatedStorage.Event:FireServer("Cloak", game.Workspace.Ignore.Players[v.Name])
  371. end
  372. end)
  373.  
  374. ForceKevlar.MouseButton1Down:connect(function()
  375. game.ReplicatedStorage.Event:FireServer("TPD", -100, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  376. end)
  377.  
  378. PLAYALL.MouseButton1Down:connect(function()
  379. for i,v in pairs(game.Players:GetChildren()) do
  380. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, MUSICid.Text)
  381. end
  382. end)
  383.  
  384. STOPALL.MouseButton1Down:connect(function()
  385. for i,v in pairs(game.Players:GetChildren()) do
  386. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  387. end
  388. end)
  389.  
  390. Kill.MouseButton1Down:connect(function()
  391. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  392. end)
  393.  
  394. KillAll.MouseButton1Down:connect(function()
  395. for i,v in pairs(game.Players:GetChildren()) do
  396. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[v.Name].Humanoid)
  397. end
  398. end)
  399.  
  400. KillOthers.MouseButton1Down:connect(function()
  401. for i,v in pairs(game.Players:GetChildren()) do
  402. game.ReplicatedStorage.Event:FireServer("TPD", -20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  403. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[v.Name].Humanoid)
  404. end
  405. end)
  406.  
  407. SaveTool.MouseButton1Down:connect(function()
  408. game.Players.LocalPlayer.Backpack[ToolName.Text].Parent = game.Players.LocalPlayer.StarterGear
  409. end)
  410.  
  411. UnCloakAll.MouseButton1Down:connect(function()
  412. for i,v in pairs(game.Players:GetChildren()) do
  413. game.ReplicatedStorage.Event:FireServer("UnCloak", game.Workspace.Ignore.Players[v.Name])
  414. end
  415. end)
  416.  
  417. LoopKill.MouseButton1Down:connect(function()
  418. while true do
  419. wait(1.5)
  420. game.ReplicatedStorage.Event:FireServer("TPD", 20000, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  421. end
  422. end)
  423.  
  424. DetectRoles.MouseButton1Down:connect(function()
  425. while wait(1) do
  426. for i,v in pairs(game.Players:GetChildren()) do
  427. if game.Players[v.Name].Character:FindFirstChild("Role") then
  428. local role = game.Players[v.Name].Character:FindFirstChild("Role")
  429. if role.Value == "Murderer" then
  430. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 0, 0)
  431. elseif role.Value == "Sheriff" then
  432. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 170/255, 0)
  433. elseif role.Value == "Innocent" then
  434. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(0, 1, 0)
  435. else
  436. game.CoreGui.RobloxGui.PlayerListContainer.ScrollList[v.Name].BGFrame.PlayerName.TextColor3 = Color3.new(1, 1, 1)
  437. end
  438. end
  439. end
  440. end
  441. end)
  442.  
  443. RemoveAnti.MouseButton1Down:connect(function()
  444. antiKek={'AntiSpeedHack','AntiDataTheft','UI','NO FF','NO FF'}
  445.  
  446. while wait() do
  447. local Player = game.Players.LocalPlayer
  448. local Gui = Player.PlayerGui
  449. for i,v in pairs(antiKek) do
  450. if Gui:FindFirstChild(v) then
  451. Gui:FindFirstChild(v):Remove()
  452. end
  453. end
  454. end
  455. end)
  456.  
  457. CrashS.MouseButton1Down:connect(function()
  458. while true do
  459. wait()
  460. for i,v in pairs(game.Players:GetChildren()) do
  461. game.ReplicatedStorage.Event:FireServer("PlayRadio", v, 491150071)
  462. end
  463. end
  464. end)
  465.  
  466. RRadios.MouseButton1Down:connect(function()
  467. while true do
  468. wait(1.5)
  469. for i,v in pairs(game.Players:GetChildren()) do
  470. game.ReplicatedStorage.Event:FireServer("StopRadio", v)
  471. end
  472. end
  473. end)
  474.  
  475. God.MouseButton1Down:connect(function()
  476. game.ReplicatedStorage.Event:FireServer("TPD", -888888888899999, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  477. end)
  478.  
  479. StayL.MouseButton1Down:connect(function()
  480. game.ReplicatedStorage.Event:FireServer("Equip", "None", "Perks")
  481. game.ReplicatedStorage.Event:FireServer("TPD", 99.9, game.Workspace.Ignore.Players[PlayerName.Text].Humanoid)
  482. end)
Add Comment
Please, Sign In to add comment