|
You last visited: Today at 02:06
Advertisement
[Release] D3D Bypass (Hackshield)
Discussion on [Release] D3D Bypass (Hackshield) within the WarRock Hacks, Bots, Cheats & Exploits forum part of the WarRock category.
05/04/2009, 13:55
|
#1
|
elite*gold: 0
Join Date: May 2008
Posts: 248
Received Thanks: 279
|
[Release] D3D Bypass (Hackshield)
Ok, Since i whas vip coder for warrock and I quit I will release this,
*NOTE* If I have around 100 views and 10-20 thanks, I CLOSE THIS TRHEAD
Just bool it, (DONT MAKE A ON-OFF FUNCTION THAT WILL LAGG WARROCK)
Code:
if (Hack_Detected) // Hack detected
{
const BYTE Bypass[5] = {[color=red]0xE8, 0xFD, 0xC2, 0x3C, 0x00[/color]};
{
DWORD dwProtect;
VirtualProtect((void*)([color=green]Hack_Detected_Addie1[/color]), 5, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)([color=green]Hack_Detected_Addie1[/color]), &Hack_Detected, 5);
VirtualProtect((void*)([color=green]Hack_Detected_Addie1[/color]), 5, dwProtect, NULL);
}
}
if (Running) // Running Game Tool Detected
{
const BYTE Bypass[5] = {[color=red]0xE8, 0xFD, 0xC2, 0x3C, 0x00[/color]};
{
DWORD dwProtect;
VirtualProtect((void*)([color=blue]Running_Addie1[/color]), 5, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)([color=blue]Running_Addie1[/color]), &Running, 5);
VirtualProtect((void*)([color=blue]Running_Addie1[/color]), 5, dwProtect, NULL);
}
}
0 = Get the Bypass Offset's here ( These are old )
0 = Hack_Detected Address(es) here [Alsow Bool it]
0 = Running_Game_Hacktool Detected Address(es) here [Alsow Bool it]
Click thanks button and I will release more!
///Extra code///
Code:
if (Bypass)
{
const BYTE bypass[2] = {0x75, 0x0C};
{
DWORD dwProtect;
VirtualProtect((void*)(Hack_Detected_ADD1), 2, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)(Hack_Detected_ADD1), &bypass, 2);
VirtualProtect((void*)(Hack_Detected_ADD1), 2, dwProtect, NULL);
}
}
This is An extra code just replace addie / offset's
|
|
|
05/05/2009, 17:53
|
#2
|
elite*gold: 0
Join Date: Mar 2007
Posts: 3
Received Thanks: 2
|
where i have to paste this??
|
|
|
05/05/2009, 18:02
|
#3
|
elite*gold: 0
Join Date: May 2008
Posts: 248
Received Thanks: 279
|
Under your hacks..
|
|
|
05/06/2009, 13:08
|
#4
|
elite*gold: 0
Join Date: Mar 2007
Posts: 3
Received Thanks: 2
|
can U give me video how can i use this?
|
|
|
05/06/2009, 17:00
|
#5
|
elite*gold: 0
Join Date: Mar 2008
Posts: 527
Received Thanks: 136
|
You should try the Tutorials in this Forum  Here are D3D-Tutorials, VB-Tutorials and like that^^
|
|
|
05/14/2009, 14:23
|
#6
|
elite*gold: 0
Join Date: May 2008
Posts: 86
Received Thanks: 24
|
Hat jemand au neue Hacks alle wurden gesperrt aber ich habe schon wieder Hacker gesehen HEUTE PLS sagt mir was wegn neuen Hacks ICQ: 429105643 oder E-Mail:
|
|
|
08/06/2009, 07:52
|
#7
|
elite*gold: 0
Join Date: May 2009
Posts: 2
Received Thanks: 0
|
When was the last time you tried this? I am pretty sure the game would crash now days
|
|
|
08/09/2009, 16:32
|
#8
|
elite*gold: 20
Join Date: Jan 2009
Posts: 788
Received Thanks: 545
|
Thx but must I do any other thinks that it works, by me it dont work?!"
|
|
|
05/18/2010, 01:25
|
#9
|
elite*gold: 0
Join Date: May 2010
Posts: 1
Received Thanks: 1
|
Quote:
Originally Posted by w00tare
Ok, Since i whas vip coder for warrock and I quit I will release this,
*NOTE* If I have around 100 views and 10-20 thanks, I CLOSE THIS TRHEAD
Just bool it, (DONT MAKE A ON-OFF FUNCTION THAT WILL LAGG WARROCK)
Code:
if (Hack_Detected) // Hack detected
{
const BYTE Bypass[5] = {[color=red]0xE8, 0xFD, 0xC2, 0x3C, 0x00[/color]};
{
DWORD dwProtect;
VirtualProtect((void*)([color=green]Hack_Detected_Addie1[/color]), 5, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)([color=green]Hack_Detected_Addie1[/color]), &Hack_Detected, 5);
VirtualProtect((void*)([color=green]Hack_Detected_Addie1[/color]), 5, dwProtect, NULL);
}
}
if (Running) // Running Game Tool Detected
{
const BYTE Bypass[5] = {[color=red]0xE8, 0xFD, 0xC2, 0x3C, 0x00[/color]};
{
DWORD dwProtect;
VirtualProtect((void*)([color=blue]Running_Addie1[/color]), 5, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)([color=blue]Running_Addie1[/color]), &Running, 5);
VirtualProtect((void*)([color=blue]Running_Addie1[/color]), 5, dwProtect, NULL);
}
}
0 = Get the Bypass Offset's here ( These are old )
0 = Hack_Detected Address(es) here [Alsow Bool it]
0 = Running_Game_Hacktool Detected Address(es) here [Alsow Bool it]
Click thanks button and I will release more!
///Extra code///
Code:
if (Bypass)
{
const BYTE bypass[2] = {0x75, 0x0C};
{
DWORD dwProtect;
VirtualProtect((void*)(Hack_Detected_ADD1), 2, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)(Hack_Detected_ADD1), &bypass, 2);
VirtualProtect((void*)(Hack_Detected_ADD1), 2, dwProtect, NULL);
}
}
This is An extra code just replace addie / offset's
|
thanks
|
|
|
05/18/2010, 01:36
|
#10
|
elite*gold: 0
Join Date: Apr 2010
Posts: 8
Received Thanks: 0
|
i dont get this
|
|
|
05/18/2010, 01:59
|
#11
|
elite*gold: 0
Join Date: May 2010
Posts: 22
Received Thanks: 12
|
Quote:
Originally Posted by w00tare
Ok, Since i whas vip coder for warrock and I quit I will release this,
*NOTE* If I have around 100 views and 10-20 thanks, I CLOSE THIS TRHEAD
Just bool it, (DONT MAKE A ON-OFF FUNCTION THAT WILL LAGG WARROCK)
Code:
if (Hack_Detected) // Hack detected
{
const BYTE Bypass[5] = {[color=red]0xE8, 0xFD, 0xC2, 0x3C, 0x00[/color]};
{
DWORD dwProtect;
VirtualProtect((void*)([color=green]Hack_Detected_Addie1[/color]), 5, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)([color=green]Hack_Detected_Addie1[/color]), &Hack_Detected, 5);
VirtualProtect((void*)([color=green]Hack_Detected_Addie1[/color]), 5, dwProtect, NULL);
}
}
if (Running) // Running Game Tool Detected
{
const BYTE Bypass[5] = {[color=red]0xE8, 0xFD, 0xC2, 0x3C, 0x00[/color]};
{
DWORD dwProtect;
VirtualProtect((void*)([color=blue]Running_Addie1[/color]), 5, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)([color=blue]Running_Addie1[/color]), &Running, 5);
VirtualProtect((void*)([color=blue]Running_Addie1[/color]), 5, dwProtect, NULL);
}
}
0 = Get the Bypass Offset's here ( These are old )
0 = Hack_Detected Address(es) here [Alsow Bool it]
0 = Running_Game_Hacktool Detected Address(es) here [Alsow Bool it]
Click thanks button and I will release more!
///Extra code///
Code:
if (Bypass)
{
const BYTE bypass[2] = {0x75, 0x0C};
{
DWORD dwProtect;
VirtualProtect((void*)(Hack_Detected_ADD1), 2, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)(Hack_Detected_ADD1), &bypass, 2);
VirtualProtect((void*)(Hack_Detected_ADD1), 2, dwProtect, NULL);
}
}
This is An extra code just replace addie / offset's
|
thanks
|
|
|
05/18/2010, 02:27
|
#12
|
elite*gold: 0
Join Date: Dec 2009
Posts: 169
Received Thanks: 9
|
Nice thx
|
|
|
05/18/2010, 07:41
|
#13
|
elite*gold: 0
Join Date: Jun 2009
Posts: 1,269
Received Thanks: 397
|
junge guckt aufs erstell datum 05-04-2009, 13:55
das is doch alles nich mehr aktuell
|
|
|
05/18/2010, 12:07
|
#14
|
elite*gold: 0
Join Date: Sep 2009
Posts: 549
Received Thanks: 136
|
ich hab ja keine ahnung und kann kein englisch...
aber müsste man nicht im prinziep, einfach die variablen teile des bypasses ändern, ihn im grunde aber so lassen wie er ist... würde es dann nciht wieder gehn?
oder muss man den bypass jedesmal neu schreiben?
|
|
|
05/18/2010, 22:08
|
#15
|
elite*gold: 1
Join Date: Dec 2007
Posts: 2,144
Received Thanks: 4,288
|
Alte Threads Pushen ist verboten
#closed
|
|
|
 |
