Server Hack - Simple Class
Well, here is something I made for you guys. Mainly because I'm bored.
And I have to contribute. (I feel for it
)
So, this class will ONLY return the addresses for the things, and not write to it.
It should be simple to use
Some things you should know:
Updating the Class:
You use the value(s) posted here: Click Here
What it does:
How to use:
Example Show:

This will show all the addresses to for all 18 players in a listbox.
If you use this:
Ensure you provide credit to me. (Jorndel)
Else you will be seen as a leecher :|
Need help? - (Skype)
Add me: jorndel.mpgh
Teleport Code:

Usage:
Write the value as float!
WriteFloat(Teleport(0)[0], X-Pos);
WriteFloat(Teleport(0)[1], Y-Pos);
WriteFloat(Teleport(0)[2], Z-Pos);

Usage: (Can have done wrong!)
Write the value as float!
WriteFloat(Teleport(0)(0), X-Pos)
WriteFloat(Teleport(0)(1), Y-Pos)
WriteFloat(Teleport(0)(2), Z-Pos)
And I have to contribute. (I feel for it
)So, this class will ONLY return the addresses for the things, and not write to it.
It should be simple to use

Some things you should know:
Updating the Class:
int UpdateValue = 0x3300;
What it does:
Using a struct to temporarily store the data you requests.
And returns you the values. Instead of making one for each player and so on.
And returns you the values. Instead of making one for each player and so on.
How to use:
You add it to your project outside the Form1 class. (Make a new class if want that instead)
Then, where you want to use it, you have to do like: SimpleServer SS = new SimpleServer();
And to use it: SS.GetAddress(0).Name | That will give you the Address for the name of player 1
Then, where you want to use it, you have to do like: SimpleServer SS = new SimpleServer();
And to use it: SS.GetAddress(0).Name | That will give you the Address for the name of player 1

This will show all the addresses to for all 18 players in a listbox.
If you use this:
Ensure you provide credit to me. (Jorndel)
Else you will be seen as a leecher :|
Need help? - (Skype)
Add me: jorndel.mpgh
C#
VB
Teleport Code:
C#

Usage:
Write the value as float!
WriteFloat(Teleport(0)[0], X-Pos);
WriteFloat(Teleport(0)[1], Y-Pos);
WriteFloat(Teleport(0)[2], Z-Pos);
VB

Usage: (Can have done wrong!)
Write the value as float!
WriteFloat(Teleport(0)(0), X-Pos)
WriteFloat(Teleport(0)(1), Y-Pos)
WriteFloat(Teleport(0)(2), Z-Pos)




