hi im working in VB6 on my proxy and im trying to fix the DivineHair feature, I was wondering if anyone else has any experiance in VB6 Proxies,,, the code for the Dh is :
At the moment it appears to give me the "Speed" of the dh on others clients, but mine doesnt refresh the position properly and the character goes invisible, cant jump or run normally either... Im sure the packet is outdated that im sending to the client.
thankyou, got that feature working properly now, I still need to make a new module to deal with the packets better, I need to find a way to make the packets more user friendly. you have any help for this? I want to make it so it shows nearby players names and stores the x,y position as a value, so that later I can add to it by making it autostig players.
autostig? cant that be done by using spamm skill?
make capture box to true then cast stig on your archer and it should show up in the id's there
I dont have a capture box I have a modified version of lite.exe, but ive added functions aswell like Duel-wield and zoom features, im also working on other memory functions for it so its both Proxy and Memory based.
thankyou, got that feature working properly now, I still need to make a new module to deal with the packets better, I need to find a way to make the packets more user friendly. you have any help for this? I want to make it so it shows nearby players names and stores the x,y position as a value, so that later I can add to it by making it autostig players.
I'm working with the raw packets in my proxy, but it's not too hard to examine the player appear packet...only problem being it's the same ID as the monster spawn packet. Once you find the identifier though it shouldn't be a problem.
The packet for players appearing is ID 'F6 03' or '0x3F6'. x location is at byte 53/54 and the y location is stored in bytes 55 and 56. Legnth of the players (or monsters) name is stored in byte 67 and and the name is stored in bytes 68 to (68 + length of name).
One way to tell if it was a monster or a player would be to check what it's equips are (also in the same packet) as for monsters this would be blank, however a player with no equipment on would then be recognised as a monster. Another option would be to check the players stance (byte 9-13 in the f6 03 packet) as far as I can tell monsters have different stances (not sure if each monsters is unique, I only checked a few) and none of the are the same as any of the players stances (e.g. sit, dance etc).
The stances I know are: 68 00 00 00 - Pheasants, 30 00 00 00 - Turtledoves. So if you were to find all the possible stances of players, which is easy enough to do, you can run a check to see if the spawn packet contains one of those stances, if so you have a player appearing and can simply extract the information you want.
If you want to compare player and monster packets I grabbed two so you can see.
Alternativly you could check that the ID does not correspond with any monsters in the game, however that would be a little long winded, it would work however.
It's not a download, it's a help thread, although there are a few proxies out there, one of them being venom (not available here, but if you google it, who knows what sites may turn up...) and my proxy (in the exploits section somewhere), however without some knowledge, or clever friends you won't get my proxy working because there is no public server.dat bypass here.
If people read the thread rather than just posting they would know this was a thread asking for help, as opposed to someone giving his/her tool away to people who can't even be bothered to ask. Not saying it would be given if you asked anyway, probbly wouldn't be as you can get behilits 'crack' proxy + source code here anyway.
It's not a download, it's a help thread, although there are a few proxies out there, one of them being venom (not available here, but if you google it, who knows what sites may turn up...) and my proxy (in the exploits section somewhere), however without some knowledge, or clever friends you won't get my proxy working because there is no public server.dat bypass here.
If people read the thread rather than just posting they would know this was a thread asking for help, as opposed to someone giving his/her tool away to people who can't even be bothered to ask. Not saying it would be given if you asked anyway, probbly wouldn't be as you can get behilits 'crack' proxy + source code here anyway.
One way to tell if it was a monster or a player would be...
All players have ids 1kk+ and mobs are 400k+. Actually I don't think I've ever seen one over 4xxk. I have a comment in my code saying guards are 700k+ but I don't do anything with them so I'm not sure if it's still valid.
CID proxy follow command problem 12/30/2008 - Conquer Online 2 - 3 Replies Every time I try to make my water follow my archer I get an error message in the conquer window : "Player not found" but I do exactly what I should, typing !f in whisper with the name of my archer in there.
Help ! :)
Command & Proxy 06/14/2007 - Conquer Online 2 - 1 Replies theres anyone can help me and tell me how i can change name of the command for proxy i need know how to made it ....... waiting any good answer