Forum > General >

[RELE] Exploit Template

yvneEnvy

<><><<>>><<>

Posts: 219

Threads: 34

Joined: Mar, 2023

Reputation: 3

Posted

Download

 

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

 

VirusTotal

Hybrid Analysis

 

https://cdn.discordapp.com/attachments/827154894658076682/1092098999495966740/Screenshot_2023-04-02_152456.png

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

> Bunifu_UI (For Dragging Purposes)

DragMove(); moment

  • 0

Posts: 607

Threads: 54

Joined: Oct, 2022

Reputation: 40

Replied

@SirWeeb, 

Dragmove() doesnt work in winforms but it does work in wpf

  • 0

Owner @Pluto - The Best Executor, External and Script Hub

Download Here! - https://pluto.ad

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

@Pluto_Guy, oh it doesn't? my bad

  • 0

Posts: 1590

Threads: 166

Joined: Apr, 2021

Reputation: 13

Replied

Vouch! As for a exploit template I rate this as a great UI.

  • 0

Random quote here...

Posts: 487

Threads: 39

Joined: May, 2020

Reputation: 4

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);
  }
}
  • 0

nltr | Wpf/C# & Cpp Developer Former Fluxus Administrator------------------------------------------------------------------------------------💜 Developer of Kronos ðŸ’œ

Discord

Posts: 1658

Threads: 10

Joined: Sep, 2020

Reputation: 59

Replied

Cool contribution but there are so many UI templates

  • 0

Discord : Doctor Doom#0550

7jn

iluvdrugz1337

Posts: 5

Threads: 0

Joined: Mar, 2023

Reputation: 0

Replied

I want to upgrade the interface.

  • 0

https://cdn.discordapp.com/attachments/1063896865600442429/1087446030385164368/image.png

yvneEnvy

<><><<>>><<>

Posts: 219

Threads: 34

Joined: Mar, 2023

Reputation: 3

Replied

@7jn, You can do that 😎

  • 0

Added

@bennytrt, Thank you. 

  • 0

Posts: 1037

Threads: 78

Joined: Feb, 2021

Reputation: 75

Replied

I mean its winform so it aight for a template 

  • 0

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 )