BYPASS GAMEGUARD [leak]
| Gunz Online Bots/Hacks Download Discuss, BYPASS GAMEGUARD [leak] at Gunz Online forum; Bypass gameguard is back
First open gunz then ijii.
Then select dbghelp.dll and copy it then paste into your destop.
... |
| Notices | Welcome to the Gamerz Needs forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |  | | 
09-29-2008, 07:26 PM
| | Registered Users + | | | Last Online: 11-12-2008 11:21 PM Join Date: Jan 2008 Age: 28
Posts: 317
Thanks: 6
Thanked 248 Times in 69 Posts
Nominated 2 Times in 2 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0 Points: 8,053.40 Bank: 0.00 Total Points: 8,053.40 | | | BYPASS GAMEGUARD [leak]
Bypass gameguard is back
First open gunz then ijii.
Then select dbghelp.dll and copy it then paste into your destop.
Then dowload this .. .. http://www.ollydbg.de/
After dowloading install it then run it.Run OLLYDBG.exe...
Then under file press open file.
open dbghelp.dll which is located in your destop.
Click yes if there is any message .......
Then u will see lots of data......
edit this.....It say 'thread closed' when ....is 'injected' ++++delete it.
After that type inject [ur disire].dll into the data of the dbghelp.dll then its done.
When gunz play it will say hack injected......
dll will not be provided try it yourself.......
u can also use OLLYDBG.exe for many other functions to hack gunz goodluck...
Last edited by sirlion; 09-29-2008 at 09:58 PM.
| | The Following User Says Thank You to sirlion For This Useful Post: | | 
09-29-2008, 07:59 PM
| | Wood Axe | | | Last Online: 10-25-2008 10:06 PM Join Date: Jul 2008
Posts: 7
Thanks: 4
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0 Points: 299.00 Bank: 0.00 Total Points: 299.00 | | Quote:
Originally Posted by sirlion Bypass gameguard is back
First open gunz then ijii.
Then select dbghelp.dll and copy it then paste into your destop.
Then dowload this .. .. OllyDbg v1.10
After dowloading install it then run it.Run OLLYDBG.exe...
Then under file press open file.
open dbghelp.dll which is located in your destop.
Click yes if there is any message .......
Then u will see lots of data......
edit this.....It say 'thread closed' when ....is 'injected' ++++delete it.
After that type inject [ur disire].dll into the data of the dbghelp.dll then its done.
When gunz play it will say hack injected......
dll will not be provided try it yourself.......
u can also use OLLYDBG.exe for many other functions to hack gunz goodluck...
Credits:
Idea from the creator of fmode.dll and dbghelp.dll [sean]
and google.......
if u want such hacks [become a premium member today!]sean have post some hacks there....
this may be closed if anyone feel that this does not work or sean does not want anyone more to know of his 'smart'method of bypassing GG .................... | does it really work? got virus ma? can anyone help? thx
| 
09-29-2008, 08:08 PM
| | Registered Users + | | | Last Online: 11-12-2008 11:21 PM Join Date: Jan 2008 Age: 28
Posts: 317
Thanks: 6
Thanked 248 Times in 69 Posts
Nominated 2 Times in 2 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0 Points: 8,053.40 Bank: 0.00 Total Points: 8,053.40 | | |
all this are just part of the data look at them U just need to add inject dll[ur disire dll] and some codes
code is very simple same as the code for injecting dll
BOOL InjectDLL(DWORD ProcessID)
{
HANDLE Proc;
char buf[50]={0};
LPVOID RemoteString, LoadLibAddy;
if(!ProcessID)
return false;
Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID);
if(!Proc)
{
sprintf(buf, "OpenProcess() failed: %d", GetLastError());
MessageBox(NULL, buf, "Loader", NULL);
return false;
}
LoadLibAddy = (LPVOID)GetProcAddress(GetModuleHandle("anything.d ll"), "LoadLibraryA");
RemoteString = (LPVOID)VirtualAllocEx(Proc, NULL, strlen(DLL_NAME), MEM_RESERVE|MEM_COMMIT, PAGE_READWRITE);
WriteProcessMemory(Proc, (LPVOID)RemoteString, DLL_NAME,strlen(DLL_NAME), NULL);
CreateRemoteThread(Proc, NULL, NULL, (LPTHREAD_START_ROUTINE)LoadLibAddy, (LPVOID)RemoteString, NULL, NULL);
CloseHandle(Proc);
return true;
}
This code, calls CreateRemoteThread() with a lpStartAddress of LoadLibrary(). So, it starts a new thread in the remote process
and executes the LoadLibrary() function. Luckily for us, this function takes only one argument, the name of the dll to load. We can
pass this in the arg field of CreateRemoteThread(). However, there is a minor dilemma. Since this thread will not be executing in
our address space, it won't be able to refer to strings(such as the name of the dll) that are in our address space. So, before calling
CreateRemoteThread(), we have to allocate space in the other process, using VirtualAllocEx(), and write our string there. Finally,
we pass the pointer to the string inside the remote process in the single arg field of CreateRemoteThread(), and voila...Our dll is
now loaded and running smoothly within the remote process. This is the generic loader program I use whenever I need to load a dll
Last edited by sirlion; 09-29-2008 at 08:33 PM.
| 
09-29-2008, 08:12 PM
| | Wood Axe | | | Last Online: 10-25-2008 10:06 PM Join Date: Jul 2008
Posts: 7
Thanks: 4
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0 Points: 299.00 Bank: 0.00 Total Points: 299.00 | |
ok ill try but i just wish there is no virus and its working...is it really true?  -----------------This post was merged together. In future use the edit button.-----------------
wheres the dbg?? 
Last edited by thchin; 09-29-2008 at 08:28 PM.
Reason: Automerged Doublepost
| 
09-29-2008, 09:40 PM
|  | Double Wood Axe | | | Last Online: Today 02:35 PM Join Date: Dec 2007
Posts: 27
Thanks: 4
Thanked 2 Times in 1 Post
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0 Points: 1,343.00 Bank: 0.00 Total Points: 1,343.00 | | |
XP so if i am correct, that is just the injector and you got to support your own dll right?
(If i am right)So lets say i have a dll, how would i be able to inject it?Don't un derstand the instructions above...
__________________
You have read the message
This message will now self destruct in
5...4...3...*BOOM* XP | 
09-29-2008, 10:18 PM
|  | Red Ruby Hole | | | Last Online: 11-17-2008 05:06 PM Join Date: Jul 2008 Location: stockton, california Age: 26
Posts: 629
Thanks: 4
Thanked 39 Times in 34 Posts
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 3 Points: 61.10 Bank: 10,763.32 Total Points: 10,824.42 | | |
well ima take a wild gues and say THERES NO VIRUS dudes...if you dont trust sum 1 who has 210 thanks who do you trust xD .. then again wut if hes giving up gzn no one noes 0.o id trust him though =)
__________________ 
PLEASE TELL ME IF YOU CAN HELP ME PLAY GUNSTRIKE, OR BIGSHOT please help me play gunstrike or bigshot
| 
09-29-2008, 10:23 PM
|  | Double Wood Axe | | | Last Online: Today 02:35 PM Join Date: Dec 2007
Posts: 27
Thanks: 4
Thanked 2 Times in 1 Post
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0 Points: 1,343.00 Bank: 0.00 Total Points: 1,343.00 | | |
What to do now?
1)So i downloaded odgv 110
2)Ran OLLYDBG.EXE
3)Pressed file>Open>dbghelp.dll(Took from inside odbg110 file)
4)press yes when they said load using loaddll.exe
5)STUCK
So mind helping?
__________________
You have read the message
This message will now self destruct in
5...4...3...*BOOM* XP | 
09-29-2008, 10:44 PM
| | Registered Users + | | | Last Online: 11-12-2008 11:21 PM Join Date: Jan 2008 Age: 28
Posts: 317
Thanks: 6
Thanked 248 Times in 69 Posts
Nominated 2 Times in 2 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0 Points: 8,053.40 Bank: 0.00 Total Points: 8,053.40 | | Quote:
Originally Posted by lif3sux What to do now?
1)So i downloaded odgv 110
2)Ran OLLYDBG.EXE
3)Pressed file>Open>dbghelp.dll(Took from inside odbg110 file)
4)press yes when they said load using loaddll.exe
5)STUCK
So mind helping? | if u are still not clear send a message to sean,he will help u
| 
09-29-2008, 11:50 PM
|  | Double Wood Axe | | | Last Online: Today 02:35 PM Join Date: Dec 2007
Posts: 27
Thanks: 4
Thanked 2 Times in 1 Post
Nominated 0 Times in 0 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0 Points: 1,343.00 Bank: 0.00 Total Points: 1,343.00 | | |
Kk just one more question erm can u load dll like hotx when done correctly?
__________________
You have read the message
This message will now self destruct in
5...4...3...*BOOM* XP | 
09-30-2008, 01:37 AM
| | Registered Users + | | | Last Online: 11-12-2008 11:21 PM Join Date: Jan 2008 Age: 28
Posts: 317
Thanks: 6
Thanked 248 Times in 69 Posts
Nominated 2 Times in 2 Posts TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0 Points: 8,053.40 Bank: 0.00 Total Points: 8,053.40 | | Quote:
Originally Posted by lif3sux Kk just one more question erm can u load dll like hotx when done correctly? | yes any dll........
|  | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | | | |