Page 5 of 7 FirstFirst ... 34567 LastLast
Results 61 to 75 of 93
  1. #61
    thenewbbiw's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    Does this work on other games that has xigncode?

  2. #62
    este123's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    4
    My Mood
    Cool
    Quote Originally Posted by .Paradox* View Post
    - use debugger, cheat engine and detected hacks(not patched) until heartbeat fucks you
    where can i find debugger?

  3. #63
    Threadstarter
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored
    Quote Originally Posted by este123 View Post
    where can i find debugger?
    On the internet.


    - - - Updated - - -

    Quote Originally Posted by thenewbbiw View Post
    Does this work on other games that has xigncode?
    Maybe. Try it out.


    - - - Updated - - -

    Quote Originally Posted by haji123 View Post
    ".Paradox" When you shared something's you have to give's some short explain's or give one Video clip.
    I hope you make a Video clip or make a good explain so everybody's can understand how to open your program.

    Regards:
    Lennart Lejon
    I have to do nothing. Be glad I shared something like this with something like you.


    - - - Updated - - -

    Quote Originally Posted by FireTime View Post
    Lol its give lost connect why?
    BUT WHYYY? Impossible except its the heartbeat...., idiot.

  4. #64
    MizO_22's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    man i have a question How used to in Hack =D

  5. #65
    Prince Hacker's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Location
    In your bed
    Posts
    73
    Reputation
    10
    Thanks
    14
    Quote Originally Posted by .Paradox* View Post
    because i am fed up with mpgh community.. nothing against mpgh but only noobs are there atm.
    Quote Originally Posted by .Paradox* View Post


    Read the complete post...

    I see this dumb community again... I have to leave MPGH forever
    Quote Originally Posted by .Paradox* View Post


    On the internet.


    - - - Updated - - -



    Maybe. Try it out.


    - - - Updated - - -



    I have to do nothing. Be glad I shared something like this with something like you.


    - - - Updated - - -



    BUT WHYYY? Impossible except its the heartbeat...., idiot.
    lol... why you keep coming back to feed those noobs with replies?

  6. #66
    FireTime's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    802
    Patched after ubdet @Ameer

  7. #67
    Bodvar's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Blank
    Posts
    2,893
    Reputation
    734
    Thanks
    1,324
    Thanks mate.

    minion: 2019-yes
    minion+: 2020-2022
    inactive as shit sorry boys

  8. #68
    noobkillyou's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Can i use this bypass and a injector for the Euro farmer?

  9. #69
    Mr.Cookies's Avatar
    Join Date
    Nov 2014
    Gender
    female
    Posts
    458
    Reputation
    10
    Thanks
    256
    My Mood
    Devilish
    Quote Originally Posted by noobkillyou View Post
    Can i use this bypass and a injector for the Euro farmer?
    No its pached.

  10. The Following User Says Thank You to Mr.Cookies For This Useful Post:

    Hunter (02-15-2015)

  11. #70
    serag123's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    i need injector please give me injector and work on this bypass

  12. #71
    kyriakos70's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    Hi,
    I have this code
    Code:
    #include <Windows.h>#include <iostream>#include <tlhelp32.h>#include <stdio.h>using namespace std;DWORD GetProcessId(const TCHAR* lpProcessName){	DWORD dwProcessId = 0;	PROCESSENTRY32 entry;	entry.dwSize = sizeof(PROCESSENTRY32);	HANDLE snapshot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, NULL);	if (snapshot != INVALID_HANDLE_VALUE)	{		if (Process32First(snapshot, &entry))		{			do			{				if (_wcsicmp(entry.szExeFile, lpProcessName) == 0)				{					dwProcessId = entry.th32ProcessID;					break;				}			} while (Process32Next(snapshot, &entry));		}		CloseHandle(snapshot);	}	return dwProcessId;}void suspend(DWORD processId){	HANDLE hThreadSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, 0);	THREADENTRY32 threadEntry; 	threadEntry.dwSize = sizeof(THREADENTRY32);	if (hThreadSnapshot != INVALID_HANDLE_VALUE)	{		if (Thread32First(hThreadSnapshot, &threadEntry))		{			do			{				if (threadEntry.th32OwnerProcessID == processId)				{					HANDLE hThread = OpenThread(THREAD_ALL_ACCESS, FALSE, threadEntry.th32ThreadID);					if (hThread)					{						SuspendThread(hThread);						CloseHandle(hThread);					}				}			} while (Thread32Next(hThreadSnapshot, &threadEntry));		}		CloseHandle(hThreadSnapshot);	}}int main(int argc, TCHAR* argv[]){		SetConsoleTitle(TEXT("Xigncode3 Bypass"));	cout << "Searching for KO" << endl;	DWORD dwProcessId;	while (!(dwProcessId = GetProcessId(TEXT("KnightOnline.exe"))))/		Sleep(1);	cout << "Weve found KO" << endl;		HANDLE hProcess = OpenProcess(PROCESS_VM_READ | PROCESS_VM_WRITE | PROCESS_VM_OPERATION, FALSE, dwProcessId);	if (hProcess)	{		cout << "Trying to get in..." << endl;				const DWORD dwLocationOfFunction =  0x429570; (This is the old Xigncode3 address, and you'll need to find the new one)		BYTE FirstByte;				DWORD dwOldProtection;		while (!ReadProcessMemory(hProcess, (LPVOID)dwLocationOfFunction, &FirstByte, sizeof(FirstByte), NULL) || FirstByte != 0x55)		{			if (GetLastError() == ERROR_ACCESS_DENIED)				cout << "ERROR_ACCESS_DENIED" << endl;			Sleep(1);		}				cout << "Killing Xigncode3" << endl;		const BYTE ByteToWrite = 0xC3;				BOOL bSuccess = VirtualProtectEx(hProcess, (LPVOID)dwLocationOfFunction, sizeof(FirstByte), PAGE_EXECUTE_READWRITE, &dwOldProtection);		if (bSuccess)			bSuccess = WriteProcessMemory(hProcess, (LPVOID)dwLocationOfFunction, &ByteToWrite, sizeof(ByteToWrite), NULL);		CloseHandle(hProcess);		if (bSuccess)			cout << "Bypassed by MPGH Riddick Haxor" << endl;	}	cin.get();	return 0;}
    credits to Riddick, how can I find this : (LPVOID)dwLocationOfFunction and a second request how to inject any tutorial on how it is working (injection) for hacking online games.

    Thank you

  13. #72
    ChillVibes's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Location
    The Universe.
    Posts
    8
    Reputation
    10
    Thanks
    241
    My Mood
    Breezy
    Found a way to fix the Heartbeat,

    Step.1 When you get the DC message wait till it runs all the way down to 5 sec.
    Step.2 Press F5 rapitly.
    Step.3 Keep tapping F5 till the countdown runs to 1.
    Step.4 Press ESC+F5 all together when it hits 0. Then it will give you a message that says (Conection Lost) ignore that message and press F5+ESC again (At the same time) And if done correctly you will reconect automaticly and you are back in the game. C:

  14. #73
    kyriakos70's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    2
    thank you I want to ask you for a tutorial on how to debug xigncode3 and knight online without detected by themida, (to find in olly the xigncode address to bypass the check and run cheat engine).

  15. #74
    gun8fing's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    i dont know how to use this file..... plz teach me....

  16. #75
    Mr.Cookies's Avatar
    Join Date
    Nov 2014
    Gender
    female
    Posts
    458
    Reputation
    10
    Thanks
    256
    My Mood
    Devilish
    Quote Originally Posted by gun8fing View Post
    i dont know how to use this file..... plz teach me....
    Its a bypass not a hack, features make hacks detected for Undetected (Not work for all)

Page 5 of 7 FirstFirst ... 34567 LastLast

Similar Threads

  1. [Discussion] THE REAL POLL: Xigncode3 Bypass For AvA Release
    By DajZk in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 43
    Last Post: 11-09-2012, 02:18 PM
  2. If don't work will be my last release !! Oo !!
    By killerld in forum WarRock - International Hacks
    Replies: 7
    Last Post: 08-02-2009, 09:08 AM
  3. Helga's Super Bypass [Not release]
    By megaspeek in forum Combat Arms Hacks & Cheats
    Replies: 20
    Last Post: 08-29-2008, 08:31 PM
  4. Last Release Comming Soon. V4 by Me.
    By yogilek in forum WarRock - International Hacks
    Replies: 6
    Last Post: 09-26-2007, 01:00 PM
  5. Massaka´s Last Release Ever!! =(
    By Massaka in forum WarRock - International Hacks
    Replies: 25
    Last Post: 09-14-2007, 06:13 PM