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.

Can someone help me with Batch/Dos coding (or whatever it's called, cuz seriously, fuck those guys)

Featured Replies

I'm trying to make a string, and if the string is so and so, it goes to such of such place...

Like this:

echo Please pick on of the servers.
-now I want it to be like, input "server: "____(e.g. CreativeScape)-
if %server% = CreativeScape GOTO CreativeScapeServer
:CreativeScapeServer

I know A LOT of that shit is messed up, like the %server% part, and the 'input' part, as you can see I really need help.

 

Here is my actual code, full:

@echo off
title Add servers! V.0.1
color 0a
:start
echo  __________________________________________________
echo !    This is my first attempt at auto-download     !
echo !  server things and stuff, so it will be buggy    !
echo !  and perhaps not work. It will need constant     !
echo ! updates but perhaps one day I'll get it perfect. !
echo !__________________________________________________!
echo Which server do you want to download? As of December
echo 24th, there are the following servers:
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo Universal.jar  --  2006Remade.jar
echo AllStarLegends.jar  --  CreativeScape.jar
echo CrisisX.jar  -- FirePk.jar  --  OhHaiDer.jar
echo PKHonor.jar  --  RuneDeath.jar  --  Vasora.jar
echo and runeonline.jar
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo Please pick one of the servers, and type it in AS IT
set /p server= IS (case sensitive, include.jar) for direct download.
if '%server%'Universal.jar" goto universal
:universal
echo Downloading Universal.jar provider. This will be a moment.
pause

I'm trying to make this RSPS bot much easier to use for new people :p

  • Author

edit: I've changed the ending of my code to

set /p server= IS (case sensitive, include.jar) for direct download: if '%server%'=="Universal.jar' goto universal
:universal
echo Downloading Universal.jar provider. This will be a moment.
pause

and I get 'syntax error'

Guest
This topic is now closed to further replies.

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.