Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > Facebook
You last visited: Today at 02:37

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

Advertisement



bACKYARD MONSTER SHINY CHEAT

Discussion on bACKYARD MONSTER SHINY CHEAT within the Facebook forum part of the Browsergames category.

Closed Thread
 
Old 07/10/2011, 00:56   #16
 
napakatamez03's Avatar
 
elite*gold: 0
Join Date: Jul 2010
Posts: 166
Received Thanks: 20
good working drive skull someday you will be a good hacker ,keep it up
napakatamez03 is offline  
Old 07/10/2011, 01:06   #17
 
elite*gold: 0
Join Date: Jun 2009
Posts: 266
Received Thanks: 106
thanks ;] just fooling around its easy but it my first time with swf
Driveskull is offline  
Old 07/10/2011, 15:37   #18
 
elite*gold: 0
Join Date: Jun 2009
Posts: 266
Received Thanks: 106
public static function Pick(param1:BFOUNDATION) : Boolean
{
;
_loc_4--;
_loc_9++;
var _loc_4:* = null << _loc_2;
var _loc_5:int = 0;
var _loc_6:int = 0;
var _loc_7:* = undefined;
var _loc_8:int = 0;
var _loc_2:* = param1._id;
var _loc_3:String = "";
if (BASE._pendingPurchase.length > 0)
{
return false;
}
if (param1.RecycleC())
{
_loc_4 = new Rndm(int(param1.x * param1.y));
_loc_5 = 0;
_loc_6 = 0;
var _loc_9:* = QUESTS._global;
var _loc_10:* = QUESTS._global.mushroomspicked + 1;
_loc_9.mushroomspicked = _loc_10;
if (int(_loc_4.random() * 4) == 0)
{
var _loc_9:* = QUESTS._global;
var _loc_10:* = QUESTS._global.goldmushroomspicked + 1;
_loc_9.goldmushroomspicked = _loc_10;
_loc_5 = Math.random() * 3 + 1;
if (_loc_5 == 3)
{
_loc_5 = 1;
}
;
_loc_8++;
_loc_9--;
_loc_9++;
_loc_6++;
null.Purchase(BASE, "MUSHROOM" + _loc_5[-1], "MUSHROOMS");
_loc_6 = 3;
if (_loc_5 == 2)
{
_loc_6 = 8;
}
_loc_3 = KEYS.Get("pop_mushroom_msg1", {v1:_loc_6});
_loc_7 = new popup_mushroomshiny();
_loc_7.tTitle.htmlText = "<b>" + KEYS.Get("pop_goldenmushroom_title") + "</b>";
_loc_7.tMessage.htmlText = "You\'ve picked a golden mushroom worth " + _loc_6 + " Shiny. <b>Mushrooms grow back every day.</b>";
POPUPS.Push(_loc_7, null, null, "chaching", "goldmushroom.png");
}
else
{
_loc_8 = int(Math.random() * 3);
if (_loc_8 == 0)
{
_loc_3 = KEYS.Get("pop_mushroom_msg2");
}
else if (_loc_8 == 1)
{
_loc_3 = KEYS.Get("pop_mushroom_msg3");
}
else if (_loc_8 == 2)
{
_loc_3 = KEYS.Get("pop_mushroom_msg4");
}
BASE.Save();
}
LOGGER.Stat([34, _loc_6]);
QUESTS.Check();
;
_loc_4++;
_loc_3--;
_loc_6--;
_loc_9--;
null.Say(null is WORKERS * _loc_3, QUEUE.Remove("mushroom" + _loc_2, true), 3000);
}
return true;
}// end function






look what i found ;] code for spawning mushrooms
Driveskull is offline  
Old 07/10/2011, 15:42   #19
 
deniskaftan's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 124
Received Thanks: 25
cool but how to change it?
deniskaftan is offline  
Old 07/10/2011, 15:43   #20
 
elite*gold: 0
Join Date: Jun 2011
Posts: 78
Received Thanks: 14
nice1...
jengskie is offline  
Old 07/10/2011, 15:43   #21
 
Mr.Incredible's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 81
Received Thanks: 4
can you Compile it! so we can Use it! =)
Mr.Incredible is offline  
Old 07/10/2011, 15:44   #22
 
elite*gold: 0
Join Date: Jun 2009
Posts: 266
Received Thanks: 106
now nothing its just code which i need to compile but when i find time i will make swf file for fidler ;]
Driveskull is offline  
Old 07/10/2011, 16:15   #23
 
adlyn16's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 140
Received Thanks: 33
nice one driveskull
adlyn16 is offline  
Old 07/10/2011, 16:33   #24
 
elite*gold: 0
Join Date: Jul 2011
Posts: 7
Received Thanks: 1
oooh may i Help You?
Avenger2011 is offline  
Old 07/10/2011, 17:35   #25
 
elite*gold: 0
Join Date: Jun 2011
Posts: 1
Received Thanks: 1
Change this line:

if (int(_loc_4.random() * 4) == 0)

to the following:

if (int(_loc_4.random() * 0) == 0)

Or in AS3 bytecode, 24 04 a2 46 03 01 24 00 -> 24 00 a2 46 03 01 24 00

This makes mushrooms always give shiny. There's some error-detection code that prevents altering the amount, so that'll be more complicated.
rqsl is offline  
Thanks
1 User
Old 07/10/2011, 18:20   #26
 
elite*gold: 0
Join Date: Jun 2009
Posts: 266
Received Thanks: 106
i found that this is server sided , we need to alter the time of spawning someone already posted code for timescale but i think it needed to be current time for mushrooms it will be difficult if every yard have a different spawn time .
Driveskull is offline  
Old 07/10/2011, 18:41   #27
 
elite*gold: 0
Join Date: Jun 2009
Posts: 266
Received Thanks: 106
and i afraid that changing this line will not give shiny there can be problem that mushroom will be empty with this so better to
because command is typicaly random
if (int(_loc_4.random() * 2) == 0)
then it gives 50% gaining shiny .
it
Driveskull is offline  
Old 07/10/2011, 19:42   #28
 
elite*gold: 0
Join Date: May 2011
Posts: 13
Received Thanks: 3
Quote:
Originally Posted by Driveskull View Post
HEY I STARTED TO MODIFY SWF FILE OF BACKYARD MONSTER UNTIL NOW I RELOCATED PART OF SWF THAT IS RESPONSIBILE FOR SHINY IN BACKYARD MONSTERS I WILL GIVE PART OF CODE AND LOOKING FOR REAL HACKERS THAT KNOW SOMETHING ABOUT PROGRAMING TO REWRITE IT SO HERE I GO
WHAT I WROTE IS WORKING WITH MUSHROOMS , NEED TO WRITE NEW SPAWN TIME FOR MUSHROOMS
see,
It edits from me
Attached Files
File Type: rar Shiny.rar (989 Bytes, 64 views)
Fucybers is offline  
Old 07/10/2011, 20:04   #29
 
elite*gold: 0
Join Date: Jun 2009
Posts: 266
Received Thanks: 106
what you edited its plain my version only saved as file
Driveskull is offline  
Old 07/10/2011, 20:26   #30
 
elite*gold: 0
Join Date: Jun 2011
Posts: 78
Received Thanks: 14
Quote:
Originally Posted by Fucybers View Post
see,
It edits from me
its stuck at 100% loading...
jengskie is offline  
Closed Thread


Similar Threads Similar Threads
Backyard Monster Cheat Resources Cheat (UPDATE ON LAST CHEAT )
11/12/2012 - Facebook - 51 Replies
:D Hey Guys i try to search new cheat in Backyard monster and i found new. Someone People Here are so Selfish so i will post now =) THIS IS LIKE ON THE OLD CHEAT Backyard Monster Instant Buildings : YouTube - Backyard Monsters Instant Buildings&Upgrade Coming up Backyard Monster Instant Monsters :
[Relased]Backyard Monsters Shiny cheat!!!
11/14/2011 - Facebook - 34 Replies
I found this one from forum.Do this when there are no warning from BM 1. Open FB(mozilla FF)-Backyard monsters. 2.Open C.E 5.6.1 (target plug-in container) 3.Scan current amount of shiny. 4.Buy decoration(Nature>acorn) it'll cost 5shiny. 5.Scan ur remaining shiny.(1 address will show) 6.Right Click on it and Disassemble. 7. You will see Below Opcode column address with code- Change all to . Note: (-Change only what u can see on the Screen, no need to scroll up and down to look for...
{Request} put an backyard monster shiny hack this april plEasssssssss!
04/04/2011 - Facebook - 0 Replies
i need it so please have a way to get that cheat:handsdown::handsdown::handsdown::handsdown:: handsdown::handsdown::handsdown::handsdown::handsd own::handsdown::handsdown::handsdown:
[Relased]Backyard Monsters Shiny cheat!!!
02/13/2011 - Facebook - 1 Replies
I found this one from forum.Do this when there are no warning from BM 1. Open FB(mozilla FF)-Backyard monsters. 2.Open C.E 5.6.1 (target plug-in container) 3.Scan current amount of shiny. 4.Buy decoration(Nature>acorn) it'll cost 5shiny. 5.Scan ur remaining shiny.(1 address will show) 6.Right Click on it and Disassemble. 7. You will see Below Opcode column address with code- Change all to . Note: (-Change only what u can see on the Screen, no need to scroll up and down to look for...
nEEd Backyard mOnster shiny hack please.
01/31/2011 - Facebook - 0 Replies
does anyone have shiny hack in backyard monsters please share. :(



All times are GMT +2. The time now is 02:37.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.