Code Monkey home page Code Monkey logo

Comments (23)

Yawet330 avatar Yawet330 commented on August 30, 2024

If I have to guess, the crashes may be from some form of function byond calls when updating windows/tabs, especially prompts (as for some reason starting/finishing any form of input prompt has a far higher chance to crash you).

Unsure why this is happening now but it may be due to serverside byond changes.

from byondhook.

Lyut avatar Lyut commented on August 30, 2024

I remember this happening on the first versions of ByondHook, I'm not very "robust" with BYOND code so the way I was checking for changes to my CID was checking my computer_id variable from a local goonstation fork, I assumed this was normal behaviour.
The number set on the config file is NOT supposed to be your computer ID result - it is the ID of the storage volume used to produce the computer id after a set of calculations.

How do you check for your computer id?
By multiple instances of BH, what do you mean? Connected multiple times on the same server? Or a different server? With the same ckey? Or you mean the multiple windows "bug"? What version of BH are you running, did you compile the latest one from 12 days ago or are you using the release build?

from byondhook.

checkraisefold avatar checkraisefold commented on August 30, 2024

For some reason this only occurs in VERY specific circumstances (such as multiple instances of byondhook + dreamdaemon launching), but I've seen byondhook generate and spoof itself to use negative computer ID values, despite the set one being different.

If I had to guess, it's something involving the 'multibyond' tab issue.

Also it seems crashes are getting more common despite being on the exact same version of byond, possible attempt at a security fix server-side?

Said crashes have essentially zero pattern and instantly close-out the game.

Random crashes are most likely solely because of how poorly coded BYONDHook is
Serversided computer_id being negative should be impossible because it's unsigned iirc
HDD serial is a DWORD so I dunno how you're getting negative values in any scenario

Multiple BYOND windows open because dreamseeker opens a new process for each winset:// and then never terminates them for some reason (LOL)

from byondhook.

Lyut avatar Lyut commented on August 30, 2024

For some reason this only occurs in VERY specific circumstances (such as multiple instances of byondhook + dreamdaemon launching), but I've seen byondhook generate and spoof itself to use negative computer ID values, despite the set one being different.
If I had to guess, it's something involving the 'multibyond' tab issue.
Also it seems crashes are getting more common despite being on the exact same version of byond, possible attempt at a security fix server-side?
Said crashes have essentially zero pattern and instantly close-out the game.

Random crashes are most likely solely because of how poorly coded BYONDHook is Serversided computer_id being negative should be impossible because it's unsigned iirc HDD serial is a DWORD so I dunno how you're getting negative values in any scenario

Multiple BYOND windows open because dreamseeker opens a new process for each winset:// and then never terminates them for some reason (LOL)

ONCE AGAIN, if you have any improvement feel free to submit a pull request but I doubt we'll need that as I haven't ran in a single crash for the past month.
Plus your only public repo is a roblox mumble plugin which you didn't even write yourself

from byondhook.

checkraisefold avatar checkraisefold commented on August 30, 2024

ONCE AGAIN, if you have any improvement feel free to submit a pull request but I doubt we'll need that as I haven't ran in a single crash for the past month. Plus your only public repo is a roblox mumble plugin which you didn't even write yourself

unfortunately my non-shitcode non UC pasted byond cheat is private repository.. you cannot have it..
i wrote the mumble plugin what the fuck do you mean lol that's an ancient project from when I started learning C++

i am not going to make a pull request rewriting your entire shit codebase

from byondhook.

Lyut avatar Lyut commented on August 30, 2024

ONCE AGAIN, if you have any improvement feel free to submit a pull request but I doubt we'll need that as I haven't ran in a single crash for the past month. Plus your only public repo is a roblox mumble plugin which you didn't even write yourself

unfortunately my non-shitcode non UC pasted byond cheat is private.. you cannot have it.. i wrote the mumble plugin what the fuck do you mean lol that's an ancient project from when I started learning C++

