Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Minimal Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloChianfa committed Jun 30, 2020
1 parent 477231d commit ee11bdf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 29 deletions.
40 changes: 15 additions & 25 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Core/HookWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ def HookWindow(self):
if self.result == 1:
return self.TakedImage
else:
return print('Debugged From HookWindow')
self.win32gui.SetForegroundWindow(self.hwnd)
self.TakedImage = Hooker().HookWindow()
if self.result == 1:
return self.TakedImage
else:
return print('Debugged From HookWindow')


'''
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Loads.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Auto": false,
"hwnd": 198286,
"hwnd": 328576,
"ScriptName": null,
"Platform": "Windows"
}
4 changes: 2 additions & 2 deletions Scripts/StonerefinerVenore.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{
"mark": "CheckMark",
"type": 1,
"status": false
"status": true
},
{
"mark": "QuestionMark",
"type": 1,
"status": true
"status": false
},
{
"mark": "ExclimationMark",
Expand Down

0 comments on commit ee11bdf

Please sign in to comment.