Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'scripts'

2107668 - script meteo bash: scripts bash meteo
  1. *** Fichier meteo.sh ***
  2.  
  3.  
  4. #!/bin/bash
  5.  
  6. set -xv
  7.  
  8. ########################################################################
  9.  
1291891 - ScriptHelper: help scripts programming basic website
  1. --Basic Website Script help.
  2.  
  3. Here are some basic website scripts. They are very useful to know when you are programming your own website.
  4. <img src="IMAGELINKHERE"> --This script will add an image to your site. Of course, IMAGELINKHERE is not an actual web link,
  5. and therefore it must be changed. Keep everything the same INCLUDING THE QUOTES (I cannot stress enough how important the
  6. quotes are!) except the text IMAGELINKHERE. That needs to be replaced with the actual link of the picture you want to upload
  7. to your site. If you have your image on an image upload site, copy the link in the section DIRECT LINK or whichever one
  8. that will work when the link is put into the code. With uploading sites that give multiple links, you may have to experiment
  9.  
974276 - Pawno lotto script: samp script scripts sa gta lotto
  1. #include a_samp
  2.  
  3. public lottery(){
  4. for(new i=0;i<MAX_PLAYERS;i++){
  5. lotto = random(40);
  6. lotto2 = random(40);
  7. lotto3 = random(40);
  8. format(string, sizeof(string),"Todays Lotto Numbers: %d %d %d!",lotto,lotto2,lotto3);
  9.  
957068 - Pawno lotto script: samp script scripts sa gta lotto
  1. #include a_samp
  2.  
  3. public lottery(){
  4. for(new i=0;i<MAX_PLAYERS;i++){
  5. lotto = random(40);
  6. lotto2 = random(40);
  7. lotto3 = random(40);
  8. format(string, sizeof(string),"Todays Lotto Numbers: %d %d %d!",lotto,lotto2,lotto3);
  9.  
898511 - ChannelWatcher By:Kool-aid_Man: mirc scripts
  1. /*
  2. Created by: Kool-aid_Man @ irc.hackthissite.org (SSL Port: 7000)
  3.  
  4. Things to get done:
  5. *Lots more...
  6. --Send to multiple windows maybe? (for one send only maybe?)
  7. --Menus need work
  8. --Customization dialog?
  9.  
worth-right
worth-right
fantasy-obligation