Go to file
2024-10-16 11:20:42 +08:00
api.stand.one init 2024-10-16 11:20:42 +08:00
bgscript init 2024-10-16 11:20:42 +08:00
compile_and_sign init 2024-10-16 11:20:42 +08:00
Default Theme init 2024-10-16 11:20:42 +08:00
ISaidNoRTTI init 2024-10-16 11:20:42 +08:00
lang init 2024-10-16 11:20:42 +08:00
mp_event_enums init 2024-10-16 11:20:42 +08:00
ScriptHookV init 2024-10-16 11:20:42 +08:00
scripts init 2024-10-16 11:20:42 +08:00
Server Software init 2024-10-16 11:20:42 +08:00
Special Characters init 2024-10-16 11:20:42 +08:00
Stand init 2024-10-16 11:20:42 +08:00
stand.gg init 2024-10-16 11:20:42 +08:00
tunables init 2024-10-16 11:20:42 +08:00
vehicle_items generator init 2024-10-16 11:20:42 +08:00
.gitattributes init 2024-10-16 11:20:42 +08:00
.gitignore init 2024-10-16 11:20:42 +08:00
Default Custom Header.png init 2024-10-16 11:20:42 +08:00
Directory.Build.props init 2024-10-16 11:20:42 +08:00
Doxyfile init 2024-10-16 11:20:42 +08:00
extract_native_tables.php init 2024-10-16 11:20:42 +08:00
firewall.c init 2024-10-16 11:20:42 +08:00
generate_bin.php init 2024-10-16 11:20:42 +08:00
generate_font_bevietnamprolight.php init 2024-10-16 11:20:42 +08:00
generate_font_nanumgothic.php init 2024-10-16 11:20:42 +08:00
generate_font_yahei.php init 2024-10-16 11:20:42 +08:00
generate_lua_natives.php init 2024-10-16 11:20:42 +08:00
mock-website.bat init 2024-10-16 11:20:42 +08:00
README.md init 2024-10-16 11:20:42 +08:00
rockstar_admins.php init 2024-10-16 11:20:42 +08:00
ros.php init 2024-10-16 11:20:42 +08:00
Stand.cv init 2024-10-16 11:20:42 +08:00
Stand.sln init 2024-10-16 11:20:42 +08:00
update_joaat_hash_db.php init 2024-10-16 11:20:42 +08:00
weapon_components.php init 2024-10-16 11:20:42 +08:00
xormagics.php init 2024-10-16 11:20:42 +08:00

Stand

The ultimate trainer for Stealy V-eely Automobiley, allowing you to finally become a [Stand User]!

Dependencies

Make sure you have a flat folder structure, such that Stand and its dependencies have the same parent folder.

Building

To make a Debug build of the Stand project, you need to perform the following steps:

  1. Build the ScriptHookV project
  2. Build the Soup project in the ReleaseDLL configuration
  3. Ensure you have PHP installed and its php.ini has a memory_limit of at least 2G
  4. Double-click lang/_update.bat
  5. Open a console in the repository root and run php generate_bin.php && php generate_font_bevietnamprolight.php && php generate_font_nanumgothic.php && php generate_font_yahei.php && php xormagics.php

After that, you can compile the Stand project to your heart's content.

Updating

Every once in a while, Rockstar will actually bother to change this game, which will make all mod menus unusable until they are updated. In order to update Stand to a new GTA version, the following changes must be made:

  • Sigs.
  • ASI Game Version.

And for major updates:

  • Crossmap.
  • Peds.
  • Vehicles.
  • Weapons.
  • Native Tables. From decompiled scripts with up-to-date crossmap.
  • Script Funcs.
  • Script Locals.
  • Script Globals.
  • Script Globals in MusinessBanager.
  • Script Events.
  • Session Scripts.
  • Asset Hashes.

Additionally, structs may be off; ReClassEx64 and Cheat Engine will help update them.