\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
Welcome to Omnicron Software
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\

 

Home

Scripts

Malicious Scripts

DSINs

Help

About

Employment

Employees

Contact Us

Links

Hacker Warz v1.3

////////////////////////
//Hacker Warz //
//By Omnicron Software//
////////////////////////

// Needed to restore original settings
getcolor
getbgcolor

//OmniSoft Color Setter
color 4
bgcolor 5

//News Letter Subscription
//MYTH Keygen
//C++ Coding Book
//PassBreaker XT
//CLS FTP Address

/////////
//Goods//
/////////

var patch
var patchprice
var totalpatch
var patchbought

var serials
var serialsprice
var totalserials
var serialsbought

var cracks
var cracksprice
var totalcracks
var cracksbought

var passwords
var passwordsprice
var totalpasswords
var passwordsbought

var warez
var warezprice
var totalwarez
var warezbought

/////////////
//Variables//
/////////////
var menuchoice

var purchased
var cost
var decimal

var up
var down
var luck
var bonus
var money

var day
var finish
chr 160
! decimal = .
@menu
cls
color blue
SAY /\/\/\/\/\/\/\/\/\/\/
color orange
SAY Hacker Warz
color blue
SAY \/\/\/\/\/\/\/\/\/\/\
color orange
SAY By Omnicron Software
color blue
skipline
SAY %chr% 1. Play Hacker Warz
SAY %chr% 2. About
SAY %chr% 3. Quit
skipline
color white
INPUT menuchoice Please choose a number.

IF menuchoice = 1
CLS
goto gamestart
ENDIF

IF menuchoice = 2
goto about
ENDIF

IF menuchoice = 3
goto quit
ENDIF

//ELSE
color blue
SAY Sorry. Invalid Choice.
skipline
pause
skipline
CLS
goto menu
@about
CLS
color orange
SAY Welcome to Hacker Warz.
color blue
SAY The latest game from Omnicron Software.
color white
SAY Hacker Warz is one of those games where you
SAY buy low and sell high.
skipline
SAY The objective of the game is to try to reach
SAY the dream of $50,000 in the fastest possible
SAY time.
skipline
SAY You make money by selling the five commodities
SAY in Hacker Warz.
skipline
SAY These commodities are:
SAY Patches - R.R.P. 25
SAY Serials - R.R.P. 50
SAY Cracks - R.R.P. 100
SAY Passwords - R.R.P. 200
SAY Warez - R.R.P. 500
skipline
SAY Each one has a different price which fluctuates.
skipline
PAUSE
skipline
SAY Each day, the prices for goods change. Sometimes
SAY they will go down, other times, they go up.
skipline
SAY Also, luck comes into play with servers going
SAY down and being added.
skipline
SAY If you are good, plan ahead, and just plain lucky
SAY you will make 100,000 in no time :)
skipline
PAUSE
skipline
goto menu

@gamestart
! money = 1000
! day = 1
! finish = 0

@newday
///////
//RRP//
///////

! patchprice = 25
! serialsprice = 50
! cracksprice = 100
! passwordsprice = 200
! warezprice = 500

//////////////
//Price Flux//
//////////////

//Patch

rndint 20
! up = %rndint%
rndint 20
! down = %rndint%

! bonus = 0

rndint 100
! luck = %rndint%

IF luck > 90
rndint 30
! down = 0
! bonus = 0 + %rndint% + 10
skipline
SAY The FTP mirror systems are down! Patch prices rocket!
endif

IF luck < 10
rndint 30
! down = 0
! bonus = 0 - %rndint% - 10
skipline
SAY The FTP mirror system gets THREE new servers!!! Patch prices plummet!
endif

! patchprice = %patchprice% + %up% - %down% + %bonus%

IF patchprice < 10
! patchprice = 10
endif

//serials

rndint 10
! up = %rndint%
rndint 10
! down = %rndint%

! bonus = 0

rndint 100
! luck = %rndint%

IF luck > 90
rndint 30
! down = 0
! bonus = 0 + %rndint% + 10
skipline
SAY The HyperSerialz network is DOWN!!! Serial prices rocket!
endif

IF luck < 10
rndint 30
! up = 0
! bonus = 0 - %rndint% - 10
skipline
SAY HyperSerialz gets a new server!!! Serial prices plummet!
endif

! serialsprice = %serialsprice% + %up% - %down% + %bonus%

IF serialsprice < 20
! serialsprice = 20
endif

//cracks

rndint 50
! up = %rndint%
rndint 50
! down = %rndint%

! bonus = 0

rndint 100
! luck = %rndint%

