This repo is gonna be filled with a bunch of dumb WinAPI function calls written in Kotlin/Native.
They have zero real-world purpose (or at least not good enough for practical use) and exist purely for messing around with Kotlin/Native + WinAPI.
1 - Download template for Kotlin Native Template
2 - Throw .kt file in and run
Documents on how to get started with kotlin native are HERE
Credit to Ignat Beresnev Video Game Hacking using Kotlin/Native which got me looking into this
Class | Description |
---|---|
Beep.kt | Makes random beep's using the Beep Function |
DVD.kt | Makes a window on your screen bounce like the OG dvd logo |
Jidder.kt | Makes the focused window jidder ridiculously and YES it does get annoying |
MORE TO COME! hopefully |
Todo in future make more practical stuff like dll injection and memory manipulation