Talk:Malicious Scripts
From Hack Wars Wiki
Well, in regards to saving money when compiling a Malicious Banking script, just give it your IP directly instead of the 'maliciousIP()'. The only hazard of this is if someone peeks at the code. But, it saves you 3k per script. Doing this, it should cost around $75 for a basic one. Note that these would redirect to you no matter who installs them. ABlueJelly 20:09, 13 April 2008 (UTC)
[edit] second message
message(attacker, "$" + amount + " (deposit) received from infected computer: " +victim);[1]
This line is not necessary. It prevents the following message directed to the victim from being sent [2]! Moreover you already get a system message whenever you get money (including IP of the money source) (sorry that was about (hacked) daily pay).Silverlight 10:32, 25 January 2009 (UTC)
