Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

UPLINK GAME SCRIPT 1


  • Please log in to reply
2 replies to this topic
wheeloftime_rules
  • Members
  • 47 posts
  • Last active: Apr 07 2008 12:38 AM
  • Joined: 06 Feb 2006
One of two scripts made for the game Uplink (Uplink.co.uk)

When, in Uplink, you are caught hacking (it is a hacking game), your file is, in essence, erased. A way to avoid restarting is to back up the file. This simple script will save the file to your desktop every time you press ^+s. It'll beep to let you know it worked. Assumes it knows where you installed Uplink.

The code is:
InputBox, NAME, File Name, What is the file name of the file you want to back up?  Include the .usr extension.
if errorlevel=1, Reload
^+s::
FileCopy, %programfiles%\Uplink\Users\%NAME%, %userprofile%\Desktop\%NAME%, 1
Soundplay, *64, 1
Return

My other sig is a Porsche.

Veovis
  • Members
  • 389 posts
  • Last active: Mar 17 2009 12:24 AM
  • Joined: 13 Feb 2006
Eureca!!! i thought uplink was only for mac!
Posted Image
"Power can be given overnight, but responsibility must be taught. Long years go into its making."

wheeloftime_rules
  • Members
  • 47 posts
  • Last active: Apr 07 2008 12:38 AM
  • Joined: 06 Feb 2006
Uplink is for PC and Linux. Check out uplink game script 2.
My other sig is a Porsche.