Recent content by Makavely

  1. M

    [very hard]Coding an external program detecting positions

    I don't want to make it into the emulator because it's not my server. I want to do it for a wired game in habbo , when I get near of someone ( something like : if(user1.x - user1.y < 2 && user1.y - user2.y <2) then it will write : Hey user2 ! ) Very good idea , i gave a look to the push /...
  2. M

    [very hard]Coding an external program detecting positions

    So , i want to make in C# a program who is going to read habbo memory , read my position (int x, int y) , read the user name i enter in my program positions (int x , int y) and i'll make a condition so my program will say : You are near (username) , and my program will then write : "hello...
Top