Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
help With creating batches

Ok i'm literally bursting my brains trying to find a method to create or input my own number countdown aka smaller batches of numbers to try, i want to use orvtech's efi script but i want to either reverse the countdown from top to bottom or just 1000 code tries per batch, any help or direction would be much appreciated.. Thanks!!!!:confused:
 
Ok i'm literally bursting my brains trying to find a method to create or input my own number countdown aka smaller batches of numbers to try, i want to use orvtech's efi script but i want to either reverse the countdown from top to bottom or just 1000 code tries per batch, any help or direction would be much appreciated.. Thanks!!!!:confused:

No need for top to bottom just modify the code in smaller batches....

refer to post #246 orvtech responds to kliffte


FROM

int counter = 0;
int fakecounter = counter;
char pin[]="xxxx";
void setup() {
pinMode(ledPin, OUTPUT);
delay(10000);
}
void loop(){
keyboard_modifier_keys = 0;
if (counter < = 9999){

TO

int counter = 899;
int fakecounter = counter;
char pin[]="xxxx";
void setup() {
pinMode(ledPin, OUTPUT);
delay(10000);
}
void loop(){
keyboard_modifier_keys = 0;
if (counter < = 1233){


edit: sorry forgot to bold the bottom was in a hurry
 
Last edited:
Awesome to see a bunch of people learning to hack code and do basic programing. a big hi-5 to everyone! :D
 
I have a client with a iMac middle 2011 that by mistake (a bad joke of a familiar) got his computer locked by the iCloud PIN (of course he doesn't remember what he pressed).
What I did is:
1. Disassembly the iMac
2. Take the Hard Disk
3. Mount it on my Mac Pro
After these steps, in Disk Utility I noticed that I was unable to activate (mount) that hard drive...
I initialized it and finally I could start the recovering process (long cause it's a 1 TB hard drive)..
Now I'm waiting to recover the documents...
What I want to know is:
Is there a way to boot up the computer after all this work? I mean, there's a way to reset everything to make a clean OS installation?
The nearest Apple Store is 4 hours away from our city that's why we are doing everything by ourselves..
 
I have a client with a iMac middle 2011 that by mistake (a bad joke of a familiar) got his computer locked by the iCloud PIN (of course he doesn't remember what he pressed).
What I did is:
1. Disassembly the iMac
2. Take the Hard Disk
3. Mount it on my Mac Pro
After these steps, in Disk Utility I noticed that I was unable to activate (mount) that hard drive...
I initialized it and finally I could start the recovering process (long cause it's a 1 TB hard drive)..
Now I'm waiting to recover the documents...
What I want to know is:
Is there a way to boot up the computer after all this work? I mean, there's a way to reset everything to make a clean OS installation?
The nearest Apple Store is 4 hours away from our city that's why we are doing everything by ourselves..


You will still have to bypass the efi/iCloud pin,there are a few ways to do it 1) you can go through apple (not an option for you) 2) flash the efi chip with a programmer 3) DO what we have done and use the teensy 3.0 or compatible device to find the efi/icloud pin.

Also do not format the hard drive.All the info you need to use the Teensy 3.0 is in this thread give it a read starting from post #211,it may sound a little intimidating at first but it is not as hard as it sounds.
 
You will still have to bypass the efi/iCloud pin,there are a few ways to do it 1) you can go through apple (not an option for you) 2) flash the efi chip with a programmer 3) DO what we have done and use the teensy 3.0 or compatible device to find the efi/icloud pin.

Also do not format the hard drive.All the info you need to use the Teensy 3.0 is in this thread give it a read starting from post #211,it may sound a little intimidating at first but it is not as hard as it sounds.
Thank you J602
The important aspect for the client is to recovery data so I'm just running a deep analysis for data recovery (cause when I connected the hard drive to my Mac Pro the files were not showing nor the hd was mounting).
If everything goes wrong, unfortunately I got no time to order a Teensy and wait the delivery time (I live in Italy and for a fast delivery I need to pay something like 110 USD).
The last option that I will propose tomorrow it's to bring the mac to Apple and make them bring it to life again.
I got the unique hash code but if I call them I think I won't get the files I need..
 
Thank you J602
The important aspect for the client is to recovery data so I'm just running a deep analysis for data recovery (cause when I connected the hard drive to my Mac Pro the files were not showing nor the hd was mounting).
If everything goes wrong, unfortunately I got no time to order a Teensy and wait the delivery time (I live in Italy and for a fast delivery I need to pay something like 110 USD).
The last option that I will propose tomorrow it's to bring the mac to Apple and make them bring it to life again.
I got the unique hash code but if I call them I think I won't get the files I need..

No problem,as long as you have the right documentation apple representatives will provide the service you need.
 
Last edited:
I can confirm that using orvtech's code, and the teensy 3.0 I was able to get the macbook's pin. The method I used is as follows:

1) loaded the teensy with the EFI code
2) went into EFI pin entry on the macbook by holding down option
3) wrote down the starting time, and then plugged in the teensy to start running through the loop. I also pointed a webcam to the screen, and started recording so that I can go back in the footage to see when the efi pin entry field accepts the pin.
4)Once the correct pin was entered, luckily I was by the computer, so I was able to see the macbook boot into the iCloud pin entry screen, and had to close out of the wifi selector, so I can see where the teensy loop left off. The teensy was still going, so I just looked at the current numbers it was entering so I can get a good idea of what the code was.
5) unplugged teensy and tried a few codes (about 5-6 codes back) from where the teensy left off.
 
