user name | message \/ | ||
10bag |
nah i'm just saying there's nothing saying old people are stupid. maybe this one here is though | ||
softdrink1010 |
i'm actually taking notes lmao | ||
capricciosa |
!useralias softdrink1010 softdrink | ||
cohopponentbot |
softdrink1010's alias has been set to softdrink | ||
ishootmedics |
where is the rng seed stored ? | ||
ishootmedics |
enough with encoding, let's get back to finding out coh memory | ||
ishootmedics |
imagine how much time they lost to build that custom replay parser on their own engine.... | ||
ishootmedics |
we use neutral strings, not numbers | ||
ishootmedics |
in web at least | ||
zx10rs |
why he is skipping bytes | ||
ishootmedics |
cuz you need to know what group of bytes have meaning | ||
ishootmedics |
they will tell you before parsing something how long it's gonna be | ||
ishootmedics |
so you have to skip that part if you don't care about parsing it. | ||
schneizel_00 |
what does parsing mean ? | ||
ishootmedics |
extracting information from the data, giving it meaning. Like some hex code could mean a player clicked the arty button | ||
1aveator |
parse this 8==D | ||
ishootmedics |
eight equals equals D | ||
ishootmedics |
i want that little endian on my 8==D | ||
noirpi |
addf: int = 14 | ||
cohopponentbot |
closing opponent bot | ||
capricciosa |
Just imagine how much fun you will have when you will make this in C# later | ||
noirpi |
cause you havent set a value just a type | ||
ishootmedics |
nice stream | ||
noirpi |
That behaviour is one of the strength but also one of the weaknesses of python | ||
noirpi |
myint = int(\"56\") | ||
capricciosa |
shuure | ||
softdrink1010 |
still here | ||
capricciosa |
damn u softdrink! | ||
capricciosa |
DansGame | ||
softdrink1010 |
is this address always going to be the same or it is set dynamically? |