Jump to content

ds_aim

Banned
  • Posts

    442
  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    0%

Everything posted by ds_aim

  1. Hy, someone know the echivalent of lua_setgcthreshold in lua 5.3 ? [Hidden Content] 5.3 is the latest release. Metin use a release from 2004 :))
  2. Best girl i'we seen. --- Note: Next time use spoiler TAG. ---
  3. No , wireshark is on windows. Just create an ip filter (freebsd - windows host) And let wireshark to capture packets. I gived you link for wireshark
  4. This don't help. Just use whiresharek or an packet dumper. To see problem. Also you must check HEADERS. [Hidden Content] Use visual studio and pun an breakpont to Headers. And i checked. To check packet.h won't help you. Belive me. You must check headers, not struct. I found 10 packets fucked in my binary and 6 in game. Now all work like a charm. Btw , wireshark + vss2015 and you will slove with an breakpoint. With wireshark you can see how much bytes send server, and how much receive client. Etc.. You also can check what type of bytes, transfer... Kiss
  5. I'm Reboot and the binary is tested. First of all this binary was made to work perfect with visual studio 2013 Community edition. Let me to explain : - back_inserter Visual Studio 2013 include automatically iterator functions , with the default library. Visual Studio 2015 not include manually, so you need to add include manual in files. -JpegErrot -Vss 2013 is old , but not soo old. -Visual Studio 2013 is not as optimized to recognize errors. -Visual studio 2015 , recognize some errors. It's Because some variables global has conflict with local variables and this results ambiguous symbol Just use that fucking Visual Studio 2013. I already fixed all this errors , and it work perfet with visual studio 2015. But i can't update topic anymore.
  6. You are just an idiot. Usless is your post. I'am Reboot and the binary is tested.
  7. I use windows 10 and it's the best. Just send upload the binary and i will try to help you, if i have time.
  8. What's so hard? Just replace gamefile and db. AFTER update protos. and root and this is all
  9. ds_aim

    Twerk

    MIZZ THICKEMZ That two chicks, is really the best.
  10. what? what? I already said you. Just change viewe equip functions.
  11. Why the fuck you use boost 1.53 ? DEFAULT IS 1.43
  12. You are idiot? Just put the code on an spoiler. And about the error, you don't see? Boos version is not supported.
  13. This option is already added in binary. You must define __CAMERA_CINEMATIC_WORK__ I'am using too this feature.
  14. You already have this option : view_equip You must to add what you need in that function.
  15. Why you don't buy the system from the creator? For support.
  16. Maybe if you buy scarves and system you have never used stolen stuff. Would it help to fix author.
  17. How do you succed to unpack new binary ? OEP it's on RVA 2B92E8. But i dont' t succeded to unpack. Code was virtualized?
  18. define funtions intro include guards. #ifndef _GET_MD2_ #define _GET_MD2_ typedef struct SPacketGCStateGetMd5 //line 2005 { //line 2006 BYTE header; } TPacketCGGetFalseMd5; #endf
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.