0% found this document useful (0 votes)
528 views2 pages

Bypass Proxy

The document provides instructions for creating a proxy server on Windows to bypass the iCloud lock screen on an iOS device, including: 1. Installing XAMPP and CCProxy to create the proxy server environment 2. Creating specific folders and files within the XAMPP folder to host the bypass files 3. Configuring the iOS device and Windows proxy settings to use the local proxy server

Uploaded by

chririli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
528 views2 pages

Bypass Proxy

The document provides instructions for creating a proxy server on Windows to bypass the iCloud lock screen on an iOS device, including: 1. Installing XAMPP and CCProxy to create the proxy server environment 2. Creating specific folders and files within the XAMPP folder to host the bypass files 3. Configuring the iOS device and Windows proxy settings to use the local proxy server

Uploaded by

chririli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

If you really want to create a proxy server by your own, here is

how (Windows):
1. Install XAMPP
2. Install CCProxy
3. Inside XAMPP's folder, go into htdocs, create a folder called

deviceservices, go into it and create another called buddy.


4. add 127.0.0.1 static.ips.apple.com to your hosts file
5. Open notepad, paste the following: code and save as

barney_activation_help_en_us.buddyml (change en_us to


the country/language configured in your device)
Go into your iDevice and configure it's proxy settings within you
windows local ip (example 192.168.x.x) and CCProxy port.
NOTE If you are in the lock screen you can sucessfully bypass
(not remove iCloud). this is the method with Help file ( than one
u see it from many people offering bypass ) but is Just that .

htdocs\deviceservices\buddy\barney_activatio
n_help_en_us.buddyml
https://gist.github.com/gurin/80970ef3683cbab22daf

code:
1
2
3
4
5
6
7

<xmlui action="replace"><alert
cancelButtonTitle="Unlock" />
<page>
<navigationBar title=u
want bypass
hidesBackButton="true"></navi

gationBar>

8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

<tableView>
<section
footer="blablabla" />
<section footer=""/>
<section footer=
"blablabla"/>
<section>
<buttonRow align="center"
label="Try Again"
name="tryAgain"/><alert
buttonRow="Unlock" />

</section>
<section>
</section>
</tableView>

</page>
</xmlui>

You might also like