Skip to content

Commit

Permalink
Fixed Activate Button bug
Browse files Browse the repository at this point in the history
;-;
  • Loading branch information
Revan114 committed Feb 2, 2016
1 parent 649c6ee commit c6c52e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions MouseThingy.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MouseThingy", "MouseThingy\MouseThingy.csproj", "{7CDEC808-F288-4D94-91C8-10DC2F0F6EBC}"
EndProject
Expand All @@ -24,7 +24,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions MouseThingy/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ private void MemoryWriteTimer_Tick(object sender, EventArgs e)

private void ActivateBtn_Click(object sender, EventArgs e)
{
HaloMemoryWriter.TryConnectToProcess(Process.GetProcessesByName("halo2").ToString());
MouseInput.Start();
writeFOVToMemory();
writeCrosshairOffsetToMemory();
Expand Down
Binary file modified MouseThingy/bin/Debug/MouseThingy.vshost.exe
Binary file not shown.

0 comments on commit c6c52e9

Please sign in to comment.