Results 1 to 6 of 6

Thread: my first script

  1. #1
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default my first script

    so i deciced to make my first script, its a basic multi account spinner for sof
    however for some reason it doesnt work :S, could anyone tell me whats going wrong? and how i can fix it.
    im new to scripting so my standards are crap - sorry :s

    heres the script - yes i know theres accounts in there, don't worry there are all blank lv 3s


    removed the script. in the middle of updating it
    Last edited by The Killer; 07-10-2012 at 02:57 PM.

  2. #2
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'd still remove the info though, people on here just might jack those accounts, lol.
    . I'd sugest non static waits, add randomization to everything using wait(randomrange(lowest wait, longestwait)
    As for the reason why your script isnt working, MMouse is a function that moves the mouse, thats all, nothing else. If you are looking to click, use Mouse. The parameters for mouse are Mouse(x, y, ranx, rany, button). Left click is 1, right click is 2. Good luck!
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  3. #3
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    You set trial account to true in ur Const which means its always true (is it just for convenience in the future when they are no longer trial? would be better to try auto detecting it though), and in ur CloseTrialBox procedure all u do is wait?

    And u should have NextPlayer(false) instead since u wont want it to log in to the same account after spinning.

    Always use Clickmouse2(true) and random waits (even though they are lvl 3s, its still negligible effort to use these and reduce ur chance of getting ban significantly).

    I've briefing looked through the Spin procedure and saw
    Mmouse(657, 363, 5, 5); //click once
    MMouse only moves ur mouse there, it wont click it?

    Which part of the script did it go wrong? Also add in writeln to better debug.

  4. #4
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by Foooty View Post
    I'd still remove the info though, people on here just might jack those accounts, lol.
    . I'd sugest non static waits, add randomization to everything using wait(randomrange(lowest wait, longestwait)
    As for the reason why your script isnt working, MMouse is a function that moves the mouse, thats all, nothing else. If you are looking to click, use Mouse. The parameters for mouse are Mouse(x, y, ranx, rany, button). Left click is 1, right click is 2. Good luck!
    Quote Originally Posted by riwu View Post
    You set trial account to true in ur Const which means its always true (is it just for convenience in the future when they are no longer trial? would be better to try auto detecting it though), and in ur CloseTrialBox procedure all u do is wait?

    And u should have NextPlayer(false) instead since u wont want it to log in to the same account after spinning.

    Always use Clickmouse2(true) and random waits (even though they are lvl 3s, its still negligible effort to use these and reduce ur chance of getting ban significantly).

    I've briefing looked through the Spin procedure and saw
    Mmouse(657, 363, 5, 5); //click once
    MMouse only moves ur mouse there, it wont click it?

    Which part of the script did it go wrong? Also add in writeln to better debug.
    omg thanks, i didnt mean to use Mmouse -.- but the bit thats not working is account changing, let me sort out my current mistakes and ill see if its working now


    and the trial box isnt complete yet, its in the constant because i may want to run it on normal accounts , im also going to add only 1 spin option soon

  5. #5
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If your looking for a bit of a challenge, try to detect when a spin ticket has been won, then use the extra spins from that ticket!
    Anyways, heres a tut on multiplayer if you cant figure it out.
    http://villavu.com/forum/showthread.php?t=12858
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  6. #6
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by Foooty View Post
    If your looking for a bit of a challenge, try to detect when a spin ticket has been won, then use the extra spins from that ticket!
    Anyways, heres a tut on multiplayer if you cant figure it out.
    http://villavu.com/forum/showthread.php?t=12858
    ye this would be done by getting uptext?

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
  •