Giter Club home page Giter Club logo

idle_master_extended's Introduction

Build status Github All Releases

🚀 Idle Master Extended

Get your Steam Trading Cards the quickest possible way.

❓ But what is Idle Master Extended?

🔧 This is a fork of the discontinued Idle Master project by jshackles (also known for Enhanced Steam):

This program will determine which of your Steam games still have Steam Trading Card drops remaining, and will go through each application to simulate you being “in-game” so that cards will drop. It will check periodically to see if the game you’re idling has card drops remaining. When only one drop remains, it will start checking more frequently. When the game you’re idling has no more cards, it’ll move on to the next game. When no more cards are available, the program will terminate.

This application requires Steam to be open and for you to be logged in. This program is now being developed exclusively for Microsoft Windows. Non-Windows versions are available in the Python repository but may be deprecated or feature incomplete.

Source: jshackles/idle_master

🔽 Download

Credits

Idle Master was created by jshackles, based on the original code created by Stumpokapow.

Idle Master was written in C# using Steamworks.NET and CSteamworks, and using open source icons from Open Iconic.

idle_master_extended's People

Contributors

1nikolas avatar aas avatar antonuden avatar aone-t avatar dimon222 avatar drguildo avatar dyras avatar int22 avatar jonasnilson avatar jshackles avatar mannil avatar masterodin avatar mlstnr avatar monkalex avatar n00b42 avatar notmichael avatar nthnunes avatar raptorcz avatar rewgger avatar serdarsaglam avatar sergik666 avatar treloret avatar vordlex avatar yanuut avatar yussufbiyik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

idle_master_extended's Issues

Idle free games?

Can this program be extended to idle free games? Would anything like this even work?

Login window doesnt work, worked 1 hour ago

When im trying to login, im getting the old IdleMaster login issue. The window is going away and its not asking me for the guard code. I can type any fake username or password, press login and it will happen again. What should i do? Steam api broke the extended again?

Later edit:
If you input any steam account, real or fake, the page is gone.

If you open the login page and press Join Steam, it will show as logged in and Idle competed on my last account that worked like 2 hours ago. In the mean time, i added a family view code on that account and started idlemaster by mistake.

If i go into settings > Display advanded informations - I can see that the session login and steam login are from that account that worked last time. How can i change that? Its there a bug on the application or there is a cache bug? I redownloaded the app several times and it still goes on that account so i guess this thing is stored somewhere

I tried to delete the files in this location C:\Users\Alex\AppData\Local\IdleMaster
since i inspected the config file and everything was related to the account on which worked last time, but everytime i delete them and i unzip a new idlemaster, they appear without me attepting to login in idlemaster. Why and how can i delete them permanently because im pretty sure this can be one of the causes to the bug

Later edit 2:

Yea if i unzip a new idlemaster. open the login page and press Join Steam, it will go to the last working account datas. Session login, steam profile id and so on. How can i fix that?

And one error log when i am trying to connect to a real steam account

System.NullReferenceException: Object reference not set to an instance of an object.
   at IdleMaster.frmMain.<blacklistToolStripMenuItem_Click>b__63_0(String appid)
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at IdleMaster.frmMain.blacklistToolStripMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Not working with latest beta client

With the latest beta client (the new UI) steam is never recognized as running, so no idling starts.
Even ticking the "ignore steam client running" option has no effect (idling starts but no cards are collected, no in-game change on friend list).
The client is obsiously open but not detected anymore.

Can't log in to Steam

I sign in to Steam and it tells me "Idle Master is Saving your Information..." and never connects to Steam.

Build Issues ~ Cannot Compile

1 - packages is not a directory in the repo.

In steamidle.csproj, I see this...

<Reference Include="Steamworks.NET">
  <HintPath>..\packages\Steamworks.NET.dll</HintPath>
</Reference>

And yet, I do not see any "packages" folders within the repo. The code did not compile until I updated steamidle.csproj to have the correct location of the Steamworks DLL file.

2 - My machine is 64bit, the DLL wrapper you have for steam is 32bit.

If you try to compile, it errors out (" Could not run the "GenerateResource" task because MSBuild could not create or connect to a task host with runtime "CLR4" and architecture "x86"."). Additionally, there's a new Steamworks DLL wrapper, and it has 64bit support. Unfortunately, both Visual Studio/Visual Studio Code say it's a corrupted file.

I used this hack to get it to compile: <PropertyGroup><DisableOutOfProcTaskHost>true</DisableOutOfProcTaskHost></PropertyGroup>

3 - Yay, now it compiles!

And, it doesn't run or emit any logging or debugging. Resulting file is 426kb.

Can't signin due to family view

I get the login screen, then get the steamguard screen and after that, because I use family view, I need to enter my code for to that too, but the window just closes before you get a chance to enter the code.
All the above is with quick login checked.

However without quick login checked it doesn't do anything after submitting the family view pin, except closing down the window after a short while..

Using the latest release 1.4 (fixed)

Cannot sign in

When I open the exe after trying to sign in it will open a window saying Javascript must be enabled to use this site, from steam

[Feature Request] Idle any game for a custom amount of time

Whether there are available card drops or not, allow the user to select a game and idle/play it for a given time w/o downloading it.

This is mainly for badges. I have to re-download huge games in order to get these silly badges. Feature like this might come in handy.

Note: The event ends tomorrow, would be cool if you could mash something out before that.

It doesn't work for me

