Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/01/2022 in all areas

  1. Its unfortunate that there is no maturity test before making an account. It would be great if you can change the attitude a bit. People that want to show how superior they are do act in a way as you do, Could be by giving joke answers to serious questions. Or simply enable to have a proper conversation. Very self centered and serious arrogance. My question remains.
    3 points
  2. Or perhaps the script needs to be written differently?
    2 points
  3. Version 6.4.0

    797 downloads

    bringing another script from need for speed no limits version 6.4.0 in this script you release all the cars in the garage... to know how to use it visit the link of my video on my channel below https://youtu.be/dXTqABtw65I
    1 point
  4. Guys, wow.. You are just amazing..!
    1 point
  5. Script is now updated for 22.8.7, and will also work with 22.8.4
    1 point
  6. 1 point
  7. Version 1.2.6

    8,288 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
  8. Thank you for your comment I'll include them asap
    1 point
  9. Why did you remove the custom option? It works for 64bit and has no issues! I had code to make sure the custom number was valid (between 0 and 65535), and it gave a scary warning when you tried to edit over 45k. It's your script, so don't feel obligated to add it back. But I think a lot of people (including myself) liked the custom option. It didn't cause anyone to get accidently banned or crash the game, either.
    1 point
  10. The script has been patched, but @Michael1541went through a lot of effort to make an updated version for the community! Switch to that one instead: PG3D Lottery and Sets script updated - LUA scripts - GameGuardian
    1 point
  11. There are some upgrades for soldiers that are not free at all
    1 point
  12. 1 point
  13. I tried it in an easy game. It works fine For those who don't know, try to understand to learn scprit example. The script is working in the game and belongs to me. Thanks bro Cihann.lua
    1 point
  14. I remember this one guy that thought that the eye button in the right corner of GameGuardian was a hidden camera or some illuminatie symbol.
    1 point
  15. Watch on YouTube: 97.0: Added group search by the condition "not equal" - GameGuardian
    1 point
×
×
  • 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.