The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Real Estate Hackers Prevailing?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Red Handed

Posts: 1158
Nickname: redhanded
Registered: Dec, 2004

Red Handed is a Ruby-focused group blog.
Real Estate Hackers Prevailing? Posted: Nov 14, 2005 3:38 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Red Handed.
Original Post: Real Estate Hackers Prevailing?
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Red Handed
Latest Posts From RedHanded

Advertisement

The new Rails-based board game llor.nu opened a few days ago. If you’ve hopped on recently, you’ve probably noticed that the game is dominated by a steep curve of players who’ve crossed the $5,000,000 mark. One of these players (alias: c3, ranked: no. 3) has been accused of hacking the site by the gamemaster Michael Buffington, likely by scrounging through the source browser for holes (err, no, the hack started before the code came out…) in the API. And, since the site is driven by Ajax calls, the browser becomes a terminal for poking the exposed nerves.

The really fun part of this is that when c3 was called on it, he responded by posting the following Ruby code in the forums:

 @agent = Agent.new( :direction => :wide, :building_preference => :super_insane )
 @agent.run

 @agent2 = Agent.new( :direction => :high, :building_preference => :crappy )
 @agent2.run

So what is this? Code from the exploit? Browing the llor.nu code, I’m not finding any Agent model class. Regardless, the idea of flashing a Ruby snip like a flick of the switchblade is pretty radical! In all, it makes me wonder if multiplayer games can open-source like this. If it’ll always suffer due to the intense scrutiny of the players.

I think the killer advantage here is that if the saturation of llor.nu bugs you, it’s actually pretty simple to erect your own, you know? ‘Cause I mean that street is becoming a pretty long and daunting ride for a newb.

Update! Turns out the code is from c3’s bot. And a peace accord was struck! It works for the masses now. See the comments.

Read: Real Estate Hackers Prevailing?

Topic: new_haven.rb first meeting / ruport bugs Previous Topic   Next Topic Topic: Oh My...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use