IF luck > 90
rndint 30
! down = 0
! bonus = 0 + %rndint% + 10
skipline
SAY The UberCrakz network is DOWN!!! Crack prices rocket!
endif

IF luck < 10
rndint 30
! up = 0
! bonus = 0 - %rndint% - 10
skipline
SAY UberCrakz gets a new server!!! Crack prices plummet!
endif

! cracksprice = %cracksprice% + %up% - %down% + %bonus%

IF cracksprice < 30
! cracksprice = 30
endif

//passwords

rndint 50
! up = %rndint%
rndint 50
! down = %rndint%

! bonus = 0

rndint 100
! luck = %rndint%

IF luck > 90
rndint 30
! down = 0
! bonus = 0 + %rndint% + 10
skipline
SAY The PassPalace network is DOWN!!! Password prices rocket!
endif

IF luck < 10
rndint 30
! up = 0
! bonus = 0 - %rndint% - 10
skipline
SAY PassPalace gets a new server!!! Password prices plummet!
endif

! passwordsprice = %passwordsprice% + %up% - %down% + %bonus%

IF passwordsprice < 40
! passwordsprice = 40
endif

//warez

rndint 50
! up = %rndint%
rndint 50
! down = %rndint%

! bonus = 0

rndint 100
! luck = %rndint%

IF luck > 90
rndint 30
! down = 0
! bonus = 0 + %rndint% + 10
skipline
SAY The KaZaM network is DOWN!!! Warez prices rocket!
endif

IF luck < 10
rndint 30
! up = 0
! bonus = 0 - %rndint% - 10
skipline
SAY KaZaM gets a new server!!! Warez prices plummet!
endif

! warezprice = %warezprice% + %up% - %down% + %bonus%

IF warezprice < 50
! warezprice = 50
endif

@prices
skipline
SAY It is day %day%.
skipline
SAY You have $%money%.
skipline
SAY Patches are worth %patchprice%.
SAY Serials are worth %serialsprice%.
SAY Cracks are worth %cracksprice%.
SAY Passwords are worth %passwordsprice%.
SAY Warez are worth %warezprice%.
skipline
SAY You are carrying %patch% patches.
SAY You are carrying %serials% serials.
SAY You are carrying %cracks% cracks.
SAY You are carrying %passwords% passwords.
SAY You are carrying %warez% warez.


///////////////
//Day actions//
///////////////
@day
skipline
color orange
SAY Day Menu
skipline
color blue
SAY %chr% 1. Buy
SAY %chr% 2. Sell
SAY %chr% 3. Repeat Prices
SAY %chr% 4. End Day
SAY %chr% 5. Quit
color white
INPUT menuchoice Ch00se 4n op71on

IF menuchoice = 1
goto buy
ENDIF

IF menuchoice = 2
goto sell
ENDIF

IF menuchoice = 3
goto prices
ENDIF

IF menuchoice = 4
CLS
color blue
SAY %chr% 1 = Yes
SAY %chr% 2 = No
skipline
color white
INPUT menuchoice End the day?

IF menuchoice = 1
goto nextday
ENDIF

IF menuchoice = 2
CLS
goto day
ENDIF

IF menuchoice = 5
CLS
skipline
color blue
SAY %chr% 1 = Quit
SAY %chr% 2 = Don't quit
skipline
color red
SAY Be advised, your game will NOT be saved.
color white
skipline
INPUT menuchoice Are you sure you want to quit?

IF menuchoice = 1
goto quit
ENDIF

IF menuchoice = 2
CLS
goto day
ENDIF

skipline
SAY Sorry. Invalid choice.
SKIPLINE
PAUSE
skipline
CLS
goto day

@buy
CLS
color orange
SAY Which bitz do you want to purchase?
skipline
color blue
SAY %chr% 1. Patches
SAY %chr% 2. Serials
SAY %chr% 3. Cracks
SAY %chr% 4. Passwords
SAY %chr% 5. Warez
SAY %chr% 6. Back
color white
INPUT menuchoice Ch00se 4n 0p71on

IF menuchoice = 1
goto buypatches
ENDIF
IF menuchoice = 2
goto buyserials
ENDIF
IF menuchoice = 3
goto buycracks
ENDIF
IF menuchoice = 4
goto buypasswords
ENDIF
IF menuchoice = 5
goto buywarez
ENDIF
IF menuchoice = 6
CLS
goto day
ENDIF

@buypatches

skipline
color blue
SAY Patches are worth %patchprice%.
SAY You have $%money%.
skipline
! totalpatch = %money% / %patchprice%

INSTR totalpatch decimal
! instr = %instr% - 1
strmid totalpatch 1 %instr%
! totalpatch = %strmid%

