Request Thread

06/10/2013 22:22 justin251993#1621
PLEASE MAKE A HACK TOOL FOR THIS GAME I BELEAVE YOU CAN DO IT , ITS A GAME ON FB PLEASE HELP US, THANK YOU AND MORE POWER!.
06/11/2013 06:49 kpe1104#1622
update please
06/11/2013 17:31 kaelos#1623
Game: Wings of Destiny/Facebook-App
I am looking for a: Tool/Hack
Information about the tool: The tool should give me much money/cash
I have open files but do not know how to remove checking cash.
can someone help me?

[Only registered and activated users can see links. Click Here To Register...]
06/12/2013 07:54 alphastemax#1624
Game: Anime Pirates / Facebook
I am looking for a: Tool or Hack
Information about the tool: That can gives Berry or Gold or Favor or Vitality
I am willing to pay: 25 €
06/12/2013 19:44 michael_dark_1#1625
Game: My Ninja
I am looking for a: Hack/Tool
Information about the tool: I want any hack/tool that is unpatched now.
I am willing to pay: nothing

Some Notes:
It would be really great if someone could make a tool or hack for this game. It will be greatly appreaciated.
06/13/2013 03:52 luthfivhie#1626
I have moved the previous page, and find the pag recuest thread .
but, who are you?
if you receive a salary, to help?
This page is so dirty foul play by many applications.
who the owner of this site, whether he was not able to make the room special place to share,
This is so gross and makes me tired, to move the page.
I hate those who have a premium account, and say please next time recuestthread. Hhhhhh .. damn.
use your brain to make the site better and more useful.
provide the room where we do the petition cheaters. not a pile of junk without end.
pinhead.
06/14/2013 01:48 aiue0501#1627
Game: Dragon City/Facebook-App
I am looking for a: Bot
Information about the tool: increase the number of food and gold i take in habitats and farms up to 5 times
I am willing to pay: nothing :D
06/14/2013 06:30 dowedar123#1628
Game: War of Mercenaries
I am looking for a: Any Hack
Information about the tool: it shoul give resources and minimize the time of biulding&upgrading
I am willing to Pay: a lot of thanks for you and anything i can offer
06/14/2013 10:27 yhamakhulet#1629
Game: My Ninja / facebook
I am looking for a: Hack/Tool
Information about the tool: hack/tool
I am willing to pay: a lot of thanks
06/14/2013 16:34 kaelos#1630
wanted help from someone who knows how to swap the cash for gold check this script
Quote:
Quote:
package ui
{
import share.components.BasePopUI;
import share.GameDomain;
import share.GameSetting;
import share.GamePubResource;
import flash.display.LoaderInfo;
import com.gdk.FLKernel;
import flash.display.DisplayObjectContainer;
import share.GameEventDispatcher;
import share.event.NewbieGuideEvent;
import ui.guide.NewbieGuideMaskPanel;
import flash.text.TextField;
import util.GameCheckBox;
import flash.display.SimpleButton;
import flash.display.MovieClip;
import flash.events.MouseEvent;
import util.ToolUtil;
import common.CommonHelper;
import com.wings.util.StringUtil;
import share.GamePlayer;
import flash.events.Event;
import com.wings.ui.components.constdefine.PopOpenType;


public class GameCheckMoneyType extends BasePopUI
{
public function GameCheckMoneyType() {
super();
this._winOpenType=PopOpenType.MASK;
return;
}

private static var instance:GameCheckMoneyType;

public static function getInstance() : GameCheckMoneyType {
if(instance==null)
{
instance=new GameCheckMoneyType();
}
return instance;
}

override protected function inits() : void {
_w=270;
_h=142;
if(GameDomain.ContainsKey(GameSetting.LOADER_CHARA CTER_SCENE))
{
this._isLoaded=true;
}
super.inits();
return;
}

override protected function loadElements() : void {
_batchLoad.AddFile(GameSetting.LOADER_CHARACTER_SC ENE,GamePubResource.GetInstance().getUISwfPath(Gam eSetting.LOADER_CHARACTER_SCENE));
_batchLoad.Load(true);
return;
}

private var bo:Boolean = false;

override protected function initUI() : void {
if(!GameDomain.ContainsKey(GameSetting.LOADER_CHAR ACTER_SCENE))
{
GameDomain.PutSwf(GameSetting.LOADER_CHARACTER_SCE NE,(_batchLoad.ContextInfoSet.Get(GameSetting.LOAD ER_CHARACTER_SCENE) as LoaderInfo).content);
}
_view=FLKernel.GetSpriteInstance("Lotterytip",20,3 0) as DisplayObjectContainer;
if(_view)
{
addView(_view);
_view.x=30;
_view.y=50;
this.bo=true;
this.beginHd(_view);
}
GameEventDispatcher.instance.dispatchEvent(new NewbieGuideEvent(NewbieGuideEvent.CONTINUE_FUNCTIO N_GUIDE,NewbieGuideMaskPanel.TARGETTYPE_STAR_EXTRA CT_PANEL));
return;
}

override public function Show() : void {
super.Show();
if(this.bo)
{
this.updateHd();
}
return;
}

public var money:int = 0;

public var cash:int = 0;

private var content:DisplayObjectContainer;

private var tf_txt:TextField;

private var cash_check:GameCheckBox;

private var gold_check:GameCheckBox;

private var tf_allcash:TextField;

private var tf_allgold:TextField;

private var btn_next:SimpleButton;

private var color:int;

private var type:int = 0;

private function beginHd(param1:DisplayObjectContainer) : void {
this.content=param1;
this.tf_txt=this.content.getChildByName("tf_txt") as TextField;
var _loc2_:MovieClip = this.content.getChildByName("btn_check0") as MovieClip;
var _loc3_:MovieClip = this.content.getChildByName("btn_check1") as MovieClip;
this.tf_allcash=this.content.getChildByName("tf_al lcash") as TextField;
this.tf_allgold=this.content.getChildByName("tf_al lgold") as TextField;
this.color=this.tf_allcash.textColor;
this.btn_next=this.content.getChildByName("btn_nex t") as SimpleButton;
this.btn_next.addEventListener(MouseEvent.MOUSE_DO WN,this.ddHd);
this.cash_check=new GameCheckBox();
this.cash_check.init(_loc2_);
this.gold_check=new GameCheckBox();
this.gold_check.init(_loc3_);
this.cash_check.mc.addEventListener("GAMECHECKBOX_ CHANGE",this.cashchangeHd);
this.gold_check.mc.addEventListener("GAMECHECKBOX_ CHANGE",this.goldchangeHd);
this.updateHd();
return;
}

private function updateHd() : void {
var _loc1_:String = ToolUtil.rePlaceStr(CommonHelper.getUILabel("rongy u3"),this.cash.toString(),"###");
var _loc2_:String = StringUtil.formatNumberToEnView(this.money);
var _loc3_:String = ToolUtil.rePlaceStr(_loc1_,_loc2_,"$$$");
this.tf_txt.htmlText=_loc3_;
if(this.money>GamePlayer.GetInstance().Money)
{
this.tf_allgold.textColor=16711680;
}
else
{
this.tf_allgold.textColor=this.color;
}
if(this.cash>GamePlayer.GetInstance().Credit)
{
this.tf_allcash.textColor=16711680;
}
else
{
this.tf_allcash.textColor=this.color;
}
this.tf_allcash.text=StringUtil.formatNumberToEnVi ew(this.cash);
this.tf_allgold.text=StringUtil.formatNumberToEnVi ew(this.money);
this.cash_check.selected=true;
if(this.cash_check.selected)
{
this.gold_check.selected=false;
this.type=2;
}
else
{
this.gold_check.selected=true;
this.type=0;
}
return;
}

private function ddHd(param1:MouseEvent) : void {
if(this.type==2)
{
if(GamePlayer.GetInstance().Credit<this.cash)
{
SystemNoticePanel.getInstance().showMsgImmediately (CommonHelper.getUILabel("maoge92"));
return;
}
}
else
{
if(GamePlayer.GetInstance().Money<this.money)
{
SystemNoticePanel.getInstance().showMsgImmediately (CommonHelper.getUILabel("lottery8"));
return;
}
}
GameArena.getInstance().RegictOK(this.type);
return;
}

private function cashchangeHd(param1:Event) : * {
if(this.cash_check.selected)
{
this.gold_check.selected=false;
this.type=2;
}
else
{
this.gold_check.selected=true;
this.type=0;
}
return;
}

private function goldchangeHd(param1:Event) : * {
if(this.gold_check.selected)
{
this.cash_check.selected=false;
this.type=0;
}
else
{
this.cash_check.selected=true;
this.type=2;
}
return;
}
}

}
06/15/2013 11:09 juzer80#1631
Game: War Commander
I'm looking for: basically anything that would speed up my game.
I'm willing to pay: Respect and thanks to the helper
06/15/2013 15:29 renover#1632
Game: Marvel: Avengers Alliance
I'm looking for: Command Points or Gold (silver or Shield Points are good too)
I'm willing to pay: if you give a Hack for CP and GOLD 50usdls only CP 40 usdls for another things send me your request

PM for info please
06/16/2013 02:08 qwertyuiop112233#1633
Game: DREAM TEAM ON FACEBOOK
I'm looking for:TICKET/FUNDS SOMETHNG THAT CAN MAKE ME STRONGER
I'm willing to pay:NOTHING

Game:DRAGON CITY
I'm looking for:GEMS/EXPERIENCE/FOODS
I'm willing to pay:NOTHING

PLEASE PM ME FOR THE CHEAT'S LINK
06/16/2013 12:13 Sx06#1634
Game: Monster Legends / Facebook
I'm looking for: Gem hack, or Speed hack (max speed), Or maybe ressource hack :)
I'm willing to pay: Respect and thanks to the helper
06/16/2013 17:08 GatsbyWax#1635
Game: My Ninja / Facebook
I'm looking for: Coins or Hammer Hack
I'm willing to pay: 1000 PHP