Jump to content

beantownfan73

Member
  • Posts

    77
  • Joined

  • Last visited

Everything posted by beantownfan73

  1. Yet another one that is garbage...nothing listed in Flex 2 cloud for Movie Box.
  2. Doesn't work...still have ads galore, no background downloading and the speed sucks. 2 thumbs down
  3. Well I went ahead and got rid of the jailbreak on my ipad...games i play are server sided,so it's not really worth it. I didn't have many tweaks and only one theme, so...back to normal...9.2

    1. NitroxicDemon
    2. Rook

      Rook

      Jailbreak is getting boring :p

    3. beantownfan73

      beantownfan73

      Exactly Dida...i probably didn't use it to it's full potential but i'm just not into a lot of the stuff. I have an iPad and very little themes worked on it, even ones supposedly designed for iPads...lololol...

  4. The amount of people who say "thanks" in the comments of a hack without even knowing if it works is just ridiculous.

    1. tezaki

      tezaki

      hahahha man this is so right dida do something

       

    2. Rook

      Rook

      Let's remove the hidden content all together?

    3. Sakswa
  5. Would love to see a hack made for this game. I've been trying for a while to create my own but I just cannot do it.
  6. Where can I learn some Android hacks?

    1. tezaki

      tezaki

      go and get lucky patcher

  7. Family Farm. I set a breakpoint for the ASLR address and it let me hack the coins but when I buy something it says it's out of sync so I guess it's server sided
  8. I give up...been working on this for a week or more, I can't do it i guess. I got GDB to work with it, followed tuts to defeat aslr...nothing. When i attach the game it says something about anti-debug trick _dirty_data.
  9. Nope just a tweak...
  10. UPDATE - I was an idiot and read the tutorial wrong, I was able to get the game attached and run the commands. The problem was with another area of GDB.
  11. Mods - you can close this or whatever...unresolved and I need to gather more info later for a better posting.
  12. I know how to use Flex but the games I play...there isn't anything useful in Flex. Nothing about money, coins, levels...
  13. What I am wondering is how to create a tweak when there are several functions that contain coins, add coins, add money, get money, set money, etc...BUT after dumping the binary there no headers that contain said functions? Like...what do you hook them to?
  14. Oh yeah I am as new as one can be lol. I have some understanding though
  15. Well the function I used was not right lol. There are some others, I'll try those. Incidentally, in IDA, when I double click the function it takes me to IDA view and arm instructions. For that particular one it's something like MOV R1, (here it refers to the function name followed by lua state*)
  16. I'll try this now, the other one had no effect. Could be useless though...nothing to hack maybe.
  17. Thank you much...I'll try it now!
  18. Hahahaha...I'm glad you think it's funny that an old guy like me doesn't understand this stuff. Ask the people who created that online MS Hook generator because that's how it came out on there. This is where I am at now - I searched the headers with grep command and nothing in there about money, add money or add coins. There is a bunch of functions in IDA related to adding money, get money, set money, but nothing in the dump file to hook it to.
  19. Well, I didn't get an error this time, but when i start the game i see that nothing has changed. Basically i wanted to know if this how the tweak file is supposed to look?
  20. I used the online MS Hook tool and this is how it came out and it doesn't work. What am i missing? #include <substrate.h> #include <Foundation/Foundation.h> int __ZN10GlobalData8addMoneyEi() { return 99999; } %ctor { MSHookFunction(MSFindSymbol(NULL, "__"),(int*)__ZN10GlobalData8addMoneyEi, NULL); }
  21. I found out myself...I had to add 64 to the darwin-arm folder name and darwin-arm.mk file name. It compiled fine after that, except that it said something about lexical yada yada yada alias line 42. I'll have to run it again and get the exact error message. I also just really need to know how the tweak file is supposed to look; the format, in laymens terms. I have the function names, offsets, strings, etc...I just cannot comprehend the tuts I've seen regarding how to do it. I'm not as smart and savvy as you guys when it comes to this code stuff. Here is a copy of make package command damejs-iPad:~/familyfarmhack root# make package /var/root/familyfarmhack/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/root/familyfarmhack/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak FamilyFarmHack... make[2]: Nothing to be done for `internal-library-compile'. Making stage for tweak FamilyFarmHack... dpkg-deb: building package `com.dame.familyfarm' in `./com.dame.familyfarm_0.0.1-3_iphoneos-arm.deb'.
  22. I am running into a problem compiling my tweak; when i run make package it says i did not specify a target and the platform does not define a default target.
  23. I am running into a problem compiling my tweak; when i run make package it says i did not specify a target and the platform does not define a default target.
  24. That worked, thanks dude!
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines