Page 1 of 3 123 LastLast
Results 1 to 25 of 69

Thread: SECRET alpha testing (multichop w/banker)

  1. #1
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    SECRET *beta* testing (multichop w/banker)

    Hello guys,

    Updated for no bannage

    BETA HAS BEEN RELEASED!!!!!!!!!

    Click here for the scripts stats!

    I have made a list of beta receivers. This thread will still stay open for feedback.

    If any srl members want to test it il gladly pm it to them!

    Those who submit feedback will go on a list to receive the beta testing version when it is updated. (i pmed it to them)

    Includes
    1. Good anti-ban (even though its alpha)
    2. Good anti-randoms (once again even though its alpha)
    3. Chops normal, oak, willow, and yew logs.
    4. Multi-player
    5. Does PIN numbers
    6. Banks the logs

    To set up...
    1. Set up the lines it tells you to.
    2. Drag crosshair.
    3. Set up people in first slot of draynor bank.
    4. Axe has to be in first inventory slot.
    5. Hit run.

    List of beta receivers
    1. JAD
    2. jeffreytuner
    3. bobzilla69
    4. dan cardin
    5. G Spoter02
    6. headonisgod
    7. slovakia21
    8. profuse384
    9. mysteryma178
    10. coolsport23
    11. lilzack
    12. htn86
    13. Haxor
    14. lostspyda

    Congrats to all those who left feedback they haved received the beta in a private message from me!

    Thank you.
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  2. #2
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Though I didn't download, what would you do if I downloaded this 20 times?
    I guess the holidays are over - no sig for now.

  3. #3
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    srry dude i knew i forgot to credit someone

    dude i did not steal it was in the snippet section for axe and ent stuff so sorry... i just forgot to give credit...

    and jad....i didnt copy anything else ask dan cardin i have been working on this for ages. I just used your axe dtm and broken axe thingy from snippets. Just forgot to give credit once again as i said

    just gave credit to ya thx for the info... always happy to credit

    and also btw i did not take jads idea... this is only one city of the script hence it being alpha...
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  4. #4
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You took my AxeDTM.... It's exactly the same as my one in VL. I'm looking to see if you copied anything else right now..

  5. #5
    Join Date
    Jun 2007
    Location
    America
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its not cool to take JAD's idea and ust make it for a different town, and you copied the DTM...... SO GAY

  6. #6
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    srry dude i knew i forgot to credit someone

    dude i did not steal it was in the snippet section for axe and ent stuff so sorry... i just forgot to give credit...

    just gave credit to ya thx for the info... always happy to credit

    and also btw i did not take jads idea... this is only one city of the script hence it being alpha...
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  7. #7
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Timothegreat View Post
    srry dude i knew i forgot to credit someone

    dude i did not steal it was in the snippet section for axe and ent stuff so sorry... i just forgot to give credit...

    just gave credit to ya thx for the info... always happy to credit

    and also btw i did not take jads idea... this is only one city of the script hence it being alpha...
    K np. I was just checking if you copied most of the script.. Which you didn't

    Anyways, you have SendKeys in your script That will ban anybody using this script..

    Also, you have

    SCAR Code:
    for x:=0 to HowManyPlayers-1 do
         begin
           Players[x].Active := True;
           Players[x].Loc := 'bank';
         end
      End;

    What if the user doesn't want all of there players to be active?

    You have absolutely no fail safes in walking. If the player doesn't get to the willow successfully, like it doesn't find the symbol, then it will just continue with the walking and then try to chop the trees.

    I wouldn't suggest using Flag; It has some problem in it from what I've heard.. Try using FFlag instead.

    Your anti randoms thing calls for some of the same things that FindFastRandoms does.

    As of line 460, you should have credits to Pentti starting there, not starting on line 483.

    In your "bonkers" procedure, you have it move the mouse to random places with no waits at all. That will do that with 0 milliseconds between movements, making it more likely to make you banned then anti banned

    I don't get why when you use FindObj, you still have it move the mouse to it again after FindObj, and check for the up text again. FindObj does all that for you.

    You have until IsUpText hop down Willow. You REALLY need a fail safe there. What if something went wrong and you weren't near the willows? That would go into a never ending loop of looking for the tree then.


    Other then that, it's a pretty good script. You just need a LOT more fail safes. Keep it up.

  8. #8
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    thanks for the good comments jad il be sure to correct everything you said and put you on the list for beta receivers.
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  9. #9
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    In my responder, you need to change all y coordinates(415) in chat text reading to 412.

  10. #10
    Join Date
    Jan 2007
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ill try it out later the day but now i heard its very bannable can u send me an updated script that haves good anti ban i dont won to have my lv 75 wcer banned :P

  11. #11
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    MMouse(606+random(5),237+random(5),2,2);
    wait(500+random(100));
    MMouse(593+random(5),252+random(5),2,2);
    wait(500+random(100));
    MMouse(602+random(5),269+random(5),2,2);
    wait(500+random(100));
    MMouse(586+random(5),285+random(5),2,2);
    Doesnt look very leet?

    EDIT: Timo are you from finland?
    EDIT EDIT:
    DisguiseScar('YouRape - Can You Rape Yourself? - Mozilla Firefox');
    YOU CALL THAT DISGUISING?! :O I like the normal SCAR 3.06 CDE than that.

    EDIT EDIT EDIT: Pentti tiiätkö mont ihmist on klikannu tota sun sigiis?

  12. #12
    Join Date
    Apr 2007
    Location
    Colchester, UK
    Posts
    1,220
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    like the script, just ran it and a random attacked, well it was a sandwich but not the point, it solved the problem very easily and worked great.

    nice script

  13. #13
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    so apparently u dont need his ent finding or ax finding anymore?
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  14. #14
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    You need axe head finding but IDK about ents.. jagex says no more broken axes =/


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  15. #15
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    oops sry thats what i meant with the ax head thing
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  16. #16
    Join Date
    Jul 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i downloaded it and id be happy to test it tomorrow. but im not gona do anything with it until JAD says that the SendKeys thing wont get me banned...

  17. #17
    Join Date
    May 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    great script really did well cant wait for the better version

  18. #18
    Join Date
    Nov 2006
    Location
    basingstoke(u.k woot!)
    Posts
    382
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by G Spoter02 View Post
    i downloaded it and id be happy to test it tomorrow. but im not gona do anything with it until JAD says that the SendKeys thing wont get me banned...

    ah hahhahaa sendkeys := bannedd pl0xpl0xpl0x

  19. #19
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    just change all sendkeys stuff to TypeSend
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  20. #20
    Join Date
    Jul 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so all u guys that tryed it out are getting banned??? rofl

  21. #21
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    ok guys the script is updated for no bannage

    removed sendkeys...

    Also i have ent protection and axe head finder and they work very well
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  22. #22
    Join Date
    Apr 2007
    Location
    colorado
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL Randoms Report |
    | www.villu-reborn.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Fight Random[s] : 3 |
    | Nr of Ents Avoided : 4 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    works okay but my char died and di not know what ti di

  23. #23
    Join Date
    Apr 2007
    Location
    colorado
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i am retesting it so i will post some feedback l8er

  24. #24
    Join Date
    Apr 2007
    Location
    colorado
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it does not have a good dectebilty if the inventory is full. i banked once without problems so thats a +. try adding something like wizzup? has in his script for decting if inventory full. thats about it looks good tho

  25. #25
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    what are u smoking?

    i have used it to bank 20+ loads flawlessly so dont tell me it doesnt detect full inventory that well. It detects it pretty much instantly and if not within 5-10 seconds
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. The Secret
    By anonymity in forum Blogs and Writing
    Replies: 18
    Last Post: 08-08-2009, 04:03 AM
  2. Shh - top secret.
    By Shady? in forum RuneScape News and General
    Replies: 41
    Last Post: 09-06-2008, 07:20 PM

Posting Permissions

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