make sure u delete .dat file, or ja"geeks" will knowits really you + theyll know ur
other acc's
Currently making usernames 'Ban Clan 0 - X many that I can do tonight'
PM me for a username/password
Interested in C# and Electrical Engineering? This might interest you.
lol i used this but i only got muted for ever![]()
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!
lol ron i think u need to update for a failsafe just incase its perm muted...cause ur script is all based of text banning, now you just need it to non verbal things to get i banned just incase![]()
STOP PM'ING ME
lol sweet ill be there if u setup time and date sounds fun
lol, this is a hilarious script :P
set a time, a date and a place and I am there!!!!!!
hillarious!
Got a slight problem: It gives me an access violation when I'm trying to run v. 4. Help greatly appreciated, I'm trying to get it to work.
It's been a while... but I'm BACK!!!
Only perm muted? I guess they can now just recognize all the sayings. Make sure to change them.![]()
If you make your own, just post them, and I'll put them up on the first post. A good 3 or 4 different sayings would be nice.
And botmaster. Weird that you get that error. I don't seem to get it. Try redownloading and going over the steps once again. An error can occur anywhere. If the problem still occurs then, sorry man.
It reoccurs. Says priviliged call when it tries setting the array length of the strings.
Anyways, got a reccomendation: Try making it so you can load a list of phrases from a textfile. Here's some useful functions/proc's I made for my file access system a while ago:
SCAR Code://FileNo must be a global var of type integer
//All files use the relative path of a script, meaning the wordlist must be
//in same directory as script
function ReadFile(RelativePath : string) : string;
begin
FileNo := OpenFile(ScriptPath + RelativePath, true);
If FileNo > -1 then
begin
If not(ReadFileString(FileNo, Result, FileSize(FileNo))) then
Result := 'error';
CloseFile(FileNo);
end else Result := 'error'
end;
//Write or overwrite a file. Returns true if successfull.
function WriteFile(RelativePath, Content : string) : boolean;
begin
Result := true;
FileNo := RewriteFile(ScriptPath + RelativePath, true);
If FileNo > -1 then
begin
If not(WriteFileString(FileNo, Content)) then
Result := false;
CloseFile(FileNo);
end else Result := false;
end;
//Add something to a file
function AppendFile(RelativePath, Content : string) : boolean;
begin
Result := true;
If not(ReadFile(RelativePath) = 'error') then
WriteFile(RelativePath, (ReadFile(RelativePath) + Content))
else Result := false;
end;
//Read a line of a file
function ReadFileLine(RelativePath : string; line : integer) : string;
var
currentline : integer;
filebuffer : string;
begin
currentline := line;
filebuffer := ReadFile(RelativePath);
If line = 0 then
begin
delete(filebuffer, pos(#13+#10, filebuffer), length(filebuffer))
Result := filebuffer
end else
begin
repeat
delete(filebuffer, 1, pos(#10, filebuffer));
currentline := currentline - 1;
until(currentline = 0);
delete(filebuffer, pos(#13+#10, filebuffer), length(filebuffer));
Result := filebuffer;
end;
end;
//Returns number of lines in a file
function GetFileLines(RelativePath : string) : integer;
var
filebuffer : string;
begin
filebuffer := ReadFile(RelativePath);
repeat
delete(filebuffer, 1, pos(#10, filebuffer));
Result := Result + 1;
until(pos(#13+#10, filebuffer) = 0);
Result := Result + 1;
end;
It's been a while... but I'm BACK!!!
Thank you, but naw. It's so easy to just copy and paste. It would be a hassle to get it from a text file. You might as well make it in a text file and copy and paste it into the script.
I have my own file functions though.I used a lot of them in my Stats Grabber. Check it out if you can!
my main got banned for some bullshit i was like "if u guess my passw3rd my st00f is teh yurz!" one time and some pm reported me for password scamming encrouageing others to break rules and account sharing/trading.
I sent in appeal and was accepted instantly. I said that the mod was an idiot and should have their mod takin away and they just said ok.
I dont think jagex really cares. there kinda like eeny meeny miny mo should i unban this noob fo sho? and pick yes or no. Hell i bet i could make a killing sellin em this script:
SCAR Code:program unban teh n33bz
begin
repeat
if random(10) = 0 then
clickmouse(wherever no is);
else
clickmouse(yes);
wait(1000);
until(false);
end.
A common mistake people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.-Douglas Adams
i get same error as botmaster...what's wrong? I wanna ban myself![]()
Fixed it! Sorry about that.
I get this error, when i try to start this script
[Runtime Error] : External exception 80000003 in line 68 in script C:\Program Files\SCAR 2.03\Scripts\BanYourselfFast.scar
really funny script![]()
Rip off
perm muted and broke rules 1-4 6 8 and 11 make it better please
........
Last edited by WinterDream; 05-19-2012 at 07:30 PM.
OK. It's finally fixed! Thank you so much Bot Master, Elmo Man345, Gradeon, and Winter Dream.
Sorry everyone for the inconvenience. I don't know what is the matter with me.
not sure if youve got this but make it randomly click the mm every now and again to keep you logged in, use clickmouse ofcourse
http://www.villavu.com/forum/showthread.php?t=7496
I'm almost positive it'll get you the ban-hammer.
Feel free to use it in your script, ron![]()


muted for 2 days but no
+black marks!!!+
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)