Recent content by hugofestA

  1. hugofestA

    Hacking Get screen pixel data(OSScreen)

    Hi! Can I get the "data"of a particular pixel(or the whole screen) with something like this? void OSScreenPutPixelEx(int &bufferNum, uint32_t &posX, uint32_t &posY, uint32_t &colour) (sorry if the syntax was bad) (and sorry for spamming)
  2. hugofestA

    Hacking Record gameplay with homebrew

    Sorry... :(
  3. hugofestA

    Hacking Record gameplay with homebrew

    Hi! I want to record gameplay with homebrew software. Can I do that? (not vWii)
  4. hugofestA

    Hacking Reading save data from USB

    I need my replays!
  5. hugofestA

    Hacking Reading save data from USB

    Yes, built-in data management. But why I need Saveiine? EaseUS found the files but it keeps asking for money.
  6. hugofestA

    Hacking Reading save data from USB

    1. Not vWii save data 2. I don't have a hacked vWii
  7. hugofestA

    Hacking Reading save data from USB

    Hi guys! So, the problem is, I copied my Super Smash Bros.(WiiU) save data to a USB Flash Drive, but nothing works. I tried Wbfs2Fat(missing magic), TestDisk(it exported a raw image file), I was messing with HxD(nope). Help me!
  8. hugofestA

    Hacking elfloader example compile error

    Hi! Me again. If I try to compile the example elfloader(no modifications) make gives me these errors: src/elfloader.c: In function 'load_elf_image': src/elfloader.c:82:11: error: called object is not a function or function pointer memcpy ((void *) phdrs[i].p_paddr, (const void *) image...
  9. hugofestA

    Hacking Can somebody teach me for Wii U programming?

    I know how to code in C. I didn't know the WiiU functions. But I get some help. :) There are LOTS of $$$ courses in Udemy, and I know how to write programs in C. I just didn't knew how to use some of the Wii U functions
  10. hugofestA

    Hacking Can somebody teach me for Wii U programming?

    I will not post threads only if the problem is severe or i'm releasing stuff(which is coming "soon")
  11. hugofestA

    Hacking Can somebody teach me for Wii U programming?

    Actually, I fixed my problems, so nvm. :)
  12. hugofestA

    Hacking Gamepad drawString problems

    Do I need to run this in a loop, like this? void _start() { while(1){ fillScreenTV(0,0,0,0); drawStringTV(0, 0, "Restart your Wii U.\n\n\n\n\nSorry."); flipBuffers(); } } auto :gun::insert emoji of my profile picture here: I'm so stupid. Can somebody...
  13. hugofestA

    Hacking Can somebody teach me for Wii U programming?

    You don't have to be a d!ck about it.
  14. hugofestA

    Hacking [Release] Super DevClicker! 5.3.2/5.5/5.5.1

    You said the code are in the php file, and I said the php files are not used for that.. nvm