If you want to use python, update the decompress.py with the code below.
import zlib
import urllib
import sys
def main():
file = urllib.urlopen(sys.argv[1]).read()
print zlib.decompress(file)
if __name__=="__main__":
main()
You can download here the windows binary for .xml.gz decompression and here the python file.
Compression: compress.py and compress.exe
import zlib
import urllib
import sys
def main():
file = open(sys.argv[1], 'r').read()
output = open(sys.argv[1]+'.gz', 'w')
output.write(zlib.compress(file))
output.close()
if __name__=="__main__":
main()
UPDATE:
We also recompiled the fvinternals cheat tool.
where to find decompress.py??
ReplyDelete-----------------------------------------------------------
ReplyDeleteThis file was downloaded from fvinternals
visit our blog at: http://fvinternals.blogspot.com
and our website at: http://fvinternals.funpic.de
E-Mail: fvinternals@gmail.com
-----------------------------------------------------------
not valid zlib compressed
Traceback (most recent call last):
File "fvinternals.py", line 340, in
NameError: name 'rawXml' is not defined
where is decompress.py i have no idea what to do you tell us update the decompress file that's it at least give us some images just tell me so i can get it working again
ReplyDeleteCan you explain this more? How do we use this code? What are the steps?
ReplyDeletesorry, but explanation isn't so clear.
ReplyDeletecheers and thanks for all the efforts.
tnx guys works great u are the BEST!!!!!!
ReplyDeletethanks for the update that what you shoulda did but learn from you mistakes you know :)
ReplyDeleteWhat about compressing it back?
ReplyDeletethank you for fast update and for the app!
ReplyDeletecan anyone explain how to do this?
ReplyDeletestill this error:
ReplyDeleteopend mysteryegggold
traceback (most recent call last):
file "fvinternals.py", line 2953, in (module)
file "fvinternals.py", line 632, in open
file "fvinternals.py", line 2789, in submitAMF
file "fvinternals.py", line 2737, in AMFErrorAbort
RuntimeError: unexpected AMF error "could not instantiate client SaveObject"
open,abording
What did I wrong???
the mysterybox couldn't be opened. Which one did you try?
ReplyDeleteFVI can you explain update in steps, please?
ReplyDeletevarious...whis the first tool everysthings works perfect....
ReplyDeletemysterybox100831
mysterybox091117
mysterybox100105
i used: http://fvinternals.fv.funpic.de/mysterybox.php
everytime i got a white stallion and put in the farm, app goes out of sync and when returns, stallion is gone.
ReplyDeleteThe decompression works, but there is something funny with the handling of new lines.
ReplyDeleteDecompressing and turning right back around and compressing, FarmVille rejects the gameSettings.xml.gz when using Fiddler.
I've forgotten to change that, it is stupid printing out binary data. I changed it to write into a file. Thank you for the feedback.
ReplyDeleteStoring pig_mini
ReplyDeleteAnimals are not removeable, this hack needs a removed animal
looks like pigs arent working anymore
there is another method which involves buying a pig for 1000 coins in market placing it in pigpen and changing storedItemName in the amf request which could fix this issue
unfortunately, the tool works great but everytime that i return to game, all items are lost, including 5 white's stallions.
ReplyDeleteupon more research with the error i was getting while trying to obtain pigs with the tool
ReplyDeletei discovered if fv_pigpens_truffles in the experiments is set to 1 you will not be able to obtain any pigs with the tool. fv_pigpens_truffles must be set to 0 in the experiments in order to obtain pigs through the hack. seems like a somewhat simple task to implement for a quickfix
Traceback (most recent call last):
ReplyDeleteFile "c:\Python25\lib\site-packages\py2exe\boot_common.py", line 92, in
ImportError: No module named linecache
Traceback (most recent call last):
File "fvinternals.py", line 5, in
ImportError: No module named os
Tried to get the pony and got this error
ReplyDeleteStoring pon
Traceback (most recent call last);
File "fvinternals.py", line 2984, in (module)
File "fvinternals.py", line 1253, in storeHack
File "fvinternals.py", line 586, in place
File "fvinternals.py", line 2789, in submitAMF
File "fvinternals.py", line 2737, in AMFErrorAbort
RuntimeError: Unexpected AMF error "Not enough money" in place, aborting
I have about 12million coins and maybe 6000 in FV$. Any idea what could be causing that error?
how did you make 6000 FV ??
ReplyDelete@GateCosmic, when mystery gifts had 1 FV$ in them, you could run a bot on the farm and place and open mystery gifts. That was patched several weeks ago.
ReplyDeletenow I have the same error!
ReplyDeleteI get this error:
ReplyDeleteFarmville login for ...@gmail.com failed
Traceback (most recent call last):
File "FVinternals.py", line 267, in (module)
TypeError: 'NoneType' object is unsubscriptable
What am I doing wrong?
its not you i think it maybe patched but is still working charles
ReplyDeleteHi is this still working? When I try this I got error mes
ReplyDeletetraceback (most recent call last):
File :decompress20100902.py", line 2, in (module)
import urllib
File "C:\Python27\lib\urllib.py", line 26, in (module) import socket
File "C:\Python27\lib\socket.py", line 47, in (module) import socket
ImpoerError: Dll Load failed: %1 is not valid Win32 application
Is there anybody who can help me? Thank you
it works you just have to dl the runtime files i think
ReplyDelete