Categories > Coding > C# >
kiwi x corners
Posted
hi
so im not sure if kiwi x has corners like this but there's something that i'd like to release
so there's no vt or anyrun because that's an source lol
credits to kiwi x for giving me the idea ig
also linkvertise bc support meh i need mani
for food :c
click to downled pls dont sked
Random quote here...
Replied
Lol full of just pasted code that you didn't even make retard. You can easily google this.
https://cdn.discordapp.com/attachments/882371931075145770/884171180767072296/Corners.rar
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Corners
{
public partial class Form1 : Form
{
public const int WM_NCLBUTTONDOWN = 0xA1;
public const int HT_CAPTION = 0x2;
[System.Runtime.InteropServices.DllImport("user32.dll")]
public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam);
[System.Runtime.InteropServices.DllImport("user32.dll")]
public static extern bool ReleaseCapture();
public Form1()
{
InitializeComponent();
}
private void Form1_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
ReleaseCapture();
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
}
}
private void panel3_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
ReleaseCapture();
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
}
}
private void panel4_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
ReleaseCapture();
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
}
}
private void panel5_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
ReleaseCapture();
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
}
}
private void panel1_MouseDown(object sender, MouseEventArgs e)
{
if (e.Button == MouseButtons.Left)
{
ReleaseCapture();
SendMessage(Handle, WM_NCLBUTTONDOWN, HT_CAPTION, 0);
}
}
private void label1_Click(object sender, EventArgs e)
{
Application.Exit();
}
private void label2_Click(object sender, EventArgs e)
{
this.WindowState = FormWindowState.Minimized;
}
}
}
Cancel
Post
Discord : Doctor Doom#0550
Random quote here...
Replied
@VoidableMethod Then stop crap-posting and attempting to get revenue off code / designs you can google 😂
Cancel
Post
Discord : Doctor Doom#0550
Replied
@ImmuneLion318 i didn't paste, i just added movable form which is not count as skidding, you think other exploits are not using code from that website?
Cancel
Post
Random quote here...
Replied
@VoidableMethod Then why put linkvertise on it you idiot, you can simply google it.
Cancel
Post
Discord : Doctor Doom#0550
Random quote here...
Replied
slapping in a linkvertise link along with code which you didn't even make, isn't right (morally)
Cancel
Post
https://cdn.discordapp.com/attachments/995469995742068832/1073019970012848228/Untitled39_20220604185345.png
Replied
why would u make money off of code that u didnt make, so retarded
Cancel
Post
Exploits I Use: Synapse X, ScriptWare M, and KRNL
C#, Lua experienced developer / VisualBasic and C++ intermediate developer
stuff
Replied
wdym kiwi x corners? like the radius of them?
Cancel
Post
hi123
Random quote here...
Replied
@VoidableMethod so the code just adds corner radius? you can use winform ui libraries like guna ui LOL
Cancel
Post
hi123
Random quote here...
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post