Giter Club home page Giter Club logo

Comments (14)

gr1ndy avatar gr1ndy commented on June 12, 2024 4

#4 #2 already reported. wait for fix.

from cs2-cheat-base.

KisSsArt avatar KisSsArt commented on June 12, 2024 4

yeah. I almost done. I can't find time to finish it (and I'm a little lazy🥲)

from cs2-cheat-base.

HailorLEM avatar HailorLEM commented on June 12, 2024 1

yeah. I almost done. I can't find time to finish it (and I'm a little lazy🥲)

please do. I've actually managed to launch it, but it didn't work

from cs2-cheat-base.

asm00009 avatar asm00009 commented on June 12, 2024
__forceinline SchemaSystemTypeScope* findTypeScopeForModule(const char* module)
{
    using FindTypeScopeForModule_t = SchemaSystemTypeScope* (__thiscall*)(void*, const char*);
    return VirtualMethod::getMethod<FindTypeScopeForModule_t>(this, 13)(this, module);
}

this offset is outdated or smth

from cs2-cheat-base.

kWAYTV avatar kWAYTV commented on June 12, 2024
__forceinline SchemaSystemTypeScope* findTypeScopeForModule(const char* module)
{
    using FindTypeScopeForModule_t = SchemaSystemTypeScope* (__thiscall*)(void*, const char*);
    return VirtualMethod::getMethod<FindTypeScopeForModule_t>(this, 13)(this, module);
}

this offset is outdated or smth

i've been aswell trying to fix it with no luck

from cs2-cheat-base.

gr1ndy avatar gr1ndy commented on June 12, 2024

findTypeScopeForModule

nope. https://github.com/bruhmoment21/cs2-sdk/blob/a024d82b81c62ddc62a3fc40c0a51110b27fa9a4/cs2cheat/src/sdk/source2-sdk/interfaces/cschemasystem.hpp#L39

offset/vtable index is fine. it could prolly be sum else.

from cs2-cheat-base.

KisSsArt avatar KisSsArt commented on June 12, 2024

return VirtualMethod::getMethod<SchemaSystemTypeScope* (__thiscall*)(void*, const char*, void*)>(this, 13)(this, module, nullptr);

here's a fix for this func. but the cheat will crash due to other problems. I don't have time to do a full fix

from cs2-cheat-base.

kWAYTV avatar kWAYTV commented on June 12, 2024

return VirtualMethod::getMethod<SchemaSystemTypeScope* (__thiscall*)(void*, const char*, void*)>(this, 13)(this, module, nullptr);

here's a fix for this func. but the cheat will crash due to other problems. I don't have time to do a full fix

could u please tell us where to look into it

from cs2-cheat-base.

KisSsArt avatar KisSsArt commented on June 12, 2024

replace findTypeScopeForModule with this

SchemaSystemTypeScope* findTypeScopeForModule(const char* module)
{
    return VirtualMethod::getMethod<SchemaSystemTypeScope* (__thiscall*)(void*, const char*, void*)>(this, 13)(this, module, nullptr);
}

from cs2-cheat-base.

kWAYTV avatar kWAYTV commented on June 12, 2024

replace findTypeScopeForModule with this

SchemaSystemTypeScope* findTypeScopeForModule(const char* module)
{
    return VirtualMethod::getMethod<SchemaSystemTypeScope* (__thiscall*)(void*, const char*, void*)>(this, 13)(this, module, nullptr);
}

no i understood that, i meant about the cs2 cheat crashing upon inject, did u find out what's causing it?

from cs2-cheat-base.

gr1ndy avatar gr1ndy commented on June 12, 2024

image
apparently commeting out the "for" loop allows me to inject it using loadlibrary.

edit: works in game, but features other than noscope crosshair wont work

from cs2-cheat-base.

kWAYTV avatar kWAYTV commented on June 12, 2024

use thread hijacking and it works

image apparently commeting out the "for" loop allows me to inject it using loadlibrary.

edit: works in game, but features other than noscope crosshair wont work

from cs2-cheat-base.

gr1ndy avatar gr1ndy commented on June 12, 2024

use thread hijacking and it works

image apparently commeting out the "for" loop allows me to inject it using loadlibrary.
edit: works in game, but features other than noscope crosshair wont work

i uncommented the loop and tried thread hijack, it crashes on inject. i tried injecting with the loop commented, nothing works except ns crosshair

from cs2-cheat-base.

Jopro1990 avatar Jopro1990 commented on June 12, 2024

any updates?

from cs2-cheat-base.

Related Issues (13)

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.