Results 1 to 4 of 4

Thread: Problems with Rucoy Famer, need helps from devs or programmers.

  1. #1
    Join Date
    Nov 2018
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Post Problems with Rucoy Famer, need helps from devs or programmers.

    Welcome all to my post

    Well i will love if somebody can help, first of all im not english native, im spanish guy.

    Let´s start.

    When i put Rucoy Farmer v4 start to work, this is ataccking not bad the rats in this case but when he wants opens the window of player shop .. Can i add something to the code for this close automatically? Not knowledge about scripting or programming.

    I would love helps on this. Pleaseeeee.

    Rucoy Farmer v5.simba

  2. #2
    Join Date
    Nov 2018
    Location
    System32
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Yessir, Add these lines to the script where you need it to close:
    Simba Code:
    MoveMouse(x, y); //x, y would be the coordinates of the x button to close shop
    Wait(50, 200); //Wait between 1/20 and 1/5 of a second so you don't click too fast
    ClickMouse(x, y, 1); //Use the same x and y coordinates as MoveMouse
    Also .. I briefly looked at the script and around line 22, I noticed a boolean names closeinterface that was False by default to prevent the script from repeatedly trying to close it. I didn't check much furthere to see where it would be used, but you could try setting this to True.

    If you are pretty new to Simba, Pascal, or programming in general, you can find some really great guides on these forums. Check out this beginner tutotial. It covers everything you need to know to write/modify scripts. It's very basic and easy to follow.
    https://villavu.com/forum/showthread.php?t=118229

    Good luck!
    Last edited by Zombified; 11-28-2018 at 01:12 AM.

  3. #3
    Join Date
    Nov 2018
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok now i will love if somebody helps me to make a great Rucoy Bot, since all bots are outdated or rips. Please help.

  4. #4
    Join Date
    Nov 2018
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I add to this, @Aspect help.

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
  •