atom0s

Senior Member
  • Content count

    12
  • Joined

  • Last visited

Community Reputation

10 Good

About atom0s

  • Rank
    Member

Recent Profile Visitors

87 profile views
  1. Freakz is changing to Mists so there goes another 4.3.4 community down the drain. There really is no good 4.3.4 servers out there sadly. Either the server has a horrible staff, or the staff is awesome and their coders suck lol. Oh well, on to a different game then.
  2. Because clearly a title on a forum determines someones knowledge or support towards a topic.. People like you should kill yourself. @Lubu1 if you are using the newer version of WoW Admin Panel, check my post here: http://codedeception.com/ipb/index.php/topic/6298-wow-admin-panel-cracked-universal-loader-0x22/?p=66249
  3. Everything you need to know for C# can be found on the MSDN. Given that it is a language created by Microsoft, their resources are going to be the best for the base line information. For the basics of the language, check out this MSDN article: http://msdn.microsoft.com/en-us/library/67ef8sbd.aspx For a collection of tutorials: http://msdn.microsoft.com/en-us/library/618ayhy6(v=vs.120).aspx If you are a die hard learner and want to know every tid bit of the language, you can find and read the language standards here: https://www.microsoft.com/en-us/download/details.aspx?id=7029 For other tutorial sites: - http://www.tutorialspoint.com/csharp/ - http://www.csharp-station.com/tutorial.aspx - http://www.homeandlearn.co.uk/csharp/csharp.html - http://www.completecsharptutorial.com/ - http://rbwhitaker.wikidot.com/c-sharp-tutorials For modern C#, you should get familiar with Linq as well, a great starting point for that is from Microsoft: - https://code.msdn.microsoft.com/101-linq-samples-3fb9811b For various other samples the code store from msdn is a great resource: - https://code.msdn.microsoft.com/ For anything else, literally just Google. You can find every piece of information regarding C# for free. You do not have to spend any money at all to learn the language. Recommendation wise, I would really recommend that you take the time to learn the base language first if you are new to programming. Don't jump into any type of project that is going to be out of your scope and understanding. Plugins are not at all a good starting point because you are going to have to learn a lot of things all at once instead of taking a steady pace and learning as you go. I would recommend the simple basics like calculator programs, small text based games and so on. They help teach you the basics of the language, how things are structured and formatted, as well as how things are setup in the project. Jumping into a project like a plugin is going to force you to immediately jump into technologies of the language such as interfaces, extended/abstract classes, native API importing / usage, etc. These are things that you should work into as you go rather then jumping into all at once. Ultimately how you learn is up to you, and is different for everyone since people learn differently and at different speeds.
  4. Another method: - Scan for: 66 85 DB 0F 84 FA 00 00 00 8B 06 56 - Patch with: 66 85 DB 90 90 90 90 90 90 8B 06 56 00737186 . 33DB XOR EBX,EBX00737188 . 66:3D FFFF CMP AX,0xFFFF0073718C . 0F94C3 SETE BL0073718F . 8D4D DC LEA ECX,DWORD PTR SS:[EBP-0x24]00737192 . F7DB NEG EBX00737194 . FF15 6C124000 CALL DWORD PTR DS:[<&MSVBVM60.__vbaFreeS>; msvbvm60.__vbaFreeStr0073719A . 8D4D D8 LEA ECX,DWORD PTR SS:[EBP-0x28]0073719D . FF15 70124000 CALL DWORD PTR DS:[<&MSVBVM60.__vbaFreeO>; msvbvm60.__vbaFreeObj007371A3 . 66:85DB TEST BX,BX007371A6 . 0F84 FA000000 JE wap.007372A6 <--- Nop this jump or alter the rest of the prog as needed.007371AC . 8B06 MOV EAX,DWORD PTR DS:[ESI]007371AE . 56 PUSH ESI007371AF . FF90 48060000 CALL DWORD PTR DS:[EAX+0x648]As for coding the app into a keygen, not really.. the application has the cracked key in it and is just given to you: 0075E240 $ 55 PUSH EBP0075E241 . 8BEC MOV EBP,ESP0075E243 . 83EC 0C SUB ESP,0xC0075E246 . 68 96324000 PUSH <JMP.&MSVBVM60.__vbaExceptHandler> ; SE handler installation0075E24B . 64:A1 00000000 MOV EAX,DWORD PTR FS:[0]0075E251 . 50 PUSH EAX0075E252 . 64:8925 000000>MOV DWORD PTR FS:[0],ESP0075E259 . 81EC EC000000 SUB ESP,0xEC0075E25F . 53 PUSH EBX0075E260 . 56 PUSH ESI0075E261 . 57 PUSH EDI0075E262 . 8965 F4 MOV DWORD PTR SS:[EBP-0xC],ESP0075E265 . C745 F8 182E40>MOV DWORD PTR SS:[EBP-0x8],wap.00402E180075E26C . 8B45 0C MOV EAX,DWORD PTR SS:[EBP+0xC]0075E26F . 33FF XOR EDI,EDI0075E271 . 897D DC MOV DWORD PTR SS:[EBP-0x24],EDI0075E274 . 897D CC MOV DWORD PTR SS:[EBP-0x34],EDI0075E277 . 8B08 MOV ECX,DWORD PTR DS:[EAX]0075E279 . 897D C8 MOV DWORD PTR SS:[EBP-0x38],EDI0075E27C . 51 PUSH ECX0075E27D . 897D C4 MOV DWORD PTR SS:[EBP-0x3C],EDI0075E280 . 897D C0 MOV DWORD PTR SS:[EBP-0x40],EDI0075E283 . 897D BC MOV DWORD PTR SS:[EBP-0x44],EDI0075E286 . 897D B8 MOV DWORD PTR SS:[EBP-0x48],EDI0075E289 . 897D B4 MOV DWORD PTR SS:[EBP-0x4C],EDI0075E28C . 897D B0 MOV DWORD PTR SS:[EBP-0x50],EDI0075E28F . 897D AC MOV DWORD PTR SS:[EBP-0x54],EDI0075E292 . 897D A8 MOV DWORD PTR SS:[EBP-0x58],EDI0075E295 . 897D A4 MOV DWORD PTR SS:[EBP-0x5C],EDI0075E298 . 897D A0 MOV DWORD PTR SS:[EBP-0x60],EDI0075E29B . 897D 9C MOV DWORD PTR SS:[EBP-0x64],EDI0075E29E . 897D 98 MOV DWORD PTR SS:[EBP-0x68],EDI0075E2A1 . 897D 88 MOV DWORD PTR SS:[EBP-0x78],EDI0075E2A4 . 89BD 78FFFFFF MOV DWORD PTR SS:[EBP-0x88],EDI0075E2AA . 89BD 68FFFFFF MOV DWORD PTR SS:[EBP-0x98],EDI0075E2B0 . 89BD 58FFFFFF MOV DWORD PTR SS:[EBP-0xA8],EDI0075E2B6 . 89BD 48FFFFFF MOV DWORD PTR SS:[EBP-0xB8],EDI0075E2BC . FF15 28104000 CALL DWORD PTR DS:[<&MSVBVM60.__vbaLenBs>; msvbvm60.__vbaLenBstr0075E2C2 . 83F8 05 CMP EAX,0x50075E2C5 . 0F8E A4090000 JLE wap.0075EC6F0075E2CB . 8B1D D8114000 MOV EBX,DWORD PTR DS:[<&MSVBVM60.__vbaSt>; msvbvm60.__vbaStrCopy0075E2D1 . BA F8996100 MOV EDX,wap.006199F8 ; UNICODE "[/WAP_HASH128]"0075E2D6 . 8D4D C4 LEA ECX,DWORD PTR SS:[EBP-0x3C]0075E2D9 . FFD3 CALL EBX ; <&MSVBVM60.__vbaStrCopy>0075E2DB . BA D8996100 MOV EDX,wap.006199D8 ; UNICODE "[WAP_HASH128]"0075E2E0 . 8D4D C8 LEA ECX,DWORD PTR SS:[EBP-0x38]0075E2E3 . FFD3 CALL EBX0075E2E5 . 8D55 C4 LEA EDX,DWORD PTR SS:[EBP-0x3C]0075E2E8 . 8D45 C8 LEA EAX,DWORD PTR SS:[EBP-0x38]0075E2EB . 52 PUSH EDX0075E2EC . 50 PUSH EAX0075E2ED . E8 6E0E0000 CALL wap.0075F1600075E2F2 . 8B35 B4104000 MOV ESI,DWORD PTR DS:[<&MSVBVM60.#520>] ; msvbvm60.rtcTrimVar <-- Set breakpoint here.. check EAX value: Proof: http://i.imgur.com/Obd4XHg.png You can also get the internal key from:0075E360 . 52 PUSH EDX <-- Your input...0075E361 . 50 PUSH EAX <-- The known internal key..0075E362 . FF15 FC104000 CALL DWORD PTR DS:[<&MSVBVM60.__vbaVarTs>; msvbvm60.__vbaVarTstEqFollow EAX's value, then +8 is pointer to the string. Here are other codes that work without trigging the "OMG BUY ME" error: - bJxKRr2021 - pKsISxT9384 All of these are based on the hash data inside of the wapUpdates4.dat
  5. The plugin pack includes: - hexarm - hexrays (for x86) - hexrays_tools - smartdec - smartdec 64bit So not sure what you mean by not complete. Sure, Hex Rays 64bit is not included, but the traditional leaks of IDA never included it in the past either. I'd say this is more complete then the previous versions as it is including HexArm unlike before. As for 6.6 I don't see it getting leaked anytime soon. I say this because of the nature in which 6.5 was leaked. It landed up getting leaked because someone leaked the hexarm decompiler plugin. I doubt that person is going to be given any internal team copies of any IDA related software anymore. But I do look forward to possibly seeing it one day too.
  6. Some tools for those getting started in reversing. Keep in mind, a lot of these tools have plugins available and a lot of them are make/break without plugins. So do your research and get the plugins IDA 6.5 (Recently leaked.) - Main program: https://mega.co.nz/#!WlxGBCDI!Jkl89Bur9MZJBLCm9UApvGAo3dAQEBHwy-o1FZw6QXc - Plugins (HexRays decompiler etc.): http://mir.cr/EYEKCBTO The 6.5 leak is a minor improvement to the previous leaks but it does not really offer much that can't be done with the previous known leaks. This is just a recent leak that some may find useful after being stuck with the older version(s) or demo for so long. There are a lot of scrips and plugins for IDA on various scene / team websites, I encourage you to take a look for them. A lot of them can come in handy when working with various packers / protectors, as well as rebuilding information from vtables etc. OllyDbg - v1: http://www.ollydbg.de/odbg110.zip - v2: http://www.ollydbg.de/odbg201.zip OllyDbg is a debugger that is HIGHLY extendable via plugins. There are various sites that you can obtain popular plugins from. I will not give direct links as I do not want to break the advertisement rule, but search for sites like Tuts4You. PEiD (Protection Detector) - v0.95: http://woodmann.com/BobSoft/Files/Other/PEiD-0.95-20081103.zip PEiD is one of the oldest and well known protection detectors. However it has been long since discontinued. It is also another application that is highly extendable via plugins. You are recommended to locate them as well. Also, PEiD can load external user databases for detection patterns. It is recommended you find an updated pattern database as the internal one is for older protectors. .NET Decompilers - ILSpy: https://github.com/icsharpcode/ILSpy/releases/download/2.2/ILSpy_2.2.0.1706_Binaries.zip - dotPeek: http://download.jetbrains.com/dotpeek/dotPeekSetup-1.2.1.226.msi
  7. Honestly, I have yet to find one. So far from my experiences: Freakz: Horrible community, lack of updates and fixes for very common and annoying issues. Lack of Cata content. Molten: Horrible community, GM abuse and favoritism. Lack of fixes for some major content for Cata (Goblin island for one thing is nearly all broken). Monster: Never played here but was told it was extremely pay to win. One server I did find that had a nice community was Dethwing, but they lack players. They peak at about 80 players online which makes the game a bit hard to enjoy especially being a blizz-like server with only 1x rates. While the idea of being a true server is great, they lack the community to make it playable and fun. Their staff is friendly and helpful. They offer a great transfer service, and some voting perks. Not sure if they take donations, I didn't look into that to see if they are at risk of becoming another pay-to-win disaster. But for the few days I checked them out it was a decent server. Just not enough players. The biggest disappointment is with how split the community is with private servers and this game. It is nothing but money hungry administration anymore. The amount of complete Cata content on a single server is so low, but between all the current running servers, there would be a complete Cata experience if they worked together. It's a shame that'll never happen though and when the servers die out their content will just disappear instead of being shared too. Would be nice to see a true working Cata server with a good community, decent population and fair gameplay that is not pay to win.
  8. No. It is written in VB6 and is easily debugged and cracked.
  9. I do but more then likely going to quit. The server is not worth playing on.
  10. Playing on freakz now as well, can't say it's that great though. They merged their two servers into one and the community is fairly divided when it comes to Romanian / English. The server is very pay-to-win and definitely favors the RO players more. You'll get to enjoy their self-entitled elitist attitudes trying to do anything outside of a static group. Don't bother queuing for the dungeon finder if you have sub-par / starter gear on. If 1 RO is in the group, they will kick you if they check your gear. Content wise, not much really works outside of Dragon Soul. They only have 1 boss in Firelands scripted. Their dungeons are very poorly scripted and do not really mimic retail at all. A lot of abilities do not work on bosses and in most cases 90% of the instances can be skipped or do not properly work. (There are work arounds everywhere instead of them attempting to really fix anything.) They now have a thread on their forums stating they will probably merge the Cata server with their soon to come Mists of Pandaria server as well. So if you are specifically looking for a Cata server, Freakz may not be the best choice.
  11. v2.0.1 premium serial code: bXbbbAk48uU No loader required.
  12. Premium membership key for WoWAdminPanel: bXbbbAk48uU App is made with Visual Basic 6, it is very easy to reverse it and find the code.