SAY You can buy a maximum of %totalpatch%.

skipline
color white
INPUT purchased How many patches do you wish to buy?
! cost = %purchased% * %patchprice%

IF cost > %money%
skipline
color red
SAY You don't have enough money.
goto buypatches
ENDIF

! money = %money% - %cost%
! patch = %patch% + %purchased%
skipline
color green
SAY Transaction completed. You now have %patch% patches.
SAY You have $%money%.
skipline
PAUSE
skipline
CLS
goto day


@buyserials
skipline
color blue
SAY Serials are worth %serialsprice%.
SAY You have $%money%.
skipline
! totalserials = %money% / %serialsprice%

INSTR totalserials decimal
! instr = %instr% - 1
strmid totalserials 1 %instr%
! totalserials = %strmid%

SAY You can buy a maximum of %totalserials%.

skipline
color white
INPUT purchased How many serials do you wish to buy?
! cost = %purchased% * %serialsprice%

IF cost > %money%
skipline
color red
SAY You don't have enough money.
goto buyserials
ENDIF

! money = %money% - %cost%
! serials = %serials% + %purchased%
skipline
color green
SAY Transaction completed. You now have %serials% serials.
SAY You have $%money%.
skipline
PAUSE
skipline
CLS
goto day

@buycracks
skipline
color blue
SAY Cracks are worth %cracksprice%.
SAY You have $%money%.
skipline
! totalcracks = %money% / %cracksprice%

INSTR totalcracks decimal
! instr = %instr% - 1
strmid totalcracks 1 %instr%
! totalcracks = %strmid%

SAY You can buy a maximum of %totalcracks%.

skipline
color white
INPUT purchased How many cracks do you wish to buy?
! cost = %purchased% * %cracksprice%

IF cost > %money%
skipline
color red
SAY You don't have enough money.
goto buycracks
ENDIF

! money = %money% - %cost%
! cracks = %cracks% + %purchased%
skipline
color green
SAY Transaction completed. You now have %cracks% cracks.
SAY You have $%money%.
skipline
PAUSE
skipline
CLS
goto day

@buypasswords
skipline
color blue
SAY Passwords are worth %passwordsprice%.
SAY You have $%money%.
skipline
! totalpasswords = %money% / %passwordsprice%

INSTR totalpasswords decimal
! instr = %instr% - 1
strmid totalpasswords 1 %instr%
! totalpasswords = %strmid%

SAY You can buy a maximum of %totalpasswords%.

skipline
color white
INPUT purchased How many passwords do you wish to buy?
! cost = %purchased% * %passwordsprice%

IF cost > %money%
skipline
color red
SAY You don't have enough money.
goto buypasswords
ENDIF

! money = %money% - %cost%
! passwords = %passwords% + %purchased%
skipline
color green
SAY Transaction completed. You now have %passwords% passwords.
SAY You have $%money%.
skipline
PAUSE
skipline
CLS
goto day

@buywarez
skipline
color blue
SAY Warez are worth %warezprice%.
SAY You have $%money%.
skipline
! totalwarez = %money% / %warezprice%

INSTR totalwarez decimal
! instr = %instr% - 1
strmid totalwarez 1 %instr%
! totalwarez = %strmid%

SAY You can buy a maximum of %totalwarez%.

skipline
color white
INPUT purchased How many warez do you wish to buy?
! cost = %purchased% * %warezprice%

IF cost > %money%
skipline
color red
SAY You don't have enough money.
goto buywarez
ENDIF

! money = %money% - %cost%
! warez = %warez% + %purchased%
skipline
color green
SAY Transaction completed. You now have %warez% warez.
SAY You have $%money%.
skipline
PAUSE
skipline
CLS
goto day

@sell
CLS
color orange
SAY Which bitz do you want to sell?
skipline
color blue
SAY %chr% 1. Patches
SAY %chr% 2. Serials
SAY %chr% 3. Cracks
SAY %chr% 4. Passwords
SAY %chr% 5. Warez
SAY %chr% 6. Back
color white
INPUT menuchoice Ch00se 4n 0p71on

IF menuchoice = 1
goto sellpatches
ENDIF
IF menuchoice = 2
goto sellserials
ENDIF
IF menuchoice = 3
goto sellcracks
ENDIF
IF menuchoice = 4
goto sellpasswords
ENDIF
IF menuchoice = 5
goto sellwarez
ENDIF
IF menuchoice = 6
CLS
goto day
ENDIF

@sellpatches
skipline
color blue
SAY Patches are worth %patchprice%.
SAY You have $%money%.
skipline

