The launcher, it just creates a WebKit hack as of now, no?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![]()
The launcher, it just creates a WebKit hack as of now, no?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![]()

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 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 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)
Yeah. Might be fake, or he might be developing a 3DS bricker.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.

Why would he ask for people with hardmods to test for him if he wanted to make a bricker?he might be developing a 3DS bricker.
or anything.
I know some C++.
A line of code? How about a whole program:
And yes, i'm aware it doesn't work.#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;
}
A line of code? How about a whole program:
And yes, i'm aware it doesn't work.#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;
}
WHAT THE F*** YOU FOUND THAT O_O
Sorry, I am so mind blown right now.
cin >> number;
cin >> input;
highest = input;
secondhighest = input;
for(int track = 1; track < number; track++) {
cin >> input;
I trust him not to do the latter.
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.