where in UC did I paste this from considering I'm the one who posted it over UC
I've been a staff member and resigned from UC half a decade before you signed up

"dang dude you didn't make a separate header for ur hooks? shit code..... copy pasta funny code"

from byondhook.

Simplehorror avatar Simplehorror commented on August 30, 2024

grandpa uses inline assembly in every call

from byondhook.

Lyut avatar Lyut commented on August 30, 2024

grandpa uses inline assembly in every call

After you understand it's purpose, feel free to push a pull request with your workaround

from byondhook.

Simplehorror avatar Simplehorror commented on August 30, 2024

grandpa retrieves edx from assembly despite it being in parameters

from byondhook.

Simplehorror avatar Simplehorror commented on August 30, 2024

grandpa hooks a function and then gets a parameter from a calling function with inline asm

from byondhook.

Simplehorror avatar Simplehorror commented on August 30, 2024

grandpa puts padding in sigscanning pattern

from byondhook.

Simplehorror avatar Simplehorror commented on August 30, 2024

grandpa sigscans for exported functions

from byondhook.

Lyut avatar Lyut commented on August 30, 2024

oh god awful and terrible coding practices which totally impact performance and execution, how about you read the code better and learn about the ternary operator before making clueless assumptions

from byondhook.

Simplehorror avatar Simplehorror commented on August 30, 2024

grandpa uses createthread instead of beginthread

from byondhook.

Lyut avatar Lyut commented on August 30, 2024

grandpa uses createthread instead of beginthread

call beginthread and analyze the stack, it will call CreateThread. I'm done answering, you're a certified retard

from byondhook.

Simplehorror avatar Simplehorror commented on August 30, 2024

grandpa uses createthread instead of beginthread

call beginthread and analyze the stack, it will call CreateThread. I'm done answering, you're a certified retard

yes but this is like saying "i use write instead of printf because printf calls write anyways". it's a low level api you're not meant to call it unless you're not linking to the stdlib

from byondhook.

Lyut avatar Lyut commented on August 30, 2024

grandpa uses createthread instead of beginthread

call beginthread and analyze the stack, it will call CreateThread. I'm done answering, you're a certified retard

yes but this is like saying "i use write instead of printf because printf calls write anyways". it's a low level api you're not meant to call it unless you're not linking to the stdlib

cant care less about two butt buddies such as mennui and rshoe having a mental breakdown over the fact someone finally released something useful for BYOND.

you are talking shit about my code but you are doing the same exact thing in calamari/seraph etc.
imagine hooking every export of wsock32 and stuffing inline assembly in every function

too bad the "sigscanning for exported functions" im doing (which is a ternary operator fallback if GetProcAddress fails) actually keep ByondHook working no matter what update is released, instead of ur shitty hack that broke down a couple hundreds versions ago.

from byondhook.

Simplehorror avatar Simplehorror commented on August 30, 2024

grandpa uses createthread instead of beginthread

call beginthread and analyze the stack, it will call CreateThread. I'm done answering, you're a certified retard

yes but this is like saying "i use write instead of printf because printf calls write anyways". it's a low level api you're not meant to call it unless you're not linking to the stdlib

cant care less about two butt buddies such as mennui and rshoe having a mental breakdown over the fact someone finally released something useful for BYOND.

you are talking shit about my code but you are doing the same exact thing in calamari/seraph etc. imagine hooking every export of wsock32 and stuffing inline assembly in every function

too bad the "sigscanning for exported functions" im doing (which is a ternary operator fallback if GetProcAddress fails) actually keep ByondHook working no matter what update is released, instead of ur shitty hack that broke down a couple hundreds versions ago.

gramps... calamari is ancient, i didn't write seraph, and your "hack" (you mean cheat) doesn't do anything aside spoof when you have full paste available. your sig scanning has fucking padding in it and will break the moment the compiler rearranges functions

