mirror of
https://silica.codes/BedrockReverse/MCEELoginSkip.git
synced 2025-04-06 13:15:49 +12:00
update
This commit is contained in:
parent
9ad87f330f
commit
da82c1ac77
4 changed files with 43 additions and 43 deletions
|
@ -251,11 +251,6 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
|
||||
ptr += pointer_path[num_ptr-1]; // final addition
|
||||
#ifdef _WIN64
|
||||
printf_s("Final Ptr: 0x%llx\n", ptr);
|
||||
#else
|
||||
printf_s("Final Ptr: 0x%x\n", ptr);
|
||||
#endif
|
||||
|
||||
// Wait for 0x1
|
||||
int login_step_value = 0;
|
||||
|
@ -263,6 +258,12 @@ int main(int argc, char* argv[])
|
|||
|
||||
if (login_step_value != 0x0)
|
||||
{
|
||||
#ifdef _WIN64
|
||||
printf_s("Final Ptr: 0x%llx\n", ptr);
|
||||
#else
|
||||
printf_s("Final Ptr: 0x%x\n", ptr);
|
||||
#endif
|
||||
|
||||
printf_s("Current Login Step: %i\n", ptr, login_step_value);
|
||||
if (LOGIN_STEP_VALUE != -1)
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<ProjectGuid>{917b2aeb-964d-4499-8108-4e356c91d5e9}</ProjectGuid>
|
||||
<RootNamespace>MinecraftEducationEdition</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||
<ProjectName>MinecraftEducationEdition</ProjectName>
|
||||
<ProjectName>MinecraftEducationEditionLoginSkip</ProjectName>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
2594A58 > 60 > 138 > 58 > 480 > 10 > A8 > 0
|
Loading…
Add table
Reference in a new issue