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 […]
Playstation 1 Yu-Gi-Oh Forbidden Memories Mod Tool
This is a mod tool in which allows you to randomize the game seed, much like in Minecraft when generating a new map. Randomizing this seed randomizes everything… Player Starting Decks CPU AI Decks throughout the game Card Prizes Card Prices with unlock codes Attack/Defense of monsters Fusion Styles Card Attributes/Types Prize Chances for Winning […]
What’s Goin’ On Lately?!?
A lot of people have come forward asking me why YouTube videos have slowed down, why I haven’t released updates on 132oChallenge, made any tutorials for anything Android, etc… I just wanted to clear up some stuff here and keep you all in the know! Buying a House While being Laid Off! I’ve been going […]
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 […]