haykuro How do I cheat?
Reputation: 0
Joined: 22 Jul 2007 Posts: 1
|
Posted: Sat Dec 20, 2008 3:34 pm Post subject: Mobsters Myspace App Information |
|
|
After about 20 minutes of fiddling around, here are some findings for the myspace Mobsters app that everyone seems to be going crazy for...
After a bit of source investigation i found this:
hxxp://cdn0. mobwarsapp. com /mob/single/mob_single5.js
( replace hxxp with http, and remove the spaces from the URL )
this is the backend to the mobsters app..
although rather sloppy, i took the time to re-organize it to a more user-friendly format... available attached to my post.
lots of interesting functions..
most of our information is stored in the object GBL.MAIN_DATA.getViewer()
here are just a few of the functions (many more available though):
GBL.MAIN_DATA.getViewer().bE
GBL.MAIN_DATA.getViewer().bQ
GBL.MAIN_DATA.getViewer().bz
GBL.MAIN_DATA.getViewer().constructParamForReq
GBL.MAIN_DATA.getViewer().createOsUser
GBL.MAIN_DATA.getViewer().createXMLUser
GBL.MAIN_DATA.getViewer().dC
GBL.MAIN_DATA.getViewer().dJ
GBL.MAIN_DATA.getViewer().dw
GBL.MAIN_DATA.getViewer().dz
GBL.MAIN_DATA.getViewer().eJ
GBL.MAIN_DATA.getViewer().ev
GBL.MAIN_DATA.getViewer().fillSpecificInfoFromXML
GBL.MAIN_DATA.getViewer().fu
GBL.MAIN_DATA.getViewer().getAge
GBL.MAIN_DATA.getViewer().getAttackStrength
GBL.MAIN_DATA.getViewer().getBigAvatarUrl
GBL.MAIN_DATA.getViewer().getCash
GBL.MAIN_DATA.getViewer().getCashInBank
GBL.MAIN_DATA.getViewer().getCurrentQuestId
GBL.MAIN_DATA.getViewer().getDefenseStrength
GBL.MAIN_DATA.getViewer().getDisplayName
GBL.MAIN_DATA.getViewer().getEnergy
GBL.MAIN_DATA.getViewer().getExpPointsToNextLevel
i'll post back with more findings later.
|
|