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:

Issued
  • Challenger
Status: Offline
Joined: Jan 25, 201410Year Member
Posts: 101
Reputation Power: 5
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:
Aftermarket
  • Rising Star
Status: Offline
Joined: Nov 15, 201311Year Member
Posts: 704
Reputation Power: 24
Status: Offline
Joined: Nov 15, 201311Year Member
Posts: 704
Reputation Power: 24
you have to find the data fie in your system root and edit the hexidecimal value for your high score: [ Register or Signin to view external links. ]
#3. Posted:
Issued
  • Challenger
Status: Offline
Joined: Jan 25, 201410Year Member
Posts: 101
Reputation Power: 5
Status: Offline
Joined: Jan 25, 201410Year Member
Posts: 101
Reputation Power: 5
-Jacob wrote you have to find the data fie in your system root and edit the hexidecimal value for your high score: [ Register or Signin to view external links. ]


Cheers thanks man How do i find the game in system root ? Like where is system root ?
#4. Posted:
Issued
  • Challenger
Status: Offline
Joined: Jan 25, 201410Year Member
Posts: 101
Reputation Power: 5
Status: Offline
Joined: Jan 25, 201410Year Member
Posts: 101
Reputation Power: 5
Anybody else care to help me pleaseee ?
#5. Posted:
LAXDUDE182
  • Summer 2018
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:
<?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" />
#6. Posted:
nuku
  • TTG Senior
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
#7. Posted:
LAXDUDE182
  • Summer 2018
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
#8. Posted:
Issued
  • Challenger
Status: Offline
Joined: Jan 25, 201410Year Member
Posts: 101
Reputation Power: 5
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 ?
#9. Posted:
LAXDUDE182
  • Challenger
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!
#10. Posted:
iModLikeBernie
  • Prospect
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
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.