my first script!!!

Discussion in 'Outdated RS Scripts' started by radiclerobby, Oct 4, 2008.

my first script!!!
  1. Unread #1 - Oct 4, 2008 at 8:55 AM
  2. radiclerobby
    Joined:
    Mar 9, 2008
    Posts:
    720
    Referrals:
    0
    Sythe Gold:
    0

    radiclerobby Apprentice
    Banned

    my first script!!!

    ok this is my alcer i redid it to make it more human like and it also has anti ban in it this is my first script fixed up bye me so if you think about it its pretty much my second script post what you think about it

    also thank you jethr0x for helping me with my errors

    Code:
     {/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\}
    program MyFirstAlcer;
    {.include SRL/SRL.scar}
                          {    setup down there lol made bye radiclerobby   }
                         {VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV}
    const
    alcs = 2;      // how many times you want to alc this item
    antiban = true; // if you want to use the anti ban where it talks
    {^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^}
    {/\/\/\/\/\/\/\/\/\/\/\/\/\/\  setup right up there/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\}
    
    var
     i:Integer;
    
    procedure nonbanage;
    begin
     if (i = 20) THEN
     begin
      typesend('wooo almost done!')
     end else
     if(i = 45) then
     begin
      typesend('not much longer now')
     end else
     if(i =70) then
     begin
      typesend('omg this is taking forever')
     end else
     if(i=200) then
     begin
      typesend('so many alcs to do =(')
     end else
     if(i=325) then
     begin
      typesend('my magic level is profiting off this at least')
     end else
     if(i=450) then
     begin
      typesend('my mage lvl is none of you bussiness lol')
     end;
    end;
    
    procedure Alc;
    begin
     Mouse(571,360,4,4, true);
     wait(1000+random(300));
     Mouse(579,227,4,4, true);
     wait(1000+random(100));
    end;
    begin
     ClearDebug;
     i:= 0;
     ActivateClient;
     RandomMovement;
     begin;
      mousespeed:=25+random(5)
      repeat;
      if(antiban = true) then
      begin
       nonbanage;
      end;
      i:= i + 1;
      gametab(7);
      Alc;
      until(i = alcs);
     end;
      begin
       pickupmouse;
      end;
      begin;
       Logout;
      end;
    end.
     
  3. Unread #2 - Oct 4, 2008 at 9:07 AM
  4. Phoenix13nl
    Joined:
    Oct 1, 2008
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0

    Phoenix13nl Member

    my first script!!!

    Good job on the script, i wont use it as my magic level is 1 :p but it compiles well, and as it works with co-ordinats so i dont think it could be doing anything wrong :)
     
  5. Unread #3 - Oct 4, 2008 at 9:33 AM
  6. radiclerobby
    Joined:
    Mar 9, 2008
    Posts:
    720
    Referrals:
    0
    Sythe Gold:
    0

    radiclerobby Apprentice
    Banned

    my first script!!!

    thank you for saying so if there is a script you want i could try to make it for you im just a noob it wont deal with randoms but it will have a anti ban just dont make ur request to hard and i cant promis that u wont get banned tho
     
  7. Unread #4 - Oct 4, 2008 at 12:57 PM
  8. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    my first script!!!

    very nice for your 1st script! but of course.. i have to show u where u went wront :( :p

    1st off.. move mouse + clickmouse = VERY detecable... try using Mouse(x, y, rx, ry, true) or Mousebox ;p
    to learn a but more about srl, and what you can do with it, navigate to ur SCAR 3.15/includes/srl/srl/core folder, open some of the files, and see what commands there are!

    but nice script again, for ur 1st time. and since u made an attempt before pming me on msn, I will help u in anyway possible ;) i personally would rather people try 1st, then get help, instead of get help while trying :p
     
  9. Unread #5 - Oct 5, 2008 at 6:24 AM
  10. killertoms1
    Joined:
    Aug 1, 2008
    Posts:
    196
    Referrals:
    0
    Sythe Gold:
    0

    killertoms1 Active Member
    Banned

    my first script!!!

    very GOOD for your first script , my first script was a simple auto talker lol
     
  11. Unread #6 - Oct 5, 2008 at 4:36 PM
  12. Phoenix13nl
    Joined:
    Oct 1, 2008
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0

    Phoenix13nl Member

    my first script!!!

    you should indeed do what jethrox said, that would be better... MoveMouse and ClickMouse are pretty outdated..

    i know this is a bit oftopic but just wanted to say: im currently working on my first script to :) at the SRL forum, but im having trouble with some things :( mine cant be coordinat based... Click here to go to the topic
     
  13. Unread #7 - Oct 5, 2008 at 5:42 PM
  14. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    my first script!!!

    he actually did :p its looking like comepetition for my alcher :S!
     
  15. Unread #8 - Oct 5, 2008 at 5:53 PM
  16. Phoenix13nl
    Joined:
    Oct 1, 2008
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0

    Phoenix13nl Member

    my first script!!!

    ok, srry then :p i whas looking at script in this topic, so this must be the old on :)
     
  17. Unread #9 - Oct 6, 2008 at 8:28 AM
  18. radiclerobby
    Joined:
    Mar 9, 2008
    Posts:
    720
    Referrals:
    0
    Sythe Gold:
    0

    radiclerobby Apprentice
    Banned

    my first script!!!

    kk peeps this is my alcer revised hope u like it
     
  19. Unread #10 - Oct 6, 2008 at 6:08 PM
  20. Jethr0x
    Joined:
    Jan 24, 2007
    Posts:
    3,070
    Referrals:
    13
    Sythe Gold:
    0

    Jethr0x Grand Master
    Banned

    my first script!!!

    1 little probelm... the alcher counts up, but adding i.. so when it gets to doing alch #20, it will say "almost done"

    maybe make a constant, and name it ... HowManyAlchs;

    then instead of doing i := i + 1..

    do HowManyAlchs := HowManyAlchs - 1;

    that way it counts down :p


    ------

    if u want, u can maintain my alcher.
     
  21. Unread #11 - Oct 6, 2008 at 6:34 PM
  22. orange
    Joined:
    May 6, 2007
    Posts:
    139
    Referrals:
    4
    Sythe Gold:
    10

    orange Active Member

    my first script!!!

    The idea of using solid integers with no randomness to say an unrandom phrase isn't very random, and is therefore very detectable, however this is sythe.org, so I doubt anyone cares about the word 'ban'.
     
< First script: PowerFisher V1.0 | Edgeville Yes Cutter And Banker!!!! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site