|
You last visited: Today at 05:19
Advertisement
[Release] gZoom - Guild Wars 2 Multi-Hack
Discussion on [Release] gZoom - Guild Wars 2 Multi-Hack within the GW2 Hacks, Bots, Cheats & Exploits forum part of the Guild Wars 2 category.
01/11/2013, 06:42
|
#1036
|
elite*gold: 0
Join Date: Jun 2006
Posts: 98
Received Thanks: 1
|
Still works
|
|
|
01/11/2013, 15:45
|
#1037
|
elite*gold: 0
Join Date: Mar 2009
Posts: 62
Received Thanks: 8
|
Quote:
Originally Posted by Ploxasarus
Thus is the reason the CE Table was not nor is going to be updated anymore, because all people where doing was copy/pasting out of it into gZoom and not understanding how to scan/find pointers on there own when the information is posted in this forum category and readily available for people to utilize..
|
so basicly what you are saying comes down to this:
if you share your stuff with us, the community has to show appreciation in a way you like. if an amount of people here, the definition of that number is up to you, do not display their evolution using your work, you do not share your work anymore.
well, i am not here to judge. therefore i may just add, that i find your position interesting. then again i dot not find it productive, in a community sort of sense. which is what you want, right?
i am glad you know more than i do when it comes to reverse engineering. please keep sharing your work even though your kung foo will alway be bigger than mine  ).
|
|
|
01/11/2013, 18:01
|
#1038
|
elite*gold: 0
Join Date: Apr 2008
Posts: 203
Received Thanks: 14
|
kann man den speehack schneller machen als im hack die leiste auf max. zu stellen??
EDIT: also noch schneller wie auf max.
|
|
|
01/12/2013, 01:51
|
#1039
|
elite*gold: 0
Join Date: Dec 2012
Posts: 1
Received Thanks: 0
|
No longer works for me. Freezes the game.
|
|
|
01/12/2013, 03:25
|
#1040
|
elite*gold: 0
Join Date: Nov 2012
Posts: 37
Received Thanks: 2
|
I heard no gZoom update until the major January content update.. Anyone confirm?
Problem is, they break something in the hack every content update. Some of these other hacks are having no issue getting their fixes out the day after a patch. Would make sense to do adjustments frequently if you expect people to keep donating. Please consider that.
|
|
|
01/12/2013, 03:58
|
#1041
|
elite*gold: 193
Join Date: Jan 2008
Posts: 2,656
Received Thanks: 2,447
|
Quote:
|
Some of these other hacks are having no issue getting their fixes out the day after a patch.
|
Because our hack's are still under development and new things are being added/found all the time..
gZoom is at a stand still.
|
|
|
01/13/2013, 04:59
|
#1042
|
elite*gold: 0
Join Date: Apr 2007
Posts: 950
Received Thanks: 2,410
|
Quote:
Originally Posted by Deathsnacks
New pointers:
Code:
TeleportBase: 0x12C9DD4
CameraBase: 0x11F92B0
SpeedBase: 0x11F9BF8
If you wish to add pattern scans for the above addresses, add the following lines to Trainer.cs (You can guess where these lines go, right?)
Code:
BasePNTR = Function.ReadInteger("Gw2", (int)_sigScan.FindPattern(new byte[] { 0xD9, 0x85, 0x78, 0xFF, 0xFF, 0xFF, 0xD8, 0x65, 0xCC, 0x8B, 0x15 }, "xxxxxxxxxxx", 11)) + 0x104 - 0x400000;
CameraPNTR = Function.ReadInteger("Gw2", (int)_sigScan.FindPattern(new byte[] { 0x83, 0x3d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x74, 0x11, 0x6a, 0x20, 0xba }, "xx?????xxxxx", 2)) - 0x400000;
SpeedPNTR = (int)_sigScan.FindPattern(new byte[] { 0x56, 0x01, 0x6a, 0x00, 0x6a, 0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x68, 0x00, 0x00, 0x00, 0x00, 0x68 }, "xxx?xxx????x????x", 17);
And add the following lines to Engine.cs:
Code:
public static int ReadInteger(string EXENAME, int Pointer)
{
int Value = 0;
checked
{
try
{
Process[] Proc = Process.GetProcessesByName(EXENAME);
if (Proc.Length != 0)
{
int Bytes = 0;
int Handle = OpenProcess(PROCESS_ALL_ACCESS, 0, Proc[0].Id);
if (Handle != 0)
{
ReadProcessMemoryInteger((int)Handle, Pointer, ref Value, 4, ref Bytes);
CloseHandle(Handle);
}
}
}
catch
{ }
}
return Value;
}
|
Thanks Deathsnacks, I'll add that and post a build soonish
Edit: Build in first post with Deathsnacks changes added
|
|
|
01/13/2013, 08:20
|
#1043
|
elite*gold: 0
Join Date: Oct 2006
Posts: 67
Received Thanks: 4
|
is the teleporting working? not working for me.
|
|
|
01/13/2013, 09:02
|
#1044
|
elite*gold: 0
Join Date: Jan 2013
Posts: 2
Received Thanks: 0
|
kann das das sein das das porten nicht geht ?? oder bin ich wieder zu doof
|
|
|
01/13/2013, 09:09
|
#1045
|
elite*gold: 0
Join Date: Apr 2011
Posts: 72
Received Thanks: 31
|
Auf seite 102 ist eine funktionierende Version von Qzoom namens Micro Trainer.
Mit dieser kann man auch Porten.
On the site 102 is a function version of Qzoom with the name Micro Trainer.
Sry for my Bad English Xd
|
|
|
01/13/2013, 10:06
|
#1046
|
elite*gold: 0
Join Date: Jan 2013
Posts: 2
Received Thanks: 0
|
vielen dank Zoeller82 geht
|
|
|
01/13/2013, 17:37
|
#1047
|
elite*gold: 0
Join Date: Jan 2013
Posts: 149
Received Thanks: 31
|
Thx, all works well
|
|
|
01/13/2013, 17:51
|
#1048
|
elite*gold: 0
Join Date: Jan 2013
Posts: 2
Received Thanks: 0
|
@*M*: Thanks! Really cool that you posted the source, much appreciated!
|
|
|
01/13/2013, 18:19
|
#1049
|
elite*gold: 0
Join Date: May 2010
Posts: 58
Received Thanks: 31
|
works still awesome
|
|
|
01/14/2013, 10:48
|
#1050
|
elite*gold: 0
Join Date: Jul 2008
Posts: 4
Received Thanks: 1
|
wow loving this for wvw thanks
|
|
|
Similar Threads
|
Guild Wars Multi-Client {kein kopieren des Guild Wars Ordners}
06/05/2011 - GW Exploits, Hacks, Bots, Tools & Macros - 14 Replies
Moin, einfach ausführen und sich freuen :)
Brauch man nicht erklären denke ich mal....
UPDATE: 12.5.2011
Viel Spaß damit
|
[Release] Guild Wars Multi Client
12/17/2009 - GW Exploits, Hacks, Bots, Tools & Macros - 5 Replies
Don't forget to +rep!
These are the steps:
Heres the translation of babel fish
1. A Desktop linkage put on
2. With the right mouse button on the Desktop click to linkage and characteristics select
3. In the input field a goal: the stringer of e.g. “C:\Spiele\GW - MultiC_2.1 \ GW-MultiC.exe” in “C:\Spiele\GW - MultiC_1.5 \ GW-MultiC.exe? gw0” change. Now GW original started without the GW-MultiC.exe to be started must.
4. Point 1 repeat
|
All times are GMT +1. The time now is 05:19.
|
|