Skip to content

Instantly share code, notes, and snippets.

@ihaveamac
Last active January 2, 2016 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihaveamac/e95d2cf8cf92771dbc51 to your computer and use it in GitHub Desktop.
Save ihaveamac/e95d2cf8cf92771dbc51 to your computer and use it in GitHub Desktop.
FIND SOMETHING BETTER TO DO WITH YOUR TIME LOL
[SIZE=7][B]read this. it's important.[/B][/SIZE]
[LIST]
[*][SIZE=5]you cannot use this for downgrading, installing .CIAs, etc. yet. it is purely for testing.[/SIZE]
[*][SIZE=5]when you post results, include your [B][U]model[/U][/B], [B][U]entry point[/U][/B], and [B][U]full firmware version (e.g. 10.3.0-28E)[/U][/B].[/SIZE]
[*]this has pretty much no risk of bricking as it doesn't write to the NAND or anything. with that in mind I am not responsible if anything weird happens so run this at your own risk.if you get a test value of [B][U]DEADCAFE[/U][/B] then it has worked.
[*]this might help with getting "DEADCAFE":[QUOTE="Ptrk25, post: 5907415, member: 371496"][SIZE=5][B]99%% Deadcafe on N3DS 10.3[/B][/SIZE]
[LIST]
[*]Use menuhax
[*]Open FTP-3DS
[*]Close it with L+R+Down+B
[*]Open memchunkhax
[*]It should display deadcafe
[/LIST]
Ptrk25[/QUOTE]
[/LIST]
[hr][/hr]
latest build:
rm blogpost.txt
rm git-commit.txt
git pull
INPUT=$(cat .git/refs/heads/master)
FNAME=$(echo $INPUT | cut -c 1-7)
printf "This build is directly based on:\nhttps://github.com/Steveice10/memchunkhax2/commit/$INPUT\n\nCheck this post for new builds:\nhttps://gbatemp.net/entry/the-memchunkhax2-hype-post-with-3dsx.10938/" > git-commit.txt
make clean
make
rm *.zip
mkdir memchunkhax2
mv memchunkhax2.3dsx memchunkhax2/
mv memchunkhax2.smdh memchunkhax2/
zip -r memchunkhax2-$FNAME.zip memchunkhax2/ git-commit.txt
rm -r memchunkhax2/
ftp -in -u ftp://USERNAME:PASSWORD@ianburgwin.net/public_html/hax/ memchunkhax2-$FNAME.zip
printf "$(cat header.txt)\n[B][URL='https://ianburgwin.net/hax/memchunkhax2-$FNAME.zip'][SIZE=7]memchunkhax2-$FNAME.zip[/SIZE][/URL][/B]\n[SIZE=6]$(date -r$(git log -1 --pretty=format:%ct))[/SIZE]\nthis is based on commit [URL=\"https://github.com/Steveice10/memchunkhax2/commit/$INPUT\"]$FNAME[/URL] at GitHub\n$(cat footer.txt)" > blogpost.txt
pbcopy < blogpost.txt
open https://gbatemp.net/blog/ihaveamac.364799/edit-entry?entry_id=10938
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment