Results 1 to 11 of 11

Thread: Getting there............hopefully

  1. #1
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Getting there............hopefully

    Hey every1 once again i want to thank everyone who contributes on this site with all of their hardwork. anyways, im trying to learn the basics of scripting, and im doing -Fairly- well with it, the pass hour i have been following a tutorial, and so far iv learned:

    How to Sendkey, WriteLN - lol im surprised, this was pretty simple to learn
    How to Movemouse, Clickmouse. - this was easy 2
    How to Wait >.> yah thats write i learned how it, even the millisecond part!
    All thanks to WhoCares357, love that guy.

    Wish me luck, Variables and Constants giving me an extremely hard time.
    I understand so far how to set/declare the integer, but the pain comes from the If,then,else part. maybe somebody can help me understanding it.

    I made my own notes 2, while i was going through the newbie stuff try it out
    ------------------------------------------------------------------------------------------------------------------
    program MyFirstTestScript;//Thanks to WhoCares357 from the SRL forums for this help, this is my test script. try it out!
    begin
    Wait(500);
    SendKeys('This is Nicholas first test'+Chr(13));//Nicholas is my name
    Wait(400);
    SendKeys('In four Seconds after this message you will see a message'+Chr(13));//the +Chr(13) is the command for the script to press ENTER
    Wait(4000);//In case ya didnt know, Wait just means for the script to standby, it uses miliseconds not seconds, every (1000) milliseconds is (1) second. This is a way to avoid BanHammer.
    SendKeys('Remember the WARNINGs and REMEMBERs that I placed to avoid implications.'+Chr(13));
    Wait(1000);
    SendKeys('Repeated...');//Words in Pink are WriteLN, those are sentences that are writtin out since the SendKeys command is input. otherwise it would automatically enter in.
    SendKeys(Chr(13));//The grammer of everything in this area has to be 100%, of course the only exception is the comments, which are the green words. Comments can be entered anywere, just put a // and begin typing.
    SendKeys('Remember the WARNINGs and REMEMBERs that I placed to avoid implications.');
    SendKeys(Chr(13));
    end.//End >.> stops here. go head try me out. Ctrl+Alt+R RUNS the script. Ctrl+Alt+S STOPS the script.

    Wish me luck, and god bless all of u, especially you Whocares, i <3 all of u.
    Last edited by Heavenguard; 11-11-2009 at 07:30 PM. Reason: had to add my test script :D

  2. #2
    Join Date
    Nov 2007
    Location
    I live in Slovenia! :)
    Posts
    837
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script and good luck with future scripts. I have to agree with you Whocares357 is a great guy. He also learned me how to script
    ~T2

  3. #3
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks for replying, hey do you think you can help me with the if,then,else thing. i know common sense so i Perfectly understand what they do and how they are triggered. but how do u script them ?

  4. #4
    Join Date
    Oct 2006
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Welcome Heveanguard: Try reading this for help with if .. then .. else, and some other nifty loops

    And of course:

    Basic Beginner Scripting Tutorials:
    http://www.villavu.com/forum/showthread.php?t=23133
    http://www.villavu.com/forum/showthread.php?t=49089
    http://www.villavu.com/forum/showthread.php?t=4625

    And Here's the Entire Beginners Scripting Tutorial Section:
    http://www.villavu.com/forum/forumdisplay.php?f=95

    Guides on 'raising your rank' which go along with scripting better/attitude/ect:
    http://www.villavu.com/forum/showthread.php?t=3562
    http://www.villavu.com/forum/showthread.php?t=50475
    http://www.villavu.com/forum/showthread.php?t=40470

    Lmao Yohojo <3

  5. #5
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks a bunch, i understood the if then else thing, i even made my own Copper miner just gonna run the script and it mines it every time i press run. i guess i learned alot for one day, wonder what i should learn about next.

  6. #6
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Heavenguard View Post
    Thanks a bunch, i understood the if then else thing, i even made my own Copper miner just gonna run the script and it mines it every time i press run. i guess i learned alot for one day, wonder what i should learn about next.
    Try not to use

    ClickMouse
    MoveMouse

    and

    SendKeys

    in runescape, use (in order)

    Mouse(x,y, randomness on the xaxis,randomness on the y axis, true means left click(false = right);
    MMouse(x,y,randomness,randomness)
    TypeSend('string');

  7. #7
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    thanks so much for helping me out camero, the only thing i really need to fix any of the misunderstood pieces is a simple script showing the simplest basics. such as declaring integers and strings and booleans. and if it could also show the randomness and x and y coordinate thingies as well. i know what your talking about once i see them problem is just making the script my self. theres just too much not sticking.

    I know this sounds like alot, please try to make one for me if you can, it definetly does not need to be explained or broken down extremely, just a simple script showing the basics thanks so much dude.

  8. #8
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I need some help from all of you genious's >.>, i just finished reading and fully understanding all of whocares beginner tutorial, yet the next level of things to learn are wayyy tooo complex for me to understand. i learned a couple of simple simple functions such as sendkeys to findcolor, now i see declaring players..... INCLUDES , which i have no idea what an include is. i do have srl installed, yet i have no idea at all how it works. if someone could point me to a guide or tutorial explaining these things. there are so many functions and steps to learn, there all so mixmatched its impossible for me to understand them, as there all tied in together in a way that i cant possibly visualize. please, explain to me what includes are, and please explain some of these things to me.

    I dont understand these things (anything that wasnt touched in the beginner tut is a complete blurr to me.)

    declaring players ; How exactly does it work
    Anti ban and Anti Random ; I understand what it DOES i just dont understand how it does it. It gets me confused when i dont know how something works.

    Im not even gonna touch the things iv seen in scripts so far, i just want to learn one step at a time what i need to make a nice script.

  9. #9
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Heavenguard View Post
    I need some help from all of you genious's >.>, i just finished reading and fully understanding all of whocares beginner tutorial, yet the next level of things to learn are wayyy tooo complex for me to understand. i learned a couple of simple simple functions such as sendkeys to findcolor, now i see declaring players..... INCLUDES , which i have no idea what an include is. i do have srl installed, yet i have no idea at all how it works. if someone could point me to a guide or tutorial explaining these things. there are so many functions and steps to learn, there all so mixmatched its impossible for me to understand them, as there all tied in together in a way that i cant possibly visualize. please, explain to me what includes are, and please explain some of these things to me.

    I dont understand these things (anything that wasnt touched in the beginner tut is a complete blurr to me.)

    declaring players ; How exactly does it work
    Anti ban and Anti Random ; I understand what it DOES i just dont understand how it does it. It gets me confused when i dont know how something works.

    Im not even gonna touch the things iv seen in scripts so far, i just want to learn one step at a time what i need to make a nice script.
    Declare Players is just where you declare your army. SRL as you know is multi - player capable. To have this capable you must you use declare players. Find a tutorial on it for more info.

    FindNormalRandoms(findrandoms) is its name, call it often during a script so srl knows to search for randoms.

  10. #10
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks bro im getting it.
    Don't Troll, Don't Fight, Just keep the Respect
    Status : Offline

    Feel free to re-make my scripts ;D
    Community Member

  11. #11
    Join Date
    Nov 2009
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi There This is Fregzius.
    I think that all the sites are good and important if you take it in the real manner. Well I find very important and very new thing and knowledge here. I shall thankful of the members of the site.
    Regards.

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
  •