Wanted to do this but too lazy to make a script. Gotta try your script now
EDIT: Great script, but I rate only 4/10![]()
Wanted to do this but too lazy to make a script. Gotta try your script now
EDIT: Great script, but I rate only 4/10![]()
Last edited by CephaXz; 08-31-2012 at 07:34 AM.
I guess you can say i'm a leecher, but I started to working on the script to fight against the anti-leechers and so far i'm having tons of fun.
EDIT: Stuck at [Error] (32877:1): Unexpected end of file at line 32876
Compiling failed.
My guess is to somehow get to line 32876 and delete what ever is there ?
Last edited by Kakapaka; 09-01-2012 at 06:18 PM.
Sorry, we shouldn't help you with that.
It's something you'll have to figure out yourself.
Activity
Going asian on University College Ghent.
No time for anything atm.
Nah it's okay. Had a lot of fun and I think I will start learning programming and scripting here.![]()
Try going through the tutorials and start making yourself a first new script. Then you can solve the anti leech in 1 minute.
And for the script, I think there's not enough failsafes. Script continues to enchant when lag occurs and always miss some of the rings in the inventory. And I don't think you need to click back to the magic tab when you're enchanting, it will automatically go back.
Lol if you want to make your script anti-leech, just dont update it for simba 0.99![]()
Simba Code:wait(randomrange(1000,1300));
I placed that where the second Gametab(Tab_Magic) was at the end of enchant
it got rid of the annoying clicking of the magic tab every enchant.![]()
Deleting the Mage Tab click part will only work if you put in a fail safe to prevent your script from dying and randomly clicking rings in your inventory
still work? will test
Its just a shitload of spelling errors
141 end.
[Error] C:\Users\Nate.BoysComputer\Desktop\EnchanterThree. simba(142:5): Identifier expected at line 141
Compiling failed.
Someone help?
Leecher
Learn simba/pascal. Write scripts. Publish some scripts. You'll be thanked![]()
Extremely easy anti-leech for those of you complaining. I dont really even know how to script and it was quite easy to get running. Use some common sense and read the actual script. thanks man
Thanks for this script. Works perfectly after inserting a wait in line 118 before clicking mage tab.
It also doesn't account for cosmic runes and enchants all 28 slot but it's an easy fix tojust edit the for loop on line 112.
Working script ->
http://villavu.com/forum/showthread.php?t=91544
[Error] C:\Simba\Scripts\Enchanter.simba(178:6): Unknown identifier 'CloseTank' at line 177
whats this mean?
It's an antileech. It means you have to learn a bit of programming to fix it.
Thx Euphemism and Vinyl for the awesome siggy and avatar!
help me out plz
This should help a lot.
I read through a very similar tutorial to this one when I first joined this community.
http://villavu.com/forum/showthread.php?t=72050
After going through that, I strongly suggest reading this guide
http://villavu.com/forum/showthread.php?t=58935
Pretty bad script tbh.He put so much anti-leech that only a very experienced scripter can get it working. Thanks for the non-working script i guess!
I think this was the first script I ever removed leech from and had yet to write a script at that point.
oh dear god! 2hrs of trying to learn this scripting language to no avail. All i wanted was a way to make some money back since my account got hacked 3days ago for 20mil.
Is there no justice? Im tearing my eyes out, fixed first 4 but then got permastuck on other 8 or so.
ok guys, i managed to learn enough to fix them all except for i beleive the VERY LAST one, and its driving me nuts.
says unknown identifier "banking"
please,i think iv proven myself by getting this far (line 124 was a doozy![]()
Last edited by jetix3; 12-12-2012 at 04:46 PM.
If you've fixed all the spelling errors and it still doesn't work that's because the DTM is out of date... AKA script needs updating. Just add this line to the non-recurring procedures. It worked for me but this is my first time scripting anything so don't shoot me if I did something wrong, thanks.
SOLVED: Also I don't like how this script clicks the same pixel on the spell every time, how can I add some randomness?Procedure Spellcheck;
begin
Wait(randomrange(1000,1300));
Skill := DTMFromString('mlwAAAHicY2dgYOCDYjEgFgRiRgYE4IfSIH lRKOYBYiYgttvowcDKysogICDAwCGrwXByuhYciyCZwQrEckiY EQ+GAgBBjAd8');
Magic := DTMFromString('mrAAAAHichcjBCkBAFIXhc11ibmKnWVh4CC uUoryYjaykeF6nJuv569v8BYBRgZVm6mnT8AZa6JJgp5seeumk g1RLtL6B1h3MT3BmEElQ5RnMpYglEX8f0kIHzw==');
Writeln('setting tab')
Gametab(Tab_Magic);
Wait(randomrange(300,400));
FindDTM(Magic, x, y, MIX1, MIY1, MIX2, MIY2)
Mouse(x,y, 0, 0, true)
Wait(randomrange(300,400));
FindDTM(Skill, x, y, MIX1, MIY1, MIX2, MIY2)
Mouse(x,y, 0, 0, true)
end;
Edit: Where it says
Change the 0's to 10's like so "Mouse(x,y, 10, 10, true);"FindDTM(spell, x, y, MIX1, MIY1, MIX2, MIY2);
Mouse(x,y, 0, 0, true);
Last edited by Bottorrent; 12-13-2012 at 12:40 AM.
This bot working?
There are currently 1 users browsing this thread. (0 members and 1 guests)