Results 1 to 16 of 16

Thread: Need help thanks

  1. #1
    Join Date
    Nov 2008
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need help thanks

    I got 2 questions'
    #1. When i run the script will it automatically pick up the mouse and move?
    #2. Can anyone give me code to make player login? i got this in it


    Players[0].Name :='Lol1234'; // Example
    Players[0].Pass :='hi1234'; // Example
    Players[0].Nick :='ol12'; // Example
    Players[0].Active:=True; // Keep at true
    Players[0].Loc := 'Bank'; // Pick a bank

    But i want to test to see if it logins before i go any further

  2. #2
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Quote Originally Posted by Darkmage View Post
    I got 2 questions'
    #1. When i run the script will it automatically pick up the mouse and move?
    #2. Can anyone give me code to make player login? i got this in it


    Players[0].Name :='Lol1234'; // Example
    Players[0].Pass :='hi1234'; // Example
    Players[0].Nick :='ol12'; // Example
    Players[0].Active:=True; // Keep at true
    Players[0].Loc := 'Bank'; // Pick a bank

    But i want to test to see if it logins before i go any further
    HAHAHAHAHA!!! That's the funniest shit I've seen here on the forums! You just made my day, you deserve a cookie! Anyway, you could do this.
    1. Learn exactly WHAT and HOW scar works. (Apparently you don't know)
    2. Use the Search feature. Which can be located --> Here
    3. READ the Tutorials at Tutorial Island. Located --> Here
    4. ACTUALLY LEARN how to script. Because I personally think you copied and pasted that since you DON'T even know how Scar works.
    5. To answer your question #2, it's
    SCAR Code:
    LoginPlayer;
    under your main loop.
    6. My all time favorite!

    OR!

    7. A program that makes the script for you. If you're lazy just click Here. All you do is type what you want, what style and banking or dropping. Hit CREATE and boom! Instant script. Yes, I know I'm an ass for that but you just got RICK ROOOOLLED!!!!! HAHA =) Don't hate me too much please?

    Enjoy!

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


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


  3. #3
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Camo - that whole post seemed a bit unnecessary. And if that video is what I think it is, then it was especially pointless.

    @OP, method is as follows:
    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    procedure DeclarePlayers;
    begin
      NumberOfPlayers(1);
      CurrentPlayer := 0;

      Players[0].Name :='Lol1234'; // Example
      Players[0].Pass :='hi1234'; // Example
      Players[0].Nick :='ol12'; // Example
      Players[0].Active:=True; // Keep at true
      Players[0].Loc := 'Bank'; // Pick a bank

      SetPlayerNameTPAs;
    end;

    begin
      SetUpSRL;
      DeclarePlayers;
      LoginPlayer;
    end.

    Good luck.

  4. #4
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Darkmage, the answer to 1 - Now, it does not pick up the mouse and move it. What it does is take over the mouse. That's gotta be in my siggy...

    A G E N T answered 2, so I don't need to answer that.

    Rick rolled!
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  5. #5
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    How was it pointless? I told him how to learn to script. I didn't just give it to him like you did, no one gave me the answers, they gave me tips on how to find them which is exactly what I did. I answered his second question by giving him the code that would login a named player. How is he going to learn if you give him the code when he asks for it? "Give a man a fish and he will eat for a day. Teach the man to fish, he will eat for the rest of his life." I see nothing wrong with the post that I made, it gave him links to things that would HELP him code. That is what we are here for.

    ~Camo

    Lol @ Rich
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


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


  6. #6
    Join Date
    Nov 2008
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm. so whats the next thing i shld do..? like i need the code for the main loop

  7. #7
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Did you even read anything I posted at all? READ! the flippin Tutorials!!

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


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


  8. #8
    Join Date
    Nov 2008
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude calm the fuck down fag, i just asked questions, get off ur period and get off the cpu for once fucking loser

  9. #9
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by Darkmage View Post
    dude calm the fuck down fag, i just asked questions, get off ur period and get off the cpu for once fucking loser
    lol camo you sure do get in a lot of fights... but this guy is almost as dumb as death magnetic... stupid froobs(my new favorite insult!)

  10. #10
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Quote Originally Posted by Darkmage View Post
    dude calm the fuck down fag, i just asked questions, get off ur period and get off the cpu for once fucking loser
    Listen here Sally! You would not of had asked such a DUMBASS question if you knew wth you were doing. I tried helping, it is YOUR job do all the work, not ours. If you would actually done what I had said, then you would know how the basics work. I suggest re-reading my first post and actually do what it says. That how you learn, not have everything handed to you. If you can't comprehend what I'm saying then you have no hope. There, I have had my say. But one more thing that I leave you with. Raise your hand if you want to speak to me.

    Quote Originally Posted by mormonman View Post
    lol camo you sure do get in a lot of fights... but this guy is almost as dumb as death magnetic... stupid froobs(my new favorite insult!)
    Lol. I'm not trying too, it's just that apparently people who have been here what? 2 weeks think they know everything. And yes, I do have to agree with you on this. Why do people ask for help and then get pissed at the person helping them?

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


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


  11. #11
    Join Date
    Aug 2008
    Posts
    196
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Camo Kyle View Post
    Listen here Sally! You would not of had asked such a DUMBASS question if you knew wth you were doing. I tried helping, it is YOUR job do all the work, not ours. If you would actually done what I had said, then you would know how the basics work. I suggest re-reading my first post and actually do what it says. That how you learn, not have everything handed to you. If you can't comprehend what I'm saying then you have no hope. There, I have had my say. But one more thing that I leave you with. Raise your hand if you want to speak to me.



    Lol. I'm not trying too, it's just that apparently people who have been here what? 2 weeks think they know everything. And yes, I do have to agree with you on this. Why do people ask for help and then get pissed at the person helping them?

    ~Camo
    Lol nice camo. Whats funny tho is that you have only been here for like 27 days haha. Either way ur not a noob. Lol.



    @ the thread starter (forgot his name)
    HAHAHAHA OMFG!! THIS IS HILARIOUS!!!
    DOES IT PICK UP MY MOUSE AND MOVE???? OMFG!!!

    LOL. Scar DOES make your mouse move. It can also do your laundry, drive you to work, scratch your ass, and fix your TV for you too LOL.

    I dont know.. Do you think we should go easy on him because he is OBVIOUSLY new? I'll leave that to you because what i just said is no were near what some people would have to say to this..
    But yeah, camo is right. The only way to learn is listen, and read the tuts.
    NEVER COPY AND PASTE UNLESS YOU WANT A KICK IN THE BALLS
    ...lol

  12. #12
    Join Date
    Dec 2007
    Location
    Williston, ND
    Posts
    3,106
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    This is not the BBQ pit, please stop using foul language.

    This is also not the flame pit, he does not know what to do, and everyone has to start somewhere. What would you have done when you first started and were pretty lost, and someone just told you to go to tut island. To everyone loling at his "pick up mouse and move" comment, I am sure he ment the cursor....that's what I thought about when he read it, and yes it does...so why flame so hard?

    Give him a break, his questions were answered, hopefully he learned something
    Proud owner of "Efferator" my totally boted main account!
    "You see, sometimes, science is not a guess" -Xiaobing Zhou (my past physics professor, with heavy Chinese accent)

  13. #13
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Quote Originally Posted by Andyz55 View Post
    Lol nice camo. Whats funny tho is that you have only been here for like 27 days haha. Either way ur not a noob. Lol.



    @ the thread starter (forgot his name)
    HAHAHAHA OMFG!! THIS IS HILARIOUS!!!
    DOES IT PICK UP MY MOUSE AND MOVE???? OMFG!!!

    LOL. Scar DOES make your mouse move. It can also do your laundry, drive you to work, scratch your ass, and fix your TV for you too LOL.

    I dont know.. Do you think we should go easy on him because he is OBVIOUSLY new? I'll leave that to you because what i just said is no were near what some people would have to say to this..
    But yeah, camo is right. The only way to learn is listen, and read the tuts.
    NEVER COPY AND PASTE UNLESS YOU WANT A KICK IN THE BALLS
    ...lol
    Lol. Thanks Andy. If you read my first post I was polite and nice, wasn't I? I told him where he could go to find his answers. Then he had to post this:
    Hmm. so whats the next thing i shld do..? like i need the code for the main loop
    I mean seriously, I just laid everything out for you and you still don't even try to use the advice? Yes that did make me kinda upset because I give him links to where to go, not just say go here. I took my time in writing it. Then him popping an attitude at me for helping is enough, I lost it. But what you said is flippin hilarious!

    Quote Originally Posted by Brain View Post
    This is not the BBQ pit, please stop using foul language.

    This is also not the flame pit, he does not know what to do, and everyone has to start somewhere. What would you have done when you first started and were pretty lost, and someone just told you to go to tut island. To everyone loling at his "pick up mouse and move" comment, I am sure he ment the cursor....that's what I thought about when he read it, and yes it does...so why flame so hard?

    Give him a break, his questions were answered, hopefully he learned something
    Yes, I know. I'll be the bigger man and apologize for my behavior. You are right, we all started from there but it's how we pushed through is the difference. When I first came here I didn't ask anybody where to find stuff. I read what others had posted and went to the Tut Island by myself. After I started making my own script is when I started asking for help. But I knew the basics and could understand what I was doing wrong. I didn't hit the ground running like DarkMage is doing. I took my time to understand. And yes, people did tell me to go to Tut Island, what did I do? Exactly that. So to your comment:
    What would you have done when you first started and were pretty lost, and someone just told you to go to tut island.
    I did what they said, and it helped. I listened to what other people said. Yes, hopefully he did learn something out of this.

    Now I'm not trying to start another fight with nobody, nor was that my intention in the beginning. I just think that people need to read BEFORE posting, simple as that. So again, sorry for my behavior, but don't ask for help then turn it away as if its nothing.

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    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
    Aug 2008
    Posts
    196
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, Ok. I didnt mean the kick in the balls thing and Im sorry thread starter(forgot name again) <--lol.. All I have to say is LEARN. I suggest in this order too:
    1: Adding and using SRL functions (especially important)
    2: Learning parts of a script
    3: Learning Color
    4: Learning Bitmaps
    5: Learning DTMS
    6: Learning Radialwalk
    7: Learning Autocolor
    8: Learning everything else

    ( in that order )
    now I expect you to make a good script within 3 months Ok?

    EDIT: Brian new avatar?

  15. #15
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Camo Kyle View Post
    How was it pointless? I told him how to learn to script. I didn't just give it to him like you did, no one gave me the answers, they gave me tips on how to find them which is exactly what I did.
    Sorry if I came off a bit mean, just laughing then trying to rickroll him seems a bit unnecessary.


  16. #16
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Quote Originally Posted by A G E N T 83 View Post
    Sorry if I came off a bit mean, just laughing then trying to rickroll him seems a bit unnecessary.

    Oh it's ok, yeah but it was fun.

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


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


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
  •