Skip to content

Commit

Permalink
fix(Pointers): GTA Thread Start signature
Browse files Browse the repository at this point in the history
fixes #47
  • Loading branch information
Yimura committed Jan 22, 2022
1 parent 07d9f83 commit 666fce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BigBaseV2/src/pointers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ namespace big
});

// GTA Thread Start
main_batch.add("GTS", "E9 ? ? ? ? CC E8 24 40 53 48", [this](memory::handle ptr)
main_batch.add("GTS", "48 89 5C 24 ? 48 89 74 24 ? 57 48 83 EC 20 8B FA 85 D2 75 2A 8B 15", [this](memory::handle ptr)
{
m_gta_thread_start = ptr.as<PVOID>();
});
Expand Down

0 comments on commit 666fce1

Please sign in to comment.