Locked Home » Forums » Guild Wars 2 » Guild Wars 2 Nerfed Info

Midnight Free - Daylight - Working as of 3.27.13 : Guild Wars 2 Nerfed Info

Posted: May 3rd, 2013
Total Posts:64 Joined:2013
Did you turn off your antivirus? Did you set UAC to disabled? Are you logged in as administrator? Did you install the script debugger?
Posted: May 3rd, 2013
Total Posts:79 Joined:2009
maelstrom wrote:Did you turn off your antivirus? Did you set UAC to disabled? Are you logged in as administrator? Did you install the script debugger?
At the beginning, there is a error message about admin but it's running as administrator, is it normal ? I have never get this message

@mryuck, you have maybe the same problem as me, because you use daylight AND gZoom at the same time (launch).
close gzoom and daylight, THEN close the game, launch the game, connect and launch your char, then launch daylight (5.1.13) and try to teleport.
Posted: May 3rd, 2013
User avatar
Total Posts:54 Joined:2012
LienPark wrote:
danyp1 wrote:Everything works but I get an error when I use the "Next" function....I can click on each position and progress thru that way ....haven't tried the explore...any ideas?
I confirm, the "next" invoke a crash
@maelstrom
i've fixed (previus/next) on my own adding these 2 line...
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:

Code: Select all

Func Fn02CB()
	If $Var092E == "" Then Return
	$Var09C4 = Fn0111($Var0990)
	If $Var09C4[0] > 0 Then
		If $Var09C4[1] > 0 Then
			Fn0126($Var0990, $Var09C4[1])
			Fn0126($Var0990, $Var09C4[1] - 1)
		Else
			Fn0126($Var0990, $Var09C4[1])
			Fn0126($Var0990, Fn0102($Var0990) - 1)
		EndIf
	EndIf
	$Var09C2 = GUICtrlRead($Var0990)
	If Not StringCompare($Var09C2, "") Then Return -1
	$Var0336 = IniRead($Var092E, $Var09C2, "x", 0)
	$Var08A0 = IniRead($Var092E, $Var09C2, "y", 0)
	$Var08A1 = IniRead($Var092E, $Var09C2, "z", 0)
	$var098c = fn0279()  <--------------------------------------------------- this line here
	GUICtrlSetData($Var099B, $Var0336)
	GUICtrlSetData($Var099C, $Var08A0)
	GUICtrlSetData($Var099D, $Var08A1)
	Fn02C1($Var098C,$Var0336, $Var08A0, $Var08A1)
EndFunc

Func Fn02CC()
	If $Var092E == "" Then Return
	$Var09C4 = Fn0111($Var0990)
	If $Var09C4[0] > 0 Then
		If $Var09C4[1] + 1 < Fn0102($Var0990) Then
			Fn0126($Var0990, $Var09C4[1])
			Fn0126($Var0990, $Var09C4[1] + 1)
		Else
			Fn0126($Var0990, $Var09C4[1])
			Fn0126($Var0990, 0)
		EndIf
	EndIf
	$Var09C2 = GUICtrlRead($Var0990)
	If Not StringCompare($Var09C2, "") Then Return -1
	$Var0336 = IniRead($Var092E, $Var09C2, "x", 0)
	$Var08A0 = IniRead($Var092E, $Var09C2, "y", 0)
	$Var08A1 = IniRead($Var092E, $Var09C2, "z", 0)
	$var098c = fn0279()  <--------------------------------------------------- this line here
	GUICtrlSetData($Var099B, $Var0336)
	GUICtrlSetData($Var099C, $Var08A0)
	GUICtrlSetData($Var099D, $Var08A1)
	Fn02C1($Var098C,$Var0336, $Var08A0, $Var08A1)
EndFunc
Posted: May 3rd, 2013
User avatar
Total Posts:36 Joined:2012
@maelstrom
i've fixed (previus/next) on my own adding these 2 line...
I am pretty slow on these things....where (what file) do I add the two lines and do I need a special editor?
Posted: May 4th, 2013
Total Posts:79 Joined:2009
I think he has disassemble the .exe into the source code language.
It's a AutoIt script (.au3 file), am i wrong ?
Posted: May 4th, 2013
Total Posts:2 Joined:2013
LienPark wrote:I think he has disassemble the .exe into the source code language.
It's a AutoIt script (.au3 file), am i wrong ?
That is correct LienPark, you can use an autoit decompiler to get the .exe back to its original .au3 file, and with some basic programming skills it's possible to edit the program yourself.
Posted: May 4th, 2013
User avatar
Total Posts:137 Joined:2006
LienPark wrote:
At the beginning, there is a error message about admin but it's running as administrator, is it normal ? I have never get this message

@mryuck, you have maybe the same problem as me, because you use daylight AND gZoom at the same time (launch).
close gzoom and daylight, THEN close the game, launch the game, connect and launch your char, then launch daylight (5.1.13) and try to teleport.

I'm not running both at the same time-- I can't get Daylight/Exhume to install.
Posted: May 4th, 2013
Total Posts:79 Joined:2009
thor1d wrote:
That is correct LienPark, you can use an autoit decompiler to get the .exe back to its original .au3 file
I have tried Exe2Aut but it's not working, do you have another one ?
Posted: May 4th, 2013
Total Posts:12 Joined:2013
LienPark wrote:
thor1d wrote:
That is correct LienPark, you can use an autoit decompiler to get the .exe back to its original .au3 file
I have tried Exe2Aut but it's not working, do you have another one ?

data execution prevention should be turned off for script editing..

anyways i have made the file with changes in functions to recall the pointers of keys without errors. (ty shark666 for correct locations)

download the file and replace it in original content folder.

http://www.mediafire.com/?62a1d61g2a5vms3
Posted: May 4th, 2013
Total Posts:1 Joined:2013
I've downloaded this program but when I run Exhume it asks for an ID and a password. From what I've read, in order to use this "free" program I need to pay to be a Premium Member? If that's the case I will be using gZoom instead :p
Posted: May 4th, 2013
Total Posts:79 Joined:2009
the_lurking_asura wrote:I've downloaded this program but when I run Exhume it asks for an ID and a password. From what I've read, in order to use this "free" program I need to pay to be a Premium Member? If that's the case I will be using gZoom instead :p
Right ;)
gZoom has no auto sync functionality ;)
Posted: May 4th, 2013
Total Posts:148 Joined:2008
the_lurking_asura wrote:I've downloaded this program but when I run Exhume it asks for an ID and a password. From what I've read, in order to use this "free" program I need to pay to be a Premium Member? If that's the case I will be using gZoom instead :p
Or you could try to contribute here on the forums and get free premium.
Posted: May 5th, 2013
Total Posts:64 Joined:2013
@shark666

Thanks for the fixes, I'm uploading a new version to add them in!!!
Posted: May 5th, 2013
Total Posts:64 Joined:2013
Ok here is the fix for the crashing files. Thanks shark666


You do not have the required permissions to view the files attached to this post.
Posted: May 5th, 2013
User avatar
Total Posts:36 Joined:2012
Thx for the update. It seems to work but when I start the program I still get a message "Could not inject comm.dll? Admin Privileges?" I have it set to run as admin. Like I said it is working so I just close the error window and ignore it, Just fyi
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 3 guests
Locked