Trace2004tyler

rx logger

Jan 21st, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 KB | None | 0 0
  1. local tbl_main =
  2. {
  3. "[🤤RX🤤] ~ Loaded, Made by trentars",
  4. "All"
  5. }
  6. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  7. local child = game.Players.LocalPlayer
  8. local prefix = "/"
  9. child.Chatted:connect(function(msg)
  10. if msg:lower() == ""..prefix.."lock" then
  11. local tbl_main =
  12. {
  13. "[ RX ] ~ Please select a device",
  14. "All"
  15. }
  16. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  17.  
  18. end
  19. end)
  20. local child = game.Players.LocalPlayer
  21. local prefix = "/"
  22. child.Chatted:connect(function(msg)
  23. if msg:lower() == ""..prefix.."unlock" then
  24. local tbl_main =
  25. {
  26. "[ RX ] ~ Unlocked user's device",
  27. "All"
  28. }
  29. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  30.  
  31. end
  32. end)
  33. local child = game.Players.LocalPlayer
  34. local prefix = "/"
  35. child.Chatted:connect(function(msg)
  36. if msg:lower() == ""..prefix.."location" then
  37. local tbl_main =
  38. {
  39. "[ RX ] ~ Location Logged",
  40. "All"
  41. }
  42. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  43. end
  44. end)
  45. local child = game.Players.LocalPlayer
  46. local prefix = "/"
  47. child.Chatted:connect(function(msg)
  48. if msg:lower() == ""..prefix.."port" then
  49. wait(0.3)
  50. local tbl_main =
  51. {
  52. "[ RX ] ~ Logging UDP/TCP ports",
  53. "All"
  54. }
  55. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  56. wait(0.5)
  57. local tbl_main =
  58. {
  59. "[ RX ] ~ New port logged",
  60. "All"
  61. }
  62. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  63. wait(1)
  64. local tbl_main =
  65. {
  66. "[ RX ] ~ New port logged",
  67. "All"
  68. }
  69. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  70. wait(2.3)
  71. local tbl_main =
  72. {
  73. "[ RX ] ~ Total ports logged {2}",
  74. "All"
  75. }
  76. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  77. end
  78. end)
  79. local child = game.Players.LocalPlayer
  80. local prefix = "/"
  81. child.Chatted:connect(function(msg)
  82. if msg:lower() == ""..prefix.."account" then
  83. wait(1)
  84. local tbl_main =
  85. {
  86. "[ RX ] ~ Logged",
  87. "All"
  88. }
  89. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  90.  
  91. end
  92. end)
  93. local child = game.Players.LocalPlayer
  94. local prefix = "/"
  95. child.Chatted:connect(function(msg)
  96. if msg:lower() == ""..prefix.."bypass" then
  97. wait(0.5)
  98. local tbl_main =
  99. {
  100. "[ RX ] ~ Bypassing 2FA",
  101. "All"
  102. }
  103. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  104.  
  105. end
  106. end)
  107. local child = game.Players.LocalPlayer
  108. local prefix = "/"
  109. child.Chatted:connect(function(msg)
  110. if msg:lower() == ""..prefix.."mac" then
  111. wait(1)
  112. local tbl_main =
  113. {
  114. "[ RX ] ~ MacOS Locked!",
  115. "All"
  116. }
  117. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  118.  
  119. end
  120. end)
  121. local child = game.Players.LocalPlayer
  122. local prefix = "/"
  123. child.Chatted:connect(function(msg)
  124. if msg:lower() == ""..prefix.."iphone" then
  125. wait(1)
  126. local tbl_main =
  127. {
  128. "[ RX ] ~ Iphone Locked!",
  129. "All"
  130. }
  131. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  132.  
  133. end
  134. end)
  135. local child = game.Players.LocalPlayer
  136. local prefix = "/"
  137. child.Chatted:connect(function(msg)
  138. if msg:lower() == ""..prefix.."android" then
  139. wait(1)
  140. local tbl_main =
  141. {
  142. "[ RX ] ~ Andriod Locked!",
  143. "All"
  144. }
  145. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  146.  
  147. end
  148. end)
  149. local child = game.Players.LocalPlayer
  150. local prefix = "/"
  151. child.Chatted:connect(function(msg)
  152. if msg:lower() == ""..prefix.."log" then
  153. wait(1)
  154. local tbl_main =
  155. {
  156. "[ RX ] ~ Please select a method",
  157. "All"
  158. }
  159. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  160. end
  161. end)
  162. local child = game.Players.LocalPlayer
  163. local prefix = "/"
  164. child.Chatted:connect(function(msg)
  165. if msg:lower() == ""..prefix.."log" then
  166. wait(1.3)
  167. local tbl_main =
  168. {
  169. "[ RX ] ~ Methods|UDP|TCP|",
  170. "All"
  171. }
  172. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  173. end
  174. end)
  175. local child = game.Players.LocalPlayer
  176. local prefix = "/"
  177. child.Chatted:connect(function(msg)
  178. if msg:lower() == ""..prefix.."tcp" then
  179. wait(0.5)
  180. local tbl_main =
  181. {
  182. "[ RX ] ~ Recieving packets...",
  183. "All"
  184. }
  185. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  186. end
  187. end)
  188. local child = game.Players.LocalPlayer
  189. local prefix = "/"
  190. child.Chatted:connect(function(msg)
  191. if msg:lower() == ""..prefix.."udp" then
  192. wait(0.5)
  193. local tbl_main =
  194. {
  195. "[ RX ] ~ Recieving packets...",
  196. "All"
  197. }
  198. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  199.  
  200. end
  201. end)
  202. local child = game.Players.LocalPlayer
  203. local prefix = "/"
  204. child.Chatted:connect(function(msg)
  205. if msg:lower() == ""..prefix.."stop" then
  206. wait(0.51)
  207. local tbl_main =
  208. {
  209. "[ RX ] ~ Attack stopped",
  210. "All"
  211. }
  212. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  213.  
  214. end
  215. end)
  216. local child = game.Players.LocalPlayer
  217. local prefix = "/"
  218. child.Chatted:connect(function(msg)
  219. if msg:lower() == ""..prefix.."cmds" then
  220. wait(0.5)
  221. local tbl_main =
  222. {
  223. "[ RX ] ~~PacketSniffer~AccountLogger~~~reportbot",
  224. "All"
  225. }
  226. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  227.  
  228. end
  229. end)
  230. local child = game.Players.LocalPlayer
  231. local prefix = "/"
  232. child.Chatted:connect(function(msg)
  233. if msg:lower() == ""..prefix.."windows" then
  234. wait(1)
  235. local tbl_main =
  236. {
  237. "[ RX ] ~ Windows locked!",
  238. "All"
  239. }
  240. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  241.  
  242. end
  243. end)
  244.  
  245. _G.enabled = true
  246. local Mouse = game.Players.LocalPlayer:GetMouse()
  247. Mouse.Button2Down:Connect(function()
  248. if _G.enabled == true then
  249. if Mouse.Target and Mouse.Target.Parent then
  250. local loser = Mouse.Target.Parent.Name
  251. local Rude = '[ RX ]~ Selected ' .. loser .. ', Successfully'
  252. local playercheck = game.Players:FindFirstChild(loser)
  253. if playercheck then
  254. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Rude, "All")
  255. end
  256. end
  257. end
  258. end)
  259. _G.enabled = true
  260. local Mouse = game.Players.LocalPlayer:GetMouse()
  261. Mouse.Button1Down:Connect(function()
  262. if _G.enabled == true then
  263. if Mouse.Target and Mouse.Target.Parent then
  264. local loser = Mouse.Target.Parent.Name
  265. local Rude = '[ RX ]~ User ' .. loser .. ', logged'
  266. local playercheck = game.Players:FindFirstChild(loser)
  267. if playercheck then
  268. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Rude, "All")
  269. end
  270. end
  271. end
  272. end)
  273. local child = game.Players.LocalPlayer
  274. local prefix = "/"
  275. child.Chatted:connect(function(msg)
  276. if msg:lower() == ""..prefix.."reportbot" then
  277. wait(1)
  278. local tbl_main =
  279. {
  280. "[ RX ] ~ Bot's reporting user...",
  281. "All"
  282. }
  283. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  284.  
  285. end
  286. end)
  287. local child = game.Players.LocalPlayer
  288. local prefix = "/"
  289. child.Chatted:connect(function(msg)
  290. if msg:lower() == ""..prefix.."gravity" then
  291. Player = game.Players.LocalPlayer
  292. Mouse = Player:GetMouse()
  293.  
  294. Mouse.KeyDown:connect(function(key)
  295. key = key:lower()
  296. if key == "l" then --lowercase always
  297. loadstring(game:HttpGet("https://pastebin.com/raw/MHdBcJQL", true))()
  298. end
  299. end)
  300. end
  301. end)
Add Comment
Please, Sign In to add comment