View Full Version : [C#] Speedhack Source Needed.
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.
just send move packets repeatedly
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 :]
what problems exactly? I'm not going to write all the code and just hand it to you
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.
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
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?
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)
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
Powered by vBulletin® Version 4.2.5 Copyright © 2021 vBulletin Solutions Inc. All rights reserved.