LWSS / Fuzion

Fuzion is a free-as-in-freedom CSGO cheat for linux
GNU General Public License v3.0
337 stars 149 forks source link

Rip GDB on arch #188

Closed kodakitty98 closed 6 years ago

kodakitty98 commented 6 years ago

Just after update ./load and VACed. Looked in console: GDB injection method detected.

ZackCofee commented 6 years ago

Same here also vac after injecting the cheat ./load

DotNetFritz commented 6 years ago

That's hammer! And what make you think cheat is not detected?

I actually injected another Shared Library into CSGO Process with GDB no instant VAC Ban on CSGO.

I use GDB all the time on TF2 and CSS no instant VAC Ban!

suciuale commented 6 years ago

Maybe try injecting one of the linux-csgo-external forks and see if it gets u VAC'd. No forks from owerosu is detected

DotNetFritz commented 6 years ago

If I inject this Library

use this code the other code freezes. Copyed the wrong source

#include <stdio.h>
#include <unistd.h>
#include <pthread.h>

void* thread(void* a) {
    while (1) {
        puts("Write Something");
        usleep(1000000);
    }
    return NULL;
}

__attribute__((constructor))
void hello() {
    pthread_t t;
    pthread_create(&t, NULL, thread, NULL);
}

gcc -shared -fPIC -o jsdgdshgosduhgks.so jsdgdshgosduhgks.c

I Injected it with GDB and connected to a CSGO VAC Protected Server. No instant VAC Ban, I am still conntected and wait and tell you if I get banned or not.

Actually no VAC Ban. 09/27/2017 12:57am GMT+2 Connection time on VAC Secured Server 5:22 hrs If VAC bans my Account in 1-2 Days its a VAC ban caused by GDB injection method. This Library is no Cheat its just an example

DotNetFritz commented 6 years ago

VAC prevents nothing on any System ;-) Real Anticheat is BattleEye.Trojaner

FilipeSilvens commented 6 years ago

lol "GDB injection method detected." that's a string from the cheat itself not valve

suciuale commented 6 years ago

@DotNetFritz So is it detected or nah?

domve commented 6 years ago

got vacced even with a private fork, so probably the injector

LWSS commented 6 years ago

@filipesilvens is right. It means GDB detected as opposed to preloading

Floraly commented 6 years ago

I would like to tell you that I am still not VAC banned, for activly using GDB to inject! I played nearly everyday 30-40 Minutes CSGO with Fuzion injected with GDB. Until now no VAC Ban.

My Version of Fuzion is the original Fuzion Source but it is modified/obfuscated by myself to break VAC Signature Scans.

I have rewritten the Linux-Injector from scratch with ptrace, mmap, malloc and open but I am actually working on it. The Process I am injecting is crashing with segmentation faults. I am debugging it but other things in my private life were more important actually.

DotNetFritz commented 6 years ago

Just for your info. I am not VAC Banned injecting an SO into CSGO Process. So GDB is not the case of detecion!!! I don't know what happens if I inject Fuzion with GDB this might VAC Ban me. I used Fuzion just 2 times after my VAC Ban and I am not Banned. I don't use it until I have a good solution.