Speedhack 5028

06/24/2008 07:05 emmanication#1
Working on patch 5028 - TEMPORARY SPEEDHACK TILL THE NON DC SPEEDHACK COMES ALIVE

simple standalone speedhack written in autoit will show false possitive's
MOD can confirm that is shows false possitive results

!!! THIS SPEEDHACK HAS SOO MANY BUGS ****!!!
!!! IT TURNS OFF WHEN THE XP SKILL COMES OUT!!!
!!! SO YOU MUST FIRST USE THE XP SKILL THEN TURN THE SPEEDHACK BACK ON WITH THE HOTKEY F11!!!

THIS SPEEDHACK IS TERMPORARY ONLY!!!

IF YOU KNOW HOW TO FIX THIS SHIT PLS FIX THIS **** AND LET ME KNOW

features:
1. this is a dc speedhack you will dc
2. hotkey for on/off is F11

instructions:
1. open speedhack
2. alt tab to your character whom you want speedhack to be enabled to
3. press f11
4. viola speedhack is on

Quote:
SOURCE CODE

$Form1 = GUICreate("Emmanic's Speed", 126, 36, 193, 125)
$Label1 = GUICtrlCreateLabel("SpeedHack", 8, 12, 113, 17)
$Button1 = GUICtrlCreateButton("On/Off",80,4,40,30)
GUISetState(@SW_SHOW)


Func Speed()
$Process = WinGetProcess ("[Conquer2.0")
$Open = _MemoryOpen($Process)
$Read = _MemoryRead(0x0056B06B, $Open)
If $Read=255 Then
_MemoryWrite(0x0056B06B, $Open, 2147483903)
MsgBox(0,"","Speedhack On")
Else
_MemoryWrite(0x0056B06B, $Open, 255)
MsgBox(0,"","Speedhack Off")
EndIf
_MemoryClose($Open)
EndFunc

While 1
$nMsg = GUIGetMsg()
HotKeySet("{f11}", "Speed")
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
$Process = WinGetProcess ("[Conquer2.0")
$Open = _MemoryOpen($Process)
$Read = _MemoryRead(0x0056B06B, $Open)
If $Read=255 Then
_MemoryWrite(0x0056B06B, $Open, 2147483903)
MsgBox(0,"","Speedhack On")
Else
_MemoryWrite(0x0056B06B, $Open, 255)
MsgBox(0,"","Speedhack Off")
EndIf
_MemoryClose($Open)
EndSwitch
WEnd
06/24/2008 13:16 meeting_moode#2
can u make a none dc one ,bro :)
06/24/2008 13:47 babuleaca#3
theats good dude
06/24/2008 13:48 babuleaca#4
we waited ne
06/24/2008 15:40 emmanication#5
updated due to a bug that speedhack turns off when xp skill comes out.

i think i can do a non dc speedhack ^^
06/24/2008 16:07 kkenshin#6
Error Line 1 .

Variable used without being declared.
Using Memory ?
06/24/2008 16:33 emmanication#7
-update

this speedhack has an annoying bug hope i can fix it sooner or later or if someone can fix it pls PM me. im going to bed and got school tomorrow morning nite all.
06/24/2008 16:40 orignaobet#8
this is just for temporary use only :) i think next week will be the release of the non dc hack...
06/24/2008 18:32 Lateralus#9
What is this written in? It looks simple as hell. :O
06/24/2008 21:10 LostFrench#10
Works. DCs, but there are ways of jumping so that doesnt happen. Nice job!
06/26/2008 04:29 AznFoSho#11
nice one !
but it stops when full exp like robot and things like that, can you fix it asap pleaseee?
06/26/2008 15:15 orignaobet#12
non dc has already been release...read the other thread :) ty
07/06/2008 22:57 bogy_king#13
goood