Page 1 of 2 12 LastLast
Results 1 to 15 of 27

Hybrid View

  1. #1
    doodelzzz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    51

    Auto Teleport for Alts

    So I've been using mpmois scripts for a while and rewriting them to fit my needs and started to make simple scripts for my own, to make things simpler. Then I came across the need to make farming stuff easier with my alts (6 clients running simultaniously, pretty time consuming to teleport all 5 to the main location every time...), which could not be "rewrited" since it had no base in mpmois scripts.
    Took some time to figure stuff up at AHK, and wrote this simple script that'll make the job a hell of a lot easier

    What you'll need:
    • Alts, of course
    • Auto HotKey (google)
    • A club, where all alts + main are members of (you probably already have one to transfer all the goodies)
    • The character who's leading should appear as online
    • The relative co-ordinates of some stuff (will be explained further down)

    This script is based on the join feature that exists on club members, hence it won't work in ST's.

    The script
    Code:
    ClubX = 1165
    ClubY = 326
    TpX = 598
    TpY = 377
    CoordMode, Mouse, Window
    WinGet, l, list, ahk_exe Trove.exe
    Loop %l%
    {
    	if (a_index > 1)
    	{
    		d := l%a_index%
    		WinGet, p, PID, ahk_id %d%
    		WinActivate, ahk_pid %p%
    		ControlSend, , p, ahk_pid %p%
    		Sleep 100
    		MouseClick, left, %ClubX%, %ClubY%, ,4
    		Sleep 10
    		MouseClick, left, %TpX%, %TpY%, ,4
    		Sleep 10
    		ControlSend, , {ESC}, ahk_pid %p%
    	}
    }
    
    WinGet, p, PID, ahk_id %l1%
    WinActivate, ahk_pid %p%
    The explanation

    The first 4 variables will hold the X and Y co-ordinates of the click.
    Club X and Y are the co-ordinates of the green button arrow that gets you to the club page (see Club arrow attachment)
    Tp X and Y are the co-ordonates of the little arrow besides the name of the player in the club page (see Club join attachment)
    Once activated, it will skip the current trove window and on each other trove window, will open club menu, go to club page and tp to the player, then return to the first trove window.

    *IMPORTANT* Before using the script, change the values to suit your resolution (you can find out the values by pressing Alt+PrtScrn and pasting it to paint and see the co-ordinates down below, or use Window Spy by right clicking an AHK running script and press windows spy)

    Thank you
    To mpmoi, for inspiring this script (and basically writing the base of it, i just used his scripts to make this :P)

    The disclaimer
    You shouldn't get banned for it, but if you do - not my fault. Use at your own risk.

    Sometimes you can lose connection to the servers when switching worlds, if it happens when the script is running then the one that lost connection won't be tped because it will not be connected :P

    My own thoughts
    What I do is bind this piece of code to a key in the script file that mpmoi made, MpAntiAfk, since it is always running for me. Easier startup setup.
    If you'd like, I've also attached a "stand-alone" script that will bind the teleport to Mousepad1 and killing the script to Mousepad0
    Scans (not allowed to post URLs :/) :
    virustotal.com/en/file/4ef31f45ba7fa740d1b34c82a9cfff39c0eee7dd3f88a1db75 1aebc0867b5a76/analysis/1489873415/
    virusscan.jotti.org/en-US/filescanjob/3cm21xfiwa
    r.virscan.org/report/096f9bf3bedb93c874c61db511dec1f6
    Attached Thumbnails Attached Thumbnails
    Club arrow.png  

    Club join.png  

    <b>Downloadable Files</b> Downloadable Files

  2. The Following 50 Users Say Thank You to doodelzzz For This Useful Post:

    aardjan1234 (06-24-2018),Azelox (10-15-2018),bakb99 (05-21-2017),Bishamontenn (04-26-2019),BlueBeeez (08-14-2017),carvaozinhow (11-03-2017),CavernBish (11-26-2020),coolasf1re (03-31-2017),danslek (07-07-2017),dethreee (04-26-2023),EggdrasiL (09-18-2017),el_tacowapo (12-13-2020),Emre Akyildiz2 (04-01-2017),Extazia (05-28-2017),fatpenguinlmao (01-23-2021),ger (10-02-2017),Gl1t1steR (07-22-2017),grom12 (10-21-2017),HalfSaiyan (12-07-2017),HUSTRIK (09-16-2017),Jakub meno (08-12-2021),Jormungandr1750 (11-27-2020),KeggyTR (01-31-2021),kissmeilike (06-24-2018),Lootingking (03-19-2017),lubaliam (04-23-2017),lubudubus (06-11-2017),Lythed (12-06-2017),mateuhg (05-30-2017),Miranda3232 (06-12-2017),moon878 (07-29-2017),Mortank (07-02-2018),mozili (12-02-2017),OraNaruto (08-21-2017),RP2522 (01-08-2025),SCaesar (01-16-2018),sedow (03-20-2021),ShadyShoots (06-29-2017),Sk451 (02-11-2018),soccerbaa53 (03-25-2017),StarlifeGaming (06-06-2017),treeshu (12-20-2017),UnderFear (11-22-2020),waca (03-23-2018),wasderwasdas (12-01-2017),WesleiCardoso (01-03-2018),xerniac (10-18-2017),xsilleze (06-21-2017),xx1987 (05-26-2017),zaxtaz (04-09-2025)

  3. #2
    Hugo Boss's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    28,748
    Reputation
    4790
    Thanks
    5,902
    My Mood
    Angelic
    //Approved, file appears safe, but has not been tested.

    Use at your own risk.

     
    Super User since 08-29-2017
    Global Moderator from 10-02-2016 - 08-29-2017
    Premium Seller since 11-16-2016
    Moderator from 09-24-2015 - 01-09-2016
    Alliance of Valiant Arms Minion from 11-12-2015 - 01-09-2016
    Market place Minion from 09-24-2015 - 01-09-2016
    Crossfire Minion from 09-11-2015 - 01-09-2016

    Middleman from 07-07-2015 - 01-09-2016
    Market Place Minion from 03-03-2014 - 08-01-2014
    Middleman from 01-30-2014 - 08-01-2014
    Moderator from 03-29-2013 - 04-04-2013
    Market Place Minion from 03-07-2013 - 04-04-2013
    Premium Member since 01-25-2013
    Middleman from 12-04-2012 - 04-04-2013
    Registered since 10-9-2011

  4. #3
    doodelzzz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    51
    You can just copy the code from above, its the main part of the script attached
    The only difference is the script binds it to a key.

  5. #4
    Esswraith's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    How long have you been using it for and did any of your accounts get banned?

  6. #5
    doodelzzz's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    51
    Using it since I released it here, no ban at all.
    Farmed over 20k recipes using it.

  7. #6
    Mongolia1's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Estonia.
    Posts
    162
    Reputation
    10
    Thanks
    60
    My Mood
    Breezy
    Thanks. Il try this thing out.

  8. #7
    fonomann's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    need try to farm with this

  9. #8
    LookingAtMe's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Doesn't work for me. It doesn't press P nor does it click on anything even if P is up, But it switch back and forth on each client.

  10. #9
    magnificblind's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by LookingAtMe View Post
    Doesn't work for me. It doesn't press P nor does it click on anything even if P is up, But it switch back and forth on each client.
    ++++ it doesn't work for me too

  11. #10
    cuckslayer5619's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Old, but this is fixed by updating your auto hot key, I don't think 1.0 supports the stuff done in this script. 1.1+ works.

  12. #11
    Criteox's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    would be very nice if you could do a more detailed guide on this

  13. #12
    batuhan7313's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    0
    its working so slow on me Im using 7 account and its takes more than 1 min for teleport can u make some configrute for make it faster ?

  14. #13
    Caslex3's Avatar
    Join Date
    Mar 2014
    Gender
    female
    Posts
    26
    Reputation
    10
    Thanks
    4
    My Mood
    Dead
    How do I get the Right Resolution for 1080p Screen "1920x1080" I tried following the tutorial but it clicks on the wrong position

  15. #14
    allahbenim's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    i download it but idk how to use this cometopapa.ahk can u help me

  16. #15
    yomp's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Use AU3_spy in C:\Program Files\AutoHotkey to find out the coordinates of the buttons and just add them to the script. You open the program, go to trove, hover the mouse over the button and the XY of the mouse will be stated in AU3_spy. gl to those having probs

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 10-16-2015, 11:30 AM
  2. Auto Login for Mules or Alts
    By shakone in forum Realm of the Mad God Discussions
    Replies: 4
    Last Post: 09-18-2015, 10:34 PM
  3. [TRADE] trading rs2 autos fighters for an accout lvl 50+
    By wdvhu in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 04-25-2008, 04:01 PM
  4. Grandtheft Auto SA for PC
    By iverson954360 in forum General
    Replies: 18
    Last Post: 06-09-2007, 03:00 AM
  5. [Trading] Host prenium maps (not auto start) for:
    By slyshot in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-13-2007, 02:42 PM