Category: Hack4Hire
Pro Series Drag Racing APK Mod Is Back!
Many of you miss the APK mods from me. I rarely make them anymore because they just aren’t as fun as they used to be when it was all C# code manipulation instead of this IL2CPP IDA Pro hex editing stuff. That’s not fun. I’m not learning anything by copying and pasting bytes. Pro Series […]
Decompile Unity3D IL2CPP for Modding/Debugging
IL2CPP was first introduced in Android Game Building on Unity3D in July of 2016 but was actually added to Unity3D in December of 2015 for Windows App Store games. IL2CPP converts programming languages like C# into C++ during code compiling in Unity3D. It gives a huge performance increase, compresses better, and has some nice security […]
Known IL2CPP Offsets
This has been heavily requested since I started doing IL2CPP hacking tutorials on my YouTube channel (found HERE). I figured, its long over do, time to post and explain different C# to IL2CPP Hex code conversions. Let’s start with the basics Always Return True as a Boolean What is a Boolean: A Boolean is simply a […]
My Story
Hello everyone. My names Dave. Born in 1991 in the small state of Ohio, I’m just your standard hobbiest computer nerd. Everything from basic gaming to web design to game hacking and more. I’ve messed with all of it at this point, but we can’t just start straight in without knowing how I got started, […]