Jump to content

caosmen

Members
  • Content Count

    9
  • Joined

  • Last visited

Community Reputation

0 Neutral

About caosmen

  • Rank
    Noobie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. caosmen

    Pathing Helper

    hi there, sorry i am a 0 poster. You can scan the exe no problem. So here some code for you. I dont put the real source cause as i told you it was just quik and dirty. DWORD baseAddr = dwGetModuleBaseAddress(prozessid, _T("Client.exe")); DWORD staticOffset = 0x00538C5C; WORD offset5 = 0x248; WORD offset4 = 0x30; WORD offset3 = 0x4; WORD offset2 = 0x0; WORD offset1 = 0x40; Offset for Z ShellExecute( NULL, NULL, L"f12.exe", NULL, L"c:\\", SW_SHOW ); cout << "moved the char" << endl; SetForegroundWindow(hWindow); Sleep(20); mouseLeftClick(60, 193); Sleep(150); mouseLeftClick(60, 193); counter=counter+1; Sleep(1350); ShellExecute( NULL, NULL, L"f12.exe", NULL, L"c:\\", SW_SHOW ); is you stucked 3 sek then f12 get executed and wirte that in the box. You dont need to use my tool cause the other ones tool can do the same. But i dont used your forum often so i dont read all this, my fault. Have a good time,
  2. caosmen

    Pathing Helper

    Hi, right now Pathing is a Problem, sometimes we stuck. I made this littel POEHelper. The Exe will detect movement, if 3 sec there is no movement the bot will pause Exile Bot and walk 1 times left resume the bot if no movement then again then = 4 then the same on the right sight. That helped me today a little to avoid stucking. BTW i just saw right now that some user made a AHK Script. We both had the same Idea but i dont saw this befor Put the F12.exe in C:\\ With this is pause and resume the Bot cause i don´t got the handle of the cmd... Code is was only fast made in C++ if you have errors write me. caosmen
  3. caosmen

    Hi there

    Hi BloodyBeast, i just went to C++ cause all of my former GW1 friends where later working with C++. Now they are trying GW2 and also with C++ and they told me learn C++. But i think for RE and understand the language doesn t matter, i just need to learn and understand concepts of RE. cheers
  4. caosmen

    Hi there

    I am played POE only for 3 Month. Then i started again to learn reversing. I done right now all Lena Tuts and OSH tuts. i done in Guild Wars1 my own privat Bot, only memorie based but that was quite easy to now. POE is mutch harder then GW, so not only CE is enough to get a good working bot. I am searching right now a group to help and to learn alot. Maybe we can come in touch. My new Job starts in 5 Month so i have the whole day time to learn to search or to code I Switched for 5 Month from Autoit to C++ and done right now only some aimbots we memread and memwrite with an dll so nothing realy special. I think a mmo seems mutch harder to do and to learn how it works. Have a good day, caosmen
  5. caosmen

    Wer spricht denn alles deutsch?

    Hi, da ich meine neue Stelle erst in 5 Monaten anfange habe ich halt den ganzen Tag Zeit. Hast du den schon mal was "reversed" ? Ich habe bisher nur dll injected und dann halt Sachen ausgelesen nur ich möchte halt mehr lernen/ können.
  6. caosmen

    Wer spricht denn alles deutsch?

    jemand der der reversen kann ? Ich lerne gerade und naja man könnte hier helfen und gleichzeitig was lernen. Ich habe die Lena tuts durch + OSH und CE kann ich ganz gut mit umgehen happert halt alles noch etwas am Verständis + Idee wie man was macht. Vielleicht kann man sich ja helfen. Mfg
  7. caosmen

    Source code

    Maybe a coder can help me ty
  8. caosmen

    Source code

    hi, i think posting here fit to topic: I am trying to learn to make a bot: I searched last days for the life of the enemys in POE. Do you guys use some of this adresses ? Writes to life of enemys 015CE628 - 89 47 14 - mov [edi+14],eax Acess to life of enemys 015CE538 - 83 7E 14 00 - cmp dword ptr [esi+14],00 Hit Enemy = Adress of Enemy Hit me Adress of my life 015CE5F3 - 8B 6F 14 - mov ebp,[edi+14] Hit Enemy = Adress of Enemy Hit me Adress of my life 015CE628 - 89 47 14 - mov [edi+14],eax Hit Enemy = Adress of Enemy Hit me Adress of my life 015CE65A - 39 6F 14 - cmp [edi+14],ebp Hit Enemy = Adress of Enemy Hit me Adress of my life 015CE678 - 39 6F 14 - cmp [edi+14],ebp Hit Enemy = Adress of Enemy Hit me Adress of my life 015CE684 - 39 47 14 - cmp [edi+14],eax Hit Enemy = Adress of Enemy Hit me Adress of my life 015CE697 - 8B 47 14 - mov eax,[edi+14] Hit Enemy = Adress of Enemy Hit me Adress of my life 015CE550 - 83 7E 14 00 - cmp dword ptr [esi+14],00 Hit Enemy = Adress of Enemy Hit me Adress of my life I tested and i get my life or by hit the adress from the enemy, but i dont found right now the right way to use it. But that was my doing today, tomorrow i ll try more. I am a learner and maybe you can tell me how you found the enemy base .. tomorrow i ll test you bot. For me ist learning more important then botting. cya
  9. caosmen

    Wer spricht denn alles deutsch?

    bin auch deutsch
×
×
  • Create New...