Jump to content

harryk

Ascended
  • Posts

    111
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by harryk

  1. For gold you need to set the search range to more regions
  2. harryk

    Hey There!

    I've used pivot before, but that's as far as i went with 2d. For 3d, try Blender 3D. Its free and open source. Took me a couple of days to learn the basics with youtube tutorials. I use it to make minecraft animations and still images
  3. Looks like we have two alternatives. Either make an offline mod, Which would let us use GG to edit variables, or figure out which variables are verified with the server, and which aren't. Any modders feeling up to the task? Edit: After playing it for a while, I feel like I need to take a bath. It's your typical money leeching freemium filth.
  4. harryk

    Hey!

    We have a french moderator here who greets all the newcomers. Its funny he missed this one thread Anyway, welcome to GG forums. What is your language? (programming language, i mean)
  5. harryk

    Hey There!

    Animator? cool. I'm a bit of an amateur 3D animation enthusiast myself. What program do you use, Blender or the paid alternatives?
  6. harryk

    Hello

    Welcome to GG! There is a thread in the requests section for Avengers Alliance, but it doesn't look promising. Keep an eye on it though.
  7. EDIT: nevermind. didn't read the whole thread
  8. If you still can't get play store to work, go to /etc and delete the file named 'hosts'. That usually works for me
  9. I've been trying to mod APKs by decompiling and rebuilding them. I tried using different sets of tools, but none of them seem to work. I tried using apktool and APK studio. Both can decompile and recompile the apk, and as long as i don't modify the source i can install the APK on my device after signing it. But if i make any change to the source such as changing if-nez v0, :cond_b to goto :cond_b the rebuild process still works, but the rebuilt APK file can't be installed on the device. The 'Installing' screen is shown for a while, then it says 'app not installed'. The failed installation creates an empty folder in /data/data named com.<name of developer>.<name of app>, which I have to delete before trying to reistall. Any thoughts on why the rebuilt APKs don't install?
  10. harryk

    Android L

    Android's freedom and flexibility are its biggest selling points. I can't imagine why they'd want to take that away from Android.
  11. download "android terminal emulator" from play store, and try running the 'su' command to check if the root works.
  12. Firefox crashing :
  13. If you enjoy puzzle games half as much as I do, these two games will blow your mind! The visuals are just gorgeous, with the game being based on the unity engine. I spent most of my spare time on them these last few days. The plot is laced with mystery and suspense, that compelled me to keep playing. There may be another game in the series soon, since the second game ended in a cliffhanger. Here are the links: http://www.fireproofgames.com/the-room http://www.fireproofgames.com/the-room-two
  14. home again, at last.

  15. Name of Game: Star command Game Version: tested on all versions up to 1.1.4(probably works for newer versions too) Name of Cheat: Infinite tokens Steps: 1. Start a new game or resume a save 2. Obtain/have at least one token in your inventory 3. Save game, note the slot number 4. Go to /data/data/com.starcommand.scgame/files 5. Open your save file(In a text editor), which is named in the format game-save-<slot number>.scg(000 Is autosave, 001 is slot 1 and so forth) 6. Find a line that says <key>tks</key> Here, the tokens you own are stored as an array in the format : <key>tks</key> <array> <string>token_sci_1</string> <string>token_tac_1</string> <string>token_eng_1</string> <string>token_sentry</string> <string>token_sentry</string> <string>token_revive</string> </array> 7. You may add new tokens to this array. For example: (I added a few tactical tokens and removed two sentry tokens) <key>tks</key> <array> <string>token_tac_1</string> <string>token_tac_1</string> <string>token_tac_1</string> <string>token_sci_1</string> <string>token_tac_1</string> <string>token_eng_1</string> <string>token_revive</string> </array> 8. After you are done editing the file, save it and open the save inside the game.
  16. Name of Game: Star command Game Version: tested on all versions up to 1.1.4(probably works for newer versions too) Name of Cheat: Infinite tokens Steps: 1. Start a new game or resume a save 2. Obtain/have at least one token in your inventory 3. Save game, note the slot number 4. Go to /data/data/com.starcommand.scgame/files 5. Open your save file(In a text editor), which is named in the format game-save-<slot number>.scg(000 Is autosave, 001 is slot 1 and so forth) 6. Find a line that says <key>tks</key> Here, the tokens you own are stored as an array in the format : <key>tks</key> <array> <string>token_sci_1</string> <string>token_tac_1</string> <string>token_eng_1</string> <string>token_sentry</string> <string>token_sentry</string> <string>token_revive</string> </array> 7. You may add new tokens to this array. For example: (I added a few tactical tokens and removed two sentry tokens) <key>tks</key> <array> <string>token_tac_1</string> <string>token_tac_1</string> <string>token_tac_1</string> <string>token_sci_1</string> <string>token_tac_1</string> <string>token_eng_1</string> <string>token_revive</string> </array> 8. After you are done editing the file, save it and open the save inside the game.
  17. Name of Game: Star command Game Version: tested on all versions up to 1.1.4(probably works for newer versions too) Name of Cheat: Infinite tokens Steps: 1. Start a new game or resume a save 2. Obtain/have at least one token in your inventory 3. Save game, note the slot number 4. Go to /data/data/com.starcommand.scgame/files 5. Open your save file(In a text editor), which is named in the format game-save-<slot number>.scg(000 Is autosave, 001 is slot 1 and so forth) 6. Find a line that says <key>tks</key> Here, the tokens you own are stored as an array in the format : <key>tks</key> <array> <string>token_sci_1</string> <string>token_tac_1</string> <string>token_eng_1</string> <string>token_sentry</string> <string>token_sentry</string> <string>token_revive</string> </array> 7. You may add new tokens to this array. For example: (I added a few tactical tokens and removed two sentry tokens) <key>tks</key> <array> <string>token_tac_1</string> <string>token_tac_1</string> <string>token_tac_1</string> <string>token_sci_1</string> <string>token_tac_1</string> <string>token_eng_1</string> <string>token_revive</string> </array> 8. After you are done editing the file, save it and open the save inside the game.
  18. I think its time to unpin this thread. Ingress is open to the public now.
  19. ::LOL you fell for some survey scam or credentials stealing tool/virus. You will never finish those surveys, and there is no magical hack that can change a value that is stored in Facebook's server. Sent from my GT-I9300
  20. I tried a host of different recording tools. None of them work:angry: Sent from my GT-I9300
  21. Screen cast doesn't work for me. The video is always garbled. Sent from my GT-I9300
  22. I just messed up my entrance exams pretty bad. I still have a small chance at making it to an NIT, NIIT or IIST, but i'm not counting on it. I'll probably end up in some half-arse self financed college. The worst part of it is, at least a dozen people i know qualified for admission to the IITs.

  23. Can anyone suggest a good root/no-root android screen recorder? I wanna make a video tut, but nothing I tried so far has worked. Specs: Galaxy S3 GT-i9300 on CyanogenMod 10.1 nightly For methods that use USB connection, I have an Ubuntu PC with WINE and Win7 on a VM. Sent from my GT-I9300
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.