Giter VIP home page Giter VIP logo

g37obs's Introduction

About ekknod

Researching computer cheats as a hobby, currently more interested of anti-cheating.

Anti-Cheating and cheating are actually the very same thing, i don't choose sides. Both requires the same creativity.
VAC/EAC/Vanguard are good examples of cool anti-cheats, because they are less likely to harm non cheating players. Obviously no cheat / anti-cheat is perfect.

Memory Access

SubGetVariable - infects DXE bios image with backdoor before boot.
pcileech-wifi - FPGA card looks like a wireless adapter, but hides inside pcileech-fpga researching tool.
smm - modified SMM bios image manipulates CS2 cvar on system sleep mode (see video).
AmdRyzenMasterCheat - remote access tool inside AmdRyzenMaster utility (see video).
SetWindowHookEx - executes vulnerable routines inside CS:GO to enable wallhack.

Mouse Input

logitech-cve - uses logitech virtual driver for mouse input
MouseClassServiceCallbackTrick - spoofs _ReturnAddress() to get through Anti-Cheat hook.
MouseClassServiceCallbackMeme - rewrites mouse callback to completely circuivement Anti-Cheat hook.

General cool projects

efi-monitor - hooking ntoskrnl.exe before launch
acdrv - base (mouse/exception/syscall/swapctx)

Full Software (Actively updated)

ec-guard - Usermode anti-cheat component (mouse input detection)
EC - CS:GO/Apex/CS2 pen-test (EFI/DMA/Kernel/Usermode/Linux)
drvscan - advanced tool for scanning PE images / PCI devices / EFI memory tables

g37obs's People

Contributors

ekknod avatar kaisersoju avatar marlonlorram 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

g37obs's Issues

Keybind

Can we get more information about the keybinds ?

and possible to add bhop ?

Check Weapon in hand

I would like to add this feature.
Check if you have a grenade in hand to disable aim or add the CanFire check.

bool C_BaseCombatWeapon::CanFire()
{
	static decltype(this) stored_weapon = nullptr;
	static auto stored_tick = 0;
	if (stored_weapon != this || stored_tick >= g_LocalPlayer->m_nTickBase()) {
		stored_weapon = this;
		stored_tick = g_LocalPlayer->m_nTickBase();
		return false; //cannot shoot first tick after switch
	}
 
	if (IsReloading() || m_iClip1() <= 0 || !g_LocalPlayer)
		return false;
 
	auto flServerTime = g_LocalPlayer->m_nTickBase() * g_GlobalVars->interval_per_tick;
 
	return m_flNextPrimaryAttack() <= flServerTime;

GetModuleBaseName return 0

for some reason k32.K32GetModuleBaseNameA(index, 0, buffer, 20) return 0 when index match PID.

Also, your index start at 10 000 but sometime cs PID can be higher

Put local index = 0x4E20 to fix this.

backtrack

i assume the cheat doesnt have backtrack, would it be possible for you to add it?

You're being sneaky. (7)

Juho brother, you really try to avoid me as much as possible and delete my comments on GitHub in the "issue" section but understand that I haven't done anything to you in our last conversation when we more or less established contact again you after some of my questions that concern you and require a normal response you decided to just tell me that you want to delete my personal data but you yourself said that I occupy a large memory space in your brain as you do in mine and now you do so man you are not acting wise and you are not right in this situation.

You know me and you are practically 3 years together on the internet and it's always been good, we even have a lot of habits that we picked up from each other, let's talk on Discord I feel like you might be feeling a little lost too I hope that's true (7)

Any extra security measures ?

Want to know what detection vector here (for VAC only)?
Any extra security measures to make it less detectable since it's still RPM/WPM like any externals ?

Good job here, release are pretty insane :)

Question about netvars

Hello, I'm trying to add some new functions, but i can't figure netvars offsets. How to add new netvar? Mainly how to get these 'table' offsets, because they're different from tools like hazedumper.

external

Is it possible to make a box esp function that is external so that it doesn't record on obs

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.