Author Topic: High Jumping script  (Read 1248 times)

I've been trying to find a way to make a client sided velocity adding script.
Is there any way to do this - I found:
%client.player.addvelocity(0 0 0.6);


"client sided"
"velocity adding"


Why the hell would it ever be able to work client-sided
"hurr durr imma make dis scrip that let jump reel highe and hax de servers lololol"

You can do that externally, but not from within Blockland itself.

I don't think you CAN do it externally. I've tried various memory editors, and none of them did anything other than produce a horrible wrenching effect on the player (jerking back and forth between the fake and real position/velocity).

I think you would be able to do it internally if you wrote your own Blockland client, but who's actually going to write a whole new client for Blockland when it can both get your key revoked and is just not worth the reward?

I don't think you CAN do it externally. I've tried various memory editors, and none of them did anything other than produce a horrible wrenching effect on the player (jerking back and forth between the fake and real position/velocity).

Utilizing external memory editors or packet sniffer and editors, you can change your position to anything where vectorDist(current position on server, networked position from client) <= vectorLen(current velocity on server) + 0.25.

Utilizing external memory editors or packet sniffer and editors, you can change your position to anything where vectorDist(current position on server, networked position from client) <= vectorLen(current velocity on server) + 0.25.





You could just have it change playertype, but thing is it wouldn't work for all playertypes.

He wants to do this completely client-side though, so it's impossible.

He wants to do this completely client-side though, so it's impossible.

Inject DLLs by changing the manifest of the main binary to facilitate your changes.

That is not the point of this topic.

What the forget are you trying to do?

Somehow show the server who's boss?
« Last Edit: May 19, 2012, 03:31:08 PM by Kalphiter »