Hi, here ill post some of my scripts, which are less or more useful.
To begin with, here is an HTML unescape script. It converts the %20%5D%5B chars into readable text.
It tries to detect if the 2 chars after % are valid, but not for every case.
#include <GuiEdit.au3>
#include <Misc.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
Hi,
this is the "continuation" of the Script from my last post. It is a Script which should make it easy to write some Ascii/Text based games.
There are few new commands (description is in the sourcecode).
Save the code as
Ascii Game Framework (GDIP_AsciiGamework_include.au3)
;V 1.00
;Ascii Game Framework - include, written by Dan_555
;Use this to easily program some Ascii-Games
;
;Initialize(Height,Width,"windowname") to startup the GD