Yep great :rolleyes: job, people are even starting to sell these devices on Ebay, by doing this completely open to all, you have done nothing more than open the door to any semi tech savvy thief to unlock stolen Mac`s and sell them on at a higher price, and or those happy to knowingly accept stolen goods; therefore encouraging ever more theft.

Apple will do nothing unless it gets on their "radar" and given that it took them over six months to patch an SMC issue for their premier notebook the 15" Retina`s, so nothing will be coming anytime soon. I seriously doubt those that have their Mac`s stolen, unlocked and sold on as genuine used items will see any bright side in this :(

I fully understand that a minority will have genuine reason, equally it`s rather self serving given the wider implications. I see the technical challenge, yet I see no need to publicise to "all in sundry".

For some a Mac is a very expensive purchase, some it`s there living, some it`s the culmination of several years study, and for others it`s a quick buck they can make by taking what doesn't belong, I wonder where some of you really stand...

What rubbish. There will always be theft. This is about community spirit in tackling a problem. It is not your place to judge what reasons people have, or if they are thief or not.

Why not investigate the motives behind theft. People desperate for money, people with drug problems. Go and help them and ****
 
What rubbish. There will always be theft. This is about community spirit in tackling a problem. It is not your place to judge what reasons people have, or if they are thief or not.

Why not investigate the motives behind theft. People desperate for money, people with drug problems. Go and help them and ****

Really, so you think that no one is going to use this code to unlock someone else's property? It`s not a question of being judgmental, is basic common sense, unless you are completely naive.

As for the motives of theft there are many, equally if more people were less self-serving as in this case there might be less...
 
Really, so you think that no one is going to use this code to unlock someone else's property? It`s not a question of being judgmental, is basic common sense, unless you are completely naive.

As for the motives of theft there are many, equally if more people were less self-serving as in this case there might be less...

Who cares whether the property is stolen. This isnt a forum about stolen goods, goto thecommunityforthediscussiononotherpeoplesstolengoods.com
and you might find someone who gives a ****.

in sum up: who cares?
 
Who cares whether the property is stolen. This isnt a forum about stolen goods, goto thecommunityforthediscussiononotherpeoplesstolengoods.com
and you might find someone who gives a ****.

in sum up: who cares?

In essence, this is a crack, which I believe is against the rules here. What's the difference, say, between cracking this? Cracking FileVault, cracking an App?

At the end of the day - there is no legitimate use for this. If you have a laptop that's in need of this procedure, you can take it to Apple, with proof of ownership, and they will unlock it. Don't have proof of ownership? I wonder why.
 
In essence, this is a crack, which I believe is against the rules here. What's the difference, say, between cracking this? Cracking FileVault, cracking an App?

At the end of the day - there is no legitimate use for this. If you have a laptop that's in need of this procedure, you can take it to Apple, with proof of ownership, and they will unlock it. Don't have proof of ownership? I wonder why.

Its none of your business whether I or anyone else decide to take to apple or not.

And to say this is a crack is laughable.

"At the end of the day - there is no legitimate use for this."

Of course there is. Apple will benefit. Everyone benefits from the exploits
 
Who cares whether the property is stolen. This isnt a forum about stolen goods, goto thecommunityforthediscussiononotherpeoplesstolengoods.com
and you might find someone who gives a ****.

in sum up: who cares?

This is exactly where we are; those involved simply don't care the impact to others who are likely to be innocent victims. This whole project is self-serving at best, has accomplished nothing more than making legitimate Mac owners data and system far less secure, however I digress as after all you don't care, well not until you become the victim...
 
Last edited:
@orvtech, did you manage to improve the efi bruteforce by adding photoresistor to store the good code ?

other question, how did you know presicely that erasing the hard drive, efi generate a 6 digits code ?
not so sure, i think there isnt the case.

Nice job.
 
Its none of your business whether I or anyone else decide to take to apple or not.

And to say this is a crack is laughable.

"At the end of the day - there is no legitimate use for this."

Of course there is. Apple will benefit. Everyone benefits from the exploits

Everyone benefits from these exploits?

So somebody who has had their Mac stolen who thinks their data is safe since they've locked their Mac remotely benefits from having this information on the first page of Google?

Thought not.

So please explain to me how Apple will benefit from this? And also how the person described above will benefit from it. It's hacking/cracking at best.
 
Apple will benefits from this to avoid cracking by bruteforce like collamating hole in ios.

It also benefit for us : in any case educational purpose only, now how many people start with programing in C# and meeting teensy possibilities.
 
MOD NOTE: Closing this thread temporarily until we get a chance to discuss it.

Thanks!

B
 
Last edited by a moderator:
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.