Register for your free account! | Forgot your password?

You last visited: Today at 06:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Request Thread

Discussion on Request Thread within the Facebook forum part of the Browsergames category.

Reply
 
Old 06/10/2013, 22:22   #1621
 
elite*gold: 0
Join Date: Oct 2012
Posts: 4
Received Thanks: 0
Exclamation Request for Wings Of Destiny (PH) HACK TOOL

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!.
justin251993 is offline  
Old 06/11/2013, 06:49   #1622
 
kpe1104's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 148
Received Thanks: 199
update please
kpe1104 is offline  
Old 06/11/2013, 17:31   #1623
 
elite*gold: 0
Join Date: Sep 2007
Posts: 26
Received Thanks: 0
Wings of Destiny

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?

kaelos is offline  
Old 06/12/2013, 07:54   #1624
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1
Received Thanks: 0
Anime Pirates

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 €
alphastemax is offline  
Old 06/12/2013, 19:44   #1625
 
elite*gold: 0
Join Date: Mar 2011
Posts: 1
Received Thanks: 0
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.
michael_dark_1 is offline  
Old 06/13/2013, 03:52   #1626
 
luthfivhie's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 88
Received Thanks: 88
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 .. ****.
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.
luthfivhie is offline  
Old 06/14/2013, 01:48   #1627
 
elite*gold: 0
Join Date: Jun 2012
Posts: 33
Received Thanks: 2
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
aiue0501 is offline  
Old 06/14/2013, 06:30   #1628
 
elite*gold: 0
Join Date: Feb 2012
Posts: 7
Received Thanks: 7
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
dowedar123 is offline  
Old 06/14/2013, 10:27   #1629
 
elite*gold: 0
Join Date: Jan 2011
Posts: 5
Received Thanks: 0
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
yhamakhulet is offline  
Old 06/14/2013, 16:34   #1630
 
elite*gold: 0
Join Date: Sep 2007
Posts: 26
Received Thanks: 0
Talking any help me?

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 contentisplayObjectContainer;

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(param1isplayObjectContainer) : 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;
}
}

}
kaelos is offline  
Old 06/15/2013, 11:09   #1631
 
elite*gold: 0
Join Date: Jun 2013
Posts: 2
Received Thanks: 0
Requesting Hack for War Commander

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
juzer80 is offline  
Old 06/15/2013, 15:29   #1632
 
elite*gold: 0
Join Date: Jul 2012
Posts: 4
Received Thanks: 0
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
renover is offline  
Old 06/16/2013, 02:08   #1633
 
elite*gold: 0
Join Date: May 2013
Posts: 1
Received Thanks: 0
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
qwertyuiop112233 is offline  
Old 06/16/2013, 12:13   #1634
 
elite*gold: 0
Join Date: Mar 2010
Posts: 43
Received Thanks: 0
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
Sx06 is offline  
Old 06/16/2013, 17:08   #1635
 
elite*gold: 0
Join Date: Aug 2009
Posts: 12
Received Thanks: 1
Game: My Ninja / Facebook
I'm looking for: Coins or Hammer Hack
I'm willing to pay: 1000 PHP
GatsbyWax is offline  
Reply

Tags
facebook, request


Similar Threads Similar Threads
REQUEST Thread - (2)
01/08/2009 - General Art - 5 Replies
If you have an Request, just post it here or inform me by Pm'ing with: 1. Size 2. Whatever you want the image to present 3. Text (Y/N; if Y, what?) Optional: 4. If you got any image you want the artist to use, just add it into the PM. Please take direct link + show it by puttin' it into ... (without Spaces)
Userbar request Thread!
09/02/2006 - General Art - 2 Replies
Da ich mich derzeit mit Userbars beschäftige, mach ich hier mal den Thread auf ;) So gehts: Postet euer Bild Postet euren Spruch/Text etc Postet eure Hintergrund und so weiter farbe Ich werde mich danach (wenns net grade zuviel wird) mit euren Userbars beschäftigen ;)!
Request Thread
09/08/2005 - Conquer Online 2 - 0 Replies
We need a thread where people can just reply their request instead of just starting a new thread. this way we can keep this forum much cleaner and have less pissed off people :D



All times are GMT +1. The time now is 06:25.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.