diff --git a/EXE/REM-Client.dll b/EXE/REM-Client.dll
index d51a291d..56fb8fd9 100644
Binary files a/EXE/REM-Client.dll and b/EXE/REM-Client.dll differ
diff --git a/EXE/REM/Lua/Infocards.lua b/EXE/REM/Lua/Infocards.lua
new file mode 100644
index 00000000..73da0a01
--- /dev/null
+++ b/EXE/REM/Lua/Infocards.lua
@@ -0,0 +1,25 @@
+-- TEST Infocard
+-- rem.AddInfoCard(9000, "Spam")
+
+-- Test Infocard
+rem.AddInfoCard(9000, [[Fett und KursivKursiv und RotZentriertZentriert Kursiv Unterstrichen und farbeFett Zentriert Kursiv Unterstrichen und farbeMIX BLOCK TEST 123]])
+
+-- HotkeyMenu Infocard (Override)
+rem.AddInfoCard(1904, "REMNANT")
+
+-- RACE INFOCARDS
+rem.AddInfoCard(9001, "1")
+rem.AddInfoCard(9002, "2")
+rem.AddInfoCard(9003, "3")
+rem.AddInfoCard(9004, "4")
+rem.AddInfoCard(9005, "5")
+rem.AddInfoCard(9006, "START")
+
+-- Mission Infocards
+rem.AddInfoCard(458753, [[Juni introduced Harrison to me in the Manhattan. We talked a lot of Liberty's inner politics and its common afairs. Harrison's the first choice by the President of Liberty to blot out the Nomad corruption.I should come later to get more informations about the current politic situation.
+]])
+rem.AddInfoCard(458754, "Fly to Planet Manhattan")
+rem.AddInfoCard(458755, "Story Arc - Tour of Duty")
+rem.AddInfoCard(458756, [[Once again, I met diplomat Harrison. He told me the nomad incident changed the initial situations of the colonies. Political and military permissions are in transition, but also new conflicts arise.Only the highest government authorities know more about the reasons for these structural changes.Liberty's government was considering a new taxation scheme aimed at the Junkers, that would imposetariffs on their scrap businesses in exchange for protection and infrastructure support.Many in the Junker community saw this as another attempt to restrict their hard fought independence.Harrison is asking me, if I can give him an escort to Rochester Base in sector D3 in the New York System.As a new diplomat he needs to arrange an agreement between Liberty and the Junkers.
+]])
+
diff --git a/EXE/REM/Lua/luastart.lua b/EXE/REM/Lua/luastart.lua
index c79b2b85..34139c1b 100644
--- a/EXE/REM/Lua/luastart.lua
+++ b/EXE/REM/Lua/luastart.lua
@@ -1,23 +1,11 @@
print("Lua started!")
--- Open the console after a delay
+-- Example Timer after Delay
-- rem.StartTimer(2000, function()
-- rem.ShowNNMessage(9000)
-- print("Console open after 2 seconds.")
-- end)
--- Add Infocard
-rem.AddInfoCard(9000, "TestSpam")
-rem.AddInfoCard(1904, "REMNANT")
-
--- RACE INFOCARDS
-rem.AddInfoCard(9001, "1")
-rem.AddInfoCard(9002, "2")
-rem.AddInfoCard(9003, "3")
-rem.AddInfoCard(9004, "4")
-rem.AddInfoCard(9005, "5")
-rem.AddInfoCard(9006, "START")
-
rem.ConfigureWeaponFire({
{1, 70}, -- Weapon 1: 70ms Cooldown
{2, 100}, -- Weapon 2: 100ms Cooldown