Results 1 to 24 of 24

Thread: Hello scripters :)

  1. #1
    Join Date
    Mar 2013
    Location
    Norway
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Red face Hello scripters :)

    Hey, thanks for dropping by my thread
    My real name is Robin, I'm 16 and I'm from Norway. (A pretty unknown country for most people )
    I joined here due to the fact that I wanted bots on Old School Runescape, but when I opened them up to use them, I felt such a strong feeling inside me to learn what that unknown shizz was. :P
    So I started reading tuts and other scripts instantly and got hooked.
    I'm constantly thinking of how I can make scripts better, what to learn, how I can fix the issue I'm struggling with and so on.
    All I can say is that I love this community, the kindness when people talk, giving constructive criticism, helping out and last but now least the eager this community gives me to create something.

    I made my first script within my 14 days of trying to learn simba, a gnome stronghold agility runner.
    I'm a perfectionist, I'm not quitting before I have managed my goals (believe me, they are high.).
    "Have dreams so big you can never achieve it, then become the person who can" or "Dream big, it's the first step to success", right?
    I'm eager to learn all about Simba to be a very good scripter <3

    So you will see me around

  2. #2
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Welcome!

    I also am new, but not really new to coding so I know a bit about it if you need any help

    From lurking on these forums, there seems to be a lot of old timers and needless to say it's probably good that they get some members without arthritis around here.

  3. #3
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Pleasure to have to here!

    About Norway, you might be surprised how many of us have heard of there, it is a pretty sizable country, and a large number of us are European (personally I'm from the UK).

    I hope you enjoy your stay

  4. #4
    Join Date
    Mar 2013
    Location
    Norway
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Richard View Post
    Pleasure to have to here!

    About Norway, you might be surprised how many of us have heard of there, it is a pretty sizable country, and a large number of us are European (personally I'm from the UK).

    I hope you enjoy your stay
    Of course I will enjoy my stay About Norway, didn't know many did know it. Because everytime I have said Norway before, noone knows what or where it is XD

    Quote Originally Posted by Lord Waffles View Post
    Welcome!

    I also am new, but not really new to coding so I know a bit about it if you need any help

    From lurking on these forums, there seems to be a lot of old timers and needless to say it's probably good that they get some members without arthritis around here.
    Hahahaha xD Made my day :P

  5. #5
    Join Date
    Mar 2013
    Posts
    167
    Mentioned
    7 Post(s)
    Quoted
    62 Post(s)

    Default

    I've always wanted to live in Norway. How's life there?
    "To sleep, perchance to dream"

  6. #6
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    Welcome to the community. Please make sure to not leave your login details of your account when you realease your scripts..

  7. #7
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by Silentcore View Post
    Welcome to the community. Please make sure to not leave your login details of your account when you realease your scripts..

  8. #8
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    Quote Originally Posted by Lord Waffles View Post
    lol, but it happens..

  9. #9
    Join Date
    Mar 2013
    Location
    Norway
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Vusn View Post
    I've always wanted to live in Norway. How's life there?
    Pretty usual, nothing to brag about to be honest :P

    Quote Originally Posted by Silentcore View Post
    Welcome to the community. Please make sure to not leave your login details of your account when you realease your scripts..
    Hahah :P I have seen that mistake been done before, that's why I double check the script :P

  10. #10
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Welcome man! Awesome job on already releasing a script, it is a fun challenge for sure. Don't hesitate to ask if you need help with any scripting

  11. #11
    Join Date
    Mar 2013
    Location
    Norway
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Welcome man! Awesome job on already releasing a script, it is a fun challenge for sure. Don't hesitate to ask if you need help with any scripting
    Have some questions, but not important enough to post :P Do you have skype?

  12. #12
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Premix View Post
    Have some questions, but not important enough to post :P Do you have skype?
    hotshot1489

  13. #13
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Aaah, sounds familiar. Here is what I did: First I printed out all scripts I could get to work. I studied them, took them with me whereever I'd had the time to stare and made notes with pencil or pen on them. Next I copied pasted some of their procedures and made it work into my own scripts. Then I printed out every include I could find and studied, ordered and combined them into SRL

    During my early days of scripting I discovered some basic rules.

    Rule 1. Wait. When something goes wrong in your script it is probably because you haven't waited long enough. There is plenty of time in rs. It is a boring repetetetive games you see? And sloooow. So wait. Wait for things to happen. Wait for visual clues, changes in the inventory, sudden nearby changes in color, changes in the chattext, minimap, uptext, stats. Every visual clue is covered in SRL and all have their functions and procedure. Tip: While waiting, perform findnormalrandoms 4 times a second. Dont wanna miss a random.

    Rule 2. Break out if every loop! Seriously: Break out if every loop!!!!! Trust me: I have been there If even you make just one tiny little simple quick and dirty endless little loop inside your complex script, you'll be sure to find your player the next day dead in lumby poking the client's upperleft corner with the right mouse.

    Rule 3. Keep It Simple Silly. I have always made my script with the KISS principle. Simple and readable. You can make your code complex, but that doesnt mean it is effective in rs. Simple code can be beautiful too!


    But seriously...if you have a printer...

    WT.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  14. #14
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by WT-Fakawi View Post
    Aaah, sounds familiar. Here is what I did: First I printed out all scripts I could get to work. I studied them, took them with me whereever I'd had the time to stare and made notes with pencil or pen on them. Next I copied pasted some of their procedures and made it work into my own scripts. Then I printed out every include I could find and studied, ordered and combined them into SRL

    During my early days of scripting I discovered some basic rules.

    Rule 1. Wait. When something goes wrong in your script it is probably because you haven't waited long enough. There is plenty of time in rs. It is a boring repetetetive games you see? And sloooow. So wait. Wait for things to happen. Wait for visual clues, changes in the inventory, sudden nearby changes in color, changes in the chattext, minimap, uptext, stats. Every visual clue is covered in SRL and all have their functions and procedure. Tip: While waiting, perform findnormalrandoms 4 times a second. Dont wanna miss a random.

    Rule 2. Break out if every loop! Seriously: Break out if every loop!!!!! Trust me: I have been there If even you make just one tiny little simple quick and dirty endless little loop inside your complex script, you'll be sure to find your player the next day dead in lumby poking the client's upperleft corner with the right mouse.

    Rule 3. Keep It Simple Silly. I have always made my script with the KISS principle. Simple and readable. You can make your code complex, but that doesnt mean it is effective in rs. Simple code can be beautiful too!


    But seriously...if you have a printer...

    WT.
    Yea I saw that post you made in 2006 "BREAK OUT OF LOOPS"

  15. #15
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    If you teach, you gotta repeat yourself. Nice find. But anyway...welcome Premix.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  16. #16
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by WT-Fakawi View Post
    During my early days of scripting I discovered some basic rules.

    Rule 1. Wait. When something goes wrong in your script it is probably because you haven't waited long enough. There is plenty of time in rs. It is a boring repetetetive games you see? And sloooow. So wait. Wait for things to happen. Wait for visual clues, changes in the inventory, sudden nearby changes in color, changes in the chattext, minimap, uptext, stats. Every visual clue is covered in SRL and all have their functions and procedure. Tip: While waiting, perform findnormalrandoms 4 times a second. Dont wanna miss a random.
    It is indeed still my early days, how are you able to preform additional functions (findnormalrandoms) while you are preforming a say 'Wait(RandomRange(35783,43021));'?

  17. #17
    Join Date
    Mar 2013
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Lord Waffles View Post
    It is indeed still my early days, how are you able to preform additional functions (findnormalrandoms) while you are preforming a say 'Wait(RandomRange(35783,43021));'?
    Simba Code:
    var
      timer: integer;

    while (not(timer >= 40) and (LoggedIn)) do
    begin
      AntiBan;
      FindNormalRandoms;
      Wait(RandomRange(750, 1250));
      Inc(timer);
    end;
    Last edited by Rhiot; 03-23-2013 at 04:56 PM.
    [Catherby AIO Fisher[OSRS]] [30%] [Meh. Getting bored, no point in developing this.. ]

  18. #18
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by Rhiot View Post
    Simba Code:
    var
      timer: integer;

    while (not(timer >= 40) and (LoggedIn)) do
    begin
      AntiBan;
      FindNormalRandoms;
      Wait(RandomRange(750, 1250));
      Inc(timer);
    end;
    Personally I'd do:
    Simba Code:
    MarkTime(Time);
    repeat
      if not LoggedIn then LoginPlayer;
      FindNormalRandoms;
      Wait(200);
    until TimeFromMark(time) > (100000 + Random(500));

  19. #19
    Join Date
    Mar 2013
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by The Killer View Post
    Personally I'd do:
    Simba Code:
    MarkTime(Time);
    repeat
      if not LoggedIn then LoginPlayer;
      FindNormalRandoms;
      Wait(200);
    until TimeFromMark(time) > (100000 + Random(500));
    That's definitely a more reliable way of doing it, but wasn't thinking about that just then. Nice!
    [Catherby AIO Fisher[OSRS]] [30%] [Meh. Getting bored, no point in developing this.. ]

  20. #20
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by WT-Fakawi View Post
    Aaah, sounds familiar. Here is what I did: First I printed out all scripts I could get to work. I studied them, took them with me whereever I'd had the time to stare and made notes with pencil or pen on them. Next I copied pasted some of their procedures and made it work into my own scripts. Then I printed out every include I could find and studied, ordered and combined them into SRL

    During my early days of scripting I discovered some basic rules.

    Rule 1. Wait. When something goes wrong in your script it is probably because you haven't waited long enough. There is plenty of time in rs. It is a boring repetetetive games you see? And sloooow. So wait. Wait for things to happen. Wait for visual clues, changes in the inventory, sudden nearby changes in color, changes in the chattext, minimap, uptext, stats. Every visual clue is covered in SRL and all have their functions and procedure. Tip: While waiting, perform findnormalrandoms 4 times a second. Dont wanna miss a random.

    Rule 2. Break out if every loop! Seriously: Break out if every loop!!!!! Trust me: I have been there If even you make just one tiny little simple quick and dirty endless little loop inside your complex script, you'll be sure to find your player the next day dead in lumby poking the client's upperleft corner with the right mouse.

    Rule 3. Keep It Simple Silly. I have always made my script with the KISS principle. Simple and readable. You can make your code complex, but that doesnt mean it is effective in rs. Simple code can be beautiful too!


    But seriously...if you have a printer...

    WT.
    Intresting way to learn :P
    But they are good rules
    @Soviet Union, check em out <3

  21. #21
    Join Date
    Mar 2013
    Location
    The middle of Pennsylvania
    Posts
    214
    Mentioned
    3 Post(s)
    Quoted
    71 Post(s)

    Default

    Quote Originally Posted by The Killer View Post
    Personally I'd do:
    Simba Code:
    MarkTime(Time);
    repeat
      if not LoggedIn then LoginPlayer;
      FindNormalRandoms;
      Wait(200);
    until TimeFromMark(time) > (100000 + Random(500));
    Quote Originally Posted by Rhiot View Post
    Simba Code:
    var
      timer: integer;

    while (not(timer >= 40) and (LoggedIn)) do
    begin
      AntiBan;
      FindNormalRandoms;
      Wait(RandomRange(750, 1250));
      Inc(timer);
    end;
    Thanks both of ya!

    I thought however that pascal had parallel threading? I could be wrong..might also be impractical to use.

  22. #22
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by Lord Waffles View Post
    Thanks both of ya!

    I thought however that pascal had parallel threading? I could be wrong..might also be impractical to use.
    You mean it doesn't have multi threading and its linear? mine would work fine (I use something a bit similar in my superheater :P)

  23. #23
    Join Date
    Apr 2012
    Posts
    3,356
    Mentioned
    34 Post(s)
    Quoted
    218 Post(s)

    Default

    Welcome! Thanks for the intro and good luck with the scripting!

  24. #24
    Join Date
    Mar 2007
    Posts
    393
    Mentioned
    1 Post(s)
    Quoted
    98 Post(s)

    Default

    Welcome and keep aiming for the stars!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •