If you followed it exactly, it shouldn't load EOC at all! did you download smartparams and login.simba and place them in the correct folders?
Printable View
You are correct. Sorry my mistake. I copied those files properly before and it loaded oldschool before too. Somehow those files changed. Maybe I overwrote them by mistake. Thank you very much for your help. And to everyone having this problem, listen to the guy I quoted and copy those files to the locations.
Hey, I'm having a bit of trouble right now I've installed everything correctly (to my knowledge) but I'm getting the error message "Exception in Script: Unable to find file 'P07Include.Simba' used from ' ' "
I put P07Include.Simba in the includes folder and I made sure it wasn't an extension copying it many times. Whenever I try to run the program it gives me this error, and I've tried restarting it more than once.
Thanks :)
So it doesn't login for me it clicks on chrome but it does not click existing user and fill out the username and pass any ideas ?
somebody please respond to http://villavu.com/forum/showthread.php?t=99731
Error: Exception: Font [P07UpChars] not found. at line 226
The following DTMs were not freed: [0, 1, 2, 3]
???
Good tuts but how do i run a script?
Great tutorial, got the test script working, responded to full inventory and open bank.
One small problem... This is my first time using Simba to run a script and I have absolutely no idea how to add/run a script for rs07 using Google Chrome.
If you could link me to a tutorial or just give me a quick walk-through, that'd be great.
Edit: If it helps, I'm trying to use the script "[RS07]AutoCurser"
Located here: http://villavu.com/forum/showthread.php?t=97144
I'm getting the following error when attempting to run the script
Another edit: All good, it was just the script, I found another that worked.Code:Exception in Script: Unable to find file 'P07Incliude.Simba' used from
'C:\Simba\Scripts\CurseRelease.simba'
i get this error "Unable to find file 'ObjectDTM\ObjDTMInclude.simba" , the script is saved in the scripts folder i have done all the updates someone help :(
I tried running the AIO fighter and it gave me this error
"[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281" what does this mean?
You have to edit SMART params to load rs07
Vid tut: http://www.youtube.com/watch?v=0N-RWHwHHAY
I'm trying to configure this to run 07 bots and i get this error
Error: Exception: Font [P07UpChars] not found. at line 226
wtf how do i fix this? "[Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
Compiling failed."
When I try to load a 07 script EOC loads up. But when i use the Oldschool test thing and use the green window select on 07 client it logs me in and works. what should i do?
Pleas help me i dont know how to start a script :( :(
http://i48.tinypic.com/2v9dveu.png
http://www.youtube.com/watch?v=0N-RWHwHHAYQuote:
Originally Posted by Cwil
omg took me 5-10min to figure out tyyyyyyyy
very nice links
Problem solved
I get the same problem, someone please reply fast!
Came out of no where! Uhhh!Code:[Error] C:\Users\FamilyVictor\Documents\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
Compiling failed.
Procedure from P07Include.simba
Code:Procedure P07_MouseBox(X1, Y1, X2, Y2: Integer; ClickType: Integer);
Begin
MMouse(RandomRange(X1,X2),RandomRange(Y1,Y2),0,0);
ClickMouse2(ClickType);
Wait(RandomRange(37,50));
End;