Anyone in the Beta for World of Warships?
I have been watching some youtube game play of it and it looks interesting.
world of warships
world of warships
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: world of warships
No but it looks like Navy Field which my old guild played too.
I tried to got a key for EQN but I hadn't luck with that.
I tried to got a key for EQN but I hadn't luck with that.
Jack-of-all-trades, but master-of-only of a few
My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226
Re: world of warships
I've got my name in the hat for a World of Warships Beta key, who knows I might get lucky /shrug
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: world of warships
Well they gave people who bought a pre-package ship Beta access, so I paid the $28 ish for it, game seems nice for a Beta, I will probably last 6 months or so playing the game before I got bored of it. Seems I get bored of all games now days though, I must be getting old.
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: world of warships
1 month later and already bored, sigh.
Well another game to add to the list of "boring really fast".
Well another game to add to the list of "boring really fast".
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
world of warships
Can you explain what the space the controller would not have to Handel world of warships control?
Re: world of warships
It's mostly Python, then engine functions in binary.
I messed with the game a few years ago and made an trajectory aimbot for it. It would lock on to an enemy ship and I'd be able to hit ships I couldn't even see over mountains, etc.
I don't know what they added since then for protection but the Python byte code was heavily obfuscated. A lot of the file names and classes are random GUIDs that change per update (but easy to track).
The main obfuscation thing they do is add a bunch of bogus byte code jumps that breaks disasm and thus all decompilers.
You have to process the byte code, do a recursive "dead code elimination" routine to eliminate all the fake/bad jumps then you can decompile the Python code just fine.
It's easy to hijack the Python load order to load your own Python code.
It's just that to do anything really you have to decompile the existing code to figure out what is going on and where to add your own hacks.
I messed with the game a few years ago and made an trajectory aimbot for it. It would lock on to an enemy ship and I'd be able to hit ships I couldn't even see over mountains, etc.

I don't know what they added since then for protection but the Python byte code was heavily obfuscated. A lot of the file names and classes are random GUIDs that change per update (but easy to track).
The main obfuscation thing they do is add a bunch of bogus byte code jumps that breaks disasm and thus all decompilers.
You have to process the byte code, do a recursive "dead code elimination" routine to eliminate all the fake/bad jumps then you can decompile the Python code just fine.
It's easy to hijack the Python load order to load your own Python code.
It's just that to do anything really you have to decompile the existing code to figure out what is going on and where to add your own hacks.
Who is online
Users browsing this forum: No registered users and 0 guests