Results 1 to 1 of 1

Thread: [Guide] Frumball Semi-Auto Play

  1. #1
    Squirtle's Avatar
    Joined
    Feb 2013
    Posts
    129
    Pronouns
    he/him
    Userbars
    16
    Thanks
    199
    Thanked
    346/86
    DL/UL
    547/9
    Mentioned
    47 times
    Time Online
    82d 19h 49m
    Avg. Time Online
    29m

    [Guide] Frumball Semi-Auto Play

    For those who can get shock wave games working i put together a simple script using AutoIt. It's not perfect still a work in progress to get it more accurate. All this does is gets your mouse cursor to follow the ball. It's semi auto play as it's not 100% accurate you will need to still focus and move your cursor a small amount at times when the ball is getting fast at some points in the game.

    AutoIt: (you need an account to see links)
    Script:
    Code:
    While 1
    $coord = PixelSearch(0, 0, @(you need an account to see links)ktopWidth, @(you need an account to see links)ktopHeight, 0x185b18, 10)
    If Not @(you need an account to see links) Then
    MouseMove ($coord[0], $coord[1], 1)
    EndIf
    WEnd
    Last edited by Squirtle; 10-14-2016 at 06:52 AM.

  2. The Following User Says Thank You to Squirtle For This Useful Post:

    Aura (10-14-2016)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •