diff --git a/@ExileServer/addons/exad_hacking/Functions/fn_startHack.sqf b/@ExileServer/addons/exad_hacking/Functions/fn_startHack.sqf
index 38a6eab..05dc04a 100644
--- a/@ExileServer/addons/exad_hacking/Functions/fn_startHack.sqf
+++ b/@ExileServer/addons/exad_hacking/Functions/fn_startHack.sqf
@@ -48,8 +48,7 @@ _laptop animate ["LaptopLidRotation", 1];
_player removeItem "Exile_Item_Laptop";
[_object, _player, _laptop] spawn {
- private ["_object","_player","_laptop","_markers","_marker","_success","_ticks","_newSize","_destroy","_msg"];
- params ["_object","_player","_laptop"];
+ params ["_object","_player","_laptop","_markers","_marker","_success","_ticks","_newSize","_destroy","_msg"];
UISleep 2;
(parseText (format["%4
%8", ExAd_Hint_Title_Color, ExAd_Hint_Title_Size, ExAd_Hint_Title_Font,STR_ExAd_HACKING_HINT_TITLE, ExAd_Hint_Msg_Color, ExAd_Hint_Msg_Size, ExAd_Hint_Msg_Font, STR_ExAd_HACKING_HINT_HACK_START])) remoteExec ["hint", -2];
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76b9a09..d009131 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,31 @@
#
# Changelog:
+
+## 160510 16:00 . v0.7.3
+###Fixed
+* Cleaned the code (Hacking)
+* Declaration of un custamized variables (All)
+
+## 160507 09:00 . v0.7.2
+### Added
+* "docs\core\update.md" & "docs\core\changelog.md"
+* "docs\Grinding\update.md" & "docs\Grinding\changelog.md"
+* "docs\Hacking\update.md" & "docs\Hacking\changelog.md"
+* "docs\HaloParachute\update.md" & "docs\HaloParachute\changelog.md"
+* "docs\VirtualGarage\update.md" & "docs\VirtualGarage\changelog.md"
+
+### Deleted
+* "mpmissions\Exile.Altis\ExAdClient\core\update.md" & "mpmissions\Exile.Altis\ExAdClient\core\changelog.md"
+* "mpmissions\Exile.Altis\ExAdClient\Grinding\update.md" & "mpmissions\Exile.Altis\ExAdClient\Grinding\changelog.md"
+* "mpmissions\Exile.Altis\ExAdClient\Hacking\update.md" & "mpmissions\Exile.Altis\ExAdClient\Hacking\changelog.md"
+* "mpmissions\Exile.Altis\ExAdClient\HaloParachute\update.md" & "mpmissions\Exile.Altis\ExAdClient\HaloParachute\changelog.md"
+* "mpmissions\Exile.Altis\ExAdClient\VirtualGarage\update.md" & "mpmissions\Exile.Altis\ExAdClient\VirtualGarage\changelog.md"
+
+## 160507 09:00 . v0.7.1
+### Fixed
+* Hacking isn't dependent on VirtualGarage anymore (Hacking)
+
## 160506 09:00 . v0.7.0
### Fixed
* Small issue where VG didn't show an advancedHint when storing. (VirtualGarage)
@@ -12,30 +37,19 @@ Must be implemented for Hacking to work proparly
* Implemented Hacking (Hacking)
* Added battleye Hacking exceptions
-### Deleted
-
## 160505 01:40 . v0.6.1
### Fixed
* Display null when entering Virtual Garage from Flag (Virtual Garage)
* Sound error for grinding, tmp fix, sound will work on Chernarus (Grinding)
-### Added
-### Deleted
-
## 160502 23:15 . v0.6.0
-### Fixed
### Added
* Implemented Grinding
* Added battleye grinding exceptions
-### Deleted
-
## 160423 14:04 . v0.5.2
### Fixed
* Description.ext was wrongly configured (Core)
-
-### Added
-### Deleted
## 160426 14:04 . v0.5.1
### Fixed
@@ -51,9 +65,6 @@ Must be implemented for Hacking to work proparly
* EXO Logo.png (Core)
## 160426 . v0.5.0
-### Fixed
### Added
* Changelog introduced (All)
* Repo public (All)
-
-### Deleted
diff --git a/docs/Grinding/changelog.md b/docs/Grinding/changelog.md
index 51b7f35..a9c1f81 100644
--- a/docs/Grinding/changelog.md
+++ b/docs/Grinding/changelog.md
@@ -1,6 +1,10 @@
#VirtualGarage
## Changelog:
-
+
+### 160510 16:00 . v0.7.3
+#### Fixed
+* Declaration of un custamized variables
+
### 160505 01:40 . v0.6.1
#### Fixed
* Sound error for grinding, tmp fix, sound will work on Chernarus
diff --git a/docs/Grinding/update.md b/docs/Grinding/update.md
index bf4dc04..cff423e 100644
--- a/docs/Grinding/update.md
+++ b/docs/Grinding/update.md
@@ -1,5 +1,9 @@
#VirtualGarage
## Instructions:
+
+### 160507 16:00 . v0.7.3
+#### Update
+* Replace "mpmissions\Exile.