Results 1 to 4 of 4

Thread: Help with explaining this 20,40,45,25,20);

  1. #1
    Join Date
    Dec 2007
    Location
    UK
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help with explaining this 20,40,45,25,20);

    Hi im trying to learn scar scripting. I undderstand most of it because alot of it relates to normal programming launguages but im having problems with understanding the following

    MoveMouseSmoothEx(x,y+random(0),20,40,45,25,20);

    I dont get what this does: 20,40,45,25,20 I guess it the corrdinates that the the mouse should move to but it doesnt looks right?

  2. #2
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    I would recommend on using: MMouse(X, Y, RANDOMX, RANDOMY);

    MoveMouseSmooth and other scar related mouse moving commands are detecatble by jagex (rumour)

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  3. #3
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    3.11. Q. How do I move the mouse?

    A. There are a couple of procedures that will allow you to do this.

    Example

    (you will need to declare x and y as variables and give them values)

    MoveMouse(x,y)

    MoveMouseSmooth(x,y)

    MoveMouseSmoothEx(x,y,1,6,15,20,20)



    You should use the MoveMouseSmoothEx(Thats what he got) procedure when moving the mouse in RS, the other are detectable.
    http://www.kaitnieks.com/scar/faq2/
    mhhh...

    hmmm...

    lol

    Yea, the mmouse is the best
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

  4. #4
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    You guys still didn't answered his q uestin though..

    Here, directly from the SCAR Manual:
    procedure MoveMouseSmoothEx(x, y: Integer; minsleeptime, maxsleeptime, maxdistance, gravity, forces: Integer);
    Simulate humanlike mouse movement with more customizable parameters. By default MinSleepTime = 1; MaxSleepTime = 3; MaxDistance = 45; Gravity = 20; Forces = 10. Minsleeptime and Maxsleeptime limit pause between mouse cursor jumps, MaxDistance is maximal allowed distance between mouse jumps, Gravity is how much mouse tends to reach destination, Forces are like random winds, hand shaking simulation.
    I think everything is well explained, I can't explain it in another way, it 's actually rather clear.
    Also, play with it to see which parameteres is the best

    HINT: read the SCAR & SRL Manual to learn these things, there are a lot of things that are very well explained

    -Tsn.

    EDIT: Indeed, it's recommened to use SRL's MMouse which uses BenLand100's (new) mouse movement technique called "WindMouse"
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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