So I have this feind that I'm trying to get my RSPS script to run on his computer. It works fine on my computer, and I know it's not an issue with the side of my script. All of his graphics settings are correct. After about an hour of debugging and tinkering, I figured out the problem: Simba searches for colors with a + 22 y offset. It completely messing up every single function in the script, won't withdraw from the correct slow, can't detect bankscreen, can't get correct inventory count(always 28), nothing works. Heres what happens.
I select the client. Let's say I use the color picker and choose a color at Point(100, 100) and the color that I get is 69. Now, if I run a test in simba
Code:Writeln(getColor(100, 100));
Then I will get whatever color is a 100, 122..
But when I do
I get the original color I picked at 100, 100 with the coordinate picker.Code:Writeln(getColor(100, 78));
I have no idea why it's offsetting were it searches for.
He is using windows 8 and the latest simba with SRL5




Reply With Quote










