• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Recent content by bigbadwoof

  1. B

    Quick Modding/Hacking Answers Thread

    Enlightened, while you're correct that it's generally bad practice to have an "always-on" event, me and noxid actually hacked in a workaround so that doing so doesn't disrupt your ability to take damage etcetera. This is in use in the Pyramid mod; dunno if its documented in any other thread...
  2. B

    The "No Shitposting" Game

    WELL. Foreskin is pretty great. I have a lot more nerve endings than a snipped dude. But if there's like a big puddle of foreskin, then that's probably going too far. So the magic amount is: Enough to cover the peen when flaccid, but to be a little bit revealing when erect?
  3. B

    The "No Shitposting" Game

    I've been looking at programming language design recently, and what I've noticed is that there are basically two classes of successful language: those which are made/commissioned by industry giants, and those which are made by scholars, people who are mostly interested in pushing the envelope...
  4. B

    Quick Modding/Hacking Answers Thread

    Woopsie. There were supposed to be three pieces of code, but while formatting that post I accidentally deleted one and put another at the wrong offset. The correct code is: 0x415474: jmp 415495 0x415584: mov eax,dword ptr ds:[49E650] and eax,00000010 je short 004155A3 mov ecx,dword ptr...
  5. B

    Quick Modding/Hacking Answers Thread

    So. I was in the neighborhood and nobody seems to have provided an answer to poor mister idiotbaka, so let's see if I can help. (and I'm going to give you a step-by-step so maybe one of you guys might eventually learn reverse-engineering rather than just how to write new code) *** I haven't...
  6. B

    Quick Modding/Hacking Answers Thread

    alternatively keep the arguments positive and neg eax afterwards. think that's probably more efficient.
  7. B

    Cave Story, the movie?

    (maybe I'm being a jerky snarkosaurus, but honestly...)
  8. B

    Quick Modding/Hacking Answers Thread

    He is. Bigger first!
  9. B

    Quick Modding/Hacking Answers Thread

    STEP ONE: Open OllyDbg STEP TWO: Go to the address you already posted (0x410409) STEP THREE: Woah crazy it's part of a push to a function. Man, I wonder if I could have figured that out by simple inspection*? STEP FOUR: Fiddle with that function to see if it's what you want. If it is, you can...
  10. B

    Cave Story, the movie?

    *cough* (this was the most prominent movie thread that I could remember, but I also found about 7 more just by using the "search" feature at the top right corner of the page :rolleyes:. It's awesome to be enthusiastic, but maaaybe you should check these things first?)
  11. B

    Internet Warning

    The letter does make a point. You're gonna want to be less careless
  12. B

    Quick Modding/Hacking Answers Thread

    iirc the blinky thing is hardwired into the code - it isn't drawn from the font at all. thankfully, drawing routines are pretty easy to switch around, and so anyone with a dollop of reverse engineering capabilities could do this hack pretty easily.
  13. B

    Just a series of random questions.

    relevant: http://xkcd.com/60/
  14. B

    Quick Modding/Hacking Answers Thread

    Not really, no. You'd have to rewrite the graphics functions completely, and that's a bit of an ambitious project.
  15. B

    Quick Modding/Hacking Answers Thread

    ^ That, or open up the exe with a hex editor and change the 24 at 0xfe80 to the id of whatever song you want to play
Back
Top