Jump to content

Search the Community

Showing results for tags 'creator'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OSBot
    • News & Announcements
    • Community Discussion
    • Bot Manager
    • Support Section
    • Mirror Client VIP
    • Script Factory
  • Scripts
    • Official OSBot Scripts
    • Script Factory
    • Unofficial Scripts & Applications
    • Script Requests
  • Market
    • OSBot Official Voucher Shop
    • Currency
    • Accounts
    • Services
    • Other & Membership Codes
    • Disputes
  • Graphics
    • Graphics
  • Archive

Product Groups

  • Premium Scripts
    • Combat & Slayer
    • Money Making
    • Minigames
    • Others
    • Plugins
    • Agility
    • Mining & Smithing
    • Woodcutting & Firemaking
    • Fishing & Cooking
    • Fletching & Crafting
    • Farming & Herblore
    • Magic & Prayer
    • Hunter
    • Thieving
    • Construction
    • Runecrafting
  • Donations
  • OSBot Membership
  • Backup

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location:


Interests

Found 3 results

  1. An open source Oldschool Runescape account creator with proxy and anticaptcha support! below is a snippet of how to use it. The only requirement is to specify your api key from anti-captcha.com public static final String API_KEY = "INSERT_API_KEY_HERE"; public static final String WEBSITE_URL = "https://secure.runescape.com/m=account-creation/g=oldscape/create_account?trialactive=true"; public static final String WEBSITE_KEY = "6LccFA0TAAAAAHEwUJx_c1TfTBWMTAOIphwTtd1b"; public static void main(String[] args) throws InterruptedException, MalformedURLException { Scanner in = new Scanner(System.in); AccountCreator creator = new AccountCreator(); System.out.print("IP : "); String ip = in.next(); System.out.print("PORT : "); int port = in.nextInt(); System.out.print("DISPLAY NAME : "); String displayName = in.next(); System.out.print("EMAIL : "); String email = in.next(); System.out.print("PASSWORD : "); String password = in.next(); System.out.print("AGE : "); int age = in.nextInt(); in.close(); creator.getBalance(); creator.createAccount(ip, port, displayName, email, password, age); }
  2. FAQ: What is this and how does it work? > This is a Server-based Runescape Account creator that takes advantage of 2Captcha and Proxys to create Accounts How much does it cost? > 20$ Account setup fee (Includes 5$ Account balanace) > 0.09$ balance per Account > 0.03$ balance per Account when using your own 2Captcha Account & Proxies Preview: Features: Create Accounts using your own HTTPS Proxies! Ability to choose between a random password or setting a fixed one Ability to feed it a list of E-Mail hosts Ability to match the E-Mail to the IGN To purchase this simply contanct me on Skype or add me on Discord (dinh#1260) GUI:
  3. A very simple CLI Script Creator. Helps you create CLI scripts with ease without having to copy, paste, and edit over and over. Hope it helps make your botting career a bit easier! Dependencies: Requires Python 3.6.1 or higher to run. Python download: https://www.python.org/downloads/ Here is the link to the GitHub repo: https://github.com/Tylersobored/MakeBat Latest Version: 0.4.1 Changelog: v0.4.1 - Added random worlds (type "f2p" or "p2p" in world parameter) v0.4 - Fixed bugs when updating bots v0.3 - Added ability to select multiple bots and update them accordingly. - Added Update All and Import Proxies buttons
×
×
  • Create New...