Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

2 things 0.0

Featured Replies

1.

Wtf, Master Chief was banned?!

http://gyazo.com/a1bcabc593855e9c012b9670208053bb

2.

I made BlackJack in Js when I got bored, you like it :3?

<script type="text/javascript">
var playing = true;
var yourRoll = Math.floor(Math.random() * 11);
var pcRoll = Math.floor(Math.random() * 11);
var yourTotal = 0;
var pcTotal = 0;
stay = false;
while (playing) {
if (yourTotal > 21) {
console.log("You lost, sorry!");
yourTotal = 0;
pcTotal = 0;
stay = false;
var playAgain1 = prompt ("Do you want to play again?").toLowerCase();
switch(playAgain1) {
case 'yes' : {
playing = true;
}
break;
case 'no' : {
playing = false;
}
break;
}
}
if (yourTotal === 21){
console.log("Black Jack!");
yourTotal = 0;
pcTotal = 0;
stay = false;
var playAgain1 = prompt ("Do you want to play again?").toLowerCase();
switch(playAgain1) {
case 'yes' : {
playing = true;
}
break;
case 'no' : {
playing = false;
}
break;
}
if (pcTotal === 21) {
console.log("The pc got a Black Jack, dang!");
yourTotal = 0;
pcTotal = 0;
stay = false;
var playAgain1 = prompt ("Do you want to play again?").toLowerCase();
switch(playAgain1) {
case 'yes' : {
playing = true;
}
break;
case 'no' : {
playing = false;
}
break;
}
}
if (stay) {
pcTotal = pcTotal + pcRoll;
}
if (yourTotal < 21 && pcTotal < 21 && hitOrNot === 'hit'){
var hitOrNot = prompt("Would you like to hit or stay?").toLowerCase;
switch (hirOrNot){
case 'hit' : {
yourTotal = yourRoll + yourTotal;
}
break;
case 'stay' : {
stay = true;
}

}
}
else {
console.log("Error, please restart the Game, report this to the owner if it continues at: Anewlifehasbegun@yahoo.com");
playing = false;
}
}





}
<script>

 

1.

Wtf, Master Chief was banned?!

http://gyazo.com/a1bcabc593855e9c012b9670208053bb

2.

I made BlackJack in Js when I got bored, you like it :3?

<script type="text/javascript">
var playing = true;
var yourRoll = Math.floor(Math.random() * 11);
var pcRoll = Math.floor(Math.random() * 11);
var yourTotal = 0;
var pcTotal = 0;
stay = false;
while (playing) {
if (yourTotal > 21) {
console.log("You lost, sorry!");
yourTotal = 0;
pcTotal = 0;
stay = false;
var playAgain1 = prompt ("Do you want to play again?").toLowerCase();
switch(playAgain1) {
case 'yes' : {
playing = true;
}
break;
case 'no' : {
playing = false;
}
break;
}
}
if (yourTotal === 21){
console.log("Black Jack!");
yourTotal = 0;
pcTotal = 0;
stay = false;
var playAgain1 = prompt ("Do you want to play again?").toLowerCase();
switch(playAgain1) {
case 'yes' : {
playing = true;
}
break;
case 'no' : {
playing = false;
}
break;
}
if (pcTotal === 21) {
console.log("The pc got a Black Jack, dang!");
yourTotal = 0;
pcTotal = 0;
stay = false;
var playAgain1 = prompt ("Do you want to play again?").toLowerCase();
switch(playAgain1) {
case 'yes' : {
playing = true;
}
break;
case 'no' : {
playing = false;
}
break;
}
}
if (stay) {
pcTotal = pcTotal + pcRoll;
}
if (yourTotal < 21 && pcTotal < 21 && hitOrNot === 'hit'){
var hitOrNot = prompt("Would you like to hit or stay?").toLowerCase;
switch (hirOrNot){
case 'hit' : {
yourTotal = yourRoll + yourTotal;
}
break;
case 'stay' : {
stay = true;
}

}
}
else {
console.log("Error, please restart the Game, report this to the owner if it continues at: Anewlifehasbegun@yahoo.com");
playing = false;
}
}





}
<script>

1. Yes he did.

2. Good job. Try poker now :D

Cool script xD

 

Java coding much better though. Much more you know to ''fap'' with.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.