Advertisement
IgotScripts

[IgotScripts] RMX V1.0

Jul 22nd, 2019
1,354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. --Made by Existence#2465 //// discord.gg/d8q9sfQ
  2. --Press E or Execute to Shoot All
  3. if game.CoreGui:FindFirstChild("RMX") then game.CoreGui.RMX:Destroy() end
  4. local RMX = Instance.new("ScreenGui");local MainFrame = Instance.new("Frame");local Execute_ShootAll = Instance.new("TextButton");local ShootAll = Instance.new("TextLabel");local UserCredits = Instance.new("TextLabel");local ServerCredits = Instance.new("TextLabel");local MoreComingSoon = Instance.new("TextLabel")
  5. RMX.Name = "RMX"
  6. RMX.Parent = game.CoreGui
  7. RMX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  8. MainFrame.Name = "MainFrame"
  9. MainFrame.Parent = RMX
  10. MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  11. MainFrame.BorderSizePixel = 0
  12. MainFrame.Position = UDim2.new(0.00371747208, 0, 0.077283375, 0)
  13. MainFrame.Size = UDim2.new(0.115241639, 0, 0.165105402, 0)
  14. MainFrame.Active = true
  15. Execute_ShootAll.Name = "Execute_ShootAll"
  16. Execute_ShootAll.Parent = MainFrame
  17. Execute_ShootAll.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  18. Execute_ShootAll.BorderSizePixel = 0
  19. Execute_ShootAll.Position = UDim2.new(0.54838711, 0, 0.0567375273, 0)
  20. Execute_ShootAll.Size = UDim2.new(0.408602148, 0, 0.219858184, 0)
  21. Execute_ShootAll.AutoButtonColor = false
  22. Execute_ShootAll.Font = Enum.Font.SourceSansBold
  23. Execute_ShootAll.Text = "Execute"
  24. Execute_ShootAll.TextColor3 = Color3.new(1, 1, 1)
  25. Execute_ShootAll.TextSize = 14
  26. Execute_ShootAll.Active = true
  27. ShootAll.Name = "ShootAll"
  28. ShootAll.Parent = MainFrame
  29. ShootAll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  30. ShootAll.BorderColor3 = Color3.new(0, 0.666667, 1)
  31. ShootAll.Position = UDim2.new(0.0537634417, 0, 0.0567375273, 0)
  32. ShootAll.Size = UDim2.new(0.440860212, 0, 0.219858184, 0)
  33. ShootAll.Font = Enum.Font.SourceSans
  34. ShootAll.Text = "Shoot All (Guns Only)"
  35. ShootAll.TextColor3 = Color3.new(1, 1, 1)
  36. ShootAll.TextSize = 14
  37. ShootAll.TextWrapped = true
  38. ShootAll.Active = true
  39. UserCredits.Name = "UserCredits"
  40. UserCredits.Parent = MainFrame
  41. UserCredits.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  42. UserCredits.BorderColor3 = Color3.new(0, 0.666667, 1)
  43. UserCredits.Position = UDim2.new(0.0537634417, 0, 0.609929085, 0)
  44. UserCredits.Size = UDim2.new(0.90322578, 0, 0.134751841, 0)
  45. UserCredits.Font = Enum.Font.SourceSans
  46. UserCredits.Text = "Existence#2465"
  47. UserCredits.TextColor3 = Color3.new(1, 1, 1)
  48. UserCredits.TextSize = 14
  49. UserCredits.TextWrapped = true
  50. UserCredits.Active = true
  51. ServerCredits.Name = "ServerCredits"
  52. ServerCredits.Parent = MainFrame
  53. ServerCredits.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  54. ServerCredits.BorderColor3 = Color3.new(0, 0.666667, 1)
  55. ServerCredits.Position = UDim2.new(0.0537634417, 0, 0.794326127, 0)
  56. ServerCredits.Size = UDim2.new(0.90322578, 0, 0.134751841, 0)
  57. ServerCredits.Font = Enum.Font.SourceSans
  58. ServerCredits.Text = "discord.gg/d8q9sfQ"
  59. ServerCredits.TextColor3 = Color3.new(1, 1, 1)
  60. ServerCredits.TextSize = 14
  61. ServerCredits.TextWrapped = true
  62. ServerCredits.Active = true
  63. MoreComingSoon.Name = "MoreComingSoon"
  64. MoreComingSoon.Parent = MainFrame
  65. MoreComingSoon.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  66. MoreComingSoon.BorderColor3 = Color3.new(0, 0.666667, 1)
  67. MoreComingSoon.Position = UDim2.new(0.0537634417, 0, 0.432624161, 0)
  68. MoreComingSoon.Size = UDim2.new(0.90322578, 0, 0.134751841, 0)
  69. MoreComingSoon.Font = Enum.Font.SourceSans
  70. MoreComingSoon.Text = "More Coming Soon..."
  71. MoreComingSoon.TextColor3 = Color3.new(1, 1, 1)
  72. MoreComingSoon.TextSize = 14
  73. MoreComingSoon.TextWrapped = true
  74. MoreComingSoon.Active = true
  75. MainFrame.Draggable = true
  76. MainFrame.Execute_ShootAll.MouseButton1Click:Connect(function()
  77. for i, v in pairs(game.Players:GetPlayers()) do
  78. local ToolName = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Name
  79. game.Players.LocalPlayer.Character[ToolName]["Remote"]:FireServer("Shoot", v.Character.Head.Position, v.Character.Head, v.Character.Head.Position, false, 100)
  80. print("!!!! A Coding Syndicate Script !!!!")
  81. end
  82. end)
  83. local ipit = game:GetService("UserInputService")
  84. ipit.InputBegan:Connect(function(input)
  85. if input.KeyCode == Enum.KeyCode.E then
  86. for i, v in pairs(game.Players:GetPlayers()) do
  87. local ToolName = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool").Name
  88. game.Players.LocalPlayer.Character[ToolName]["Remote"]:FireServer("Shoot", v.Character.Head.Position, v.Character.Head, v.Character.Head.Position, false, 100)
  89. print("!!!! A Coding Syndicate Script !!!!")
  90. end
  91. end
  92. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement