Results 1 to 13 of 13

Thread: Making a SmartClient?

  1. #1
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Lightbulb Making a SmartClient?

    could anyone point me to some links or help on how to essentially make a SmartClient. I have very minimal java and VB experience and a decent understanding of C++. Not that its hard but, I can make a form and make it load a certain runescape world in VB :P i guess thats a start?

    My Goals:
    1) Design a form
    2) Load a random RuneScape 07 World
    3) Have the client use its own mouse
    4) Play the Simba Script
    5) Buttons that will Pause, Stop, and Play depending whether the Pause or Stop Button was pushed first
    6) Play the Simba Script from a website (pastebin)

    i know the first two should be relatively easy and a good lesson for a beginner, idk about the rest. Any help, links, tips, pointers, ect would be great!

    View my OSR Script Repository!


    Botted to max
    Guides: How to Report Bugs to the Scripter
    ~~~~ Moved to Java. Currently Lurking ~~~~

  2. #2
    Join Date
    Jun 2012
    Location
    Howell, Michigan
    Posts
    1,585
    Mentioned
    34 Post(s)
    Quoted
    553 Post(s)

    Default

    Quote Originally Posted by ibot_dung11 View Post
    could anyone point me to some links or help on how to essentially make a SmartClient. I have very minimal java and VB experience and a decent understanding of C++. Not that its hard but, I can make a form and make it load a certain runescape world in VB :P i guess thats a start?

    My Goals:
    1) Design a form
    2) Load a random RuneScape 07 World
    3) Have the client use its own mouse
    4) Play the Simba Script
    5) Buttons that will Pause, Stop, and Play depending whether the Pause or Stop Button was pushed first
    6) Play the Simba Script from a website (pastebin)

    i know the first two should be relatively easy and a good lesson for a beginner, idk about the rest. Any help, links, tips, pointers, ect would be great!
    Why not just use Brandon's client? Or is this for fun?

  3. #3
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Why would you want to make a SMART client over using the existing SMART client?

    SMART is a pretty big project.

  4. #4
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by King View Post
    Why not just use Brandon's client? Or is this for fun?
    its for fun and an attempt at my suggestion i posted in the grotto awhile ago

    Quote Originally Posted by Kevin View Post
    Why would you want to make a SMART client over using the existing SMART client?

    SMART is a pretty big project.
    because it does not do Goal number 5 or 6. Perhaps my question should be how could i edit Bens Client to achieve goals 5 and 6? though i would like to know how to do it from scratch

    View my OSR Script Repository!


    Botted to max
    Guides: How to Report Bugs to the Scripter
    ~~~~ Moved to Java. Currently Lurking ~~~~

  5. #5
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by ibot_dung11 View Post
    its for fun and an attempt at my suggestion i posted in the grotto awhile ago


    because it does not do Goal number 5 or 6. Perhaps my question should be how could i edit Bens Client to achieve goals 5 and 6?

    5) Buttons that will Pause, Stop, and Play depending whether the Pause or Stop Button was pushed first - you could do this one in code with or without a SMART client at all
    6) Play the Simba Script from a website (pastebin) You could do this as well without a SMART client at all. In fact a new smart client dosn't change either of those, you're talking about re-writing simba for this one (and you could do it via some sort of master script that controls your whole pc).

  6. #6
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by Kevin View Post
    6) Play the Simba Script from a website (pastebin) You could do this as well without a SMART client at all. In fact a new smart client dosn't change either of those, you're talking about re-writing simba for this one (and you could do it via some sort of master script that controls your whole pc).
    i know all of these can be done with the current Simba. I am trying to make my own compiled game client that when ran, will read/execute a Simba script from a said website

    View my OSR Script Repository!


    Botted to max
    Guides: How to Report Bugs to the Scripter
    ~~~~ Moved to Java. Currently Lurking ~~~~

  7. #7
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by ibot_dung11 View Post
    i know all of these can be done with the current Simba. I am trying to make my own compiled game client that when ran, will read/execute a Simba script from a said website
    Right now it isn't the game client at all that reads/executes scripts. You would be editting the vast majority of the code currently in SMART and SIMBA just to change where the code is run. As it is now, it would be possible to run a script from a website - albeit through a slightly complicated process (but still far simpler than re-writing all this other work to do it).

  8. #8
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by Kevin View Post
    Right now it isn't the game client at all that reads/executes scripts. You would be editting the vast majority of the code currently in SMART and SIMBA just to change where the code is run. As it is now, it would be possible to run a script from a website - albeit through a slightly complicated process (but still far simpler than re-writing all this other work to do it).
    ill just stop beating around the bush. im trying to make essentially a powerbot client for simba that requires verifacation so users cannot share copies of the script.

    ideas?

    View my OSR Script Repository!


    Botted to max
    Guides: How to Report Bugs to the Scripter
    ~~~~ Moved to Java. Currently Lurking ~~~~

  9. #9
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by ibot_dung11 View Post
    ill just stop beating around the bush. im trying to make essentially a powerbot client for simba that requires verifacation so users cannot share copies of the script.

    ideas?
    Sorry but this is an open source community. I doubt anyone would help with this request

  10. #10
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Well you could do that within a script just fine still. Either way you have to connect to a database to see if it's being run several times over, so instead you would create each script with an exclusive hash that you yourself write and put in each script that is given out (quite obviously you plan on selling). Server keeps one end of this hash and only allows that hash to run once at a time, more than one run or an invalid hash and don't let the script run.

  11. #11
    Join Date
    Jun 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default need help plz!

    ok can someone plz just send me a predownload and setup virsion of simba plz all i want to do is just bot on 07 rs plz!!! dieing to make my skills better but ive tryed to watch the tutoril on how to download and install it but got very confused if u can help me plz do or message me on skype (mucenti) and my name should say cameron with skrillex on both sides of my name) plz help me someone plz im kinda stupid when it comes to this stuff just wanna bot 07 rs thats all



    p.s ive been trying to find a bot for 07 rs for a week now and have gotten lots of viruses but luckly my anti-virus works well except i need help with one thing i ended up getting a generic back.door virus and its in the virus volt but i cant get rid of it if u can help with that too plz let me kno wat to do





    ps. i kno a lil bout computers but not coding and stuff like that with making programs.....
    Last edited by godzila_thc; 06-26-2013 at 11:16 AM.

  12. #12
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by godzila_thc View Post
    ok can someone plz just send me a predownload and setup virsion of simba plz all i want to do is just bot on 07 rs plz!!! dieing to make my skills better but ive tryed to watch the tutoril on how to download and install it but got very confused if u can help me plz do or message me on skype (mucenti) and my name should say cameron with skrillex on both sides of my name) plz help me someone plz im kinda stupid when it comes to this stuff just wanna bot 07 rs thats all



    p.s ive been trying to find a bot for 07 rs for a week now and have gotten lots of viruses but luckly my anti-virus works well except i need help with one thing i ended up getting a generic back.door virus and its in the virus volt but i cant get rid of it if u can help with that too plz let me kno wat to do





    ps. i kno a lil bout computers but not coding and stuff like that with making programs.....
    pm me your skype

    Creds to DannyRS for this wonderful sig!

  13. #13
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Well there's a step by step tut for that (Apple slogan ):

    http://villavu.com/forum/showthread.php?t=103202
    I am Ggzz..
    Hackintosher

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
  •