Skip to content

Commit

Permalink
3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
oureveryday committed Dec 25, 2022
1 parent 8b6bc4f commit a5218bd
Show file tree
Hide file tree
Showing 2,144 changed files with 179,321 additions and 9,340 deletions.
Binary file not shown.
Binary file not shown.
Binary file added .vs/SteamAutoCrack/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .vs/SteamAutoCrack/v17/.futdcache.v2
Binary file not shown.
Binary file added .vs/SteamAutoCrack/v17/.suo
Binary file not shown.
11 changes: 2 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
![GitHub Repo stars](https://img.shields.io/github/stars/oureveryday/Steam-auto-crack?color=yellow&label=Stars)

Automatic Crack Games With SteamStub and Steam API.
Written by AutoHotKey. Latest Version 2.0 Introduced GUI Interface.
Latest Version 3.0 Using .Net 6.0.
[Latest Release](https://github.com/oureveryday/Steam-auto-crack/releases)

* User manual: https://github.com/oureveryday/Steam-auto-crack/wiki

* Github: https://github.com/oureveryday/Steam-auto-crack
* Gitlab: https://gitlab.com/oureveryday/Steam-auto-crack

Expand All @@ -34,13 +32,8 @@ Written by AutoHotKey. Latest Version 2.0 Introduced GUI Interface.
* Windows: Run `build\build.bat`

## Usage
* Download all files and run "bin\Steamautocrack\SteamAutoCrack.exe" or download from [Github Releases](https://github.com/oureveryday/Steam-auto-crack/releases).
* Use `Auto Crack` to Automatic Crack Game.
* Download all files and run bin\Release\SteamAutoCrack.zip" or download from [Github Releases](https://github.com/oureveryday/Steam-auto-crack/releases).

## Virus False Positive
All Files are virus free and open-sourced.
Some anti-virus software may detect AutoHotKey Built script as virus, so please disable them temporary.
A lot of cracking tools are detected as malware, either because their behavior is suspect (bypass game protections), or because they have been flagged manually (happens with a lot of tools).

## Bugs
If You Have Any Bugs, Please Submit a Issue On Github.
61 changes: 61 additions & 0 deletions SteamAutoCrack.CLI/Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
using Serilog;
using Serilog.Core;
using Serilog.Events;
using Serilog.Templates;
using Serilog.Templates.Themes;
using SQLitePCL;
using SteamAutoCrack.Core.Config;
using SteamAutoCrack.Core.Utils;
using SteamAutoCrack.Core.Utils.SteamAutoCrack.Core.Utils;

namespace SteamAutoCrack.CLI
{
class Program
{
static async Task Main()
{
var levelSwitch = new LoggingLevelSwitch();
Log.Logger = new LoggerConfiguration()
.Enrich.WithProperty("SourceContext", null)
.MinimumLevel.ControlledBy(levelSwitch)
.WriteTo.Console(new ExpressionTemplate(
"[{@l:u3}] [{Substring(SourceContext, LastIndexOf(SourceContext, '.') + 1)}] {@m}\r\n{@x}", theme: TemplateTheme.Literate))
.CreateLogger();
levelSwitch.MinimumLevel = LogEventLevel.Debug;
/* SteamAppList.Initialize(false);
var config = new EMUGameInfoConfig()
{
GameInfoAPI = EMUGameInfoConfig.GeneratorGameInfoAPI.GeneratorSteamClient,
GenerateImages = true,
SteamWebAPIKey = "1DD0450A99F573693CD031EBB160907D",
AppID = 992300,
UseXan105API = false,
UseSteamWebAppList = false,
};
await new EMUGameInfo().Generate(config).ConfigureAwait(false);*/

/*var emu = new EMUConfig()
{
UseCustomIP = true,
CustomIP = "127.0.0.0",
};
new EMUConfigGenerator().Generate(emu);*/

/*SteamAppList.Initialize();
await SteamAppList.WaitForReady().ConfigureAwait(false);
var a = await SteamAppList.GetListOfAppsByNameFuzzy("The Scroll Of Taiwu");
foreach (var app in a)
{
Console.WriteLine(app);
}
*/
var a = new EMUUpdater();
await a.Init().ConfigureAwait(false);
await a.Download(true).ConfigureAwait(false);

}


}
}

18 changes: 18 additions & 0 deletions SteamAutoCrack.CLI/Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x86</Platform>
<PublishDir>bin\Release\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2022-12-11T07:15:30.5869853Z;True|2022-12-11T15:14:24.1986134+08:00;True|2022-12-11T15:13:40.4062238+08:00;True|2022-12-11T14:40:05.4843936+08:00;True|2022-11-26T22:13:50.9164372+08:00;False|2022-11-26T22:12:34.7549066+08:00;True|2022-11-26T22:12:00.8794018+08:00;False|2022-11-26T22:11:02.2084374+08:00;False|2022-11-26T22:10:47.7248526+08:00;False|2022-11-26T22:09:58.5939928+08:00;False|2022-11-26T22:08:10.6916115+08:00;False|2022-11-26T22:06:52.5199554+08:00;False|2022-11-26T22:05:48.1178398+08:00;False|2022-11-26T22:04:52.3151524+08:00;False|2022-11-26T22:04:45.6431499+08:00;False|2022-11-26T22:04:24.0709525+08:00;False|2022-11-26T22:03:50.7267833+08:00;False|2022-11-26T22:03:23.5209781+08:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
7 changes: 7 additions & 0 deletions SteamAutoCrack.CLI/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"profiles": {
"SteamAutoCrack.CLI": {
"commandName": "Project"
}
}
}
31 changes: 31 additions & 0 deletions SteamAutoCrack.CLI/SteamAutoCrack.CLI.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x86</Platforms>
<Version>3.0.0</Version>
<FileVersion>3.0.0</FileVersion>
<AssemblyVersion>3.0.0</AssemblyVersion>
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
<ApplicationIcon>SteamAutoCrack.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Include="SteamAutoCrack.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="Serilog.Expressions" Version="3.4.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SteamAutoCrack.Core\SteamAutoCrack.Core.csproj" />
</ItemGroup>

</Project>
6 changes: 6 additions & 0 deletions SteamAutoCrack.CLI/SteamAutoCrack.CLI.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>F:\tools\SteamAutoCrack_dotnet\SteamAutoCrack\SteamAutoCrack\SteamAutoCrack.CLI\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
</Project>
File renamed without changes.
Loading

0 comments on commit a5218bd

Please sign in to comment.