Hi, For a few days idle master stopped working for me. It does not show me any list of games when before, I use the fast mode and default. I get the following error

image

Steam client status

Says steam is not running when it is.
Does steam have to be installed in a certain directory or something?
If I ignore steam status, it starts runnin games... but they don't actually run if I look at steam

Not connecting to Steam

Even though I click sign in and it shows that it logged into my account, it still says Idle Master is not connected to Steam

Wont login to account

When I click the sign in button, it opens a page and directs me to steam login, but then it redirects again to my profile and wont let me sign in

steam quick log in loop

when I try to sign into steam it quick logs me in and brings me back to it saying sign in again

Can't login

After I put my password, the screen for putting the code doesn't appear and it backs to the main window.

Can't use Geometry Dash as a game

I have bought geometry dash in steam and played like 145hours and it has trading cards. But it thinks that it doesn't have them or something. (it only uses Payday 2 not my other games.

Fast Mode

I noticed my fast mode is idling 30 games at a time, but when it goes to run individually, instead of running those 30, it looks like it runs my entire library of games with card drops (1800). Is there anyway to avoid this?

Cannot log in

I simply cannot login into my steam account, it opens the window and after auto-login nothing happens.

SteamGuard compatibility

My account has email and Mobile Steam Guard.
When I try to login in, application neverask me for my Steam Guard code.
Disabling it is NOT an option because my market will be disabled for 15 day if so.

Thanks.

Shutdown after complete turns off entire computer?

Am I right in understanding this feature? Because my entire computer just shutdown after giving me a warning saying it was going to shut down in less than a minute, coinciding with the time that Idle Master was completing.
I've never seen a message like this, nor was it anything related to Windows Update or any scheduled task.

Why would it shut down my entire computer? Why would I ever want that?

Do you have to pay to get card drops?

Hi, love your program! But i have a question, Do you have to pay for games to get card drops in them? ive read some articles and some say you have to pay 10$ in a game to be able to get card drops from them. Is this true?

strange bug

I have strange bug and idle stay blocked

https://i.imgur.com/sgS48cv.png

23/06/2020 18:43:31 Badge -> LoadBadgesAsync, for profile = https://steamcommunity.com/profiles/******************* System.Exception: Response is null or empty. Added (+1) to RetryCount à IdleMaster.frmMain.CheckIfResponseIsNullWithRetryCount(String response) à IdleMaster.frmMain.<GetBadgePageAsync>d__33.MoveNext() --- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée --- à System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) à IdleMaster.frmMain.<LoadBadgesAsync>d__32.MoveNext() 23/06/2020 18:45:04 System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet. à IdleMaster.frmMain.blacklistCurrentGameToolStripMenuItem_Click(Object sender, EventArgs e) à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) à System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) à System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) à System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) à System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) à System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) à System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) à System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) à System.Windows.Forms.Control.WndProc(Message& m) à System.Windows.Forms.ScrollableControl.WndProc(Message& m) à System.Windows.Forms.ToolStrip.WndProc(Message& m) à System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

idiling error (idel master 1.4 final).

Hi there, I have been testing this application for about 2 hours and it worked correctly, but now I do not know what is happening that does not recognize any game, it only tells me idiling, if you know how to solve it I will be very grateful.

If my English is strange it is because it is not my language and I am using the translator to communicate with you.

PS: thanks for sharing this great application with the community.

Sin título

Automatic login feature?

There's a web server running in the Steam client that lets you utilize it to login much faster in web browser. With this added, you can login without having to provide an auth code.

LoginUsingSteamClient(window.location.origin);

Looks lik 1.3 is broken, or could just be me?

Doesn't show the mobile authentication window anymore, skips it entirely and tries to save and of course won't login since it's guarded with a code...which is never presented....

[Feature Request] Whitelist mode + custom idle time

I don't know if Idle Master is the right app to do this, but I want to idle in a game for a certain amount of time without having it physically running. I have over a thousand games so it's impractical to blacklist all of them except one, plus I expect that I won't be able to idle in a game after all my card drops are obtained as well.

This could be resolved with a whitelist mode, and a field to input a number of hours to idle. I could whitelist the game I want to idle, and set the custom idle time to x hours, or 0 for unlimited.

Is this feasible? Is this within scope of this tool or is there a better tool that already does this?

Idling Complete.

{9F621CA3-102A-4CAC-BE3B-97E9DE6A0438} png

When i Open Idle Master it says Idling Complete and I have Cards.

Не работает

При входе в программу пишет что идёт процесс но нечего не происходит
image

Add different gameids to list?

I really am not that interested in cards, although thats what this is purposed for.
Got it running fine and smooth.
Theres a blacklist, but not a 'whitelist', or a way to append more to the list.
Having trouble finding where the list of games are stored.
How could I add in other games that aren't included? (Dota/CS:GO/Warframe/PathofExile)

THE FAST MODE DONT WORK FOR ME

The fast mode don't work for my me . I must use Whitelist and after 10h idling i have nothing and then say i idle 3 minutes

Steam Login Loop

[Disclaimer] I have been unable to replicate this issue.

A friend has had a random issue where the account would finish the quick-login or normal Steam login, and then return back to the Steam login page.
(It's also not particularly urgent, as this issue has only occurred on one computer and has resolved itself magically after a fresh reboot. Strange.)

This issue is similar to the other "cannot log in" issue, but has a different error log, as shown below.
https://pastebin.com/rpJzQDwm

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.