After last maintain (3 March) , still cannot find any new method to clone items
All clone method have been patched (as i k now)
The code become longer , maybe encrypted , maybe something else
Thanks all friends try and error
Really need some computer experts to help us
Enjoy the game for fun, Not for earning
(Facebook have limit the Facebook applications advertisement,
so that we need to know selling coins is the only income for playfish )
Related posts:
Posted in: Pet Society


I think the item code become much longer and at last few bytes of the packet it have a hash code that is like a CRC code for the packet. So if there are any change the CRC code is not valid. Then the connection dropped by playfish. We need someone to find out the formula to calculate the hash.
Any other thought?
hopefully someone will help
Please Genius help us!
Hi everyone and hi CMWONG ,I’ve found this program http://www.softpedia.com/progDownload/Hyper-Hasher-Suite-Download-6393.html maybe it could help us to calculate the hash! I hope!
I dont think the codes are hashed at all. they are just new codes in the database with a checksum to check for alterations. But how to calculate the checksum????
can somebody compare different packets and find out WHERE the checksum is?
if we collect enough, it will be easy to recalculate
http://img18.imageshack.us/img18/4120/newsy.jpg
here is the new items!!!
i hope we come up with a clode idea someday!!!
aren’t they beautiful?
i found out the checksum is from line 070—>C to line 090—>C the problem is that like 20+ numbers change and there is not enough time to type in the right code :S
codes are not changed! something else when we accept!!! compare the codes
like by an rmb!!! take the code
check in the codes db in cmwong you’ll find it the same!!!!
but if u change/alter & accept an error appears
connections drops down
it has something to do with reconnect.php
that’s my observation via WPE and Webscarab
I think checksum is 2 bytes after the code and a checksum on the whole of the data. So it would be 2 checksums to calculate.
Eg.
Pine shelf code
YEfR0L74TluxR1r98LbE7f_fR9SdTdv5
Hex is
59 45 66 52 30 4c 37 34 54 6c 75 78 52 31 72 39 38 4c 62 45 37 66 5f 66 52 39 53 64 54 64 76 35
Csum = 97 25
Now there is some more digits after this.
00 01 83 3d
This could be a checksum on the whole of the data contents of the packet.
I think there is also a transaction id of some sorts in the packet which identifies the original transaction of where the item came from. I will not post it for obvious reasons.
i find an hidden code that change every time i send an item.
I’m studing how it work
@yo,
that’s great we’re waiting!!! but really i hope the “hacker’s wanna-be” will not post videos in youtube & reuin eberything!
@mem, I think that is how we must see the problem…
… The user in another forum told me I had to change some codes in these lines … but I do not know what
Does anyone understand Spanish? Maybe you can read the contributions in this forum.
http://www.portalnet.cl/comunidad/showthread.php?t=101107&page=169
Find all post by “crisandluna”. He says the method of the mysterious boxes works. He does not want to explain it, but gives some hints to achieve using other users. Perhaps you can understand and use the hints.
@mem, o u mean we still can do it by following the csum!
@maggy, how u manage to view that? and found all the new stuff. Cheers
i have try the box code, i post here a pic of webscarab, i try it 2 time and i track what change in the 2 time, whit grean are thing that change and i don’t know what is… whit red the item code.. look, i hope that u undestand. look: i’m near of a solution!
http://i39.tinypic.com/2pocxfc.png
at Newbie
I read the post by crisandluna, he or she, basically said that the old method still works with 3 boxes, but you also have to change some sores of validation codes that are in the upper part of the window
http://www.portalnet.cl/comunidad/showthread.php?t=101107&page=172 (last image)
That is all she or he says, but I wish I could be more helpful =( … also crisandluna says in the post that we have to found out the validation code, and that this method had work for her or him till now .. should we believed it .. Help us
@maggy,
Beautiful
make us work harder
@mem,
how the meaning of that “some more digits”
very strange…
@Newbie,
you can use google translate
@alpha,
i have try this before…
dun know it too
also show error when changing something
The string of code that changes for each item, when you send an item starts at C7 [which is a box after one with a 20], is a long long code, like 3 lines. The last 5 bytes are particular, in particular the 5last is the one that increase every time of 2. Example, send an apple 3 times, you will see the 5th byte before the last that is a letter in between dots and it grows every apple you send. For examle the first apple will be 41 [A] the second apple-> 43[C] and the thir dapple-> 45 [E]
Shit, tell us something we DON’T know. You’re a really good hacker. Come up with another way plz, don’t just say you can’t do it.
@Mel, you just have to find the right swf file!!!
Anyone has idea,how long the validation code is.?(i wanna know to try figure) =)
The only way I see is to find the code where he calculates the message and send it to the server.
Does anyone have any idea about how to find that?
did any of you take a look at my videos on utube? do you think it can be set to work?
At the moment I can buy anything but I can’t save..
hi cmwong I sent u a mail with the instructions about how to pay anything 2 coin.. did u try?
do u think it can be fixed? at the moment I can’t save..
@HiresSW,
i tried ur video it didn’t work for me could u post the detailed instructions if u don’t mind
thank you
@HiresSW,
whats your video id
hi juz to ask…is the gold/coin hack still working ?
@HiresSW,
i saw ur work before i saw ur msg~ only just today~ well it was a great idea, too bad it cant be saved at this stage, but if it does, the trade forum would be up in no time
@calcium,
if u spend a little time to read this site, i think you would find the answer for urself
I’ve appended the instructions to the video
http://www.youtube.com/watch?v=SlMwVKOk28g
and
http://www.youtube.com/watch?v=VppfxAzUfEk&feature=channel_page
Start the game Buy an apple
find the code:05570f66c02a0ff2
go to the disassembly
some row UPPER there is a CALL [ECX+0C]
you breakpoint that with F5
press F9 (RUN)
buy another apple
It stops at the breakpoint u put
remove it with F5
step into the CALL[] with F7
press f8 until you execute anoter CALL[ECX+..] immediately after that
you inject a MOV EAX,2
@HiresSW,
HI, could u tell me what is CALL[] ?
and “inject MOV EAX,2″ add it with “code injection” in template?
just wondering how do people find the right swf file to see the new items?
@HiresSW,
can you explain that
immediately after that
you inject a MOV EAX,2
Make difference about “hacker” and “cracker”. The codes are changed or encrypted and there is added variable codes (like someone all ready says 2+) that are changing every sending also i think that there is added some type of validation codes (like certificate) that is different every time you send something this is a lil complicated code. Good luck
@HiresSW,
Can you give more clue? Just like, what programm do you use for all that, what do you mean by saying all these unknown words to people that don’t know the way and stuff like that! Also, can you make a video and upload it to youtube in order to understand better the way?
Thank’s!
I was looking at some of the codes an i could say yes axtrixx is correct saying how every time the code changes, but only after so many minutes of buying and trying to send it, the codes will remain the same for about 10mins or so, i received 2 codes that were the same item coming to me and the only thing that was the same between then, but different in every other one was the item code, i later received the same item a few hours later and just about the entire code was different from the first line to the last line with a few similarities that would never change because its the pets name line and the HEX codes we know, but i was trying to see something that was the same between the 2 same HEX code items but had no luck, so i am not sure how they are able to verify an item being the same when i got different lines of code in 3 of the same items, but like in every HEX code i have, there were many lines of the same from one to another, but no similarities between ones of the same codes expect the HEX item codes that we know
use tools\AutoAssemble
and then Templat\Code Injection
So the code u will type will be executed every times he goes through that call
The second call is the one which evaluates the price and puts it in EAX
I’ve news.. the patch to decrease paw points doesnt work anymore.. server disconnects the pet. At opposite.. increasing paw points does still work… are they trying to catch cheaters?
@HiresSW,
thanks, will try it later
@HiresSW,
yes it not work
@HiresSW, at which state u put the game back to running mode (F9)?
I tried to run the game both before and after AutoAssemble, nothing happen.
need some more help~~~
@CMWONG,
Hi CMWONG, can write more clear instruction?
blur at some point~~
yes you are right
It is checksum not hash (althought checksum is a hash function too)
I think when you send items there are not checksum! I can use autohotkeys to change the code and the two bytes code after the item code that increment by 2 everytime I send the same item.
But why the hacking won’t work because the server check if you have enough stock of the item you send.
Let time I use pear and change the code to jukebox using autohotkey the server let me send the item as well. I tried to cheat like 30 jukebox. But when I examine my inventory, the 20 jukeboxs in my inventory gone and the other side only receive 20!
So no more send item hack!!
But we can focus on GMB item hack!!
The checksum I mean appear when buy and GMB item. You know when you get the item when open a GMB. The program won’t query or send data to the server first then let you get the item.
Instead after you have got the item from GMB. The program send a bunch of data that tell the server you have got some items. If we manage to change the item code to like Jukebox code and recalculate the checksum. It may work!
But I do think when you buy a GMB, the item inside have fixed already. So we may need to cheat once we buy the GMB!
@HiresSW,
it says This video is private. for both links
@petsfan,
i have seen both videos before you posted this links so thats ok
@Sammo,
really checking our stock item?
if i buy a apple, can i send it immediately? (just before the buying apple popup)
GMB hack is interesting…
yes, no point in pursuing other hack at the moment. refer to my previous post!!!!!!
-> timothy33
Din’t you just copy and paste my post from the hexpet site?
-> timothy33, didn’t you just copy and paste my comment from hexpet site?
I never claimed it was my work.
yep, just trying to help join the dots.
Look the problem is that the pet society stores your inventory and when you send an item, it checks that actually have the item to send, if not “the Mayor”. Also with the money hack, if you try to give yourself 40,000 coins, the game checks the increase in coins with the event, and if it cannot resolve it, “the Mayor”. (MY WORK!)
Now because the mystery box items SEEM to be attached to each mystery box when the box arrives at your home, then there is a small window of opportunity to change it then. (MY WORK)
Thank you JANT for point out my plagiarism, but as I said I am only trying help join the dots. The italian chap that wrote that piece is onto something and it should be shared around.
so is the GMB hack going to work soon?
Ok It seems then that the only way is to find the code where he generates the random item.
Did any of you find the code table with all the objects code?
We could start findind regions of code which refers to that table.. or substituting every code with the one you want..
If we can just get the main swf… i have a swf decompiler here and can understand some actionscript (flash js)
@HiresSW,
I think you are right. There is no point in trying to change the Mystery box while it it in the chest. By then, it has been assigned a value and is registered in the server.
i have just tried cheat engine with “ie” and used the code “840FFF85C12A0FF2″ which is used to get the coins when you sell a apple but that code no longer works anymore is it just me or is this happening to everyone???
something else to consider, the contents of a mystery box changes went sent to another account. this is a good time to intercept. the item code also requires validation, this is the problem!!!!! what and where is the validation code?????
Actually there are a stupid cheat using webscarab!
When you go to stadium and bet a race! The program send a packet to tell the server you bet a race. You can hold it and wait until the race end and see if you win!
If you dun win, Abort the request and reload the game. If you win, Send the request to the server.
Then you win and never lose!
I have write a autohotkey script to do it automatically and it help me to cheat around $20000 a day
Ask me if you are insterest to the script.
@Sammo,
Great, interesting…
can it auto to use accelerate floor, pick up banana?
@kaka,
it is not tha difficult!
check out this swf
http://d2syub29v5lge2.cloudfront.net/game/pets/swf/1.9.4/pets_assets2.swf
@sammo can you tell me more plz ?
@Sammo, hahahhaha
really cool, i have never thought of this!
@Sammo, can you tell me more plz ?
@sammo
hi could you email me the details to mbj20032@hotmail.com
thanks
wowo great idea sammo.this night i write a script can do this for me..
Playfish has now made it impossible to use a bot to make a few extra coins and paw points per day. You no longer get coins for petting, brushing or shampooing the pet if the levels are full. I installed a bot earlier this week and was picking up about 2k in coins per day. A pretty measly income when compared to cloning and coining – but it was enough to keep in the game for now.
I’m now seriously thinking of re-creating my pet in another game. I’ve enjoyed PS – decorating my pet’s house, collecting all the items, holding contests, giving items away, granting wishes and making friends from all over the world. I can do all of that in another game that doesn’t require me to spend ten plus hours per day just to be able to afford a new outfit, new item for the house and a few gmb’s for my pet each week.
I did the gmb glitch over 250 times this morning and never found one elephant or penquin. I found a piano, 2 jesters, 2 squittys, 1 cell phone, 1 wall scroll, 1 rocket lava lamp, 1 love hearts lava lamp, 2 Venetian windows, 1 door and too many useless hats, pants, ribbons and watches to count.
Playfish had a brilliant idea with this game and it became an internet phenomenon. Over the past six weeks they have made the decision to coerce committed players into buying coins by removing hacks, killing the trading, raising prices, bringing out too many items at one time, reducing the number of new mystery items in the mystery boxes and now we can no longer earn a few extra coins and points by petting our pets.
I think as fast as PS rose to prominence on the net it’s going to break all records in losing committed players.
Sammo – I’m very interested in the script too. I’ll need a macro for it – right? After having Playfish kill my bot today I’d love to hit back at them by winning big in the races!
Sammo ,
I am very interested.
Could you please explain more or teach me.
@Sammo, can u let us know how u did that? many thanx
@Sammo, it is really interesting. How you do that, can share?
@Sammo,
I would also like to know the script please.
I’m very interested in the race betting script and instructions. After PS killed the thousand coins per day I make with a bot, I’d love to fight back by making several thousand per day betting on the races.
@Monet, I agree with you 100% Monet!
@Sammo,
could you send me your autohotkey script please?
a p f e l o m a @ h o t m a i l . c o m
thanks a million!!!
mandy
@Monet,
well said!! i think they are making way for the final version of this game
they want to minimise the free ways to make coins and i think for the final version of this game, it wont be free anymore
they might release what other people asked for, such as fixing gaming problems like gifting methods, etc but that would happened in the non free and paying final version
yes sammo, please share the script.
would like to crack the PS and make money
@Sammo,
“If you dun win, Abort the request and reload the game. If you win, Send the request to the server.”
Sammo – do we actually need to put the script in or can we just abort the game once all three pets are across the finish line?
@Sammo,
hi
could you send me your script and how it works plz? thx a lot
=^^= meow!
my e-mail: ed.retla.ed.alter@hotmail.com
I will explain more how to do it
When the match start, there are one request will send to the server
And if you win, there are two more request send but if not win, zero or just one more request send.
If you have use webscarab, there are a “Edit Request” windows pop up when there are request send thru it. I have change the path pattern to only intercept the traffic send to playfish.
Then I only have to count when the match finish. How many “Edit Request” windows are there. Three or more “Edit Request” may means you are the winner.
I read somewhere today that if you coin and use the coins to buy from the store, you can get the items to save if after you’re done buying you run a race. Anyone want to try the hack where every costs 2 coins, buy a few items and then run a race to see if it saves? I’d give it a try, but Cheat Engine doesn’t work on a mac.
pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee try to crack or hack PS befor this Sunday
((((((
@Sammo,
hi Sammo
could you send me too your script with instructions? thx a lot
bigcherry at wp.pl
@Sammo,
May i have the script please?
alma-libre@hotmail.com
thank’s.
I tried.. I buyed at 2 coins, then I did a race.. it disconnected when he sent the start-race packet…
(strange!)
@Sammo,
@Sammo,
Can you please share your script with me please? thanks in advance. to aspendog@live.com
Thank you.
@Sammo,
Yes, but you said something about a script. Does it excist? Cause it sounds interesting…
@Sammo,
could you plz send me the script?
knuckles_@live.nl
thanks already
@HiresSW,
Among what we’ve learned this past week is that Playfish disconnects when we try to save or it refuses to carry through on a request if our chest inventory doesn’t match what the server says it should be. For some reason with the gmb reload glitch, Playfish isn’t able to match the inventory to the gold count – probably because the box sets whatever is in the box for 500 coins regardless of it’s true value.
The start of a race appears to indicate that the server is either saving or doing an inventory and disconnects us when the value of our gold count doesn’t match what the chest inventory says it should be. If you buy a juke box for 2 coins, the server notes the chest inventory says the gold count should be 19,998 coins less than it is and disconnects instead of continuing the game.
At least that sounds like what is happening to me. So we need to somehow fool the server so the gold count matches the chest inventory to get the game to save or carry through on a request we’ve manipulated.
@Sammo,
May I have your script?
eedoh@ymail.com
Thank you very much
@Sammo,
send me the script please..
tempek_goreng@telkom.net
@Sammo,
Please please please~ can I have the script too
marmarfanfan@hotmail.com
millions thanks
@Sammo,
Could u please tell us more in details? and about the script.
thank you very much
@Sammo, if u don’t mind, would u send the details of how to do it using webscarab to my mail pls..
mikae_ran@yahoo.com
@areian0s,
Yes I use a script to do it for me~~
This is the portion of code in my script to determine if I win or not.
The “WinGet” function count the no of “Edit Request” windows exist. If equal or more than 3 windows exist. Accept the request or then abort all request.
Loop, 8
{
WinGet, j, Count, Edit Request
Sleep 10000
if (j >= 3)
{
SendRequest(1)
SendRequest(1)
SendRequest(1)
SendRequest(1)
SendRequest(10)
break
}
}
SendAbortRequest(1)
SendAbortRequest(1)
SendAbortRequest(1)
SendAbortRequest(1)
SendAbortRequest(1)
SendAbortRequest(1)
SendAbortRequest(10)
}
@Sammo,
Could you mind provide full code?
eedoh@ymail.com
Thank you very much
@Sammo,
Please can I have your script too please….
ask4access@hotmail.com
thanks alot!!
if u don’t mind, would u send the details of how to do it using webscarab and the full script to my email pls pls pls…
dowdarin@yahoo.com
thanx in advance
@CMWONG,
Ha ha no
@Sammo,
well done!
thx for your code!
@Sammo,
Ok, this cheat does work, however, it is a slow way to make money, this quite a cumbersome cheat.
The problem with Mystery box cheat is not that the item has to be of a certain value, but that there is a validation code required.
No validation and you get kicked out.
I am not going to spend all day cheating on races for 20,000 when I could make that in a few minutes cloning. IT CAN BE DONE.
@Sammo,
Please can I have your script too please….
ask4access@hotmail.com
Thanks alot!!
[...] English version CMWONG.COM 分享/Share and Enjoy: [...]
I think I’ve gotten the betting method to work without writing a script. I open webscarab and let the windows stack up during the race. If I win, I click them all closed. If I lose, I click abort request on each one and then reload. I haven’t decided yet if it’s necessary to click abort request on each window while PS is reloading, I’m thinking it’s not.
on the race cheat…do we use the same method for the jukes clone. like use localhost and 8008 port??
@Sammo, wow, great.. if you don’t mind, would you please send the details to do that to my email..
markbern83@yahoo.com
Thank you so much.
@Sammo, I’m interested in the script, email me at briannadefaunt@aol.com
@Sammo,
Thanks your code!
@Sammo – I just tried it with proxy set to localhost and port 8008. But the moment the race is finished, i get disconnected from PS. They patched this too?
WARNING! WARNING! PLEASE READ IT.
I FIND ONE BUG, BUT NO ACCEPT CHANGE ITEM.
PLEASE! EVERYBODY TRY TO FIND TO HACK IT.
I USE WebScarab, SEND MESSAGE TO FRIEND, THE EDIT MESSAGE POP-UP (THE DATA LIKE SEND GIFT TO FRIEND). I CHANGE A LITTLE IN WEBSCARAB, IT CAN ACCEPT TO PASS. SO THIS IS THE BUG OF PET SOCIETY, IT MAY HELP THE HACKER.
@Sammo,
thanks your explain, great helpful
@Alecx,
Yes.
It doesn’t always get the abort message when aborting manually. I haven’t the vaguest idea how to write the script for a Mac. Anyone want to give me some helpful hints to head me down the right path? Thank you.
I checked out the Pet Society that launched on MySpace today. They’re using the same 34 byte code as they are on Facebook. The MySpace version appears to be having the same server issues with reloading as FB. It seems like they should have gotten PS working for the demand they have with FB first before adding MySpace.
@Zen, You’re right – you can change codes in the message edit request windows and get it to send. Interesting.
@Monet,
tried that, even b4 the race end (looks like losing) click the “dont accept changes” doesn’t seem to work with the coins lost
@Sammo,
put this inside webscarab script manager?
Do you think sammo you could explain by step!!! please.
And where can i put the script?
Is there any working methods for decreasing paw points? Please help me
((
Sara
@Le0,
Have you used Webscarab before? If you haven’t, there are instructions on how to set it and your browser on here.
Make a bet, preferably 5 coins until you know what you’re doing. If the pet you chose wins – click the webscarab windows closed. If your pet doesn’t win, click abort request on all the Webscarab windows and reload.
@Alecx,
Click “Abort Request” instead of Cancel Changes. I usually click it just before or as the winner is crossing the finish line. Click Abort on all webscarab edit request windows and immediately reload. Your coin count should return to what it was before you made the bet.
I know how to use webscarab but thing is it appears the 1st popp up when i bet but during the race they appear more…what do i do with the ones that have appear withouth finishing the game
@Sammo, wow, great.. would you please send the details to do that to my email..
ultravioletb@hotmail.com
Thank you so much
still no hack
i’ll give up!!! i delete the game
playfish to hell with their addictive game
@Sammo,
yes you are very right!
last time, i sent 5 lips
I had 3 in my inventory
so the bastards took 3 lips from my send account
and in my receiver account I got:
3 lips
1 yellow flowering bush
1 black floor
I do not know where the hell the 2 last items came from hahaha…
@andrew,
OMG you are so rude :O
should we just hand every thing on a plate for you your Highness?
running a website does take work and enegery you know dat?
And it is a blog where people can talk about their success hacks or near success so others may also be able to help complete it…
And CMWong cannot stop those pop ups thats what happens when you use cheaper webhosting.
You are so arrogant :O am shocked!
can anybody tell me where can i get Web Scarab?
@Sammo, hi Sammo i am interested in the script. Can you provide me the details? thanks so much!
i need serious help PLEASE.
i got web scarab. but i don’t know how to use it. i tried betting on a race but nothing happen to the web scarab when it opens. please some instructions?
i need help with using the web scarab and also the steps for betting in the stadium. PLEASE.
I think CMWONG just want to share something on internet, but pet society hack attract lots ppl come! now there are more than 10000 ppl visit the website, his NAS was damaged by such big workload.
we are just students, we do not have income,but one NAS cost US$200. AS just only a good guy donate for CMWONG, he does not have enough money to buy a new NAS, so put a ADS on this blog is the way to get income, but he is no sure about such ADS can receive money.
If you don’t like this blog, you can go other, i think there are still have lots of topics on internet, or some ppl make a copy from here.
anyway, I think we should suggest CMWONG to select some better ADS, maybe lots ppl don’t like pop-up.
@leo,
close others webpage and email programs can make it popup less
@andrew,
really sorry for thar :’(
i have not set any popup on the advertisement, and it is not hosting at web hosting company, so it must without any popup
can you send the screen capture to me, i want to know that. i dont want any popup from my site too
sorry sorry and sorry again
[...] from http://www.cmwong.com/blog/2009/03/pet-society-computer-experts-need/comment-page-4/#comment-2158 [...]
@andrew,
I am interested in the failed attempts so I don’t waste my time trying something that hasn’t worked.
It’s obvious you’re just here to reap the benefits of the hard and difficult work many of the people posting here are doing. If you’re not willing to participate in finding a solution – stop complaining and insulting our host.
At his own expense and time, CM maintains this site so the rest of us have a place to learn about the hacks. You owe him an apology.
@MysticTears,
On this website are videos for cloning that show you how to configure your browser proxy with localhost and the port 8008. The site where you downloaded webscarab should also have information on how to configure it. If you scroll up on this page, you’ll find instructions on what to do at the end of the race.
@Sammo,
can i get a coyy of ya script
Could you send your script to dimasok@inbox.ru please? I didn’t really understand how to use webscarab in the way you described…
@Monet,
thanks Monet and andrew
i’m busy at my study, so i have less time to try the hack
i should apology to all hackers
@Monet, i configured the proxy and guess what? the IE could not load ANY web pages (including the homepage) so i can’t do anything even if i have the web scarab. thanks for helping anyway. i really feel that using a video can help. or at least useful to a clueless yet desperate person like me.
Hi sammo,
could you kindly send the script & instructions on the new way to earn coins? Many thanks.
My email is cancerrian@hotmail.com
im afraid this is another failed attempt, but may help.
afetr trying to intercept and working out the sending code and failing miserably i decided to try and intercept recieved gifts.
obviously when sending a gift theres some sort of verification code etc, but when recieving a gift the codes all return to normal!
i sent a banana and had webscarab turned on for the pet who was recieving the gift and when it came through the code was clearly adentifiable and was the original code! unchanged, when i changed the code to the jukebox code, it accepted it and allowed me to carry on playing, however no juke materiaised in my chest as hoped. and after refreshing the banana was back in a gift box. maybe there’s a way we can do it though, and at least we know the codes are still the same. hope someone much smarter than me can work this out.
p.s, when sending a gift try and send a juke towards the end of the hex there is normally a 9a, a number i.e 32 and thn some guff i.e 00 01 c7 00 or something along those lines, now if you change the code to 9a 35 it will send the gift and give you your paw points but when you log in next time your juke will not have been sent but your paw points will still have increased a little paw points hack for those of you who are interested
hey…..can send me the script?????please and thanks…..^^my email address is lionheart_tony@hotmail.com
@MysticTears
Sometimes a website won’t load when you have your browser configured for Webscarab. You need to open the site first – then configure the browser for Webscarab. When I reload after losing a race, I have to reconfigure my browser to it’s normal settings, reload again and then change it back to localhost 8008 once PS loads.
I know some people prefer Google Chrome or Firefox over IE when using Webscarab. Search Youtube with Pet Society and Clone – you’ll find videos that show how to configure your browser.
I’m finding the betting hack to be time consuming and see the merit of having a script. Unfortunately, I haven’t the faintest idea what to do with the script that Sammo has shared. Is there anyone willing to point me in the right direction for software and a tutorial? Thank you.
Has anyone gotten a bot to work on the tree coins?
@mike,
maybe the server have the record to check that is banana not juke
thanks your paw point hack
I’d like to have the script too at this email address: encke71@taygeta.it , thank you! Meantime I can say my husband is working hard to find a new clone method (he’s a good programmer), if he succeed in this, we’ll notify here in this forum.
@sammo
I’m very interested about this script. Could U send me? Thank U!
c i n g o g i r l @ y a h o o . i t
can someone pls send me script?
stacyschmidt81@gmail.com
It would be interesting to find a way to change the item quantity in the chest. If I have 1 juke, I could increase the quantity up to 99 and sell them for money. Is it impossible for computer experts??
Byebye
@Encke71,
My fingers are crossed that your husband succeeds in finding a new cloning method. I miss cloning!!!
@Sammo,
Please, could u send me the full code at
bedlaz@tin.it
thanks!!
TNX sammo it works great i don t use the script,monet has right it works correct to me too!
@Sammo,
Tnx sammo it works great but sometimes i loose ,when u put the script u don t loose?
If it s possible send me some instructions on my email:somprero@yahoo.com .TNX
Sammo ^^
i`m interested on ur script
would u like to share it with me pls
princessbluemelody@hotmail.com
thank you
@Sammo,
could you send me your script and how it works plz? thnaks
my e-mail: ilovetoplay01 @ gmail.com
Hi, Sammo!
i`m interested on ur script
would u like to share it with me pls
ilovetoplay01 @ gmail.com
thank you!
Could you send me your script? I’m sorry I promise to study about it to contribute for common cause….
thanks a lot
tigro1987@hotmail.it
hi, sammo could you please e-mail me the script and instructions to cockneylegend@hotmail.co.uk thanks
Hello Sammo;
Could you send me your script and how it works please.
Thank you so much.
zelihaebru@gmail.com
@Sammo,
could you send me too your script with simple instructions? tnx
@frida,
my mail iloveeepa@gmail.com
Please Sammo, can you send me the script, thank you!!!!!! bullullo@yahoo.it
please send the script to me.
Thanks a lot!
Excellent work this far guys. Keep it up. Freeloaders please refrain from posting discouraging posts. Keep the discussions going. Cheers all.
@Monet,
I tried this before and i enter the items. Both side can aacpet and send but the server will check and reset the sender account. When i start back, the sender account sent the item and the reciever received it like before.
@Sammo,
What do you mean by this “I have change the path pattern to only intercept the traffic send to playfish.” .How do you do this on webscarab..Can you tell me more detail about this?
And if you don’t mind, can you send your full script and more detail instruction to me? gothic707@hotmail.com
I know about autoscriptwriter and how to record mouse coordinates…maybe if I have your FULL SCRIPT, I can figure out how to do this..(from the start to the end, including looping and clicking “ready”, “pick bet”, etc)
Thanks a lot Sammo and sorry for my bad english..
@Sammo, plz send the script. and details. thanks!
Hello Sammo! you can send the script for me?
Thanks!
Sorry … I forgot the e-mail carlotajoaquinaq@gmail.com
@Carlota,
Hello Sammo! you can send the script for me?
Thanks
@Sammo
I’m interested in your full script, if you don’t mind please help me to have your FULL script, so i just change my mouse coordinates…
gothic707@hotmail.com
Thanks b4..
May i have the script please?
edlono@hotmail.com
many thanks.
@Sammo, I AM INTEREST.
@sammo may i have script too.
genez.01@gmail.com thanks
please boyz!!! there are an another post for the script…
Now… any news for the new clone method??
any new theory?
any way tnx to everyone for the work!!
@Sammo,
I’m very interested… can i have? please please please
msn and email : translover@hotmail.it
sammo,may you send the script to me?
phitenk@yahoo.com
thanks
hi can you send the script to me jasminecen@gmail.com
thanks
no news for clone method?
@Nihal,
still no :’(
beaten by a 2d flash game about cleaning pets! wounded
sammo,, please send the script to me thanks!!!! dianne_888@yahoo.com
hihi sammo… could u please tell me how to do it … tatshing13@gmail.com
Yo, Sammo
Your script is definitely interesting
Can you please share it with me
I’m more to getting the gold trophy than the coins but the coins are definitely welcome
Please send it me, Thanks in advance
nonlogout at yahoo dot com
Thanks again
hey sammo.. i would love to try your script it sounds interesting.. =))
@Sammo, can u plz send me the script? and instructions. my email is barakountara@yahoo.gr
thanks!
@Sammo,
Please can I have your script too please….
zest69@hotmail.com
thanks alot!!
@cmwong if you have sammo’s script could yu please send it to me at cockneylegend@hotmail.co.uk or via facebook im in your friends, joseph smith
can i have your script too?
please?
thanks a lot!!!
Thanks so much, Sammo! please send me the script for the betting cheat. deb_nahvi@comcast.net
did he really sent? =O
@rin,
Please visit this post
http://www.cmwong.com/blog/2009/03/pet-society-auto-betting-scripts/
is it possible to change the poo to a gold/rainbow poo? can someone post here the new hex code for the golden poo?
Hmm… have you seen the decompiled pets.swf? I think the hash algo and other interesting things are there.. even the MBs..
@someone,
you can do this by using flash decompile
@CMWONG, Yeah already done that… im working on an “unrandomizer”
@CMWONG, Yeah already done that… working on an “unrandomizer” right now..
hi Sammo
could you send me too your script with instructions? Pleaseee!
don’t worry guys.
all of us just wanted to have a good time with pet society, and the urge of us wanting to have the most of what the application has to offer is really getting high.
i’m not a programmer(just a computer fan) but i know that with you guys, we’ll be able to make the hack! i support you CMWONG!
we guys in the Philippines support you!
ey guys anyone have anyidea about how to decrease the paw points i have almost 2.7k i need help i can tell any1 how to hack coins
Can send me script with simple instructions? thanks
Can send me script with simple instruction? I it still working? Thanks
@Sammo,
Can I have the script, please?
Thank you,
@Sammo
could you send me your script and how it works plz? thanks
All cheat have been banned, now what can we do to get more $$ ?
Does anyone find new bug ?
@Don,
mystery box method
@CMWONG, whats the mystery box method?
@sammo…
cn i add u in fb?
tell me more bout da script…huhu
im dyng 2 get ol da mney evryday…help
cn u send d instruction n da script to my mail…
nutty_ally88@hotmail.com
@CMWONG, PLEASEEEEEEEES, what´s the mystery box method?.
@CMWONG,
hmm..Is it work to write a programme for drawing mystery box (keep drawing until the item is $999)
cmwong…how to use the script together with the autohotkey??? rply me asap…i wan 2 try it b4 its 2 late….huhuhuhu so plez share it wif us clearly…dun b soo choosy o selfish.
@Sammo, can you send me the instuctions and the script? i’m very much interested with it!
babykikay04@yahoo.com
thanks
Can send me script with simple instructions? thanks
Hi Sammo!… PLEAAAAAAAAAAAAAAASE SEND ME DE INSTRUCTIONS AND DE SRIPT. HELP ME, PLEASE!
please i need autohotkey
Add A Comment