taultunleashed logoMidnight Free - Daylight - Working as of 3.27.13 : Guild Wars 2 Nerfed Info - Page 8 guild wars 2 logotu winter contest 2012 nintendo wii
newtopic  postreply
 [ 210 posts ]  Previous  1 ... 5, 6, 7, 8, 9, 10, 11 ... 14  Next
blue large dot

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

Posted: May 3rd, 2013, 1:35 pm
 
maelstrom

Total Posts: 65
Joined: March 9th, 2013, 4:41 pm
maelstrom's Reps: 62
User avatar
Active User > 50 Posts
premium
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, 1:39 pm
 
LienPark

Total Posts: 79
Joined: February 25th, 2009, 2:09 pm
LienPark's Reps: 35
User avatar
premium
maelstrom (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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, 4:10 pm
 
shark666

Total Posts: 54
Joined: November 20th, 2012, 6:29 pm
shark666's Reps: 25
User avatar
Active User > 50 Posts
premium
LienPark (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
danyp1 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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...
[Reveal] Spoiler:
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
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, 7:39 pm
 
danyp1

Total Posts: 36
Joined: June 17th, 2012, 10:56 pm
danyp1's Reps: 8
User avatar
premium
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
@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, 1:23 am
 
LienPark

Total Posts: 79
Joined: February 25th, 2009, 2:09 pm
LienPark's Reps: 35
User avatar
premium
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, 3:55 am
 
thor1d

Total Posts: 2
Joined: April 3rd, 2013, 11:57 pm
thor1d's Reps: 6
User avatar
LienPark (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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, 6:45 am
 
mryuck

Total Posts: 137
Joined: September 21st, 2006, 2:07 pm
mryuck's Reps: 21
User avatar
premium
LienPark (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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, 7:59 am
 
LienPark

Total Posts: 79
Joined: February 25th, 2009, 2:09 pm
LienPark's Reps: 35
User avatar
premium
thor1d (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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, 8:22 am
 
shaggydog20

Total Posts: 12
Joined: April 28th, 2013, 3:41 am
shaggydog20's Reps: 15
User avatar
premium
LienPark (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
thor1d (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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, 11:18 am
 
the_lurking_asura

Total Posts: 1
Joined: April 28th, 2013, 9:53 am
the_lurking_asura's Reps: 0
User avatar
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, 1:27 pm
 
LienPark

Total Posts: 79
Joined: February 25th, 2009, 2:09 pm
LienPark's Reps: 35
User avatar
premium
the_lurking_asura (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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, 7:54 pm
 
w00tsauce

Total Posts: 148
Joined: May 22nd, 2008, 12:00 am
w00tsauce's Reps: 17
User avatar
Active User > 50 Posts
premium
the_lurking_asura (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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, 3:02 am
 
maelstrom

Total Posts: 65
Joined: March 9th, 2013, 4:41 pm
maelstrom's Reps: 62
User avatar
Active User > 50 Posts
premium
@shark666

Thanks for the fixes, I'm uploading a new version to add them in!!!


Posted: May 5th, 2013, 3:11 am
 
maelstrom

Total Posts: 65
Joined: March 9th, 2013, 4:41 pm
maelstrom's Reps: 62
User avatar
Active User > 50 Posts
premium
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, 4:05 am
 
danyp1

Total Posts: 36
Joined: June 17th, 2012, 10:56 pm
danyp1's Reps: 8
User avatar
premium
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


Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 2 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of Guild Wars 2 Nerfed Info RSS Feed 
Sitemap of Guild Wars 2 Nerfed Info Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?