from byondhook.

Lyut avatar Lyut commented on August 30, 2024

grandpa uses createthread instead of beginthread

call beginthread and analyze the stack, it will call CreateThread. I'm done answering, you're a certified retard

yes but this is like saying "i use write instead of printf because printf calls write anyways". it's a low level api you're not meant to call it unless you're not linking to the stdlib

cant care less about two butt buddies such as mennui and rshoe having a mental breakdown over the fact someone finally released something useful for BYOND.
you are talking shit about my code but you are doing the same exact thing in calamari/seraph etc. imagine hooking every export of wsock32 and stuffing inline assembly in every function
too bad the "sigscanning for exported functions" im doing (which is a ternary operator fallback if GetProcAddress fails) actually keep ByondHook working no matter what update is released, instead of ur shitty hack that broke down a couple hundreds versions ago.

gramps... calamari is ancient, i didn't write seraph, and your "hack" (you mean cheat) doesn't do anything aside spoof when you have full paste available. your sig scanning has fucking padding in it and will break the moment the compiler rearranges functions

grandpa hooking seventy-fucking-four (or should i say soixante plus fucking quatorze?) wsock32 functions when you could just hook two kernelbase functions and get the same job done.

dont know which obscure open-source compiler you're using but MSBuild compiles fine and sigscanning has been tested and reported working, idk what you're on about

from byondhook.

checkraisefold avatar checkraisefold commented on August 30, 2024

too bad the "sigscanning for exported functions" im doing (which is a ternary operator fallback if GetProcAddress fails) actually keep ByondHook working no matter what update is released, instead of ur shitty hack that broke down a couple hundreds versions ago.

grandpa... top secret info... no exported function signatures that byondhook uses have changed in literally any 514 version.. so you don't need to do the stupid sigscanning shit

grandpa hooking seventy-fucking-four (or should i say soixante plus fucking quatorze?) wsock32 functions when you could just hook two kernelbase functions and get the same job done.

gramps is still on about a 5 year old cheat no one uses anymore?? why is he speaking french?? i think grandpa has alzheimers

from byondhook.

Simplehorror avatar Simplehorror commented on August 30, 2024

dont know which obscure open-source compiler you're using but MSBuild compiles fine and sigscanning has been tested and reported working, idk what you're on about

I am talking about when Lummox changes a function in BYONDCore which changes the padding and has a knock on effect, and because you sigged padding for some reason your sig is weaker than a twig

from byondhook.

Lyut avatar Lyut commented on August 30, 2024

grandpa... top secret info... BYONDHook used to retrieve exported functions by ordinals rather than by mangled export name, ordinals did change and every addition on top of that (switching to mangled names and sigscanning fallback) was to try to make BYONDhook as lasting as possible.

your code is trash, you're saying i'm copy pasting but you're just slapping kierohook on top of a 20 years old game, adding VMProtect (LOL????) and using it to encrypt strings LMAO this isn't 2005 anymore you're making a cheat for BYOND not counter strike source, good job virtualizing all your functions then injecting a DLL onto a process which on runtime will break the very same container you've created and leak pockets of live code onto memory.

All those virtualizations and your cheat is still literally the only one detected by BYOND

VMP_BEGIN("Calamari::Hooks::Byond32");
    /*if (a3 == 32)
    {
        int* a = (int*)a2;
        *a = 1864845531;
        printf("overriding\n");
        return 1864845531;
    }*/

top quality code. I'm closing because I'm done talking to french people with funny voices, if the author still has a problem with negative computer IDs (which I believe is normal behaviour) he can reopen the issue or email me, other people can go back to making very funny videos on youtube kaka breakthrough ahaha im troller on 1990s game...

from byondhook.

Simplehorror avatar Simplehorror commented on August 30, 2024

vmprotect was so mso couldn't crack it open lol

from byondhook.

Related Issues (6)

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.