Results 1 to 9 of 9
  1. #1
    fudgebucket21's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    8
    My Mood
    Bored

    Best way to automate daily login?

    Hey I'm not too good at coding and was looking around for the best ways to automate daily logins. I have a PC running 24/7 I could run this on. I don't know how to code, but so I was wondering if there were any simple scripts people use?
    Here's what I could come up with from random googling. not sure if they'd work

    Code:
    powershell.exe -noprofile -command "Invoke-WebRequest -Uri https://jakcodex.******.io/muledump/muledump.html"
    Code:
    powershell.exe -noprofile -command "Invoke-WebRequest -Uri https://realmofthemadgodhrd.appspo*****m/char/list?guid=youremail&password=yourpassword"
    Code:
    @echo off
    
    SET BROWSER=browser.exe
    ping -n 6 127.0.0.1>nul
    start /min %BROWSER% https://jakcodex.******.io/muledump/muledump.html
    ping -n 16 127.0.0.1>nul
    taskkill /IM browser.exe /F
    ping -n 6 127.0.0.1>nul

  2. #2
    kian1991's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    124
    Reputation
    10
    Thanks
    142
    My Mood
    Bitchy
    Well this wont wont work, as there is no muledumpwhatsoever for ROTMG Exalt. I personally set a reminder to remind me everyday to get this bonus

  3. #3
    infern000's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    294
    Reputation
    10
    Thanks
    74
    Quote Originally Posted by fudgebucket21 View Post
    Code:
    powershell.exe -noprofile -command "Invoke-WebRequest -Uri https://realmofthemadgodhrd.appspo*****m/char/list?guid=youremail&password=yourpassword"
    this should work. personally i added that url on something like cron-job.org. urlencode the @ in the email to %40 to be safe.

  4. #4
    theross's Avatar
    Join Date
    Feb 2011
    Gender
    female
    Posts
    83
    Reputation
    10
    Thanks
    21
    - download and install curl
    - install curl in c:\curl
    - create a bat-file with the following content:
    curl -A "Shockwave Flash" -d "game_net=rotmg&ignore=2341&game_net_user_id=&mule Dump=true&password=MYCOOLPASS&play_platform=rotmg&guid=MYCOOLEMAIL&do_login=true&challenger=false" https://www.realmofthemadgod.com/cha...OLEMAIL</font>
    curl -A "UnityPlayer/2019.3.6f1 (UnityWebRequest/1.0, libcurl/7.52.0-DEV)" -d "guid=MYCOOLEMAIL&password=MYCOOLPASS&game_net=Unity&play_platform=Unity&game_net_user_ id" https://www.realmofthemadgod.com/account/verify
    - create a scheduled task which runs daily (action: start a program - select your saved bat file)

    I use both flash and unity just in case

  5. #5
    Beex's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Posh Gang HQ
    Posts
    633
    Reputation
    55
    Thanks
    401
    My Mood
    Angelic
    a release that does this would be handy, especially if it minimized to tray and attempted on a timer

  6. The Following User Says Thank You to Beex For This Useful Post:

    Maik8 (12-08-2020)

  7. #6
    kian1991's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    124
    Reputation
    10
    Thanks
    142
    My Mood
    Bitchy

    Simple Multiple Accounts Example

    DELETED POST HERE
    Last edited by kian1991; 12-08-2020 at 03:21 AM.

  8. #7
    5T4T3's Avatar
    Join Date
    Dec 2020
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Just do a request to the server so that it registers you as being logged in.
    You can do so using http listeners similar to how Muledump & RealmEye does.
    It will require you to log in the very last day of the month and claim all the rewards...

  9. #8
    Maik8's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Germany
    Posts
    186
    Reputation
    61
    Thanks
    854
    My Mood
    Busy
    Quote Originally Posted by Beex View Post
    a release that does this would be handy, especially if it minimized to tray and attempted on a timer
    Maybe if I find the time I will release a small GUI for this tool - maybe integrate it in my EAM (as the login-data is already there anyways)...
    But don't expect it soon as I am low on time sadly.

    Regards,

    Maik8

  10. The Following User Says Thank You to Maik8 For This Useful Post:

    [MPGH]Beex (12-09-2020)

  11. #9
    Beex's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Posh Gang HQ
    Posts
    633
    Reputation
    55
    Thanks
    401
    My Mood
    Angelic
    Quote Originally Posted by Maik8 View Post
    Maybe if I find the time I will release a small GUI for this tool - maybe integrate it in my EAM (as the login-data is already there anyways)...
    But don't expect it soon as I am low on time sadly.

    Regards,

    Maik8
    much appreciated if you can find the time <3

Similar Threads

  1. Best way to get people to phishing site
    By vescovo in forum WarRock - International Hacks
    Replies: 8
    Last Post: 12-18-2007, 10:40 PM
  2. Release} 10hacks in one (best way to get banned)
    By obsedianpk in forum WarRock - International Hacks
    Replies: 5
    Last Post: 10-23-2007, 02:40 AM
  3. What's the best way to powerlevel with 2 persons?
    By H4rdc0r3NL in forum WarRock - International Hacks
    Replies: 10
    Last Post: 06-29-2007, 04:19 PM
  4. Best way to make hacks
    By Monst3r Skillz in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-29-2007, 03:33 AM
  5. What's the best way to make money online?
    By SATANICAT in forum General
    Replies: 8
    Last Post: 01-02-2007, 06:04 PM