/* This patch will unlock Phystris and fix some bugs */ login.alarm[11]=fps; login.depth=-2; global.UserName="PhysTris 1.0"; global.FullMode=1; global.TrialVersion=0; global.user="FREE"; global.show_regroom=0; global.ShowMainMenu=1; with w_button persistent=0; s="/*Phystris License*/global.user='FREE';global.UserName='Phystris 1.0';global.FullMode=1;global.TrialVersion=0;"; f=file_text_open_write('License'); t=encrypt(s,get_pc_id()); file_text_write_string(f,t); file_text_close(f); s1 = "DEBUG:#" + get_pc_id() +"##"+s; object_event_add(playfield, ev_create, 0, "if(global.mappack='Hard' and global.mission_number==6) { with failure_checker instance_destroy() with stat_checker instance_destroy() objective('global.level>1') failure('score>1801') }") object_event_add(mission_buttons_controller, ev_step, ev_step_normal, "if((100517).text='Reach level 3 without scoring more than 3333 pts.') (100517).text='Reach level 2 without scoring more than 1800 pts.'") /* //Force Mode: //settings: global.fp_figcount=3; global.fp_colcount=3; //colors: global.fp_col[1]=$eeeeee global.fp_col[2]=$009900 global.fp_col[3]=$0000dd //figures: global.fp_fig[1]= "0000"+ "0000"+ "0000"+ "0000" global.fp_fig[2]= " 00 "+ " 00 "+ " 00 "+ " 00 " global.fp_fig[3]= "0 0 "+ " 0 0"+ "0 0 "+ " 0 0" with all persistent=0 A=" with part_box instance_destroy(); with part_box_idle instance_destroy(); for(i=0;i<10;i+=1) for(j=0;j<22 ;j+=1) { instance_create(245+i*16,64+j*16,part_box) } " object_event_add(figure_maker,ev_mouse,ev_global_left_press,A) room_goto(GAME) /**/