Coder Social home page Coder Social logo

ec's Introduction

EC

open-source EC

ec's People

Contributors

avitran0 avatar dekoda-uc avatar ekknod avatar jovvik avatar kaisersoju avatar marlonlorram avatar math-muller avatar thecruz avatar throwtop avatar vaye-dev 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

ec's Issues

Support for Moonlight/Sunshine

Hi!!

I'm trying to make the SDL overlay transparent so that I can support it working with programs such as Moonlight or Sunshine so that I can stream the gameplay from the second PC to the Main PC in the case of DMA without having to use a fuser or another HDMI merging device.

I have made one alteration which has helped which was to add the following line to keep the overlay on top of Moonlight SDL_SetWindowAlwaysOnTop(window, SDL_TRUE) however whenever I do this, it still shows the window (now on top of Moonlight) albeit still with the black background of the overlay...

Is there a way to make this transparent? Do I need to switch to another library in order to achieve this? The only things I have found that I have seen with SDL is that I would need to use windows functions such as SetWindowLongA and SetLayeredWindowAttributes to try and force the overlay to change to transparent by either keying out the colour of the background or by switching to another method but none of these don't really seem to work...

Also the FPS of the overlay seems to be very slow, is this calculated somehow or can it be changed? I have tried to use the flags SDL_RENDERER_PRESENTVSYNC | SDL_RENDERER_ACCELERATED to try and force the overlay to speed up but it still seems very choppy...

Thanks!

How to update

Hey ekknod. How do I get the following for example:

GetLocalTeam = (DWORD)vm::scan_pattern_direct(csgo_handle, client_dll, "\xE8\x00\x00\x00\x00\x85\xC0\x74\x11\x5F", S("x????xxxxx"), 10);

It's an offset I know but how do I generate this for example: "\xE8\x00\x00\x00\x00\x85\xC0\x74\x11\x5F"

I do have ida pro installed and what not so any guidance will be much appreciated :)

Linux SDL3

Error: /usr/bin/ld:./libSDL3.so: file format not recognized; treating as linker script
/usr/bin/ld:./libSDL3.so:0: syntax error
collect2: error: ld returned 1 exit status

DMA issue

I compiled the pcileech and now when I launch it, the program spams 'CS2 process not found' even though CS2 is open

it's not working

first i turned of my anti-virus. And then i clicked lunch button on exloader and the EC window opens in MD and there is this
image

Small issue / suggestion - Pistol Recoil

Firstly, IMO the point of this repo is to serve as a great place to learn, for DMA/EDK EFI projects.
Anybody intending on using the project as-is, would have likely already make these small changes or fixes.

But, for those less technically-inclined, I'll explain why your pistol recoil isn't working.
This is our current check for if or if not to add recoil to pistols:
if ( weapon_class == cs::WEAPON_CLASS::Pistol ) { if ( num_shots < 2 ) { goto skip_recoil; } }

This will not work.
This is because unless you're in downtown Chicago and have added a switch or autosear to your Glock, your shots fired when spamming a pistol will usually stay at "1".
In other terms, NumShots (ShotsFired) on your average pistol will never reach 2, even when spamming the pistol.

In-case anybody isn't sure, yes you need to add recoil to pistols
If you don't, then your aimbot will unnaturally snap to the head or TargetBone, fighting against your recoil.

Solution:
The easiest way to fix this, is to remove the ShotsFired check.
However, we obviously don't want to add recoil to weapons like the Deagle or R8.
I personally like to add a weapon_type of HeavyPistol, that includes both of these 'heavy' pistols.
This also makes life a lot easier for when you add weapon configs.

Sad note - Pasting P2Cs:
Sorry ekk, but I actually found this issue from my friend buying a certain pinned CS2 p2c on epvp.
I took a guess they hadn't changed a thing, and turned out to be right.

ESP

esp not working after the recent game update

update- its working fine..closing the issue now

[Feature request] ESP when dead

Hey.

Could you please implement esp while the localplayer is dead? Or make it togglable? Once I die, I cannot see them through with ESP.
It might use more resources, but it would help when queuing with friends who are legit.

Best,
Csirketorta

byfron reintroduced

Hi,

As we know, byfron is back and maybe the patterns to scan has changed, could you please en-light us how to fix it up? At the moment the scan_pattern is blocked at the first scan :\

Scanning pattern is useful to apply offsets every time they change, but if patterns change it's a pain and require to bypass byfron and then analyze things with IDA or similiar.

Would be better to write a static file with the offsets?

Thanks a lot

[Feature request] Triggerbot when iCrosshairID

Hey.

My third and last feature request.
Can you implement triggerbot based on crosshairid values instead of the current one?
I feel like im always lagging behind a bit when using this triggerbot.

Best,
Csirketorta

Aim and trigger not working

I just found out that aim and trigger is not working for me rn, do I need a kmbox now to be able to use aimbot?

Keycodes

can someone please link the list of keycodes that can be set to keyboard?
Keycodes for this version of EC

How does efi work?

After printf Press F11 key to continue, I'm in the game pressing the 5 mouse button, but it doesn't work.

und?

undetect 5earena?

Windows 11 supported?

Hi, just wanted to make sure Windows 11 was supported via UM?

I tried to run it however keep getting:
[-] vt_input not found

Winver: 2262.2134

Thanks for your project and support.

aimbot IS P

NEVERMIND AIMBOT IS PERFECT, I DIDNT NORMALIZE PROPERLY

Help

My brother i really wanna use your project but idk how can you please put instructions

Where did you get the VM.H and VM.CPP from (DMA one)

Where did you get the VM.H and VM.CPP from since well cant seem to find it because when debugging it cant find vm.h and vm.cpp, it worked before the update you made for KMBOX.Net which is really nice but yeah if you can either provide them to me or link them would be nice

UM Version of EC causing massive FPS drops

Basically the title, here's what I've done:

  1. Disable ESP in projects-CS2 -> UM -> features.cpp by setting config::visuals_enabled = 0;
  2. Looked in cs2 -> shared -> features.cpp

To give you an idea, my game goes from ~120 fps w/o EC on to ~20-30 fps w/ EC.

How can I fix this?

DMA version issues

The game resolution is 1280x960 with 4:3, the ESP on the other computer will only show the 1280x960 resolution in the top left corner

Windows 11, EFI, no ESP.

just reinstalled windows 11 (22h2, build 22621.2428), don't have any green squares at player head or something like that. Aimbot and triggerbot works perfect.

playing with EFI version of cheat

[Request] Ability to toggle ESP

I think a button to toggle the ESP feature would be a great addition to the project. Can this be easily implemented? I'm not too familiar with cpp so I'm finding difficulty doing it myself. Alternatively, is there an easier way to test changes without having to restart my computer every time for the EFI option?

Trigger stops working after a while

Only used EFI version so far, but after a seemingly random amount of playtime, the triggerbot just ceases to work - though it will still aim at the target player so the aim assist is still working

EFI esp box not working(

Hello ekknod and others. How to enable ESP boxes in EFI mode? I changed the resolution to windowed and full screen in a window - to no avail. By the way: when I changed the screen resolution, green boxes appeared for a split second. System: Windows 10 22H2.

ESP only works when i open gamebar

Hi, aimbot and triggerbot works perfectly but ESP only working while gamebar is open and when i close gamebar esp also closing too what should i do i have ryzen cpu nvidia gp, i tried to pin something on gamebar but didn't worked

gamebaron

gamebaroff

not an issue but a challenge :>

Hi. i challenge you to make your own working and being updated cheats for Dayz. just normal dayz not pirate or something. aimbot and ESP and maybe a vievmodel FOV. i hope you accept my challenge and post that cheats into EXloader :>

Improve esp box drawing fps

I am wondering is it possible to increase the box drawing fps? Cause I am using a 240hz fuser, and esp is on 60fps, which is kind laggy for me

"EC is now started" but does not affect CS2

I installed EFI on a usb, booted it up with boot menu.
image
pressed F11, then it went back to the boot options and I chose my normal SSD.
Launched CS2
Does not work
try windowed, fullscreen windowed and fullscreen
still does not work
image
Are the offsets outdated, am I supposed to update the offsets? I have used in the past and currently use cs2-dumper for the offsets.
Pic note: is from bootx64, cs.cpp
image

Use

Can't I use kdmapper to load the driver? I used kdmapper to load and then triggered the blue screen

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.