Results 1 to 2 of 2
  1. #1
    liquidgalaxy's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    125
    Reputation
    10
    Thanks
    303

    [AU3] RotMG Login script

    This is the main script written in autoit3. Supports up to 10 accounts atm and can easily support more.
    All you need to do it put in your account infos and edit line 34.
    Code:
    Run("C:\YOURPATHERE\launch.bat")
    The delays are set up to work with my computer but should work for anybody as long as you have less than 4 clients running.



    https://vimeo.com/54860779


    Code:
    HotkeySet("{END}","_end")
    Func _end()
    Exit 0
    EndFunc
    
    Global $ac[10]
    Global $pw[10]
    
    
    $ac[0] = "email@gmail.com";multi accounts user 0 goes with password 0
    $ac[1] = "email@gmail.com"
    $ac[2] = "email@gmail.com"
    $ac[3] = "email@gmail.com"
    $ac[4] = "email@gmail.com"
    $ac[5] = "email@gmail.com"
    $ac[6] = "email@gmail.com"
    $ac[7] = "email@gmail.com"
    $ac[8] = "email@gmail.com"
    $ac[9] = "email@gmail.com"
    
    
    $pw[0] = "password";multi passwords
    $pw[1] = "password"
    $pw[2] = "password"
    $pw[3] = "password"
    $pw[4] = "password"
    $pw[5] = "password"
    $pw[6] = "password"
    $pw[7] = "password"
    $pw[8] = "password"
    $pw[9] = "password"
    
    Func LoadRotMG ()
       Run("C:\YOURPATHERE\launch.bat")
       Sleep(700)
       WinKill ("Administrator:  launch")
       WinWaitActive ("Adobe Flash Player 11")
       WinMove ("Adobe Flash Player 11","",0,0,800,600);move to top left corner
       Sleep(4000)
    EndFunc
    
    Func Login () 
       WinActivate("Adobe Flash Player 11")
       Sleep(600)
       Mouseclick("left",485,568,1,3);accounts
       Sleep(600)
       Mouseclick("left",310,347,1,3);notyou click here
       Sleep(600)
       Send($ac[$AcPick]);user
       Sleep(600)
       Send("{TAB}")
       Sleep(600)
       Send($pw[$AcPick]);password
       Sleep(600)
       Mouseclick("left",469,416,1,3);login
       Sleep(600)
       Mouseclick("left",485,378,1,3);continue
       Sleep(600)
       Mouseclick("left",391,571,1,3);play
    EndFunc
    
    
    
    
    
    While 1
    	  Local $AcPick = InputBox("Login", "0 "& $ac[0] & <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=309671" target="_blank">crl</a>
    <!-- END TEMPLATE: dbtech_usertag_mention -->F & "1 "& $ac[1] & <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=309671" target="_blank">crl</a>
    <!-- END TEMPLATE: dbtech_usertag_mention -->F & "2 "& $ac[2] & <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=309671" target="_blank">crl</a>
    <!-- END TEMPLATE: dbtech_usertag_mention -->F & "3 "& $ac[3] & <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=309671" target="_blank">crl</a>
    <!-- END TEMPLATE: dbtech_usertag_mention -->F & "4 "& $ac[4] & <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=309671" target="_blank">crl</a>
    <!-- END TEMPLATE: dbtech_usertag_mention -->F & "5 "& $ac[5] & <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=309671" target="_blank">crl</a>
    <!-- END TEMPLATE: dbtech_usertag_mention -->F & "6 "& $ac[6] & <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=309671" target="_blank">crl</a>
    <!-- END TEMPLATE: dbtech_usertag_mention -->F & "7 "& $ac[7] & <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=309671" target="_blank">crl</a>
    <!-- END TEMPLATE: dbtech_usertag_mention -->F & "8 "& $ac[8] & <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=309671" target="_blank">crl</a>
    <!-- END TEMPLATE: dbtech_usertag_mention -->F & "9 "& $ac[9] , "", "","200","250")
       if <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
    @<a href="https://www.mpgh.net/forum/member.php?u=34780" target="_blank">error</a>
    <!-- END TEMPLATE: dbtech_usertag_mention --> = 0 Then
    	  LoadRotMG()
    	  Login()
       else
    	  Exit
       endif
    WEnd

    Name this launch.bat and put in a folder with your Flash Projector11, client swf, and loginscript.
    Dont forget to rename ClientName.swf and add your emails/passwords to the au3

    Code:
    title launch
    flashplayer_11_sa.exe ClientName.swf
    Last edited by liquidgalaxy; 12-04-2012 at 12:19 PM. Reason: video

  2. The Following User Says Thank You to liquidgalaxy For This Useful Post:

    The_En|D (12-04-2012)

  3. #2
    The_En|D's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Stark Industries
    Posts
    856
    Reputation
    18
    Thanks
    468
    My Mood
    Innocent
    Could you maybe make how to video tryed mysel but it wont work thanks anyway......

Similar Threads

  1. [Tutorial] Login Script
    By Biesi in forum CrossFire Mods & Rez Modding
    Replies: 14
    Last Post: 09-27-2013, 05:01 PM
  2. [Tutorial] Login script using remote database
    By kBob in forum Visual Basic Programming
    Replies: 13
    Last Post: 09-20-2011, 04:47 AM
  3. [Request] Please Upload Cf orginal login script
    By HaxPro in forum CrossFire Mods & Rez Modding
    Replies: 1
    Last Post: 07-24-2010, 10:35 PM
  4. [Help]login script
    By axg24 in forum CrossFire Help
    Replies: 7
    Last Post: 06-09-2010, 07:22 AM
  5. MPGH Login Script(Help)
    By ShadowPwnz in forum Visual Basic Programming
    Replies: 7
    Last Post: 02-21-2010, 08:16 AM