Correct way to do a speedhack.

06/25/2010 02:13 ImmuneOne#1
Heya,

I was wondering what changed recently? Because in the earlier patches, this could be done the following way;
Code:
if (Client.AutoBot != null)
{
    data.TimeStamp = client.LastJump + 900;
}

[B]Done from TQServer->Proxy and TQClient->Proxy[/B]
Doesn't seem to work anymore, does anyone have an idea? Oh, right I also thought of delaying the packet but that would just cause surroundings to spawn later.
06/25/2010 15:37 Ian*#2
That's one way i guess. Not the correct way though, if i was you i'd scrap that code and look for another way. It can be done. Just think about it for a while.

Well and then again after lookin at your code, client.LastJump probably isn't even a timestamp o.O or did you just name the timestamp bytes lastjump?
06/25/2010 17:55 ImmuneOne#3
Quote:
Originally Posted by Ian* View Post
That's one way i guess. Not the correct way though, if i was you i'd scrap that code and look for another way. It can be done. Just think about it for a while.

Well and then again after lookin at your code, client.LastJump probably isn't even a timestamp o.O or did you just name the timestamp bytes lastjump?
Code:
client.LastJump = data.TimeStamp;
That's my not point anyway, I was just giving an example of how I do it. Clearly, it didn't work also why would I post this if it did?

EDIT:
Sorry if this seems rude, not my intention anyway.
06/26/2010 01:45 Ian*#4
Well you can actually make that work. But it's not that effective :P
06/26/2010 12:32 ImmuneOne#5
Quote:
Originally Posted by Ian* View Post
Well you can actually make that work. But it's not that effective :P
I know, I already found another better way.
06/26/2010 23:38 gabrola#6
There's a bunch of ways, explore and uhhh.... don't release to public? :p
06/27/2010 02:55 ImmuneOne#7
Quote:
Originally Posted by gabrola View Post
There's a bunch of ways, explore and uhhh.... don't release to public? :p
We(=My Proxy Team) already got it working, though it looks more like teleporting to other users then jumping.
06/27/2010 04:23 Ian*#8
Sounds about right :)
grats