This is one of the coolest and prettiest mods I have ever made for a game. It turns diep.io into real 3D by putting 3D shapes at the locations of the 2D shapes. I say real 3D cos there have been mods for diep.io before that just gave a fake 3D effect by overlaying multiple… Continue reading Turning the 2D web game Diep.IO into 3D using Three.js
Category: Tutorials
Making cheats for the WebAssembly game DigDig.IO
Last year, I published some cheat scripts for the web game digdig.io. The game’s entire source code is compiled down to WebAssembly (WASM) which makes it a lot harder to cheat than other web games that just use minification or obfuscation to protect the game’s source code. In this article, I will be explaining how… Continue reading Making cheats for the WebAssembly game DigDig.IO
How was the Shellshock.IO cheat made?
A few months ago, I published an aimbot & esp for shellshock.io on greasyfork.com. It gets around 150-400 installs per day. Has 10k+ installs in total as of writing. In this post, I will be explaining how it was done. This post will be split into 3 parts. The first part will cover what an… Continue reading How was the Shellshock.IO cheat made?