Every script I try to run that has anti-bans gives me the following error:
Line 244: [Error] (15364:4): Unknown identifier 'RandomRClickEvery' in script
Line 244 is the "1:" in the AntiBan coding below...
Does anybody know how to fix this error?Code:Procedure TheAntiBan; begin TheAntiRandoms; Status('Preforming Antiban') if ( not ( LoggedIn )) then Exit; DONTBAN:= 1 + Random(140) case DONTBAN of 1: RandomRClickEvery(2 + Random(10)); 2: HoverSkill('woodcutting', false); 3: HoverSkill('random', false); 4: DoEmote(1 + Random(20)); 6: PickUpMouse; 9: MMouse(MSX1,MSX2,10,10) 12: GameTab(1+random(7)) 13: HighestAngle; 14: TypeSend('Lol my wc lvl is ' +IntToStr (WClevel) + '.') 15: TypeSend('Wc lvl ' +IntToStr (WClevel) + '! Sweet!') 16: TypeSend('Grr, my wc lvl is only ' +IntToStr (WClevel) + '') 17: GetSkillLevel('WoodCutting') 18: GameTab(1+Random(7)) 21: TypeSend('I''m lvl ' +IntToStr (WClevel) + ', but I want ' +IntToStr (WClevel + 3 + Random(8)) + '') 22: TypeSend('' +IntToStr (WClevel) + ' woodcuting.../') 23: TypeSend('I can''t wait till im lvl ' +IntToStr (WClevel + 4 + Random(7)) + '') 24: TypeSend('Hmm... im only lvl ' +IntToStr (WClevel) + ' woodcutting... i should go for ' +IntToStr (WClevel + 6 + Random(8))+'') 25: TypeSend('yay... lvl ' +IntToStr (WClevel) + 'wc... still...') 26: TypeSend('cool! only ' + IntToStr (10+random(8)) + 'k xp till lvl ' +IntToStr (WClevel + 1 + random(4)) + ' wc') 27: TypeSend('WC lvl ' +IntToStr (WClevel) + '') 28: TypeSend('hmph... only ' +IntToStr (WClevel) + '') end; TheAntiRandoms; end;


Reply With Quote