|
Similar Threads
|
[Release]Hackshield Bypass
02/28/2013 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 24 Replies
so ehm, hier gibts nen release zum Hackshield Bypass (nur für dll's)!
wundert euch nich über den namen (Mod Manager), das soll später ein tool zum client modding werden ;)
dazu gibts mehr infos wenns soweit is!
have fun ;)
edit: hab ne kleinigkeit vergessen ;)
how to use:
|
[Release]: Hackshield bypass.
02/15/2012 - General Gaming Releases - 131 Replies
Very simple bypass, just copy over the original requiem.exe with this one and it gets rid of the hackshield problem. Figured I'd release it with only 2 days left in the beta... Give some people an opportunity to find their own secrets for when the real game starts on 6/19.
:)
|
[RELEASE]Hackshield Bypass
04/20/2011 - Coding Releases - 3 Replies
hi leutzZ also ich habe hier mal so ein trick ich weis aber nich ob es funzt is only vista(ich hab leider kein vista und kann es nicht testen)
also geht in die Hs Folder in s4 league und löscht Hshield.dat und hsupdater dingsbums (macht aber vorher eine sicherheitskopie nicht das es nicht funzt)
wenn es klappt oder nicht bitte posten *ich wünsche euch mal das es klappt*
|
*Release Hackshield Bypass*
08/10/2009 - Dragonica Hacks, Bots, Cheats & Exploits - 13 Replies
First off I take no credits in this, I did not make it, but I really can't remember where I got this, it has been on my desktop for a while now, So if anybody knows who to give credits to I will be more than willing to Give those credits =)
Instructions:
Open dragonica to patcher.........then open any injector, I recommend an auto injector, and inject bypass into DRAGONICA.EXE exactly like that with all capitals...............done
I was able to open CE 5.5 and scan that's all ive...
|
[Release]Loader/HackShield bypass
05/28/2009 - General Gaming Discussion - 48 Replies
Put this in your Requiem\System folder and execute, it will load the game straight up bypassing the launcher and hackshield
Have fun
*M*
|
All times are GMT +1. The time now is 02:08.
|
|