macadam

Chicken Bubble Butt
Game Developer
Aug 5, 2016
6,975
10,074
virustotal says MediaFire link, and the popup i got was clean.
well then i m unlucky and get a shitty redirect :/
( the new window that open was clean, but the old one (the original mediafire window) change and get redirected into malicious shit )
 

Teize

Newbie
Nov 6, 2017
82
152
So, what is the problem then? if you have both adblock and a antivirus then I don't understand why mediafire was a problem for you after your antivirus "stopped them".

I mean, I am understanding what your saying but what is so hard about opening a new tab and closing the supposed "malicious" page? I'm sure that antivirus stops you from actually getting a virus so essentially all you are seeing is a unwanted page, mine is usually some kind of sports betting thing but it's not a big deal to just close off that page.
 
Last edited:

byran47

Member
Jun 8, 2017
453
657
Any patron of this game give me a idea of how the other patrons of the game have felt about the past months development of this game? (Last month was just weapon changes, and now a filter fix?...)
 

Abooboeba

Member
May 27, 2017
103
71
Any patron of this game give me a idea of how the other patrons of the game have felt about the past months development of this game? (Last month was just weapon changes, and now a filter fix?...)
I used to be but i feel like they are creating little to no content. Most of their patreons are 1$ tier so maybe they pledged and then just forgot
 

Gamerboyfan99

Member
Jul 2, 2017
206
371
There is not as the creators never actually put any in despite saying they would...I actually asked the creators myself on their blog and they replied saying maybe if there was more interest they would add it but atm they wont focus on that...that was months ago and nothing has changed.
 

hofuldig

Member
Jul 5, 2017
233
270
stupidly when you go to save instead of using a real save system, they give you a long LONG ass amount of text you need to copy and save to a text file or some shit, then when you go to re load your game you cop that and paste it back into the game itself, however i have found that just clicking play will load the back with most of your settings and characters saved...sorta. its been a couple of months since iv played this just waiting on more content.
 
U

User_23654

Guest
Guest
v2.63



 
  • Like
Reactions: azzzy

CodeMonkey

Member
May 31, 2017
391
138
quick question does the load save code function still break the game? (I.E. it's still playable it just accelerates the shit out of stat dev and temporary infinite coins) cause last version I played with a save box didn't matter what save code I used it would always have that cheaty game break.

btw I'm all for cheating, just only when I can control how much I do XD.
 

Eoin

The Bug Hunter
Moderator
Donor
Feb 21, 2017
1,233
4,861
While looking (solely for my own interest, btw) through the code for the latest version of this game, I found this:
Code:
onClipEvent(enterFrame){
   if(cheat > 0)
   {
      if(cheat == 4)
      {
         if(cheattype == 1)
         {
            _global.gold = _global.gold + 5000;
         }
         if(cheattype == 2)
         {
            i = 0;
            while(i < _global.gstats.length)
            {
               _global.gstats[i][2] = _global.gstats[i][2] + 100;
               _global.gstats[i][1] = _global.gstats[i][1] + 100;
               i++;
            }
            _root.staminat = _root.staminat + 100;
         }
         if(cheattype == 3)
         {
            trace("BUFFED");
            _global.gskills[1][0] = 9000;
            _global.gskills[1][1] = 9000;
            _global.gskills[1][2] = 9000;
            _global.gskills[1][3] = 9000;
            _global.gskills[1][4] = 9000;
            _global.gskills[1][5] = 9000;
            trace(_global.gskills);
         }
         if(cheattype == 4)
         {
            trace("meow " + _parent._currentframe);
            if(_parent._currentframe == 3)
            {
               _root.game.gender = 4;
               _global.setchar(0);
            }
         }
         cheat = 0;
      }
      if(cheatime > 0)
      {
         cheatime--;
      }
      else
      {
         cheat = 0;
      }
   }
   if(Key.isDown(66) && cheat == 0)
   {
      cheattype = 3;
      cheat = 1;
      cheatime = 10;
      trace("B");
   }
   if(cheattype == 3)
   {
      if(Key.isDown(85) && cheat == 1)
      {
         cheat = 2;
         cheatime = 10;
         trace("U");
      }
      if(Key.isDown(70) && cheat == 2)
      {
         cheat = 3;
         cheatime = 10;
         trace("F");
      }
      if(Key.isDown(70) && cheat == 3)
      {
         cheat = 4;
         cheatime = 10;
         trace("F");
      }
   }
   if(Key.isDown(67) && cheat == 0)
   {
      cheattype = 2;
      cheat = 1;
      cheatime = 10;
   }
   if(cheattype == 2)
   {
      if(Key.isDown(79) && cheat == 1)
      {
         cheat = 2;
         cheatime = 10;
      }
      if(Key.isDown(75) && cheat == 2)
      {
         cheat = 3;
         cheatime = 10;
      }
      if(Key.isDown(69) && cheat == 3)
      {
         cheat = 4;
         cheatime = 10;
      }
   }
   if(Key.isDown(83) && cheat == 0)
   {
      cheattype = 1;
      cheat = 1;
      cheatime = 10;
   }
   if(cheattype == 1)
   {
      if(Key.isDown(69) && cheat == 1)
      {
         cheat = 2;
         cheatime = 10;
      }
      if(Key.isDown(76) && cheat == 2)
      {
         cheat = 3;
         cheatime = 10;
      }
      if(Key.isDown(76) && cheat == 3)
      {
         cheat = 4;
         cheatime = 10;
      }
   }
   if(Key.isDown(77) && cheat == 0)
   {
      trace("m");
      cheattype = 4;
      cheat = 1;
      cheatime = 10;
   }
   if(cheattype == 4)
   {
      if(Key.isDown(69) && cheat == 1)
      {
         trace("e");
         cheat = 2;
         cheatime = 10;
      }
      if(Key.isDown(79) && cheat == 2)
      {
         trace("0");
         cheat = 3;
         cheatime = 10;
      }
      if(Key.isDown(87) && cheat == 3)
      {
         trace("w");
         cheat = 4;
         cheatime = 10;
      }
   }
}
What I'm thinking is, that 'BUFFED' and 'meow' are cheat codes. Now, I'm probably wrong on this assumption. But if I'm not, figuring out where to enter these is the main question on my mind.

Any thoughts?

EDIT: Entering 'BeaBae' as your character name will give you a special character.
 
  • Like
Reactions: Gabaw
2.50 star(s) 2 Votes