Thanks Dirrk that did the trick i think im unrooted. i followed these steps:
adb shell
su (its going to ask you for permission on your phone so hit allow)
mount -t rfs -o remount,rw /dev/block/stl9 /system
rm /system/app/Superuser.apk
rm /system/xbin/busybox
rm /system/xbin/su
rm /system/bin/su
rm /system/bin/busybox
mount -t rfs -o remount,ro /dev/block/stl9 /system
exit
and there were no such directories found for these steps:
rm /system/bin/su
rm /system/bin/busybox
are these steps redundant or are they there just to be sure everything is removed?
Which brings me to my next problem my phone appears to be unrooted no superuser app or in adb su is not found, but i cant re-root when i run the batch file. I am getting the same error Breakthecycle2 has: no device found at that same step. Is this because i didn't unroot correctly? I am currently reinstalling the samsung drivers to see if that works. I could also find my device in cmd by entering adb devices when the rooting wasn't working.
They are to make sure everything was removed. I didnt remember where I had put them for the 1 click root. I usually do it manually when I root other peoples phones because its quicker. And depending on what is on my mind I will either use /xbin or /bin for the install, they are both included in $PATH so if they are in both or just in one. They will need to be removed to unroot.
To answer your other questions, there are two solutions. I have not updated this in a while so I am sorry for that I just have been working on getting the kernels and everything set up for our phone. The easiest solution for you would be to manually do it since you obviously are not "horrible with following directions" like some. Manual method
Assuming your device still has su/Superuser.apk/busybox on the sdcard and rage.bin in /data/local/tmp if they are not then plz push them there.
adb shell
chmod 0755 /data/local/tmp/rage.bin
/data/local/tmp/rage.bin
Wait
try adb shell again ur looking for the # instead of the $ this time
if it still says $ wait a little longer and try again if not restart your phone just run the rage.bin again
once you have the # in shell then type these commands
mount -t rfs -o remount,rw /dev/block/stl9 /system
cat /sdcard/su > /system/xbin/su ( u see i chose xbin lol idk why this time )
cat /sdcard/busybox > /systme/xbin/busybox
cat /sdcard/Superuser.apk > /system/app/Superuser.apk
chmod 4755 /system/xbin/busybox
chmod 4755 /system/xbin/su
mount -t rfs -o remount,ro /dev/block/stl9 /system
exit
Your other option is go into the .bat file and where u see PMSLEEP ## change it to: pause
Just make sure you give it ample time and if you want you can even have another cmd open and type adb shell to ensure the device is ready.