SAY You can sell a maximum of %patch%.

skipline
color white
INPUT purchased How many patches do you wish to sell?

IF purchased > %patch%
skipline
color red
SAY You don't have enough patches.
goto sellpatches
ENDIF
! cost = %purchased% * %patchprice%
! money = %money% + %cost%
! patch = %patch% - %purchased%
skipline
color green
SAY Transaction completed. You now have %patch% patches.
SAY You have $%money%.
skipline
PAUSE
skipline
CLS
goto day

@sellserials
skipline
color blue
SAY Serials are worth %serialsprice%.
SAY You have $%money%.
skipline

SAY You can sell a maximum of %serials%.

skipline
color white
INPUT purchased How many Serials do you wish to sell?

IF purchased > %serials%
skipline
color red
SAY You don't have enough Serials.
goto sellserials
ENDIF
! cost = %purchased% * %serialsprice%
! money = %money% + %cost%
! serials = %serials% - %purchased%
skipline
color green
SAY Transaction completed. You now have %serials% serials.
SAY You have $%money%.
skipline
PAUSE
skipline
CLS
goto day

@sellcracks
skipline
color blue
SAY Cracks are worth %cracksprice%.
SAY You have $%money%.
skipline

SAY You can sell a maximum of %cracks%.

skipline
color white
INPUT purchased How many Cracks do you wish to sell?

IF purchased > %cracks%
skipline
color red
SAY You don't have enough Cracks.
goto sellcracks
ENDIF
! cost = %purchased% * %cracksprice%
! money = %money% + %cost%
! cracks = %cracks% - %purchased%
skipline
color green
SAY Transaction completed. You now have %cracks% Cracks.
SAY You have $%money%.
skipline
PAUSE
skipline
CLS
goto day

@sellpasswords
skipline
color blue
SAY Passwords are worth %passwordsprice%.
SAY You have $%money%.
skipline

SAY You can sell a maximum of %passwords%.

skipline
color white
INPUT purchased How many Passwords do you wish to sell?

IF purchased > %passwords%
skipline
color red
SAY You don't have enough Passwords.
goto sellpasswords
ENDIF
! cost = %purchased% * %passwordsprice%
! money = %money% + %cost%
! passwords = %passwords% - %purchased%
skipline
color green
SAY Transaction completed. You now have %passwords% Passwords.
SAY You have $%money%.
skipline
PAUSE
skipline
CLS
goto day

@sellwarez
skipline
color blue
SAY Warez are worth %warezprice%.
SAY You have $%money%.
skipline

SAY You can sell a maximum of %warez%.

skipline
color white
INPUT purchased How many Warez do you wish to sell?

IF purchased > %warez%
skipline
color red
SAY You don't have enough Warez.
goto sellwarez
ENDIF
! cost = %purchased% * %warezprice%
! money = %money% + %cost%
! warez = %warez% - %purchased%
skipline
color green
SAY Transaction completed. You now have %warez% Warez.
SAY You have $%money%.
skipline
PAUSE
skipline
CLS
goto day

@nextday
IF money > 50000
IF finished = 0
CLS
color green
SAY CONGRATULATIONS!!! You acheived $50,000!!!
skipline
SAY It took you %day% days!
skipline
color blue
SAY %chr% 1 = Quit
SAY Anything else = Keep Playing
skipline
color white
INPUT menuchoice Do you want to keep playing?
! finish = 1
ENDIF

IF menuchoice = 2
goto quit
ENDIF

! day = %day% + 1
CLS
goto newday


@quit
CLS
color blue
SAY Thank you for playing
color orange
SAY Hacker Warz by OmniSoft
skipline
color blue
SAY Visit us on the web at
color green
SAY http://clix.to/omnisoft
skipline
color White
SAY Please tell all your friends about us!
skipline
SAY This script is freeware, feel free to post
SAY an un-edited version of it on any form of
SAY electronic distribution system (BBS, FIDO,
SAY e-mail etc.)
skipline

free patch
free patchprice
free totalpatch
free patchbought
free serials
free serialsprice
free totalserials
free serialsbought
free cracks
free cracksprice
free totalcracks
free cracksbought
free passwords
free passwordsprice
free totalpasswords
free passwordsbought
free warez
free warezprice
free totalwarez
free warezbought
free menuchoice
free purchased
free cost
free decimal
free up
free down
free luck
free bonus
free money
free day
free finish

// Return all original values
color 4
bgcolor 5
color %getcolor%
bgcolor %getbgcolor%

//Quit
END

STATS

Website (C) Omnicron Software 2003
Dark Signs is (c) Terminal Zero

1