Sysadmin
Administrators-
Posts
6,012 -
Joined
-
Last visited
-
Days Won
985
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Sysadmin
-
Modding Unity & Its Dll's: Starter Pack + Tutorial
Sysadmin replied to Sysadmin's topic in Archived topics
I miss them too. No time anymore -
Yeah, I hear ya.
-
Wrong topic lol. Regardless, we don't consider users until they have over 50 helpful posts (not just spamming "hi"), and have released some unique cheats.
-
Modding Unity & Its Dll's: Starter Pack + Tutorial
Sysadmin replied to Sysadmin's topic in Archived topics
Long time no see! Welcome back! -
I usually try 1 hack at a time. Ie, lunchboxes hack. Try the save on game (if=works, continue). That way I know specifically what I can do, and what I can't. Making all your changes at once, makes it almost impossible to narrow down what caused it.
-
It would seem that way
-
Nope! That's the beauty of this
-
Please see my reply
-
So my cousin got me playing this game, and I must say, I enjoy it. Of course, my mind started wondering different ways to maniuplate it to do my bidding! Here's the best way I found. Let's get started What you'll need: FOSDecrypt.exe (Created by superkhung)The .sav file for your game, from /sdcard/Android/data/com.bethsoftfalloutshelter/filesOnce you have those, we can begin editing the save file: Click and drag your .sav file 'onto' the FOSDecrypt icon. Wait for the command prompt to close, and check the .sav file size (the file size should be smaller than the original file size).Use a JSON editor, to edit the .sav file. I used http://www.jsoneditoronline.org/ because it's easy and convenient. Examples on some things you can edit can be found below.Once you have finished making changes to the .sav file in your JSON editor, save the file (if using the online editor, make sure to rename the downloaded file to what the original file name was. Eg document.json -> Vault1.sav).Click and drag the newly edited .sav file 'onto' the FOSDecrypt icon. Wait for it to re-encrypt the file (shouldn't take long). Verify the file size is now about 2x the previously decrypted file size.Copy the .sav file back into the game folder on your device (/sdcard/Android/data/com.bethsoftfalloutshelter/files).Easy right?! --------------- Now, here are some of the modifications I made to the .sav file: Change amount of lunchboxes:There are two different values you'll need to edit here: LunchBoxesByType and LunchBoxesCount. You can find both easily by searching them in your editor. First, find LunchBoxesByType, as this is what gives you actual lunchboxes. The values available are: 0 = Regular lunchbox1 = Mr. Handyman lunchboxSo let's say you want to add 100 regular lunchboxes, and 10 Mr. Handyman lunchboxes to your save. You will then end up with something like this: "LunchBoxesByType": [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1],But we also have to make sure to change the LunchBoxesCount to our new value: "LunchBoxesCount": 110,Ta-da! ------------ Change dweller health/stats:This mod takes a little more patience, but can be well worth it. I only changed this on a few of my key dwellers, so as not to ruin the fun of the game Start by finding the first name of the dweller you would like to edit. Then, search for their first name in your editor. To edit their health, change the healthValue and maxHealth values. I changed mine to look like this: "health": { "healthValue": 9999, "radiationValue": 0, "permaDeath": false, "lastLevelUpdated": 14, "maxHealth": 9999 },Changing health to a high value seems to cause issues with radiation, when you send a dweller into the wasteland. I advise you not to set the value this high. To edit the dweller's stats, again, look under their name, but for stats this time. You'll see a list of 8 values. The first one doesn't have any effect. The other values control their S.P.E.C.I.A.L stats. These are the ones you want to edit. For max stats, you'll want something like this: "stats": { "stats": [ { "value": 1, "mod": 0, "exp": 0 }, { "value": 10, "mod": 0, "exp": 72000 }, { "value": 10, "mod": 0, "exp": 201600 }, { "value": 10, "mod": 4, "exp": 3600 }, { "value": 10, "mod": 0, "exp": 36000 }, { "value": 10, "mod": 0, "exp": 72000 }, { "value": 10, "mod": 0, "exp": 14400 }, { "value": 10, "mod": 1, "exp": 3600 } ] },Rinse and repeat for any other dwellers you'd like to edit. ------------------ These are just some basic mods, that shouldn't ruin the fun of the game too much. Take a look around the rest of the file, and see what neat tricks you can do (like changing gender, making someone pregnant, etc ). Let me know the cool stuff you are doing with your save, and share with others! FOSDecrypt.exe
-
GameGuardian updated to 7.3.6. Changes include: Added function that automatically pauses the game when GG is opened.Added status bar at bottom of main screen. This displays the version of GG, and which search regions you have checked.'Abort' button always visible during searches (as opposed to after x amount of seconds after search started).Improved layout for small screens.Translations updated.Multiple bug fixes.
- 1,987 replies
-
4
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
I commented on the video. The uploader is a little kid, who is trying to trash talk you. He has no idea who you are though, lol.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Not sure what you mean. But I was not (immediately) detected AFAIK
- 5 replies
-
1
-
- Unlimited Money
- EvoCreo
-
(and 3 more)
Tagged with:
-
Updated to 7.3.5. Changes include: Added ability to click and drag the icon for placement.Added ability to pause the process (game) from within GG.Added extended 'freeze' (replacement to 'lock') functionality.Redesign of saved items list.Searches now clear if 0 results are found.Updated translations.Multiple bugfixes.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Name of Game: EvoCreo Game Version: 1.2.13 Name of Cheat: Money Cheat Search type: DWord Steps: Open both EvoCreo, and GameGuardian.Search your current amount of money.Either gain some money, or lose some money (ie in a battle).Search your new amount of money.Repeat this process until you get 1 value.Change that value to whatever you want.Screenshot of cheat:
- 5 replies
-
5
-
- Unlimited Money
- EvoCreo
-
(and 3 more)
Tagged with:
-
Hey all, So recently we've had a large influx of users reporting files with reasons like "Needs to be updated" or "GameGuardian does not work on my Galaxy S4" etc etc. I'm getting fed up with it. So we're gonna try out a new system: Only VIP+ members can report things. I always hate removing a function from the regular members, but this got way too out of hand, and there's no other real way to fix this. Unless you all have suggestions, this is our course of action.
-
game guargian for x86 cange speed problem
Sysadmin replied to prasetiyohp's topic in Archived topics
Moved to proper section. Please reformat your post, since it's not a cheat guide, but a request for help. -
Not that I can see. Just tested and it works fine. I verified your account when I merged your two accounts.
-
I can merge your two accounts, into the "YoungBai" account, if you would like
-
Updated to 7.3.3. Changes include: Ability to select language to use from within the app.Added translations for: Belarusian, Czech, Hebrew, Romanian, Slovak, Slovenian, Serbian, Turkish, and Ukrainian languages.** Translations were created using an automatic translation service, and may not be accurate. If you would like to help us revise one of the translations (or add a new one), please post in our forums.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Updated to 7.3.2. Changes include: Added translations for: Arabic, German, Spanish, French, Italian, Japanese, Korean, Polish, Portuguese, and Chinese languages.*Various optimizations.Bug fixes.* Translations were created using an automatic translation service, and may not be accurate. If you would like to help us revise one of the translations (or add a new one), please post in our forums.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Thread locked due to 'flaming'
-
- 12 comments
-
6
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Updated to 7.3.1. Changes include: Added keep screen on function, to keep screen on when dialog is open.General improvements.Multiple bug fixes.
- 1,987 replies
-
3
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with: