- You can use your own hack (edited kom file)
- No need to put the ACTIVATOR to your GC folder
or locate your GC folder. The activator will find it for you
- Yes! you can put the Activator anywhere you want in your PC.
- First extract the files anywhere in your computer
- Open your Grand Chase Patcher (Don't Start Yet)
- Open Kom Hack Activator (Run as Administrator)
- Put your edited kom file to "My Kom" Folder (can be found in "C:\My Hack\"
directory)
- On Kom Hack Activator check the file you want to use (Of course, check
those kom file you put in "My Kom" (folder), because error will occur if not)
- Activate and Press Start
- On Log In Screen (For Windows 7) do not log in yet (I don't know in XP)
- Unlock the kom files you want to hack (as usual)
- Deactivate then Log In
Method to be done repeatedly
- Make a room, Start Game
- On Loading Screen If 95%, Activate
- When finish Deactivate
- Repeat this method as you want
'VA: 419DCC
Private Declare Function GlobalFree Lib "kernel32" Alias "GlobalFree" (ByVal hMem As Long) As Long
'VA: 419D7C
Private Declare Function GlobalAlloc Lib "kernel32" Alias "GlobalAlloc" (ByVal wFlags As Long, ByVal dwBytes As Long) As Long
'VA: 419D38
Private Declare Function GetProcAddress Lib "kernel32" Alias "GetProcAddress" (ByVal hModule As Long, ByVal lpProcName As String) As Long
'VA: 419CF0
Private Declare Sub _TrackMouseEvent Lib "Comctl32"()
'VA: 419C94
Private Declare Sub TrackMouseEvent Lib "user32"()
'VA: 419C4C
Private Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long
'VA: 419C04
Private Declare Function FreeLibrary Lib "kernel32" Alias "FreeLibrary" (ByVal hLibModule As Long) As Long
'VA: 419BA0
Private Declare Function GetModuleHandle Lib "kernel32" Alias "GetModuleHandleA" (ByVal lpModuleName As String) As Long
'VA: 419B54
Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long)
'VA: 419B0C
Private Declare Function DrawIconEx Lib "user32" Alias "DrawIconEx" (ByVal hdc As Long, ByVal xLeft As Long, ByVal yTop As Long, ByVal hIcon As Long, ByVal cxWidth As Long, ByVal cyWidth As Long, ByVal istepIfAniCur As Long, ByVal hbrFlickerFreeDraw As Long, ByVal diFlags As Long) As Long
'VA: 419AC8
Private Declare Sub DrawTextW Lib "user32"()
'VA: 419A84
Private Declare Function DrawText Lib "user32" Alias "DrawTextA" (ByVal hdc As Long, ByVal lpStr As String, ByVal nCount As Long, lpRect As RECT, ByVal wFormat As Long) As Long
'VA: 419A40
Private Declare Sub FillRect Lib "user32"()
'VA: 4199DC
Private Declare Sub GetCapture Lib "user32"()
'VA: 419998
Private Declare Function SetCapture Lib "user32" Alias "SetCapture" (ByVal hwnd As Long) As Long
'VA: 419954
Private Declare Sub ReleaseCapture Lib "user32"()
'VA: 41990C
Private Declare Sub SetCursor Lib "user32"()
'VA: 4198C8
Private Declare Sub LoadCursorA Lib "user32"()
'VA: 419884
Private Declare Function SetWindowRgn Lib "user32" Alias "SetWindowRgn" (ByVal hWnd As Long, ByVal hRgn As Long, ByVal bRedraw As Boolean) As Long
'VA: 419830
Private Declare Function GetCursorPos Lib "user32" Alias "GetCursorPos" (lpPoint As POINTAPI) As Long
'VA: 4197E8
Private Declare Function WindowFromPoint Lib "user32" Alias "WindowFromPoint" (ByVal xPoint As Long, ByVal yPoint As Long) As Long
'VA: 4197A0
Private Declare Sub TransparentBlt Lib "MSIMG32.dll"()
'VA: 419748
Private Declare Function SetRect Lib "user32" Alias "SetRect" (lpRect As RECT, ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long
'VA: 419708
Private Declare Function FrameRect Lib "user32" Alias "FrameRect" (ByVal hdc As Long, lpRect As RECT, ByVal hBrush As Long) As Long
'VA: 4196C4
Private Declare Function DrawFocusRect Lib "user32" Alias "DrawFocusRect" (ByVal hdc As Long, lpRect As RECT) As Long
'VA: 419670
Private Declare Function DrawEdge Lib "user32" Alias "DrawEdge" (ByVal hdc As Long, qrc As RECT, ByVal edge As Long, ByVal grfFlags As Long) As Long
'VA: 41962C
Private Declare Function CopyRect Lib "user32" Alias "CopyRect" (lpDestRect As RECT, lpSourceRect As RECT) As Long
'VA: 4195E8
Private Declare Function CreatePolygonRgn Lib "gdi32" Alias "CreatePolygonRgn" (lpPoint As POINTAPI, ByVal nCount As Long, ByVal nPolyFillMode As Long) As Long
'VA: 41959C
Private Declare Function FillRgn Lib "gdi32" Alias "FillRgn" (ByVal hdc As Long, ByVal hRgn As Long, ByVal hBrush As Long) As Long
'VA: 41955C
Private Declare Sub OleTranslateColor Lib "olepro32.dll"()
'VA: 4194FC
Private Declare Function SetTextColor Lib "gdi32" Alias "SetTextColor" (ByVal hdc As Long, ByVal crColor As Long) As Long
'VA: 419494
Private Declare Function CombineRgn Lib "gdi32" Alias "CombineRgn" (ByVal hDestRgn As Long, ByVal hSrcRgn1 As Long, ByVal hSrcRgn2 As Long, ByVal nCombineMode As Long) As Long
'VA: 419450
Private Declare Function CreateRectRgn Lib "gdi32" Alias "CreateRectRgn" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long
'VA: 419408
Private Declare Sub SetPixel Lib "gdi32"()
'VA: 4193C4
Private Declare Function PtInRegion Lib "gdi32" Alias "PtInRegion" (ByVal hRgn As Long, ByVal x As Long, ByVal y As Long) As Long
'VA: 419380
Private Declare Function CreateRoundRectRgn Lib "gdi32" Alias "CreateRoundRectRgn" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long) As Long
'VA: 419334
Private Declare Function LineTo Lib "gdi32" Alias "LineTo" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long) As Long
'VA: 4192D8
Private Declare Function SelectObject Lib "gdi32" Alias "SelectObject" (ByVal hdc As Long, ByVal hObject As Long) As Long
'VA: 419290
Private Declare Function CreatePen Lib "gdi32" Alias "CreatePen" (ByVal nPenStyle As Long, ByVal nWidth As Long, ByVal crColor As Long) As Long
'VA: 41924C
Private Declare Sub DeleteDC Lib "gdi32"()
'VA: 419208
Private Declare Sub DeleteObject Lib "gdi32"()
'VA: 4191B0
Private Declare Function GetObject Lib "gdi32" Alias "GetObjectA" (ByVal hObject As Long, ByVal nCount As Long, lpObject As Any) As Long
'VA: 41916C
Private Declare Function CreateCompatibleBitmap Lib "gdi32" Alias "CreateCompatibleBitmap" (ByVal hdc As Long, ByVal nWidth As Long, ByVal nHeight As Long) As Long
'VA: 41911C
Private Declare Function CreateCompatibleDC Lib "gdi32" Alias "CreateCompatibleDC" (ByVal hdc As Long) As Long
'VA: 4190D0
Private Declare Sub GetIconInfo Lib "user32"()
'VA: 41907C
Private Declare Function StretchDIBits Lib "gdi32" Alias "StretchDIBits" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, ByVal dx As Long, ByVal dy As Long, ByVal SrcX As Long, ByVal SrcY As Long, ByVal wSrcWidth As Long, ByVal wSrcHeight As Long, lpBits As Any, lpBitsInfo As BITMAPINFO, ByVal wUsage As Long, ByVal dwRop As Long) As Long
'VA: 419034
Private Declare Function GetObjectType Lib "gdi32" Alias "GetObjectType" (ByVal hgdiobj As Long) As Long
'VA: 418FEC
Private Declare Function GetDIBits Lib "gdi32" Alias "GetDIBits" (ByVal aHDC As Long, ByVal hBitmap As Long, ByVal nStartScan As Long, ByVal nNumScans As Long, lpBits As Any, lpBI As BITMAPINFO, ByVal wUsage As Long) As Long
'VA: 418FA8
Private Declare Function MoveToEx Lib "gdi32" Alias "MoveToEx" (ByVal hdc As Long, ByVal x As Long, ByVal y As Long, lpPoint As POINTAPI) As Long
'VA: 418F74
Private Declare Function CreateSolidBrush Lib "gdi32" Alias "CreateSolidBrush" (ByVal crColor As Long) As Long
'VA: 418674
Private Declare Function GetVersionEx Lib "kernel32" Alias "GetVersionExA" (lpVersionInformation As OSVERSIONINFO) As Long
'VA: 41862C
Private Declare Sub CreateToolhelp32Snapshot Lib "kernel32"()
'VA: 4185D8
Private Declare Sub EnumProcessModules Lib "psapi.dll"()
'VA: 41858C
Private Declare Sub GetModuleFileNameExA Lib "psapi.dll"()
'VA: 418524
Private Declare Sub EnumProcesses Lib "psapi.dll"()
'VA: 4184CC
Private Declare Sub OpenProcess Lib "Kernel32.dll"()
'VA: 418488
Private Declare Sub CloseHandle Lib "Kernel32.dll"()
'VA: 418430
Private Declare Sub Process32Next Lib "kernel32"()
'VA: 4183E8
Private Declare Sub Process32First Lib "kernel32"()
'VA: 41823C
Private Declare Function GetWindowPlacement Lib "user32" Alias "GetWindowPlacement" (ByVal hwnd As Long, lpwndpl As WINDOWPLACEMENT) As Long
'VA: 4181F8
Private Declare Function ClientToScreen Lib "user32" Alias "ClientToScreen" (ByVal hwnd As Long, lpPoint As POINTAPI) As Long
'VA: 4181B0
Private Declare Function GetWindowRect Lib "user32" Alias "GetWindowRect" (ByVal hwnd As Long, lpRect As RECT) As Long
'VA: 418168
Private Declare Sub SetLayeredWindowAttributes Lib "user32"()
'VA: 418114
Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long
'VA: 4180CC
Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As Long
Anyway, There wasn't any keylogger function I see.
[Free Download]Unrealskill PSF Public Version 8 Hack Activator 07/20/2011 - Soldier Front Hacks, Bots, Cheats & Exploits - 13 Replies Unrealskill PSF Public Version 8 Hack Activator
Download Unrealskill PSF Public Version 8 Hack Activator This Help You To Activate The Unrealskill PSF Public Version 8
Dont Forget To Scan Before Downloading!!!
VirusTotal - Free Online Virus, Malware and URL Scanner
Dont Forget To Press TNX If I Help You
[Release]Any AI.kom Activator/Injector 05/04/2011 - Grand Chase Hacks, Bots, Cheats & Exploits - 10 Replies Ok this will be my 1st Program that I will release.
It will activate any ai.kom file (Owned or downloaded)
I did not include a SD hack(Edited Ai.kom). You must provide your own. Just Place at the Hacks Folder. You can use the "All version of edited Ai.kom" From Leon*Style Thread.
How to Use.
1. Extract the rar file in your grand chase folder.
2. There will be a new folder named "Hacks"
[Hack] Activator Hack Still Working] LEECH 11/09/2010 - Soldier Front Hacks, Bots, Cheats & Exploits - 10 Replies Activator Hack
Free To DownLoad
LINK
Activator Hack.exe
~w0w - ASTIG NAMAN TO - kung ayaw gumana ng HACK or WALLHACK nyu may ACTIVATOR pala~ 11/06/2010 - Soldier Front Hacks, Bots, Cheats & Exploits - 43 Replies all problems 1 solution HACK ACTIVATOR
all your PSF .dll problems one solution
first download the file Hack Activator.rar
just open the file then there will be should popup "WALLHACK ACTIVATED"
then run your injector then browse you .dll file