Hey, i am DarkIce!

About Me

  • 25 years old
  • Computer engineering B.Sc. @ TU Berlin
  • Passionate about coding and cutting-edge technology
  • Enjoying gaming and reverse engineering games

Here's what i am good at

  • Proficient in low-level programming aswell as operating system development using C/C++
  • Backend development using Rust or JS with Node.js
  • Skilled in frontend development with technologies such as Vue.js , SolidJS , React , or Astro , complemented by TailwindCSS
  • Well-versed in machine learning, data analysis, and visualization using Python
  • Limited experience in game development using Unity and Godot Engine
  • Explore some of my noteworthy projects

On my website

Snake

A snake clone that you can play directly inside your browser. Use arrow keys or WASD to control the snake. Written in JavaScript.

Connect Four

Connect four game. After each turn pass the mouse to the other player. Written in JavaScript.

Text Manipulator

Basic Text Manipulator with options like uppercase, lowercase, mockspeech, adding spoiler tags to each letter and so on. Written in JavaScript.

Hunt Showdown Stats

Show your Hunt Showdown Stats by loading a local file.

Hardware projects

PicoLED

PicoLED is an WS2812 LED controller designed for the Raspberry Pi Pico W. It creates a wireless access point with a simplified DHCP and DNS server. Next it opens a captcha portal with an web interface to control various light effects. Written in C.

Reverse engineering & game cheats

DarkTool

  • External CS:GO cheat with many features such as: ESP, Aimbot, Triggerbot, Bunnyhop etc.
  • Uses RPM and WPM to access the memory.
  • Uses ImGui to draw an overlay.
  • Written in C++.

DarkToolX

  • Internal CS:GO cheat with many features such as: ESP, Aimbot w/ AutoWall, Triggerbot, Bunnyhop w/ Autostrafe etc.
  • Using a Manual map injector to avoid Anti Cheat detections.
  • Uses ImGui to draw an overlay.
  • Written in C++.

DarkTool Warzone

  • External Call of Duty Modern Warfare cheat with features such as: ESP, Aimbot, Radar.
  • Using a kernel driver with shared memory IPC to avoid Anti Cheat detections.
  • Uses ImGui to draw an overlay.
  • Written in C++.

Utilities

ParlAI Log Parser

A ParlAI Log Parser. It extracts metrics such as loss, perplexity etc. over time. Then it can be easily plotted or used further for any analysis. Written in Python.

file-to-array

An command-line utility program that enables you to embed binaries into a header file. By providing a designated path, the program generates a header file containing all files recursively alongside its original path. Written in C++.

Base64

A Base64 encoder and decoder that i wrote for my other projects. It supports both standard and url encoding and decoding. Written in C++.

Sudoku Solver

A fast constexpr Sudouko Solver that i wrote to get familiar with the concept of backtracking. Written in C++.