how ot get char name n coordinates of players around us

05/10/2009 17:23 EESHAN#16
Quote:
Originally Posted by IAmHawtness View Post
Player addresses are dynamic, so you'll have to find a way to make them static before even thinking about making your auto follower.

Maybe you should start smaller.
hey then can u guide me for atleast 1 char,like u hav in ur follower.by pressing shift in old version or by entering name.thx again:)
a general idea abt how to go will also be helpfull
05/10/2009 18:48 ookamocka#17
Quote:
Originally Posted by ookamocka View Post
i was bored and decided to write up a reallllllly quick program that'll do just this... i didn't make a GUI for it, just simply an executable, run the exe, and it'll remove all characters from the screen except for items (oh and just to add, except for yourself too)... u'll see that all characters/NPCs/Effects/Mobs disappear from the screen, and any items that were on the ground stay allowing you to pick up the item on the ground...

oh and if you want for the mobs etc. to re-appear, just simply move one screen away, and come back, they'll all re-appear... by testing i realized that if you restore the initial value, that they don't automatically just re-appear, only if they move... so u have to move off screen and back on


let me know if it worked for you, so i know it wasn't just on my computer XD


EDIT: i just noticed this is the first program i posted on elitepvpers, yay for me :)
3 downloads... anyone wanna tell me if it worked for them? -_- all it basically is, is...

Code:
$XCoord = _MemoryRead(0x005DB91C, $MemID)
$XCoord = $XCoord + 400
_MemoryWrite(0x005DB91C, $MemID, $XCoord)
05/11/2009 00:59 Alexios#18
Quote:
Originally Posted by ookamocka View Post
3 downloads... anyone wanna tell me if it worked for them? -_- all it basically is, is...

Code:
$XCoord = _MemoryRead(0x005DB91C, $MemID)
$XCoord = $XCoord + 400
_MemoryWrite(0x005DB91C, $MemID, $XCoord)
it does not work for me...
05/11/2009 01:01 ookamocka#19
Quote:
Originally Posted by Alexios View Post
it does not work for me...
it'll only work on the last CO process you open... so if lets say u opened 2 window, closed the 2nd one, it won't work on that first one... i'm pretty sure... i'd have to check :-P... can u make sure it was on the last CO process you opened that u tested it on? ty

and if ne one can test it for me plz so i know it's not just Alexios that it doesn't work on? :-\
05/11/2009 11:23 Alexios#20
Quote:
Originally Posted by ookamocka View Post
it'll only work on the last CO process you open... so if lets say u opened 2 window, closed the 2nd one, it won't work on that first one... i'm pretty sure... i'd have to check :-P... can u make sure it was on the last CO process you opened that u tested it on? ty

and if ne one can test it for me plz so i know it's not just Alexios that it doesn't work on? :-\
Oh,yea! it works!!! :D
I did not know that it works on the last window only... and I tried it at the first of the 3 I had opened.
Thanks for the little program :)
05/11/2009 18:24 ookamocka#21
Quote:
Originally Posted by Alexios View Post
Oh,yea! it works!!! :D
I did not know that it works on the last window only... and I tried it at the first of the 3 I had opened.
Thanks for the little program :)
ya, i probably should of said that it only works on the last window lol... hmm... i think there's quite a few uses for the program now that i think of it, like turn it on for whoever is in TG to reduce lag by a lot?.... ne way, thx Evan Lim for the idea ;)
05/12/2009 04:29 clintonselke#22
high6 has already done this

here u are

[Only registered and activated users can see links. Click Here To Register...]
05/12/2009 04:57 ookamocka#23
Quote:
Originally Posted by clintonselke View Post
high6 has already done this

here u are

[Only registered and activated users can see links. Click Here To Register...]
ahhh awesome! lol.. good thing i didn't start doing it heh...

ne way, just like to say thx for helping me out these past couple of days :)