I have already created a simple script but i dont know how to make it pop up in another window like running in msi. I have this but for some reason its not working
yes i filled it out too.Code:{$DEFINE SMART} {$i srl/srl.simba} {$i sps/sps.simba} procedure DeclarePlayers; begin HowManyPlayers := 1; NumberOfPlayers(howmanyplayers); CurrentPlayer := 0; Players[0].Name := ''; // Username Players[0].Pass := ''; // Password Players[0].Nick := ''; // 3-4 lowercase letters from ingame username; Players[0].Active := True; // Set to true if you want to use Player 0 Players[0].Pin := ''; // Bank Pin end;
I then tried puting it in the loop but its not working, help would be appreciated.


Reply With Quote




