GithubHelp home page GithubHelp logo

outspect / outspect-1v1.lol-cheat Goto Github PK

View Code? Open in Web Editor NEW
32.0 1.0 4.0 14 KB

A cheat for 1v1.lol! completely open source no bullshit.

License: Apache License 2.0

C# 100.00%
aimbot esp gaming mono unity hack

outspect-1v1.lol-cheat's Issues

error

the name "PlayerController" does not exist in the current context,
the name "CameraManager" does not exist in the current context

References Missing

Hey man this looks like a really good source and I'm trying to get it to work but all of the references are missing. Could you send them to me as I don't know what the reference "1v1" is. Thanks!

Wrong Code

Sorry to be like weird but this is the right code for the console inject

@echo off
echo Injecting...
smi.exe inject -p 1v1_LOL -a 1v1.lol.cheat.dll -n Loading -c Loader -m Load
timeout t 5 NOBREAK nul

Improved batch script

Not really an issue, just improved the batch script to search for 1v1.LOL\1v1_LOL.exe from the default Steam path (SteamLibrary\steamapps\common) in any of the users drives. Then it auto-launches the game and waits for 15 seconds before injecting the DLL (fixed the name to 1v1.lol.cheat.dll) and closes.

EDIT: Now it instantly proceeds to injecting if the game is already running.

@echo off
setlocal enabledelayedexpansion

set "game_exe_path="
set "game_folder=SteamLibrary\steamapps\common\1v1.LOL"

rem Set color attributes
set "color_yellow=0E"
set "color_green=0A"
set "color_reset=07"

echo Searching for the game...
color %color_yellow%

for %%d in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (
    if exist "%%d:\%game_folder%\1v1_LOL.exe" (
        set "game_exe_path=%%d:\%game_folder%\1v1_LOL.exe"
        timeout /t 1 /NOBREAK >nul
        goto :GameFound
    )
)

:GameFound
if not defined game_exe_path (
    color %color_reset%
    echo Game not found on any drive.
    exit /b 1
)

color %color_yellow%
echo Checking if the game is already running...
timeout /t 1 /NOBREAK >nul

tasklist /FI "IMAGENAME eq 1v1_LOL.exe" 2>NUL | find /I /N "1v1_LOL.exe" >NUL
if "%ERRORLEVEL%"=="0" (
    color %color_green%
    echo Game is already running. Injecting...
    timeout /t 2 /NOBREAK >nul
    goto :Inject
) else (
    cls
    color %color_green%
    echo Launching game from: %game_exe_path%
    start "" "%game_exe_path%"
)

echo Sleeping for 15 seconds...
timeout /t 15 /NOBREAK >nul

:Inject
cls
color %color_green%
echo Injecting...
timeout /t 1 /NOBREAK >nul
smi.exe inject -p "1v1_LOL" -a "1v1.lol.cheat.dll" -n Loading -c Loader -m Load
echo Injected.

echo.
echo Closing in 5 seconds...
timeout /t 5 /NOBREAK >nul

color %color_reset%
exit /b 0

update this please

i used to complile this fine but after the new update i cant fix? (the dll still works fine)

smi.exe not found

'smi.exe' is not recognized as an internal or external command,
operable program or batch file.
Injected.

How do i fix this? i already put the dll inside of the sharpmonoinjector.

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.