Subscribe to CMWONG.COM

CMWONG.COM

Lazy Boy Lazy Blog

Do you think you can brush your pet automaticly and earn infinitely coins

Say that it can earn 10000 coins/hr


Chinese Version : http://www.rockfu.net/blog/2009/03/09/pet-society-new-cheat-coin-part-3/

Special thanks Alex post this video

at http://www.cmwong.com/blog/2009/03/pet-society-fast-way-to-earn-coins/comment-page-3/#comment-2309


Screen Capture by RockFu.Net

1. Use Cheat Engine, Choose your browser (firefox.exe / iexplore.exe)

cheat1

2. Find out your pet happiness value, select scan type as “Double”, for this pic is”48″

cheat2

3. Brush your pet , scan the value by next screen, for this pic is “46″

cheat3

4. You can find a address which the value is dropping

5. Tich the frozen, then you can brush your pet infinitely

cheat4



Here is the most important part

Special thanks Sammo provide automaticly scripts


Let’s me simple to say this

It use Autohotkey to record the mouse moving, and loop it


posted at

http://www.cmwong.com/blog/2009/03/pet-society-fast-way-to-earn-coins/comment-page-3/#comment-2328

http://www.cmwong.com/blog/2009/03/pet-society-fast-way-to-earn-coins/comment-page-3/#comment-2329

http://www.cmwong.com/blog/2009/03/pet-society-fast-way-to-earn-coins/comment-page-4/#comment-2331

http://www.cmwong.com/blog/2009/03/pet-society-fast-way-to-earn-coins/comment-page-4/#comment-2332



First you installed the autohotkey. Then there are a program called “AutoScriptWriter”. Open it and get ur pet society account ready! Then click “Record in the “AutoScriptWriter”. After that, please only click as following:

1) The inventory box
2) then your brush
3) then your pet leg (Really please click the leg)



Then the three mouse coordination is:

635, 387< –Inventory

522, 449< –Brush

702, 339< –Pet’s Leg

See the script here, change the x1,y1 and x2,y2 and x3,y3 with Inventory, Brush and Pet’s Leg mouse coordination:

Before Change:
WinWait, Facebook | Pet Society – Mozilla Firefox,
IfWinNotActive, Facebook | Pet Society – Mozilla Firefox, , WinActivate, Facebook | Pet Society – Mozilla Firefox,
WinWaitActive, Facebook | Pet Society – Mozilla Firefox,
loop
{
MouseClick, left, x1, y1
Sleep, 100
MouseClick, left, x2, y2,,5,D
loop, 1000
{
MouseMove, x3, y3,1
MouseMove, 0, -50,1,R
}
Send, {ESC}{Enter}{ESC}{Enter}{ESC}{Enter}
Sleep, 5000
}

After change:
WinWait, Facebook | Pet Society – Mozilla Firefox,
IfWinNotActive, Facebook | Pet Society – Mozilla Firefox, , WinActivate, Facebook | Pet Society – Mozilla Firefox,
WinWaitActive, Facebook | Pet Society – Mozilla Firefox,
loop
{
MouseClick, left, 635, 387
Sleep, 100
MouseClick, left, 522, 449,,5,D
loop, 1000
{
MouseMove, 702, 339,1
MouseMove, 0, -50,1,R
}
Send, {ESC}{Enter}{ESC}{Enter}{ESC}{Enter}
Sleep, 5000
}


After all step you have done, right click the script and click “Run Script”. It will start runing forever so please do it while you sleep he he. Every 1000 times it run it will have 5 second for you to right the green “H” icon at the right bottom corner of your Windows to exit the script. Good Luck!!



The Auto-brush video, record by rockfu

Total 23 seconds video, earn 72 coins

The hourly income = 11270 coins

Share and Enjoy:
  • RSS
  • Facebook
  • Twitthis
  • Digg
  • FriendFeed
  • del.icio.us
  • Google Bookmarks
  • Live
  • MySpace
  • Yahoo! Buzz
  • StumbleUpon
  • Reddit
  • Technorati

Related posts:

  1. Pet Society – Fast way to earn coins
  2. Pet Society – Auto-betting Scripts
  3. Pet Society – Brush method have been fixed
  4. Pet Society – Brush Coin Hack
  5. Pet Society – Cheating notes and FAQ

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

  1. elcuervo Said,

    I think the code after clicking inventory should be only three MouseClick

    ———————–
    WinWait, Facebook | Pet Society – Mozilla Firefox,
    IfWinNotActive, Facebook | Pet Society – Mozilla Firefox, , WinActivate, Facebook | Pet Society – Mozilla Firefox,
    WinWaitActive, Facebook | Pet Society – Mozilla Firefox,
    MouseClick, left, 406, 423
    Sleep, 100
    MouseClick, left, 410, 498
    Sleep, 100
    MouseClick, left, 594, 374
    Sleep, 100

  2. Robbert Said,

    Thanks for the script! It’s working very nice!

  3. CMWONG Said,

    @elcuervo,
    you get the point
    but your script do not include the looping function

  4. tina Said,

    I have to keep the left button of my mouse pushed during the whole procedure. The only thing that does when I don’t push it is moving up and down without scratching the pet…Please help me, I followed the instructions..

  5. Riri Said,

    how to stop the script?
    i can stop it!

  6. Riri Said,

    i CAN’T i mean..
    i cant stop it..
    the mouse cant stop.

  7. Sammo Said,

    @Riri,

    Actually you keep moving ur mouse until you can right click the “H” icon at the right bottom corner. Then the script will pause and wait for ur action.

  8. Riri Said,

    @Sammo, Thank tou so much..

    but there’s a problem again..
    the mouse is moving with out the brush..
    and my pet always moving..

    how to make the mouse moving with the brush?
    and my pet don’t moving anymore..

    sorry, if i have a bad english..
    i’m indonesian..

  9. AMOR Said,

    hi.. i did everything

    im using autoscriptwriter 2

    after recording (cliccked on stop), i copied the WinWait, Facebook | Pet Society – Mozilla Firefox,
    IfWinNotActive, Facebook | Pet Society – Mozilla Firefox, , WinActivate, Facebook | Pet Society – Mozilla Firefox,
    WinWaitActive, Facebook | Pet Society – Mozilla Firefox,
    loop
    {
    MouseClick, left, 635, 387
    Sleep, 100
    MouseClick, left, 522, 449,,5,D
    loop, 1000
    {
    MouseMove, 702, 339,1
    MouseMove, 0, -50,1,R
    }
    Send, {ESC}{Enter}{ESC}{Enter}{ESC}{Enter}
    Sleep, 5000
    }

    and there’s nothing else to do…

    where can i click on RUN????

  10. YYY@YAHOO.COM Said,

    i have only 4000COINS /HR WHY………..

  11. CMWONG Said,

    @AMOR,
    save to .ahk file
    use autohotkey to run it, just drag .ahk file to AutoHotkey.exe

  12. CMWONG Said,

    @YYY@YAHOO.COM,
    use cheat engine ,enable speedhack 3 to 5 speeds

  13. bombomba Said,

    Thank you for the continuous support and tips.

    I tested Autohotkeys last night and realized the loop can be called and terminated by logical statement as follows:

    $F1:: ;If F1 key pressed, call Loop function.
    Loop, 10000 ;
    ; {insert clicking command here}

    GetKeyState, state, F2
    if state = D break ; terminate infinite loop when F2 is pressed.

    My only problem is that the clicking function is not very stable in this program. =( The tw program introduced by rockfu seems to work better, although it’s only a 30-day trial.

  14. nik Said,

    hello can yew plz post the vedio????? pplzzzzzzzzzzzzz:(

  15. MuMu Said,

    @CMWONG,

    And how to do that?

  16. Momo Said,

    Works perfectly :) thank you!
    One question though:
    Is there anyway to increase the speed of the brushing?

  17. Sammo Said,

    @bombomba,

    Great! That solve the problem! Thanks!

  18. Sammo Said,

    @Riri,

    I think the mouse cordination for the “Pet Leg” is too low. That may cause the problem

  19. choco Said,

    @AMOR, u can right click on your file where u save it then click run sript ;)

    but my problem is when it click run nothing happen my pet still walking ;(

  20. choco Said,

    tell me how pls cus when i click run script nothing happen with my pet still walking Zbut my mouses up and down all the time!!

  21. Arch Said,

    @CM Wong

    I follow your instruction. The mouse scratch but not scratch at my pet. Would you please tell me how to do it correctly. :)

    Thx in advance !!

  22. Bunda Said,

    Hello CM Wong and Sammo…

    I hope you can help me, I’m using macBook Pro, is there any other software beside Autoscriptwriter and Cheat Engine that can be used in Mac?

    Thanks in advance!

  23. CMWONG Said,

    @bombomba,
    also , i can say, use IE is better than firefox
    IE run it very smooth

  24. CMWONG Said,

    @Momo,
    Use cheat engine , enable speedhack , set it to 3 is better

  25. CMWONG Said,

    @Arch,
    you should record your script with correct coordinates

  26. Roygee57 Said,

    thank you for the info.
    i can use the CHEAT ENGINE to frozen it.
    I downloaded — > AUTOHOTKEY.
    but the brush did not move by itself.
    when and when to record the :AUTOSCRIPTWRITER.

    Please help.

  27. CMWONG Said,

    @Roygee57,
    use AUTOSCRIPTWRITER to creat your script,
    open it , click “Record”, then bursh your pet, click stop,
    save that script as .ahk file
    run it in autohotkey

  28. Ami force Said,

    I try your trick, it’s work great but I only can make 1500 coins by hour, did I have to change something to make bether ?

  29. slimer Said,

    i brush 1 hour can get 20000 coins i’m not using autohotkey….. i wrote my own program to do that…… my computer is Pentium Duo Core 3.2 GHz……. tips for u guys who wants faster brushing u need to resize the flash file into mini size let say 100×100 pixel and set flash quality to low then u can brush very fast…. to do this u need to install DOM inspector in firefox….. after that at firefox Tools–>DOM inspector then search for the 2nd EMBED tag, change the width & height to 100. then u can brush faster……

  30. slimer Said,

    also set your screen resolution to minimum 640×420 that will improve your brushing speed too.

  31. Monet Said,

    @slimer,

    Would this also work to speed up the races we bet on?

  32. arachne Said,

    @bombomba, Could you please tell me where in the script should i put the command to stop brushing?
    Thanks

  33. Steve Said,

    I came to a problem where after the 5 secs break, the brush popped out. anyone experience that? I just copy the code and change the mouse coordinate, nothing else change. Anyone can help?

  34. lilou Said,

    can you email me cmwong with instructions for a dummy like me to understand? i did the first part no problem but i don’t get the recording part. i’m using axife recorder and it doesn’t always brush my pet. it brushes the wall sometimes. :(

  35. Lorena Said,

    I can’t record it… the script never appears!!! help

  36. yumikoyy Said,

    hi, mine sometime will click on the no.7 fren there when it click on the brush …
    pls teach me ^^

  37. CMWONG Said,

    @Ami force,
    enable the speedhack to 3
    record your script, that the pet not laugh and the coins continous dropping

  38. CMWONG Said,

    @slimer,
    Thanks your suggestion

  39. jbabyjill Said,

    hi cmwong, i really appreciate this weblog, i have tried your script and it worked fine, only problem is it doesnt brush on my pet and i have to hold down the mouse so i can get it to brush on my pet. hehehe i can’t leave it for an hour and sleep like you said ;) hope u have the time to answer me back. thank you so much!

  40. Rooney Said,

    Hey! You froze the happiness level, but can you also freeze the paw points from increasing? I don’t want my paw points to increase while I let the auto-brush running when I’m asleep and to find out the paw points have increased dramatically when I wake up. Thank you for your attention!

  41. Rooney Said,

    Hey! You froze the happiness level, but can you also freeze the paw points from increasing? I don’t want my paw points to increase while I let the auto-brush running when I’m asleep and to find out the paw points have increased dramatically when I wake up. Thank you for your attention!

    And by the way, you don’t really need the brush to brush your pet. You don’t have to click the inventory, the brush and the pet’s leg while recording using the autoscriptwriter. You only need to click the pet’s nose or somewhere on the body. But I prefer clicking the nose. =)

  42. CMWONG Said,

    @jbabyjill,
    have you set the coordinates on your pet

  43. CMWONG Said,

    @Rooney,
    the paw point hack is not working

    can use the hand to touch the pet, shown as the video

  44. jbabyjill Said,

    @CMWONG,

    i just copied the script you posted:

    WinWait, Facebook | Pet Society – Mozilla Firefox,
    IfWinNotActive, Facebook | Pet Society – Mozilla Firefox, , WinActivate, Facebook | Pet Society – Mozilla Firefox,
    WinWaitActive, Facebook | Pet Society – Mozilla Firefox,
    loop
    {
    MouseClick, left, 635, 387
    Sleep, 100
    MouseClick, left, 522, 449,,5,D
    loop, 1000
    {
    MouseMove, 702, 339,1
    MouseMove, 0, -50,1,R
    }
    Send, {ESC}{Enter}{ESC}{Enter}{ESC}{Enter}
    Sleep, 5000
    }

    i saved this script in the notepad and just run it. is there other ways on how to set the coordinates? i thought it was included already in the script…sorry about that, i must have not understand it clearly. please clear things out for me if it’s alright with you. thank you so much for being patient.

  45. roygee57 Said,

    @CMWONG,

    Thank you for the reply CMWONG.
    I really appreciate it.

    I did exactly – save the script as. ahk file and run it.
    Now it can run, but it did not brush my pet. My pet run left and right.

    I paste :
    WinWait, Facebook | Pet Society – Mozilla Firefox,
    IfWinNotActive, Facebook | Pet Society – Mozilla Firefox, , WinActivate, Facebook | Pet Society – Mozilla Firefox,
    WinWaitActive, Facebook | Pet Society – Mozilla Firefox,
    loop
    {
    MouseClick, left, 635, 387
    Sleep, 100
    MouseClick, left, 522, 449,,5,D
    loop, 1000
    {
    MouseMove, 702, 339,1
    MouseMove, 0, -50,1,R
    }
    Send, {ESC}{Enter}{ESC}{Enter}{ESC}{Enter}
    Sleep, 5000
    }
    on my AUTOSCRIPTWRITTER. but my pet run left and right…

    Please help me.

  46. CMWONG Said,

    @jbabyjill,
    the coordinates is on the MouseMove line
    you can record your script using AutoScriptWriter

    Or change to use other mouse record software

  47. CMWONG Said,

    @roygee57,
    change your own coordinate

  48. Monet Said,

    @20070504-1631nda,

    With a Mac – you can record mouse movements ‘Keyboard and Mouse Recorder.’You have to purchase it to use it as a bot that will work more than 10 times at a time. I don’t think you can write a script with this software. You might be able to write a script for the mouse movements with Keyboard Maestro or Quickkey.

    The Mac version of Cheat Engine is ihaxgamez. From what I can tell, ihaxgamez won’t let you freeze the happiness level. Since it won’t let you do this – the bot won’t work.

    The race betting hack appears to be the only viable hack for Mac users. Applescript’s Script Writer won’t record a script for Webscarab because it’s not Apple software. I’ve been trying to find software that will write the script and so far, Keyboard Maestro doesn’t appear to be the solution. Firefox’s iMacros free download isn’t either unless one is willing to pay $199 for the full version. I haven’t tried Quickkeys yet.

    If there are any Mac users out there who have written a script for the race betting bot – we’d love to see it.

    Bunda – you can manually place the bets on the race and if you lose, use Webscarab to abort the race and reload. That way you don’t lose the 500 coins you bet on the race and make money on the races you win. It’s time consuming – but it does work.

  49. Stephen Said,

    Script tested
    it works but i have a problem when after clicking the box, always cannot get the brush out and click on the fifth friend and makes it hold on that
    Could you help me on this issue?
    Many thanks

  50. yumikoyy Said,

    hi CMWONG !
    i`m having problem with my pet keep laughing while i`m brushing her ….
    pls help me ^^
    thanks u very much for the fuss ^^

  51. yumikoyy Said,

    @yumikoyy, ^^ u can try add 1 more
    MouseClick, left, x1, y1 on top of
    MouseClick, left, x1, y1

    example =

    WinWait, Facebook | Pet Society – Mozilla Firefox,
    IfWinNotActive, Facebook | Pet Society – Mozilla Firefox, , WinActivate, Facebook | Pet Society – Mozilla Firefox,
    WinWaitActive, Facebook | Pet Society – Mozilla Firefox,
    loop
    {
    MouseClick, left, x1, y1
    MouseClick, left, x1, y1
    Sleep, 100
    MouseClick, left, x2, y2,,5,D
    loop, 1000
    {
    MouseMove, x3, y3,1
    MouseMove, 0, -50,1,R
    }
    Send, {ESC}{Enter}{ESC}{Enter}{ESC}{Enter}
    Sleep, 5000
    }

  52. yumikoyy Said,

    @Stephen, sorry wrong reply to myself comment ^^
    pls refer to my reply comment

  53. yumikoyy Said,

    @CMWONG, how to record the script with the pet not laugh???
    i use ur script written above n set my own co ordinate n run it …
    sometime my pet will laugh then the coin will not drop
    pls help thks u

  54. CMWONG Said,

    @yumikoyy,
    set the delay time lower,
    use cheat engine , enable speedhack

    try to change this two values , that not laugh
    i’m try almost an hour

  55. CMWONG Said,

    @Stephen,
    try to remove the first loop (it is pick up brush)
    pick the brush , then click the hotkey to start brushing

  56. janooooo Said,

    #MaxThreadsPerHotkey 3
    #z:: ; Win+Z hotkey.
    #MaxThreadsPerHotkey 1
    MouseGetPos, xpos, ypos
    if KeepWinZRunning = y ; This means an underlying thread is already running the loop below.
    {
    KeepWinZRunning = ; Make it blank to signal that thread’s loop to stop.
    return ; End this thread so that the one underneath will resume and see the change.
    }
    ; Otherwise:
    KeepWinZRunning = y
    Loop,
    {
    MouseMove, %xpos%, %ypos%,1
    MouseMove, 0, -50,1,R
    if KeepWinZRunning = ; The user signaled the loop to stop by pressing Win-Z again.
    break ; Break out of this loop.
    ;Sleep, 1000
    }
    KeepWinZRunning = ; Reset in preparation for the next press of this hotkey.
    return

    #a:: ; Win+Z hotkey.
    MouseGetPos, xpos, ypos
    MouseClick, left, %xpos%, %ypos%,,5,D
    return

    ;(key win) + Z empieza a limpiar o lo detiene
    ;(winkey) + A toma el jabon o cepillo
    ;funciona independiente de la resolucion
    ;saludos desde chile!

  57. jbabyjill Said,

    @Rooney,

    good for you you can sleep while brushing ur pet, can u help me? because i need to hold down the left key of the mouse so it will brush on my pet…but as of now, the autoscript is not working at all, it’s not moving up and down anymore :( hope u have the time to answer back, many thanks!

  58. jbabyjill Said,

    @tina,
    me too…well, were u able to solve it?

  59. CMWONG Said,

    @jbabyjill,
    you can use without the brush
    use the hand touch the pet, moving left and right of your pet

  60. Rooney Said,

    @jbabyjill, Change this bit of the script

    WinWait, Facebook | Pet Society – Mozilla Firefox,
    IfWinNotActive, Facebook | Pet Society – Mozilla Firefox, , WinActivate, Facebook | Pet Society – Mozilla Firefox,
    WinWaitActive, Facebook | Pet Society – Mozilla Firefox,

    TO:

    WinWait, Pet Society on Facebook – Mozilla Firefox,
    IfWinNotActive, Pet Society on Facebook – Mozilla Firefox, , WinActivate, Pet Society on Facebook – Mozilla Firefox,
    WinWaitActive, Pet Society on Facebook – Mozilla Firefox,

    Hope it will work for you! Have fun…

  61. Yoshi Said,

    Thanks for all the infomation that’s posted here. It’s working great.

  62. chups Said,

    i dont understand a thing.
    &i cant do it.
    &why can play?

    sigh*
    i tried it like 1 hour &i cant solve it.
    how?

  63. Aiuto Anonimo Said,

    @ Janoo:
    Thanks a lot!
    You’re a genius!!!

    Do you mind if i post your code on a forum (obviusly i will say it’s your work and not mine!)

    Let me know,

    Fede

  64. CMWONG Said,

    @Rooney,
    yes, the topic of all facebook application have changed

  65. CMWONG Said,

    @Yoshi,
    Thanks your kindly help

  66. CMWONG Said,

    @chups,
    can you show me your step

  67. Mohamed Emad Said,

    hayyyyyyyy i don’t understand what do u mean with
    1- pet leg
    2- choose ur cordinate ????
    please tell meeeee

  68. janoo Said,

    @Aiuto Anonimo, NO PROBLEM ;)

  69. Monet Said,

    Auto-Tree Weaving

    Mac users and PC users who can’t use Cheat Engine might find this tree weaving bot to be useful. PC users need to download Axife. Mac users have their choice of Keyboard and Mouse Recorder 4.1, Keyboard Maestro and QuicKeys. The easiest to use is Keyboard and Mouse Recorder. However – if you want it to repeat more than 10 times (which you do) – you’ll need to spend $18 to get the full version. QuicKeys has a free 30 day demo, costs $79 and is more complicated. Keyboard Maestro doesn’t do what I tell it to, it may work better for you. (If anyone knows of a free mouse and key recorder for Mac – I’m interested).

    You can download Keyboard and Mouse Recorder 4.1 here:

    http://www.versiontracker.com/dyn/moreinfo/macosx/17551

    Instructions for Keyboard and Mouse Recorder 4.1 (KMR):

    1. Open PS and KMR.

    2. KMR’s little tool bar will pop up. Click on Record – which is the blue button in the middle that looks like a stop sign. KMR will begin to record your mouse movements.

    3. Click on the little door at the bottom of your pet’s room to exit the house.

    4. Click okay that you want to exit.

    5. Once outside of the house, move your pet through the trees surrounding the house.

    6. Click on the house so your pet goes back in.

    7. Click stop on KMR’s tool bar to stop the recording.

    8. Click on the button to the left of Record that looks like a floppy. Save the recording.

    9. Click on tools to the right of the Play button. In the box after Play – replace the 1 with 2 for testing purposes. (If you want the bot to run overnight – you’ll have to replace the 1 with a much larger number – something over a 1,000).

    10. Click on the file button (first button on the tool strip) and open the recording file you saved.

    11. Click on play. KMR will take over your Mac and walk your pet through the yard’s trees.

    Helpful Hints:

    If you move your scroll bar to a place that is different from where it was when you recorded the file, your pet isn’t going to hit the trees. So note where the scroll bars are when you record and always have them in the same place when using KMR.

    If you need to stop the bot, hold down the escape key while moving your cursor to the red stop button to stop KMR.

    When you start recording, wait 1 second before moving your pet. When ending the recording, wait 1 second before clicking on stop.

    It takes a few practice recordings before you get one that works well. Practice makes perfect.

    This bot isn’t going to result in a windfall – maybe 300 coins per hour. However, it is better than nothing until we have a Mac script for auto-betting. If someone is able to get it to produce more than 300 coins per hour – I’d be interesting in knowing how you did it.

  70. Riza Said,

    Good post bro
    its work with me,

    and I’m indonesian

  71. CMWONG Said,

    @Riza,
    great to heard that

  72. jbabyjill Said,

    @Rooney,

    thank you so much rooney :) but the result is different, the mouse automatically stops now after the brushing hehehe.
    i guess i just have to be content holding the left button of the mouse so it will scratch my pet automatically.
    i found out that if i put the loop to 10000. the mouse runs for 10mins. i wonder what would be the value for the mouse to run for an hour?
    does anybody knows how to stop the brushing/scratching abruptly? i mean, is there other way than waiting for the mouse to stop so i can terminate the program? like while the program is running, can i terminate it when i want to? anybody knows how to do it?
    thanks again everybody, this blog has been of so much help to all of us :)

  73. Plll Said,

    how can i get unbanned from PlayFish?

  74. Plll Said,

    @CMWONG,

    but i set it to 5 also not as fast as the video shown .. why ?

  75. Plll Said,

    how can i get unbanned from PlayFish ?

  76. ilizarov Said,

    i use autoscriptwrite 3..dunno where to start..d code seem entire different..

  77. Mina Said,

    So… genious guys and gals… I only made it halfway he he the cheat engine part presents no problem but the script part drives me crazy becaue it simply doesn’t work for me.

    I downloaded autohotkey but when I record the thing all I get is this

    WinWait, Pet Society on Facebook – Mozilla Firefox,
    IfWinNotActive, Pet Society on Facebook – Mozilla Firefox, , WinActivate, Pet Society on Facebook – Mozilla Firefox,
    WinWaitActive, Pet Society on Facebook – Mozilla Firefox,
    MouseClick, left, 273, 369
    Sleep, 100
    MouseClick, left, 268, 458
    Sleep, 100
    MouseClick, left, 456, 340
    Sleep, 100

  78. Mina Said,

    I don’t get the loop part. I clicked on the invetory then I took out the brush and then clicked on my pet’s leg… do I have to brush it?? and record that until I get a coin?

    Anyway… I copied the ones you posted here but replaced my values, I save it and when I make it run nothing happens. My pet’s still there giggling at me he he

    do I have to do it after I do the cheat engine thing or what?… and after I run the script… Im not supposed to touch the mouse for any other thing? how do I know it’s working ahhhhhhhh

    Im sorry Im such a noob :( a friend of mine said her boyfriend made the script for her… Im starting to consider the idea.

    Say CMWONG… you wanna go out sometime? ha ha

    HELP >_<

  79. zanarkand80 Said,

    i have followed the script and successfully created the loop except that i did not let it rest for 5secs because i notice in that 5secs the pet might move away from the cursor.
    i have left the script running for ard 56hrs and i only got 120K which is not exactly 10K/hr.

  80. zeelian Said,

    huaaaaaaa…

    T__T

    i don’t understan anything…

  81. Monet Said,

    @Plll,
    You don’t. Your choices are opening another FB account to use Playfish with or going to Myspace and using Playfish from there.

  82. Plll Said,

    anyone can teach me how to use Quick Macro ..

    From the rockfu.net ..
    i follow the steps and change the coordinates .. but i still cant get it .. the mouse wun move up and down to brush my pet. any problem ? take a look at my script :
    [General]
    Description=pet
    BeginHotkey=121
    BeginHotkeyMod=0
    PauseHotkey=0
    PauseHotkeyMod=0
    StopHotkey=123
    StopHotkeyMod=0
    RunOnce=1
    EnableWindow=Facebook | Pet Society – Mozilla Firefox
    Enable=1
    AutoRun=0
    [Repeat]
    Type=1
    Number=1943232333
    [CallBack]
    OnSetup=
    [Comment]
    Content=[Script]
    Rem ==========The following is what Quick Macro records ==========
    LeftDown 1
    MoveTo 635,445
    Delay 5
    MoveTo 695,445Rem ==========The above is what Quick Macro records==========

  83. CMWONG Said,

    @Mina,
    the loop part is add by your self

  84. CMWONG Said,

    @Mina,
    no need to take the brush
    you can touch your pet head from left to right
    record that, then add loop
    such as,
    loop, 1000
    {
    MouseMove, 702, 339,1
    MouseMove, 0, -50,1,R
    }

  85. CMWONG Said,

    @zanarkand80,
    yes, everyone should modify the script by themselves
    because all computer have different speed
    modify it, until the coins throw out like the fountain

  86. CMWONG Said,

    @Plll,
    At your code last line, press enter before “Rem”, make it go to next line
    The “EnableWindow” value have changed, modify it

    better record by yourself
    moving the mouse from your pet head left to right,
    then modify the script, change the delay time and Cheat Engine sppedhack value, to find the best solution for you

  87. Shein Said,

    When I run the script nothing happens and I get this message.:

    Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line’s elapsed time is the number of seconds since it executed.

    001: WinWait,Facebook | Pet Society – Mozilla Firefox (8.00)

    Press [F5] to refresh.

    what does it mean?

  88. Georgi Said,

    however there’s a modification on pet society last sunday because it gives you +1 coin when you brush your pet instead of +2 coins. Thats why this script gives you only 5000 coins per hour (or less) instead of 10 000.
    I made a modification of this script which simple moves the mouse up and down and the only thing you have to do is to ensure that the mouse button is pressed. I also made a shortcut for start and end, so you dont have to wait it to run until you can use your mouse.
    for more information and help please write me back to my facebook profile: http://www.profile.to/zaio
    I suggest to CMWONG publish it because it’s much more easy convinient and it is ready to be used.
    I dont reply via emails.

  89. Caro Said,

    is there something wrong with my script? cause it doesn’t work :(

    WinWait, Facebook | Pet Society – Mozilla Firefox,
    IfWinNotActive, Facebook | Pet Society – Mozilla Firefox, , WinActivate, Facebook | Pet Society – Mozilla Firefox,
    WinWaitActive, Facebook | Pet Society – Mozilla Firefox,
    loop
    {
    MouseClick, left, 275, 317
    Sleep, 100
    MouseClick, left, 266, 411,,5,D
    loop, 1000
    {
    MouseMove, 402, 208
    MouseMove, 0, -50,1,R
    }
    Send, {ESC}{Enter}{ESC}{Enter}{ESC}{Enter}
    Sleep, 5000
    }

  90. Riza Said,

    @Caro,
    change all “Pet Society | Facebook”
    to “Pet Societ on Facebook”

  91. CMWONG Said,

    @Georgi,
    just tested. it still drop 2 coins
    is your pet health & happiness & hygiene lower than 50%, it will only get 1 coins

  92. Georgi Said,

    @CMWONG,
    yeah you’re right

    here’s my script

    ^!c::Pause, Toggle

    ^!b::
    WinWait, Pet Society on Facebook – Windows Internet Explorer,
    IfWinNotActive, Pet Society on Facebook – Windows Internet Explorer, , WinActivate, Pet Society on Facebook – Windows Internet Explorer,
    WinWaitActive, Pet Society on Facebook – Windows Internet Explorer,
    loop
    {
    MouseClick, left, 580,300,
    Sleep, 100
    loop, 200000000000
    {

    MouseMove, 581, 508,1
    MouseMove, 0, -50,1,R
    }

    Send, {ESC}{Enter}{ESC}{Enter}{ESC}{Enter}
    Sleep, 10000
    }

    cntrl+alt+b – starts the script
    cntrl+alt+c – pauses the script

    what u have to do is just to hold the mouse button.

    this script is for 1280×800

  93. Eliza Said,

    How come I only get this script?

    WinWait, Pet Society on Facebook – Windows Internet Explorer,
    IfWinNotActive, Pet Society on Facebook – Windows Internet Explorer, , WinActivate, Pet Society on Facebook – Windows Internet Explorer,
    WinWaitActive, Pet Society on Facebook – Windows Internet Explorer,
    MouseClick, left, 487, 582
    Sleep, 100
    MouseClick, left, 492, 703
    Sleep, 100
    MouseClick, left, 599, 546
    Sleep, 100

    This is after clicking on CHEST(inventory), Brush and Pet’s leg. I don’t get the x y stuff!

  94. Eliza Said,

    I got it to work! somehow. but for me, it actually stops at 1000 and doesn’t loop anymore which I think is better coz it’s hard to move to the H! thanks anyway! :)

  95. CMWONG Said,

    @Eliza,
    you can use autohotkey – AutoScriptWriter

  96. CMWONG Said,

    @Eliza,
    because the script is write for 1000 loops
    change it by yourself
    or use quick micro, it quite easy to use

  97. CMWONG Said,

    @Georgi,
    Ha… you loop so much times…
    you have put “MouseClick, left,..” in the head already

  98. Mina Said,

    I made it work!!!!!!!!!!!!!!!!!!!!

    almost ha ha it moves and all but it’s too high so it’s brushing the wall he he but I’ll try to fix that.

    Every 2 minutes it stops for 5 seconds.

    but I can’t make it pause with that or win+p

  99. joy Said,

    is there anyone here that can walk me through on how to use the script? already have axife mouse recorder, i got the cheat engine, but my problem is that i don’t know (idea?) what you were talking about x,y and numbers….i do the mouse recorder, and i only get like 18000 overnight like 8 hours

  100. Andrew Said,

    what’s up!

    I got a question, I can’t make it grab the brush and I have to click. Does anyone know how to fix that?

    also, is there any way to pause it? cause the ctl+alt+c doesn’t work for me.

  101. Eliza Said,

    @CMWONG,

    Yeah! I tried experimenting on it last night and discovered every 100,000 loops is an hour of scrubbing :D

  102. Ivan Said,

    Hello, thanks for the information. I am new at this and I have a few questions. I managed to use CE and freeze the value of my pet’s happiness, however, the auto-script I don’t understand. I can’t seem to find the coordinates of the inventory box, brush, or pet’s leg. I click “Record” for autoscriptwriter but nothing happened. Can someone explain to me the steps once more? Thank you very much :)

  103. georgi Said,

    Dear guys if there’s a problem with it please contact me via skypename: penetralia
    or facebook: http://www.profile.to/zaio
    I’d gladly help anyone here.
    Greetings

  104. manu Said,

    It did work a while, but today, cheat engine won’t find the address.
    everytime I perform the Next scan I get nothing in return.
    no address, no value. nothing nadda zip…
    did they fix this or is something else wrong ?

  105. Mette Said,

    same as manu….it worked yesterday, but not today…think that pet society are working a littel to fast now fixing all our ways to cheat…hehe

  106. Mina Said,

    When I FINALLY make it work… they fix it????’ grrrrrrrrrrrrrrrrrr I get the same problem, I doesn’t find anything when I do the next scan :(

    SOS!!!!!!!!!! find something new!!!

  107. Geraldine Said,

    Yep they fixed it =/
    Oh no….
    Sad! Someone please post anymore hacks that are still working!!!

  108. yumikoyy Said,

    me 2
    yesterday still can scan the link
    but just now cannot le >.< help

  109. Casper Said,

    can som1 give me the code for assigning a key for pausing the script? the one posted above doesnt seem to work when i added it to my code of autobrush…

    i need a pause shortcut so i can make the Brush interval 3 or 1sec so that the pet wont run too far and my brushing script will be accurate…

    som1 help me for the working pause key script tnx

  110. Eliza Said,

    OH NO! everyone has the same problem as I am!!! It was working for me also and not it isn’t!!! I couldn’t find the address anymore!! I was only able to do it for 1 night!

  111. Ziro Said,

    @Eliza, i do the same…. yesterday, i still get coin from autobrushing, but today i can’t find the address anymore :(

  112. Roygee57 Said,

    I got the address, but it cannot FREEZE THE GREEN HEALTH. :(

  113. joy Said,

    yes, it is not working anymore…they did it again…they fix the problem…arghhh!!!

  114. tsk Said,

    .tsk! damn it.. Last two nights, i use to use that hack, but, starting last night, CE cnt find an adress, at the NEXT SCAN… DAMN!

  115. Eliza Said,

    Can someone please help me on ow to use the AUto Hot Key for going through trees.. my pet just leaves the house but does not move. :(

  116. CMWONG Said,

    @Eliza,
    use AutoScriptWriter to record it
    go out the home, click the tree around the house, go back home

  117. Charmoii Said,

    Do i have to install autoscriptwritter.? where can i specifically find that.?

    I badly need your help. i almost wanna cry here because i dont reall get the steps. just email me or we can talk thru YM: kookie.ness@yahoo.com thanks.

  118. CMWONG Said,

    @Charmoii,
    http://www.autohotkey.com/download/AutoHotkey.zip

  119. Charmoii Said,

    i have another question handsome. do i need to copy and paste the script you have given.? where will i put them.? can we talk in YM please.?? i am really desperate about this. so you can teach me every single step. thanks. hope you could grant my request.

  120. Charmoii Said,

    hey i already did the script, but when i click run, still nothing happens. why was that.?? i’m almost done. i beg you to please help me. :(

  121. glory Said,

    this method still works?or did someone find another method?

Add A Comment