Pet society – new cheat coin part 2

Pet society cheat coin 第二部分,這部分目的是方便大家更容易cheat coin,因為這個cheat coin 方法是十分重復性動作,既然是重復性動作,那麼就用電腦自動完成算了。這次我們是用autohotkey,功能與按鍵精靈差不多,如何使用再補上,想快點使用可以立即下載自己學一下啊,先提供自動cheat coin的程式碼:


AutoHotKey 下載

此code 是結合
pet society – new cheat coin!

一起使用請先閱讀後再用此方法快速cheat coin,四小時大約2萬,可以用cheat engine再加速!

SendRequest(TIME=0)
{
if (TIME = 0)
{
WinWait, Edit Request,
IfWinNotActive, Edit Request, , WinActivate, Edit Request,
WinWaitActive, Edit Request,
MouseClick, left, 666, 884
Sleep, 100
}
else
{
WinWait, Edit Request,,%TIME%
if (ErrorLevel = 0)
{
IfWinNotActive, Edit Request, , WinActivate, Edit Request,
WinWaitActive, Edit Request,
MouseClick, left, 666, 884
Sleep, 100
}
}
}

SendAbortRequest(TIME=0)
{
if (TIME = 0)
{
WinWait, Edit Request,
IfWinNotActive, Edit Request, , WinActivate, Edit Request,
WinWaitActive, Edit Request,
MouseClick, left, 885, 888
Sleep, 100
}
else
{
WinWait, Edit Request,,%TIME%
if (ErrorLevel = 0)
{
IfWinNotActive, Edit Request, , WinActivate, Edit Request,
WinWaitActive, Edit Request,
MouseClick, left, 885, 888
Sleep, 100
}
}
}

English version CMWONG.COM! thx Sammo!

Popularity: 1%

This entry was posted in Pet society and tagged , , , . Bookmark the permalink.

32 Responses to Pet society – new cheat coin part 2

  1. 元元 says:

    哇!多谢啊,研究下先~!

  2. Becky says:

    個script係擺o係邊架 ?

  3. Becky says:

    還有那個autohotkey係用黎做咩架 ?

  4. rockfu says:

    自動幫你按eidt request ,在上一篇文章講如何用cheat coin,但要不斷要你去按abort request,現在就用autohotkey幫你做,那麼你只要開著電腦,就可以自動幫你cheat coin

  5. st says:

    cmwong個邊有新cheat方法
    真係work的,hold住左個%
    $2,$2今加上去

  6. rockfu says:

    yes!我負責中文版,他負責英文版XD

  7. rockfu says:

    @Becky
    hi~autohotkey自動幫你做,開住部電腦同pet society就會幫你刷coin

  8. pony2007 says:

    雖然我不太懂,但看到你這樣教導大家!真的感謝!祝你:學業進步>-<

  9. leo says:

    Where do i put this????

  10. iristeng says:

    如何用cheatengine在加数,可以加速多少呢,谢谢!

  11. mark says:

    不會用autohotkey

  12. angel says:

    autohotkey係用黎做咩架 ?

  13. ABOY says:

    點用ga~~~~~~~~~~~~~

  14. angel says:

    完全唔識用autohotkey

  15. ABOY says:

    5識用….=.=~~~~~~~~~~~€€

  16. Shinjuku says:

    autohotkey我都download咗,但係唔識用!到宜家都係自己玩幾多而有幾多咋…>.<

  17. Helper says:

    又到我路人甲經過
    我手多用了RockFu 方法顯示個成功例子出黎~ 拍片期間沒用到 力速 :p

    下載連結 : http://tinyurl.com/b5pntl

    6mb movie~ 可能下載得慢d @@^
    下載完 run 個html la

  18. 杲屠屠 says:

    點樣可以加速….

  19. rockfu says:

    @杲屠屠
    cheat engine “enable speedhack”

  20. ImYiOsUs says:

    不好意思,阿富大大,我不知道你是否会不喜欢别人在这里放上 Link
    谢谢你之前分享的秘技,和所有的一切
    受你之前的启发,玩游戏要肯动脑筋~
    以下是小弟自创的秘技
    示例是一次开启五个迷之箱,实际一次开启九个没问题
    利用的是迷之箱内定物品的逻辑,和对 Save Lag 的取巧
    我本身面对登录困难的问题,如果大家没有面对登录问题的话
    推荐一试!

    http://imtineo.freevar.com/viewthread.php?tid=419

  21. pretty says:

    唔識用auto hot key~~
    唯有手動刷錢~
    雖然手軟ing~
    但都係一個揾錢方法~
    goodgood
    thx^^

  22. fung says:

    我下載了autokey~ 請問怎樣用的?

  23. Fiona says:

    昨天用cheat engine + Quick Marco 刷錢, 1個鍾刷到$8000 (雖然唔算多, 我今晚再tune tune啲setting), 夜晚唔熄機由得佢刷到今朝, 嘩 ! 多咗幾皮野洗…..好開心呀, 以後每晚刷刷pet, 第二朝就有錢洗…呵呵呵, level 由 31 up 到35, 勁 ! 十分多謝rockfu.

  24. gammer says:

    that

    SendRequest(TIME=0)
    {
    if (TIME = 0)
    {
    WinWait, Edit Request,
    IfWinNotActive, Edit Request, , WinActivate, Edit Request,
    WinWaitActive, Edit Request,
    MouseClick, left, 666, 884
    Sleep, 100
    }
    else
    {
    WinWait, Edit Request,,%TIME%
    if (ErrorLevel = 0)
    {
    IfWinNotActive, Edit Request, , WinActivate, Edit Request,
    WinWaitActive, Edit Request,
    MouseClick, left, 666, 884
    Sleep, 100
    }
    }
    }

    SendAbortRequest(TIME=0)
    {
    if (TIME = 0)
    {
    WinWait, Edit Request,
    IfWinNotActive, Edit Request, , WinActivate, Edit Request,
    WinWaitActive, Edit Request,
    MouseClick, left, 885, 888
    Sleep, 100
    }
    else
    {
    WinWait, Edit Request,,%TIME%
    if (ErrorLevel = 0)
    {
    IfWinNotActive, Edit Request, , WinActivate, Edit Request,
    WinWaitActive, Edit Request,
    MouseClick, left, 885, 888
    Sleep, 100
    }
    }
    }

    is what?i can’t read la

  25. HIHI says:

    點解看不到firefox.exe的程式?請問有沒有辦法加回?

  26. Tiray says:

    @HIHI
    你要開左firefox, 才會在cheat engine見到firefox.exe架

  27. den says:

    有冇人識用autohotkey?點用架?

  28. kelvin says:

    already cant use on 21/03/09

  29. farty says:

    first of all…thank you for your great effort… i been searching for ways to increase(i do meant cheat) coins on pet society…. im currently using flash player 10.0, just did downloaded n using firefox 3.0 + chaet engine 5.5…

    so i did followed the steps :
    1) log in pet society… go home, sell an item in my chest
    2) open cheat engine5.4/5.5; open firefox.exe
    3) enter hex code: 840FFF85C12A0FF2, then click first scan

    BUT after i did my first scan…. nothing showing on the left … which appears to be “NO” address

    I have try many times… still no address…
    is it because i am using flash player 10.0? so what if i uninstall flash player 10.0 n installed flash player 9.0 which u provided … i might be able to get an address after first scan from using cheat engine 5.5?

    please help me out

Leave a Reply

Your email address will not be published. Required fields are marked *

*


9 + six =

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>