How to code an Autoclicker (C#) (COMPLETE TUTORIAL)

preview_player
Показать описание
~PART ONE~

open me

How to code an autoclicker for minecraft in c# and Visual Studio (Complete Series Part 1)

Setup: 0:22
Form Design: 0:55
Code Begins: 5:03
In Action: 23:34

This tutorial is the first part of a series which explains how to code a minecraft auto clicker, make it look nice, create efficient GUIs and add different modules. In this episode I covered setting up the clicker and sending clicks directly to lunar client! All of this tutorial is in c#

~~DLL IMPORTS~~
[DllImport("User32.Dll", EntryPoint = "PostMessageA")]
private static extern bool PostMessage(IntPtr hWnd, uint msg, int wParam, int lParam);

private static extern IntPtr GetForegroundWindow();

private static extern IntPtr FindWindow(string lpClassName, string lpWindowName);

private static extern short GetAsyncKeyState(System.Windows.Forms.Keys vKey);
~~~DOWNLOADS~~~

JOIN MY DISCORD
Рекомендации по теме
Комментарии
Автор

dusk is the best clicker istg
ive been using it for 6 months and didn't get banned/frozen anywhere

ashoblade
Автор

This is exactly what I'm looking for.

vinhnguyen-oz
Автор

can you do it the clicker works only when the left click is pressed?

Davidvok
Автор

Good video and all, But the thumbnail was the biggest clickbait, i’ve ever seen

slitia
Автор

question. What if you want the autoclicker to not be only affecting the Java application? but also affect other applications, like other games. how would you do it?

byeloz
Автор

This could have been done alot faster but that keyboard was slowing me down. Hey, at least it's easier to follow!

damnclickers
Автор

I have no skill at coding but this was entertaining

captainknuckles
Автор

Hey do you mind giving me the intervals for every timer ?
plz

zoned
Автор

Ah yes, i remember the days where i used to code everyday i even coded legitimate hack applications not for games irl shit. But after 2-3 years i even forgot how to change directory in linux.

dsd
Автор

hi i have a question, at the end there is this code : PostMessage(hWnd, 0x0201, 0, 0)
PostMessage(hWnd, 0x0202, 0, 0) and im asking how do I change these values If I want to do right click instead of left ?

vel
Автор

I have an error in project the trackbar(randomTB mentioned in video) is not moving how to fix it

Kalihack
Автор

i mean les keep this straight, you deserve sub from me

RGBA
Автор

What crack do you use for siticone? Can I have a link?

KamiKlips
Автор

haha now i can combo those sweaty block game sweats

Jesus-iqyu
Автор

I finished the code TILL 11:35 and it doesent change "enable" to "disable" when i click it. Also, I get these two errors.

State
Error CS1061 'Form1' does not contain a definition for 'Autoclicker_Tick' and no accessible extension method 'Autoclicker_Tick' accepting a first argument of type 'Form1' could be found (are you missing a using directive or an assembly reference?) test clicker\test

State
Error CS1061 'Form1' does not contain a definition for 'btnToggle_Click' and no accessible extension method 'btnToggle_Click' accepting a first argument of type 'Form1' could be found (are you missing a using directive or an assembly reference?) test clicker\test

Автор

I'm stuck at where the second Trackbar should move randomly Doesn't happen to me

uredz
Автор

where did you get the Animated tab when you were making the button? this is extension

Jadass-zzwb
Автор

my random track bar goes so slow, it doesnt reach near to what i put it to.

zacktnt
Автор

what does label1_click mean and why did this part of code appear

tgsMC
Автор

Help the track bar dont work and i havent tool box

juko