Categories > Coding > C# >

kiwi x corners

Posts: 1597

Threads: 166

Joined: Apr, 2021

Reputation: 13

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

 

  • 0

Random quote here...

Posts: 1668

Threads: 10

Joined: Sep, 2020

Reputation: 59

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

Discord : Doctor Doom#0550

Posts: 1597

Threads: 166

Joined: Apr, 2021

Reputation: 13

Replied

@0x777_ it's just movable form code god stop being so rude ._.

  • 0

Random quote here...

Posts: 1668

Threads: 10

Joined: Sep, 2020

Reputation: 59

Replied

@VoidableMethod Then stop crap-posting and attempting to get revenue off code / designs you can google 😂

  • 0

Discord : Doctor Doom#0550

Posts: 1165

Threads: 69

Joined: Oct, 2019

Reputation: 89

Replied

@VoidableMethod Isn't Cool To Paste And Then Throw A Linkvertise On Top Of It

  • 0

Posts: 1597

Threads: 166

Joined: Apr, 2021

Reputation: 13

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?

  • 0

Added

@0x777_ i designer the UI, just the movable fodm code

  • 0

Random quote here...

Posts: 1668

Threads: 10

Joined: Sep, 2020

Reputation: 59

Replied

@VoidableMethod Then why put linkvertise on it you idiot, you can simply google it.

  • 0

Discord : Doctor Doom#0550

Posts: 1597

Threads: 166

Joined: Apr, 2021

Reputation: 13

Replied

@0x777_ yeah you can, i never said that all of this was mine .-.

  • 0

Random quote here...

Zera

Paul

vip

Posts: 1098

Threads: 28

Joined: Mar, 2020

Reputation: 41

Replied

@VoidableMethod

 

slapping in a linkvertise link along with code which you didn't even make, isn't right (morally)

 

  • 0

https://cdn.discordapp.com/attachments/995469995742068832/1073019970012848228/Untitled39_20220604185345.png

Posts: 2

Threads: 0

Joined: Sep, 2021

Reputation: 0

Replied

why would u make money off of code that u didnt make, so retarded

  • 0

Exploits I Use: Synapse X, ScriptWare M, and KRNL

C#, Lua experienced developer / VisualBasic and C++ intermediate developer

stuff

MINISHXP

minishxp

Posts: 814

Threads: 4

Joined: Jan, 2021

Reputation: 9

Replied

wdym kiwi x corners? like the radius of them?

  • 0

hi123

Posts: 1597

Threads: 166

Joined: Apr, 2021

Reputation: 13

Replied

@MINISHXP yeah like the one in kiwi x v3 

  • 0

Random quote here...

MINISHXP

minishxp

Posts: 814

Threads: 4

Joined: Jan, 2021

Reputation: 9

Replied

@VoidableMethod so the code just adds corner radius? you can use winform ui libraries like guna ui LOL

  • 0

hi123

Posts: 1597

Threads: 166

Joined: Apr, 2021

Reputation: 13

Replied

@MINISHXP it's not code, it's ui design

  • 0

Random quote here...

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )