Giter Site home page Giter Site logo

rbxhooks's Introduction

RbxHooks

Easy to use client modifications for old Roblox

Hooks

These describe the included hooks with RbxHooks, but you can also add your own! RbxHooks provides a very easy format to adding your own hooks.

  • TrustCheck: Basic hook that detours the internal Roblox IsTrustedSite function and replaces it with a custom one. Currently does not patch HTTPS TrustCheck.
  • SwapIp: Censors all peer IPs in a NetworkServer by displaying them as "RakPeer".

Usage

For finding hook addresses, x64dbg is recommended. For patching the import table, StudPE is recommended.

  1. Compile RbxHooks as x86, and copy the output DLL file to the folder where you are keeping RobloxApp.exe.
  2. Open RobloxApp.exe with StudPE (File -> Open PE File)
  3. Go to the Functions tab
  4. Right click in the left panel and click Add New Import.
  5. Click Dll Select and browse to RbxHooks.dll in your Roblox folder.
  6. Click Select func. and select patch from the list that appears.
  7. Click Add to list, then ADD at the bottom.
  8. Close the program by clicking OK. This will also save the patches to the executable file.

License

RbxHooks is licensed under the MIT license. A copy of the license has been included with RbxHooks.

rbxhooks's People

Contributors

rjindael avatar cpunch avatar pizzaboxer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.