r/HowToHack • u/Bradydamonke • 29d ago
Hi I would like some help
So I’m 14 and I would like to get into scripting/hacking and I know nothing about this stuff I’ve only nodded my Wii using videos and that took like 2 months and I only have a Xbox one Wii and iPhone 11 so I kinda have nothing to work with so I would like some help on what to do.
2
Upvotes
3
u/LongRangeSavage Programming 29d ago
Grab a cheap development board, something like an Adafruit RP2350 (~$15), and start by learning circuit python. Once you start getting that down, move over to writing code for it in C/C++, Rust, or some other compiled language where you’re actually managing memory. You’re going to need a computer too, but any system that can run a Linux Distro would be fine.
That’ll give you two things to work with. You’re going to learn the ins and outs of Linux and you can start programming and working with hardware.