SCAR looks good with the XPManifest Component
Nice job Freddy![]()
SCAR looks good with the XPManifest Component
Nice job Freddy![]()
I posted this before, but I'll just say it again. You can use scar on Ubuntu Linux 6.10. When I had Ubuntu 6.10, I installed the regular Wine program and installed it. Then I ran something like...
wine c:\program files\scar 2.03\scar.exe
And it worked! It was a little small, but I tried to run a simple program to move the mouse, and it worked just fine.![]()
uggg... i dont want wine, im under age...
And check out my pascal interpreter!
<R0b0t1> No, really, I went to a bar and picked up a transvestite.
Wine can now. I last tested that about 4 months ago. Wine should be even better now at emulation. Try it out.
Screenshot: http://img172.imageshack.us/img172/9...eenshotqb2.png
Oh and in case you forgot, here is that bug again with the SCAR's "Load DFM Form" under Tools.
Reproduce the bug:
1. Open SCAR's form editor. Tools > Form Editor.
2. Click on a ListBox and place it on the form.
3. Click on the ListBox you just added, and look for Items on the left side of the Object Inspector, find that, look to the left of that and open up TStrings.
4. Copy and paste this exactly into the box.
5. Now click on OK and save the form somewhere.ListBox1ListBox1ListBox1ListBox1ListBox1ListBox1Li stBox1ListBox1ListBox1ListBox1ListBox1ListBox1List Box1ListBox1ListBox1ListBox1ListBox1ListBox1ListBo x1
ListBox1ListBox1ListBox1ListBox1ListBox1ListBox1
6. Go back to SCAR and click on Tools > Load DFM Form and select the form you just created. And you should receive this error.
If you ever have looked inside of a DFM form, you will notice all these objects and parameters and such similar to the code generated by scar. Well if you look at the listbox object after you have added the strings, you will see something like this:
The problem is the empty line right after "Items.Strings = (", delete that, save the file and try to load the file again, and it works fine.Code:object ListBox1: TListBox Left = 20 Top = 20 Width = 121 Height = 97 ItemHeight = 13 Items.Strings = ( 'ListBox1ListBox1ListBox1ListBox1ListBox1ListBox1ListBox1ListBox1' + 'ListBox1ListBox1ListBox1ListBox1ListBox1ListBox1ListBox1ListBox1' + 'ListBox1ListBox1ListBox1' '' 'ListBox1ListBox1ListBox1ListBox1ListBox1ListBox1') TabOrder = 8 end
~Ron
Oh hey guys. I found out how to make a mega virus with scar a few years back. Please fix this bug, so it cannot be abused, and turned into a virus.
While you run the script, it compiles while it is running, which makes it impossible to stop. then what it does is it runs the script again, locks that to impossible to stop, repeats, over and over, while keeping the mouse locked at (0,0), keeps on closing task manager if it shows up, and makes sure you cant turn off the computer without unplugging it.
this all happens because of the glitch of being able to compile a script while it is running, and the script not stopping before it compiles.
Exp(a+b*i)=Exp(a)*Exp(b*i)=Exp(a)*(Cos(b)+i*Sin(b) )
umm...looks nice.. :P when this gonna be able to download?![]()
![]()
Nazgand, did you use something like this?
Code:program New; begin ClearDebug; repeat MoveMouse(0, 0); GetApplication.Run; until(IsFKeyDown(12)) end.
I think its good to update this program...
The new features sound good
I hope this will increase the art or **-Cheating =)



Freddy, if you run a script likeand, while it's running, compile it, you can run it again. You can keep doing that so more than one of that script is running at a time.SCAR Code:program New;
begin
repeat
writeln('running');
wait(1000);
until(false)
end.
I'm not sure if that's what you meant, Nazgand. I found that out awhile back.
He's talking about how he can rerun the program within the script. Right nazgand? That's why I was guessing it was the command: "GetApplication.Run;"
Looking good guys! Im very very impressed!!!111oneone!1!!!
I will test out if it will run under WINE right now, sounds sexy. <3
Simba instant builds for all platforms, Stable, Lape, and Simba-next branches!
Moparisthebest.com Runescape Cheating / Programming Forums
MoparScape.org Runescape Private Server Forums
You can have my gun when you pry it from my cold, dead hands.
Linux users, we do it in the open.



It will work with WINE, but you can't target anything with the crosshair.
thats what i figured the problem would be
And check out my pascal interpreter!
<R0b0t1> No, really, I went to a bar and picked up a transvestite.
It probably says this somewhere in there but is there an expected release date?
I understand it takes alot of time Im just wondering!
Thanks
DrowningTrout
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig
OMG, this be leet, cant wait for it.
did you get authorised by kait to edit scar?
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.
- put this in your sig
Simba instant builds for all platforms, Stable, Lape, and Simba-next branches!
Moparisthebest.com Runescape Cheating / Programming Forums
MoparScape.org Runescape Private Server Forums
You can have my gun when you pry it from my cold, dead hands.
Linux users, we do it in the open.
Found another bug in scar.
Status Bar disappearance. Here are the steps to reproduce the bug.
1. Open up SCAR.
2. Maximize it.
3. Now move the mouse in the bottom right hand corner, and when the Resize Icon appears, click and hold the mouse and drag it some where in the Top Left corner and release the mouse.
4. Finally, normalize (or restore down) the window, and there isn't a status bar. It's gone!
Screenshot:
Also were you able to fix the last bug I submitted, freddy?
~Ron
I'm sure you'll fix it soon enough. What do you think about the bug I just posted?
freddy, i can try to help you with any linux problems you have... my advice, get ubuntu. it is very good for first-time users.
And check out my pascal interpreter!
<R0b0t1> No, really, I went to a bar and picked up a transvestite.
Hey Freddy I like the export to HTML function
also will SCAR forms support the TWebBrowser?
There are currently 1 users browsing this thread. (0 members and 1 guests)