You are viewing our Forum Archives. To view or take place in current topics click here.
How to mod Flappy Birds ???
Posted:
How to mod Flappy Birds ???Posted:
Status: Offline
Joined: Jan 25, 201410Year Member
Posts: 101
Reputation Power: 5
Does anybody know how to do this If so can you guys tell me thanks people
#2. Posted:
Status: Offline
Joined: Nov 15, 201311Year Member
Posts: 704
Reputation Power: 24
Status: Offline
Joined: Nov 15, 201311Year Member
Posts: 704
Reputation Power: 24
#3. Posted:
Status: Offline
Joined: Jan 25, 201410Year Member
Posts: 101
Reputation Power: 5
#4. Posted:
Status: Offline
Joined: Jan 25, 201410Year Member
Posts: 101
Reputation Power: 5
Anybody else care to help me pleaseee ?
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 25, 201113Year Member
Posts: 163
Reputation Power: 6
Status: Offline
Joined: Jun 25, 201113Year Member
Posts: 163
Reputation Power: 6
Locate the system root of your phone (you need a rooted device) and go to
data/data/com.dotgears.flappybird/shared_prefs/FlappyBird.xml
The high score value should be on line four inside value="Your High Score Here"
So the whole code in that file should look like this:
Just be sure to replace the "Your High Score Here" with the score you want. For example I put <int name="score" value="1093" />
data/data/com.dotgears.flappybird/shared_prefs/FlappyBird.xml
The high score value should be on line four inside value="Your High Score Here"
So the whole code in that file should look like this:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<int name="score" value="Your High Score Here" />
</map>
Just be sure to replace the "Your High Score Here" with the score you want. For example I put <int name="score" value="1093" />
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Dec 24, 200914Year Member
Posts: 1,792
Reputation Power: 111
Status: Offline
Joined: Dec 24, 200914Year Member
Posts: 1,792
Reputation Power: 111
Im sitting here thinking "Why the hell would anyone do this" then I realize Im downloading Root Explorer so I can do it ;P
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jun 25, 201113Year Member
Posts: 163
Reputation Power: 6
Status: Offline
Joined: Jun 25, 201113Year Member
Posts: 163
Reputation Power: 6
239 wrote Im sitting here thinking "Why the hell would anyone do this" then I realize Im downloading Root Explorer so I can do it ;P
I use it to prank my friends when they brag about high scores
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Jan 25, 201410Year Member
Posts: 101
Reputation Power: 5
LAXDUDE182 wrote Locate the system root of your phone (you need a rooted device) and go to
data/data/com.dotgears.flappybird/shared_prefs/FlappyBird.xml
The high score value should be on line four inside value="Your High Score Here"
So the whole code in that file should look like this:<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<int name="score" value="Your High Score Here" />
</map>
Just be sure to replace the "Your High Score Here" with the score you want. For example I put <int name="score" value="1093" />
How do i locate it ? I just rooted my phone ? So what now where do i locate this thing so i can go to data and stuff ?
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Jun 25, 201113Year Member
Posts: 163
Reputation Power: 6
Status: Offline
Joined: Jun 25, 201113Year Member
Posts: 163
Reputation Power: 6
I recommend downloading ES File explorer from the play store.
Then enable root access in the app.
Then locate the directory I posted in my original post and you're golden
Good Luck!
Then enable root access in the app.
Then locate the directory I posted in my original post and you're golden
Good Luck!
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Nov 01, 201311Year Member
Posts: 637
Reputation Power: 28
Status: Offline
Joined: Nov 01, 201311Year Member
Posts: 637
Reputation Power: 28
You can go to text viewer in iFile, and change the number after i belive 52, on pipe down, and pipe up, it should be 250 something, change to 5. gets rid of pipes
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.