ozuromo
|
Last Activity: 05/03/2024 05:31
Quotes
| 09/21/2021 |
| 20:34 - macnn50 quoted ozuromo in post Performance CPU Option Hey Guys I'm trying to make a Hack that can stop Metin2 Graphics Engine so that the game uses less CPU.
I imagine that the way to do this would be hooking the function responsible t... |
| 05/21/2021 |
| 23:49 - MrCrisp quoted ozuromo in post Question about NetworkStreamSendSpecial It's no that, if you do sizeof(TPacketCGAttack) you will get 8. And if I use 2 more bytes I get disconnected too.
Make sure you align the structs correctly! They have to be align... |
| 23:28 - It's no that, if you do sizeof(TPacketCGAttack) you will get 8. And if I use 2 more bytes I get disconnected too.
#include <stdio.h>
int main()
{
struct TPacketCGAttack_B ... |
| 18:00 - Ok. So this is NetworkStream::SendAttackPacket assembly:
https://i.imgur.com/9YL7t9G.png
In the end of this function we have:
https://i.imgur.com/65bLUAH.png
The complete code I u... |
| 05/16/2021 |
| 19:42 - elmarcia quoted ozuromo in post Casting map causes crash I created .exe with a map in it like this:
typedef std::map<const char*, DWORD> tmap;
tmap myMap;
myMap.insert(std::make_pair("One", 0xFFFFF));
myMap.insert(std::make_pair("Two"... |
| 05/03/2021 |
| 21:20 - I found that message by searching strings in Cheat Engine:
CPythonPlayer::SendClickItemPacket(dwIID=%d) : Non-exist item.
its inside the CPythonPlayer in c++ yes, but you wanted t... |
| 04/20/2021 |
| 18:44 - Slat3IF quoted ozuromo in post [RELEASE] Fish Bot - New Fishing System Hey so i'm trying to do a bot using AutoIt + VB.Net but I can't get it to work in the client, can you help me? The source of anything really basic ( like pressing a key ) would help a... |
| 04/18/2021 |
| 09:23 - cioace9 quoted ozuromo in post Metin2 DragoDumper - For All Servers (Dump all python functions) So I figure I can use those addresses to make a bot in C++, but why would I do that instead of just injecting Python?
Disclaimer: I really want to know, this is not a offensive com... |
| 04/17/2021 |
| 00:11 - It is impossible to make a teleporter using the logic behind the Boost?
Its possible but only in short distance (2-2.5m) |
| 04/09/2021 |
| 13:56 - I want to see how the injection part is done ( which I can't see when opening with sublime ), because I want to do my own bot using this method. Could you please share the code? Or wh... |
| 07:39 - Hello, any chances of you sharing the code for the v1? Other methods of python loading don't seem to work here.
• V1 .pyc >>
• V1 .dll >>
• You can open .dll with ... |





