[VB6] ModMouse (Basic SCAR for VB6)

Discussion in 'Code Snippets and Tutorials' started by D3athader, Aug 18, 2007.

  1. D3athader

    D3athader Newbie

    Joined:
    Aug 17, 2007
    Messages:
    17
    Likes Received:
    0
    Location:
    Canada
    Well, I'm going to start contributing again :) Here is my latest .ocx file, ModMouse! It's kinda like scar.

    Thanks to Cruels and Terrankiller for the basics of the functions.

    Functions:

    SmartType! -By: Terrankiller, updated by me
    Code (Text):
    1. <div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">DeathMouse1.SmartType "Message", speed, mistake, enter</li></ol></div>
    Message - What you want it to type
    Speed - Speed in MS between letters
    Mistake - Rate of typos (1-10, 1 is high))? (they get corrected)
    Enter - press enter key after message is typed?

    MoveMouseSmooth -By: Deathader, concept taken from Cruels
    Code (Text):
    1. <div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">DeathMouse1.MouseMoveSmooth DestinationPointX, DestinationPointY</li></ol></div>
    DestinationPointX - Position on X axis
    DestinationPointY - Position on Y axis

    MoveMouse -By: Deathader
    Code (Text):
    1. <div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">DeathMouse1.Movemouse X, Y</li></ol></div>
    X - Position on X axis
    Y - Position on Y axis

    Wait -By: Deathader
    Code (Text):
    1. <div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="padding: 0 5px; background-color: #fff; line-height: 16px; border-bottom: 1px solid #efefef; border-left: 1px solid #999;">DeathMouse1.Wait Timeout</li></ol></div>
    Timeout - Milliseconds to Wait


    Well, that's it for now. More to come in later versions :D

    Thanks,
    Deathader
     

    Attached Files: