Scrambler.exe
-
Is there any documentation available for using scrambler.exe?
As allways help is very much appreciated. -
Scrambler.exe yourfile.rb
Well - should be a really short documentation
azuby
-
That's awfully complicated - I just drag the .rb file icon onto the scrambler.exe file icon.
-
You do D'n'D? I thought, you're a real cool programmer using vi and so on.
azuby
-
You can also put a shortcut to scrambler in your right-click Send To folder. Works with more than one selected file, as does dragging and dropping.
-
I'm using scrambler.exe for the first time. I get an .rbs file out of it. I then try to load the file using a loader script in the plugins folder:
Sketchup.load('path to file/file')
It doesn't seem to load because when it loads unscrambled, I can see the new buttons that the script creates. When I load the encrypted file, I don't see them so I guess it isn't loading.
I then add a line to the loader to show the ruby window before trying to load my scrambled script and the window shows up but no Ruby errors are shown in it.
I don't see a heck of a lot of documentation on this, does anyone know what I'm doing wrong?
-
I just realized that it is loading as I can click on the blank spot where the icon should be and the program runs. I just need to get the graphic into that button.
-
@fizgig said:
I just realized that it is loading as I can click on the blank spot where the icon should be and the program runs. I just need to get the graphic into that button.
SU unscrambles the file in a temp or virtual folder, so if you point your icons relatively to the script file, it simply doesn't find them. The problem is caused by a wrong path to the icons.
Advertisement