Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/07/2022 in all areas

  1. Version 1.2.6

    7,123 downloads

    New Hooking and calling methods with Il2Cpp Edits by Name Plugin This is a plugin based script aimed mainly at finding edits and creating scripts for Unity based games but can be extended via plugin to do whatever you are capable of scripting for any type of game. You can import dump.cs (Il2CppDumper) and types.cs (Il2CppInspector) files. My Il2Cpp Fields and Edit by Name scripts are included as plugins with improvements over the original scripts for making edits. You can export standalone scripts using the edits made with the plugins. Do not delete the BC_DATA directory that is created or the files inside of it and its subdirectories. Info for creating plugins: A template for creating plugins is in the downloads list with the toolbox. -- To load data from dump.cs or types.cs, user will be prompted to select a dump.cs or types.cs file if a saved json with processed dump data is not found in the scripts data directory. dumpHandler.loadDumpData() -- To make the script return to your plugins main menu instead of the scripts main menu when the floating [Sx] button is pressed. pluginManager.returnHome = true pluginManager.returnPluginTable = "yourScriptsFunctionTableHere" To make normal functionality return to the floating [Sx] button. pluginManager.returnHome = false -- Search results from the built in dump search plugins are stored in the following tables which reference dump_cs_table The tables are created upon loading the search plugin. Method results dumpSearcher.methodResults = { {1,10} } -- this would be one result referencing dump_cs_table[1].methods[10] Field results dumpSearcher.fieldResults = { {1,10} } -- this would be one result referencing dump_cs_table[1].fields[10] Enum dumpSearcher.enumResults = { {1,10} } -- this would be one result referencing dump_cs_table[1].fields[10] -- Your plugin should be based on the plugin template and have a unique function table name, there should at minimum be a function named "home" in the function table.
    1 point
  2. View File Real Racing 3 - All In One Interface REAL RACING 3 - ALL IN ONE INTERFACE Current version: 10.4.2.1.2b Description: The script loads all my scripts into one menu. Useful for running all my scripts without having to search and run them manually. Instructions: Run the file in the same directory where my other scripts are saved. Submitter MarioRossi93i Submitted 03/20/2022 Category LUA scripts  
    1 point
  3. teleportMenu.lua Separated script, you can use for now till its implemented as mentioned above.
    1 point
  4. New version 10.4.2.1.2b released!
    1 point
  5. 1 point
  6. nice idk what to say good script
    1 point
  7. -1 points
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.