Log in

View Full Version : [C#] Speedhack Source Needed.



ascain
08-01-2010, 19:49
Any1 maybe got a source of speedhack in C# and can share it with me cuz it's only one thing I need more to add in my own bot. Checked few dash sources but didn't found any which is still working.

If you can send me it on priv or post here for other users!
Thanks.

Crille
08-01-2010, 20:54
just send move packets repeatedly

ascain
08-01-2010, 21:24
Ye but still got some problems, maybe you got any tutorial or something about it? I already made autohealer and hotkey replacer so i can use numlock hotkeys as a normal F1-F12. Now i only need to add this dash and it will be awesome to exp on it :]

Crille
08-02-2010, 02:32
what problems exactly? I'm not going to write all the code and just hand it to you

ascain
08-02-2010, 02:34
Gotta write what's wrong tomorrow. Now I'm going sleep to tired for it :p. If you will have some time tomorrow check this thread. Thanks.

Tony32
08-25-2010, 23:06
Hmm. Isint this quite easy to do by yourself?

Use keyboard hooks or something. When key right is pressed -> dashRightTimer.Start()

dashRightTimer
{
packetToWalkRight
}

and if key right isint pressed -> dashRightTimer.Stop()
And set low ms on every tick for the timer.

Something like that I guess. :P

Crille
08-26-2010, 21:57
Hmm. Isint this quite easy to do by yourself?

Use keyboard hooks or something. When key right is pressed -> dashRightTimer.Start()

dashRightTimer
{
packetToWalkRight
}

and if key right isint pressed -> dashRightTimer.Stop()
And set low ms on every tick for the timer.

Something like that I guess. :P

it's enough to use the KeyDown event in a keyboard hook

PlzNoKil
08-26-2010, 22:38
Please bot

klusbert
08-27-2010, 00:09
@Tony
This is stuid to do as crille said its enough in a keybord hooks as long as your hotkey is down you will send that packet.

This way you will just lock something up.

Ontopic if you know how to write a keyboard hook and knows how to send a packet, then their can't be any problem!

This should be even be easier to do than a autohealer, I suggest to have a key to activate the dash function as multiply button.
I use arrow keys when my function is on, but you can also hook the autowalk packet and so you can dash on mapclick. Thats do require a proxy tho.

klusbert
09-05-2010, 22:49
what download link?

Olzone
10-19-2010, 14:11
what download link?

The spambot link hahahaha it's a spambot i think, check by the signatures of the spambots:

Often 1 posters, Registerd the same month
Has a pointless link in it's signature
Gives worthless comments

There ya go

Hans Henrik
07-28-2011, 20:33
here is my speedhack for 7.6 (rPE-delphi)


if (
(pos('010065',CurHex) <> 0)
or (pos('010066',CurHex) <> 0)
or (pos('010067',CurHex) <> 0)
or (pos('010068',CurHex) <> 0)
) then
begin
@Send_Callback := pSendWs1;
SendPacket(s,CurHex+CurHex);//send walking packet twice


basically send the walking packet twice for each time the client attempts to send it. (also this is for 7.6 protocol, but i believe its the same hex for 9.1, only difference is the encryption ofc)

Zmulan
08-30-2011, 13:16
I know this isnt really a "cheat" but there is a setting to change the repeat rate of pressed keys.
It helps to avoid the "lag" that happens when you start running in one direction, holding the key down. (after your first step the character will stop for a short moment)
http://i.imgur.com/vZdGS.jpg

look for it in the control panel

kubatrzeb
11-03-2011, 23:52
you spoiled best speedhack ever:P
im always using it and i was changing this for noobs for cash

Hans Henrik
01-23-2012, 07:25
OP: the "speedhack" is basically what i explain in this thread. and be warned: it may get you banned in RL tibia.
http://www.blackdtools.net/showthread.php?57029