Advertisement
Guest User

Untitled

a guest
Feb 15th, 2020
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. // GTA V SCRIPT HOOK (build Dec 16 2019, v1.0.1868.0)
  2. // (C) Alexander Blade 2015-2019
  3. [21:50:37] INIT: Started
  4. [21:50:37] INIT: Success, game version is VER_1_0_1868_0_NOSTEAM
  5. [21:50:37] INIT: Registering script 'CustomCameraVPlus.asi' (0x00007FFBB52E2390)
  6. [21:50:37] INIT: Registering script 'Gears.asi' (0x00007FFBB2FDACA0)
  7. [21:50:37] INIT: Registering additional script thread 'Gears.asi' (0x00007FFBB2F94F00)
  8. [21:50:38] INIT: Registering script 'TrainerV.asi' (0x00007FFB8C198600)
  9. [21:50:38] INIT: Registering script 'VehicleControl.asi' (0x00007FFBB2A826D0)
  10. [21:50:38] INIT: Registering script 'VStancer.asi' (0x00007FFBB267A8B0)
  11. [21:50:44] INIT: Pool 1 extended
  12. [21:50:44] INIT: Pool 2 extended
  13. [21:50:44] INIT: Pool 3 extended
  14. [21:50:44] INIT: Pool 4 extended
  15. [21:50:49] INIT: GtaThread collection size 189
  16. [21:50:49] INIT: wnd proc 0x00000000FFFF08CD
  17. [21:50:49] INIT: IDXGISwapChain 0x00007FFBDF8B8018 (0x00007FFBDF851D20)
  18. [21:50:49] INIT: IDXGISwapChain set
  19. [21:50:49] INIT: DX init started
  20. [21:50:49] INIT: DX feature level B000
  21. [21:50:49] INIT: DX init succeeded
  22. [21:51:22] CORE: Requesting thread creation
  23. [21:51:22] CORE: Creating threads
  24. [21:51:23] CORE: Started control thread, id 31 active 1
  25. [21:51:23] CORE: Started thread 'CustomCameraVPlus.asi' (0x00007FFBB52E2390), id 32 active 1
  26. [21:51:23] CORE: Started thread 'Gears.asi' (0x00007FFBB2FDACA0), id 33 active 1
  27. [21:51:23] CORE: Started thread 'Gears.asi' (0x00007FFBB2F94F00), id 34 active 1
  28. [21:51:23] CORE: Started thread 'TrainerV.asi' (0x00007FFB8C198600), id 35 active 1
  29. [21:51:23] CORE: Started thread 'VehicleControl.asi' (0x00007FFBB2A826D0), id 36 active 1
  30. [21:51:23] CORE: Started thread 'VStancer.asi' (0x00007FFBB267A8B0), id 37 active 1
  31. [21:51:23] CORE: Launching main() for 'CustomCameraVPlus.asi' (0x00007FFBB52E2390), id 32
  32. [21:51:23] CORE: Launching main() for 'Gears.asi' (0x00007FFBB2FDACA0), id 33
  33. [21:51:24] CORE: Creating texture 'G:\Grand Theft Auto V\ManualTransmission\texture_wheel.png', id 0
  34. [21:51:24] CORE: Launching main() for 'Gears.asi' (0x00007FFBB2F94F00), id 34
  35. [21:51:24] CORE: Launching main() for 'TrainerV.asi' (0x00007FFB8C198600), id 35
  36. [21:51:26] CORE: Launching main() for 'VehicleControl.asi' (0x00007FFBB2A826D0), id 36
  37. [21:51:26] CORE: Launching main() for 'VStancer.asi' (0x00007FFBB267A8B0), id 37
  38. [21:51:55] UNINIT: Unregistering script 'VStancer.asi'
  39. [21:51:55] UNINIT: Unregistering script 'VehicleControl.asi'
  40. [21:51:55] UNINIT: Unregistering script 'TrainerV.asi'
  41. [21:51:55] UNINIT: Unregistering script 'Gears.asi'
  42. [21:51:55] UNINIT: Unregistering script 'CustomCameraVPlus.asi'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement