Jump to content

Search the Community

Showing results for tags 'rsc bot proggie'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Forum Rules
    • Announcements
    • General Discussion
    • Forum Discussion
  • Support
    • Download SCAR Divi
    • SCAR Divi Manual
    • General Help
    • Scripting Help
    • Script Help
    • Tutorials and FAQ
  • Scripts
    • Scripts For Games
    • Game Scripts
    • Other Scripts
    • Requests
  • Include Libraries
    • OSI
    • MSSL
    • GMRL
    • SSIL
    • Archive
  • Code Bin
    • Mouse & Keyboard
    • Screen & Client
    • Color, Bitmap, DTM & OCR
    • Points & Boxes
    • Files & Networking
    • Math
    • Other Snippets
  • Development
    • Development Roadmap
    • Bugtracker
    • Development Discussion
  • Games
    • RuneScape
    • Seafight
    • Other Games
  • Misc
    • Native Corner
    • Programming
    • Graphics
    • Music
    • Movies & TV

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Interests


Occupation


Studies


Skype

Found 2 results

  1. I want to make a rsc bot, I decided to use Scar cause it uses the clients outer-frame (Colors, coordinates, bitmaps...) then code in itself (a.k.a RSBot = Javascript;) But I don't know how to pull off something like this.. I'm working on a script that allows me to ratio the amount of fail attempts and successed of theiving (text in bottem left screen).. I'd also like to know how much exp I make average-hour -just like proggies. Anyway to pull this off? I'll post my coding so far please help! [b]program[/b] ProggieTheiv; [b]var[/b] x, y, a, b, c : Integer; [b]procedure[/b] FindSucesses; [b]begin[/b] [color="#008000"] {if find sucess then b := b + 1;}[/color] Wait(50); [b]end; [/b] [b]procedure[/b] FindFails; [b]begin[/b] c := 0; [b]repeat[/b] c := c + 1; Wait(500); [color="#008000"]{if find fail then a := a + 1;}[/color] Wait(50); [b]FindSucesses;[/b] Wait(50); [b]until[/b](c > 250); [b]end;[/b] [b]begin[/b] c := 0; [b]repeat[/b] c := c + 1; [b] FindFails;[/b] Wait(20+random(500)); [color="#008000"] {report a := ?, report b := ?;} [/color][b]until[/b](c > 500); [b]end.[/b]
  2. I want to make a rsc bot, I decided to use Scar cause it uses the clients outer-frame (Colors, coordinates, bitmaps...) then code in itself (a.k.a RSBot = Javascript;) But I don't know how to pull off something like this.. I'm working on a script that allows me to ratio the amount of fail attempts and successed of theiving.. I'd also like to know how much I make on average exp/per H and what not just like proggies. Anyway to pull this off? I'll post a picture a picture and my coding so far please help!
×
  • Create New...