Hi all this is my first post on this forum and I'd like to thank all the developers for their hard work and efforts! - Much appreciated.
Now for my issue!
I've downloaded a few scripts and figured out how to remove the anti-leech (Still learning)
I managed to remove the Anti-Leech off of the FishingGuildFisher[1.0] and the program ran perfectly!
However in the GUI I wrote my username & password but for some reason it wont type anything in Old School RS?
**I have a feeling i'm meant to fiddle with this in Simba but not sure what to do?
Any help would be fantastic!
**begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 1;
Players[0].Name := TEdit12.TEXT;
Players[0].Pass :=TEdit13.TEXT;
Players[0].Nick :='pascal';
Players[0].Active:=True;
Players[0].Pin:=TEdit14.TEXT;
Thanks in Advance
Happy Scripting!


Reply With Quote
