Results 1 to 10 of 10

Thread: RS Idle Adventure

  1. #1
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default RS Idle Adventure

    You may have seen that RS are trying to promote a new game through Steam, named as above.

    I'm not going to go in to the concept but you basically spend a few minutes a day using points that you have gained - by not doing a great deal. These points allow either level up's or move workers on a particular skill, which in turn give's more points.

    Anyway, here is a small script allowing you to leave the game running whilst afk yet still gain levels by clicking them.

    Don't forget to select the RS Idle client from Simba!

    Progress Report
    Progress Report:
    HyperIdle
    Time Running: 7 Seconds
    Levels gained: 1
    Successfully executed.


    Update Log
    Code:
    V1.0 - Initial release
    V1.1 - Altered clicking and mouse movement
    Attached Files Attached Files
    Last edited by GetHyper; 09-13-2016 at 11:20 PM.

  2. #2
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Just like to say, the progress report was poor as I have already gained a fair few levels and just wanted to see if it did work, I may reset my progress tomorrow and leave it running to get a better report.

    Edit: already had to change alter the movement and clicking as it would skip the clicking of the level up, seems to work better.
    Last edited by GetHyper; 09-13-2016 at 11:19 PM.

  3. #3
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default

    Quote Originally Posted by GetHyper View Post
    Just like to say, the progress report was poor as I have already gained a fair few levels and just wanted to see if it did work, I may reset my progress tomorrow and leave it running to get a better report.

    Edit: already had to change alter the movement and clicking as it would skip the clicking of the level up, seems to work better.
    Great release!

    I'm guessing it only stays in one town?

  4. #4
    Join Date
    May 2015
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    what is even the point of that game

  5. #5
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by IROC-Z View Post
    Great release!

    I'm guessing it only stays in one town?
    Yeah, sorry.
    Quote Originally Posted by webbydee View Post
    what is even the point of that game
    There is no point!

    On a plus note I gained 18 fishing levels!
    Last edited by GetHyper; 09-14-2016 at 08:33 AM.

  6. #6
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    Nice proggy, ran for a whole 7 seconds >D
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  7. #7
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Since you guys are so interested in cheating in this pointless game. Here is a patched Assembly-CSharp.dll which will allow you to use internal cheat commands.

    Move the file to [INSTALL_DIR]/idle-adventures_Data/Managed/

    NOTE: If you start the game from Steam, it might also validate and re-download the modified files, so start the game from it's install directory.

    You can either keep the original file, or validate game cache on Steam when you want to revert back to normal. Any update by Steam to the game will also revert to normal.

    Alpha0-9 are the normal number keys, not the numpad ones.

    Code:
    private void Update()
    {
        bool flag = Input.GetKey(KeyCode.LeftShift) || Input.GetKey(KeyCode.RightShift);
        if (Input.GetKeyDown(KeyCode.Alpha1))
        {
            if (flag)
            {
                this.SkipTutorial();
            }
            else
            {
                this.Add60Seconds();
            }
        }
        if (Input.GetKeyDown(KeyCode.Alpha2))
        {
            this.Add60Minutes();
        }
        if (Input.GetKeyDown(KeyCode.Alpha3))
        {
            this.Add24Hours();
        }
        if (Input.GetKeyDown(KeyCode.Alpha4))
        {
            if (flag)
            {
                this.DoubleBlueAnima();
            }
            else
            {
                this.Add1kBlueAnima();
            }
        }
        if (Input.GetKeyDown(KeyCode.Alpha5))
        {
            if (flag)
            {
                this.DoubleRedAnima();
            }
            else
            {
                this.Add1kRedAnima();
            }
        }
        if (Input.GetKeyDown(KeyCode.Alpha6))
        {
            if (flag)
            {
                this.CompleteAllQuestsInCurrentLocation();
            }
            else
            {
                this.UnlockAllLocationsAndDungeons();
            }
        }
        if (Input.GetKeyDown(KeyCode.Alpha7))
        {
            if (flag)
            {
                this.StartAllHumanQuests();
            }
            else
            {
                this.UnlockAllSlots();
            }
        }
        if (Input.GetKeyDown(KeyCode.Alpha8))
        {
            if (!flag)
            {
                this.Add1kCurrentThreads();
            }
            else
            {
                this.Add1kPendingThreads();
            }
        }
        if (Input.GetKeyDown(KeyCode.Alpha0))
        {
            if (flag)
            {
                this.CompleteAllHumanQuests();
            }
            else
            {
                this.CompleteInProgressQuests();
            }
        }
    }
    EDIT: My apologies, didn't mean to barge in your release thread, I just didn't want to waste a new thread for posting this since I most likely shouldn't have posted it anyway.
    Last edited by Frement; 09-14-2016 at 10:55 AM.
    There used to be something meaningful here.

  8. #8
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by Frement
    this.Add24Hours();
    this.CompleteAllQuestsInCurrentLocation();
    I don't get why ppl still make idle games, which are not completely server-sided.

  9. #9
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by bg5 View Post
    I don't get why ppl still make idle games, which are not completely server-sided.
    Not even that, but why include the development only methods for actually cheating in the game, with a very loose check that completely relies on the client.
    There used to be something meaningful here.

  10. #10
    Join Date
    Feb 2013
    Posts
    342
    Mentioned
    8 Post(s)
    Quoted
    110 Post(s)

    Default

    Quote Originally Posted by Frement View Post
    Since you... anyway.
    Look, don't be sorry. I was really bored last night and couldn't sleep due to the crappy bed whilst I'm away!
    Mine is anything but special and I'm sure people would rather use the .dll you provided.

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
  •