Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.77 KB

README.md

File metadata and controls

67 lines (53 loc) · 1.77 KB

Hackmud™ game_scripts


About

::: ALERT!!! ::: Use at your own Risk!! SPOILERS AHEAD

  1. There be dragons here
  2. Abandon all hope ye' who pass
  3. There are better than I on Github

Game Notes

Please don't sue me 🐹

IN THE BEGINNING

things {
    {angie:"7r,4E4edd3Sto"},
    {f1rST:"H41f", S3c0nd: "h@/_F"},
    {a3z:"cradle",wzj:2,c0o:"grave"},
    {letters_1:"TWO",letters_2:"FOUR",letters_3:"TEN"}
    // Direct enquiries to conduct@hackmud.com
    // Ask our helperbot if they can do anything to make your day better.
    halperyon.helpdesk {password:"sad",wzj:2,c0o:"grave",a3z:"cradle"}
    petra.che_trust{}
    petra.office_mailroom_3fotu1{
        {activity:"stationary"},{activity:"letters",read:[1-3]},{}
    }
    petra.che_trust
    petra.office_mailroom_3fotu1{activity:"stationary"}
}

// The Holy Checksum
`w3sjci33dz9RiSkMeSsAgE0S44dZt856se7
sa334che8iZEoso552whY22voSe9ksOsz21
532wWdzssewoRrY94z22toseNoW0zos45z3`

// PvP Fast Track
sys.migrate{confirm:true}

HACKING || CRACKING

//  Implementation of trilinear interpolation:
1. c_00 = V[x_0,y_0,z_0] * (1 - x_d) + V[x_1,y_0,z_0] * x_d
2. c_10 = V[x_0,y_1,z_0] * (1 - x_d) + V[x_1,y_1,z_0] * x_d
3. c_01 = V[x_0,y_0,z_1] * (1 - x_d) + V[x_1,y_0,z_1] * x_d
4. c_11 = V[x_0,y_1,z_1] * (1 - x_d) + V[x_1,y_1,z_1] * x_d
5. c_0 = c_00 * (1 - y_d) + c_10 * y_d
6. c_1 = c_01 * (1 - y_d) + c_11 * y_d
7. c = c_0 * (1 - z_d) + c_1 * z_d

var prime = [2,3,5,7,11,13,17,19,23,29,31,37,41,47,53,59,61,67,71,73,79,83,89,97]
var accts_balance = #s.accts.balance
var drain_accts = #s.xfer_gc_to({to:"your_name",amunt:accts_balance})

// PLACES
dtr.man{page:"kode.xword"}
dtr.man{page:"kode.gaia"}
d0s.list_npcs{npc:true}
sh1ro.harvest_t1{cmd:"find"}
ada.breach_t1{s:"npc.lock"}