infiSTAR / EzOverlay.dll

Check video out https://youtu.be/h3zcWF5XTKg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mr Шведская Пизда:
This is my first ever dll, I made all of this in about 5 hours. There will be things that might not work.

Subscribe to swedish twat - https://www.youtube.com/channel/UC4et5EGjwrSzE7nA6AlZ37g. (Шведская пизда, original nick-name moment)

TO use EzOverlay.dll compile this poject and there will be a dll located in the bin folder. 
Reference it in your own project and add these things.

If you don't understand this then watch my next video that explains how to use this dll ;)



Mr Yotic: 
This "Man" made a repository and a video for the sake of one line, omg.
Forked by MrYotic.


[How to used]
Form:
private WorthOverlay worthOverlay = new WorthOverlay();
private ThroughWindow throughWindow = new ThroughWindow(Handle); // this.Handle

Start method:
CheckForIllegalThreadCalls = false;
throughWindow.Enable();

Loop mehthod: //(use new Thread(() => {while(true) yourloopmethod();}))
if (!worthOverlay.Discover(Wrapper.HookProcess.MainWindowHandle))
   return;
/*
.
.
.
*/

About

Check video out https://youtu.be/h3zcWF5XTKg


Languages

Language:C# 100.0%