Hacking [IN PROGRESS] New Homebrew Launcher Exploit for 3DS

  • Thread starter Thread starter TheHomesk1llet
  • Start date Start date
  • Views Views 97,596
  • Replies Replies 503
  • Likes Likes 52
Status
Not open for further replies.
It's obvious you don't need a flashcart to run unsigned code, but this is still good progress, yes.
Also, I really hope homesk1llet doesn't hate me for leaking the launcher :P
The launcher, it just creates a WebKit hack as of now, no?
 
Maybe he should have private testers who are capable of analysing issues and providing solutions instead of people who are leaking launchers unless he plans to keep his releases public until it's stable and working then maybe he should just update his first post with a link and a warning.
 
To be honest, IDK.

I could do that (and I wasn't going to leak it until he told me it was ok, when I get a functional launcher I will NOT leak it unless he tells me it's ok)


I'm sorry, but I don't think that you have the skills or knowledge to accurately troubleshoot or analyze this kind of software. I'm not trying to get you down, but you claim that you're 10 years old. You still have a long way to go before being able to help out on this kind of project.
 
  • Like
Reactions: 2Hack and VinsCool
If you actually get this to work, can you please make it for HomeMenu (The real name for 3DS firmware) less than 9.2? Downgraded my 3DS to 4.2 to use GW exploit offline for when I order my GW card. If you can't, guess I can upgrade using NAND dump
 
I could do that (and I wasn't going to leak it until he told me it was ok, when I get a functional launcher I will NOT leak it unless he tells me it's ok)

The issue isn't you leaking it. The issue is the fact that you do not have the capability or the knowledge to provide help other than just receiving access to the files. Don't get me wrong, but the screenshot you provided doesn't exactly say go ahead and release it, but only that he doesn't care.

Also you cannot upload a file and say you're welcome because it's not exactly your creation to be thanked for. I apologise if I sounded hard, wasn't my intention to.
 
It might be legitimate, but why did he make a thread about it? First of all, we have no way of verifying the legitimacy if it isn't released. Second, it just creates extra hype that isn't needed. If you finish it, fine. Make a thread.
Yeah. Might be fake, or he might be developing a 3DS bricker.
Lots of possibilities here.
 
I'm just going to remain sceptical until I see it with my own eyes. All I see is just talk for now and a non functional launcher. Also, the fact that professionalism isn't his strong suit when it comes to sharing files especially with people with no knowledge about programming.
 
I personally can't wait to have a functioning from-source version of the Gateway launcher. Will be nice in the event that I want ARM11 Kernel or ARM9 Kernel access. Even if this project gets that far, it'll still be something.
 
or anything.


If you've never made any functional program, I don't know how you can have enough confidence to say that you have some programming knowledge.

Again, I'm not just trying to pick on you here, you should really just read some books or get some real programming experience before blindly claiming you do.
 
  • Like
Reactions: 2Hack
A line of code? How about a whole program:
#include <iostream>
using namespace std;
int main ( ) {
int number;
int highest;
// int var = 0;
int secondhighest = 0;
int input;
cout << "How many numbers? ";
cin >> number;
cin >> input;
highest = input;
secondhighest = input;
for(int track = 1; track < number; track++) {
cin >> input;
// secondhighest = input;
// if(second == 4) {
// var = second;
// }
if(highest <= input) {
secondhighest = highest;
highest = input;
}
else if(input < secondhighest) {
secondhighest = input;
// secondhighest = input;
}
else if(secondhighest < input) {
secondhighest = input;
}
}
cout << "Highest: " << highest << endl;
cout << "Second: " << secondhighest;
}
And yes, i'm aware it doesn't work.


Oh boy, here it comes...
 
  • Like
Reactions: 2Hack
A line of code? How about a whole program:
#include <iostream>
using namespace std;
int main ( ) {
int number;
int highest;
// int var = 0;
int secondhighest = 0;
int input;
cout << "How many numbers? ";
cin >> number;
cin >> input;
highest = input;
secondhighest = input;
for(int track = 1; track < number; track++) {
cin >> input;
// secondhighest = input;
// if(second == 4) {
// var = second;
// }
if(highest <= input) {
secondhighest = highest;
highest = input;
}
else if(input < secondhighest) {
secondhighest = input;
// secondhighest = input;
}
else if(secondhighest < input) {
secondhighest = input;
}
}
cout << "Highest: " << highest << endl;
cout << "Second: " << secondhighest;
}
And yes, i'm aware it doesn't work.




http://cboard.cprogramming.com/cplu...rs-prints-2-highest-ones-won't-print-sec.html Find you.............
 
  • Like
Reactions: 2Hack and VinsCool
This thread is quickly turning into gold.

Code:
cin >> number;
cin >> input;
highest = input;
secondhighest = input;
for(int track = 1; track < number; track++) {
cin >> input;
What in the name of santa clause?

Doesn't cin take input?
Why taking input inside the loop and also never using the assigned "highest" variable?
I've only done a week of c, which I was sick during so never actually attended, so forgive the ignorance of cin if it does something else.

I googled cin, I still got it. :toot:
 
Anyway, this is getting slightly off topic, but if you can't get a program that just compares a few variables to work, I don't think that you would be much help on this project.

You're still very young and have plenty of time to learn more, but at your current stage, you should be more worried about learning the language. You have to learn to walk (or crawl) before you can run.
 
  • Like
Reactions: Kafke
I trust him not to do the latter.

You may "trust him" not to intentionally brick your console, but when you run a Launcher.dat with two halves of the Gateway code literally pasted together, you are just asking for the anti-clone programming to kick in and brick your console.
 
OK, this is heating up too fast. I just got a non-working alpha build, and now people are complaining because I wasn't worthy of getting it- damn.


Hey, I wasn't trying to discourage you. You just need some more practice, nobody said you weren't worthy of getting it, but you certainly can't expect to be able to analyze code that you cannot understand yet. /counselormode
 
  • Like
Reactions: 2Hack
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum