About 149,000 results
Open links in new tab
  1. GitHub - Exunys/Remotes-Scanner: ROBLOX Script that discovers …

    ROBLOX Script that discovers all of the RemoteEvents/RemoteFunctions in the game and prints out its details.

  2. Is it possible for exploiters to intercept Remotes, and ... - Roblox

    Jan 9, 2019 · Yes, because a colon is used to call/invoke remotes, exploiters can hook the __namecall metamethod and read the arguments in the remote. (and as you probably already …

  3. Best way to protect RemoteEvents against exploiters? - Roblox

    Jun 26, 2021 · There’s no way to protect a RemoteEvent being fired from Client to Server. But you can put checks in place to help prevent exploiters from being able to do whatever they’re trying …

  4. GitHub - Upbolt/Hydroxide: Lua runtime introspection and …

    Lua runtime introspection and network capturing tool for games on the Roblox engine. Report issues to our Discord server: https://discord.gg/DJxBwAX. New Discord server will be …

  5. Possible Solution to Remote Event Exploits? - Roblox

    Aug 16, 2021 · So recently I’ve heard that exploiters can break games by firing remote events through the client side. Wouldn’t a fairly good solution be implementing a passcode parameter …

  6. Security tactics and cheat mitigation | Documentation - Roblox

    Firing unsecured RemoteEvents or invoking RemoteFunctions, such as to award themselves items without earning them. Adjusting their character's WalkSpeed so that it moves really fast.

  7. GitHub - AmirAgassi/FireSpy: FireSpy allows for monitoring …

    FireSpy allows for monitoring RemoteEvents, along with editing, blocking, or firing custom RemoteEvents to exploit filtering-enabled games on Roblox. BlackStar bypasses are baked in. …

  8. RemoteEvents/ RemoteFunctions : r/ROBLOXExploiting - Reddit

    Nov 10, 2022 · Run saveinstance() (which saves the game to the workspace folder in your exploit) and open it then search for the LocalScript which fires the remote. To make it easier, use Ctrl …

  9. I want to fire a remote event! : r/ROBLOXExploiting - Reddit

    Nov 20, 2021 · You can replace the args with your arguments and replace the remote location or use simplespy, you can use it with the ;rspy command in infinite yield

  10. How to protect remote events and function roblox?

    Jul 31, 2017 · In my game I have a local script for gun that fires a remote event to change a players health. The problem is that hackers could just fire the remote event and change a …

Refresh