Posted
WeAreDevs API Exploit Template: OpenSource
Info:
Written in C# Obviously
Uses 4.8
Uses WeAreDevs_API
DLLs:
Bunifu_UI (For Dragging Purposes)
WeAreDevs_API
Features:
Settings
ScriptsList
I don't know what else to put here
Requirments:
Visual Studio 2022:
https://visualstudio.microsoft.com/
.NET Framework 4.8:
https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48
WinRaR:
https://www.win-rar.com/postdownload.html?&L=0
Replied
> Bunifu_UI (For Dragging Purposes)
DragMove(); moment
Cancel
Post
Replied
@SirWeeb,
Dragmove() doesnt work in winforms but it does work in wpf
Cancel
Post
Owner @Pluto - The Best Executor, External and Script Hub
Download Here! - https://pluto.ad
Replied
Vouch! As for a exploit template I rate this as a great UI.
Cancel
Post
Random quote here...
Replied
@SirWeeb, winforms is kinda cringe if you forgot, you need some booty stuff like this or add a reference just to drag
public const int WM_NCLBUTTONDOWN = 0xA1;
public const int HT_CAPTION = 0x2;
[DllImportAttribute("user32.dll")]
public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam);
[DllImportAttribute("user32.dll")]
public static extern bool ReleaseCapture();
private void MessageForm_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
ReleaseCapture();
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
}
}
private void button1_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
ReleaseCapture();
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
}
}Cancel
Post
nltr | Wpf/C# & Cpp Developer | Former Fluxus Administrator------------------------------------------------------------------------------------💜 Developer of Kronos 💜
Replied
Cool contribution but there are so many UI templates
Cancel
Post
Discord : Doctor Doom#0550
Replied
I want to upgrade the interface.
Cancel
Post
https://cdn.discordapp.com/attachments/1063896865600442429/1087446030385164368/image.png
Replied
I mean its winform so it aight for a template
Cancel
Post
https://media.discordapp.net/attachments/1013939973671624917/1027279180192292944/unknown.png
https://media.discordapp.net/attachments/1010670716062007347/1108945330847883274/image.png
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post