Thread: Pogo Game AI

Results 1 to 6 of 6
  1. #1 Pogo Game AI 
    Registered Member
    Smokey's Avatar
    Join Date
    Apr 2011
    Posts
    287
    Thanks given
    124
    Thanks received
    73
    Rep Power
    351
    I've worked a lot with runescape AI and pogo is pretty much untouched in the world of reflection, if you offered a universal client that could join games at will and win a character money you could make decent money off it.



    The pogo community has about 50,000 people online all the time, there is currently like 3 AI brands of products available but they are pricey and I think there's still room to compete. There's really no rwt value for the tokens on that website so it's not a huge market, like I don't think real world gambling is a thing on there, but people get pretty into it and no life the shit out of just like other people do runescape.
    Not sure why I feel the need to explain all that, but I'm not sure how many of you are familiar with pogo games.

    Anyway, I want to assemble a team of a few decent programmers to help reverse engineer their clients, see if theres some common ground we can rely on for reflection etc, maybe we could have one client that you can have it play any game from simultaneously, or multiple accounts. You could create a private community, where the bots are only available to merchants that could offer token gains to people as a service, for a cost of irl cash. Or just sell the bot cheap af, like $1 per month per game? or something.

    I have lots of ideas, curious to see a response and see if anyone is interesting in starting said project... I'ma do a little poking around and see if i can rip their client off the website and start decompiling it, hard telling if its even obfuscated. They never had issues like runescape did with AI programs destroying the economy because there was never rwt...

    EDIT: I believe this is where the client is launched on the website, for a certain game.
    I dont know a whole lot about javascript and dont really know what to make of it >.>
    I'm starting to think maybe a crawler that uses image recognition, but reflection would be really really nice if I could figure out how to grab the jar from a url....

    Code:
    <script type="text/javascript">
    	
    	GLOBAL_VARS = {
        	'USE_GAME_POPUP'  : false,
        	'IS_GAME_POPUP'   : false,
            'GAME_CODE'       : 'monopoly',
            'FUNDING_URL'     : 'https://www.pogo.com/action/pogop/pogogems/fund.do?returnType=game&returnValue=monopoly&intcmp=monopoly_ingame_gem_fund',
            'COIN_FUNDING_URL': 'https://www.pogo.com/action/pogo/coins/entry.do?returnType=game&returnValue=monopoly&intcmp=monopoly_ingame_coin_fund',
            'ROOM_SEL_URL'    : 'http://www.pogo.com/games/monopoly',
    		'SITE'            : 'pogo',
            'LOBBY_WINDOW_WIDTH': '700',
            'LOBBY_WINDOW_HEIGHT': '489',
            'CONNECT_URL'     : '/game/embedgame.do?ri=true&game=monopoly&site=pogo&lkey=YWY0OTY3MmEtMDA3Ny00Y2M2LTg3NTctNmY3MGRlZGEyNTQ1.170427043818',
            'LAUNCH_URL'      : '/room/game/framesetcntr.jsp?game=monopoly',
    		'IS_FGF'          : 'true',
            'AD_DELAY'        : parseInt('30000'),
            'OMNT_PREF'       : '',
            'USER_ID'         : '734675002',
            'GAME_WIDTH'      : parseInt('760'),
            'GAME_HEIGHT'     : parseInt('569'),
    		'AUTH_LEVEL'        : 'free',
            'IS_GUEST'        : false,
            'IS_TABLE_GAME'   : true,
    		'IS_MY_TOURNAMENT_TEAM_PLAYS_GAME' : false,
            'IS_EMBEDDED_LOBBY'   : false,
            'FB_APP_ID'       : '294400680281',
            'SHOW_FRIENDS'    : true,
            'SHOW_LEADERBOARD' : true,
    		'SHOW_FLASH_LEADERBOARD' : false,
            'FB_CONNECTED'    : false,
            'AD_DISABLED_FOR_VISITED_GUEST':false,
            'VISITED_GUEST':false,
            'HIDE_CLUB_SIDE_PANEL':false
    	};
    
    </script>
    }

    I'll post pictures of my progress in here, anyone who wants to help let me know right here
    Spoiler for signature:

    He is richest who is content with the least, for contentment is the wealth of nature. - Socrates
    Attached image
    Reply With Quote  
     

  2. #2  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,871
    Thanks given
    1,854
    Thanks received
    4,745
    Rep Power
    5000
    Pretty sure the games are flash

    Attached image

    Reply With Quote  
     

  3. #3  
    Registered Member
    Smokey's Avatar
    Join Date
    Apr 2011
    Posts
    287
    Thanks given
    124
    Thanks received
    73
    Rep Power
    351
    Quote Originally Posted by S Quare Quxx View Post
    Pretty sure the games are flash
    No.. If you try to load a game it specifically says you need java to play(not accessible through chrome)

    The problem is that the application is embedded/encrypted in some way and I can't figure out how to rip the jars

    I wish someone here knew something about jsp documents and embed applications

    Either way AI can be written for it lol and it's simple af they dont track mouse clicks, or conversations or anything like that its an untouched community basically. It would be cool to fsu

    EDIT: SOME GAMES ARE FLASH DAFUQ
    Spoiler for signature:

    He is richest who is content with the least, for contentment is the wealth of nature. - Socrates
    Attached image
    Reply With Quote  
     

  4. #4  
    pride, love, happiness
    .alycia's Avatar
    Join Date
    Jun 2010
    Age
    28
    Posts
    4,106
    Thanks given
    1,714
    Thanks received
    2,062
    Rep Power
    5000
    Quote Originally Posted by Smokey View Post
    No.. If you try to load a game it specifically says you need java to play(not accessible through chrome)

    The problem is that the application is embedded/encrypted in some way and I can't figure out how to rip the jars

    I wish someone here knew something about jsp documents and embed applications

    Either way AI can be written for it lol and it's simple af they dont track mouse clicks, or conversations or anything like that its an untouched community basically. It would be cool to fsu

    EDIT: SOME GAMES ARE FLASH DAFUQ
    Yeah, pogo is just a host for a multitude of games. They can be flash or java
    Reply With Quote  
     

  5. #5  
    Registered Member
    Smokey's Avatar
    Join Date
    Apr 2011
    Posts
    287
    Thanks given
    124
    Thanks received
    73
    Rep Power
    351
    Quote Originally Posted by chaflie View Post
    Yeah, pogo is just a host for a multitude of games. They can be flash or java
    Well back in the day they used to be like strictly java, then at some points EA games bought them out and added monopoly and different hasbro games and a bunch of new shit... I'm thinking its still possible with a crawler and image recognition, the odds are easy to calc
    Spoiler for signature:

    He is richest who is content with the least, for contentment is the wealth of nature. - Socrates
    Attached image
    Reply With Quote  
     

  6. #6  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,871
    Thanks given
    1,854
    Thanks received
    4,745
    Rep Power
    5000
    Quote Originally Posted by Smokey View Post
    No.. If you try to load a game it specifically says you need java to play(not accessible through chrome)

    The problem is that the application is embedded/encrypted in some way and I can't figure out how to rip the jars

    I wish someone here knew something about jsp documents and embed applications

    Either way AI can be written for it lol and it's simple af they dont track mouse clicks, or conversations or anything like that its an untouched community basically. It would be cool to fsu

    EDIT: SOME GAMES ARE FLASH DAFUQ
    Link some java games and ill have a look

    Attached image

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. NPC Game AI
    By veer in forum RS 503+ Client & Server
    Replies: 24
    Last Post: 12-30-2009, 03:30 PM
  2. Which Game frame should I use for Dreamscape 2?
    By excloona3 in forum RS2 Client
    Replies: 41
    Last Post: 04-20-2008, 03:45 PM
  3. KBD Mini Game With Point System. (Pictures)
    By BamBam in forum Tutorials
    Replies: 42
    Last Post: 09-28-2007, 03:50 AM
  4. My first tut -* torso game*-
    By Barkyboy 007 in forum Tutorials
    Replies: 12
    Last Post: 09-04-2007, 11:37 PM
  5. Replies: 6
    Last Post: 04-19-2007, 12:09 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •