Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

halp

Name: Anonymous 2007-08-10 19:52 ID:Mjd4Azbc

I need help making a refresh script for a game that checks for refresh scripts. I was thinking something like this might work.

count==12


loop

while (count=20)
count==12

else
count+=1

refresh page

goto loop

Name: Anonymous 2007-08-12 13:41 ID:WSjleyHm

>>16
Or the more complicated yet more correct solution:
su
vi /usr/src/linux/kernel
:%s/return pid/return 0
:wq
cd /usr/src/linux
make && make modules_install && mount /boot
cp arch/i386/boot/bzImage /boot/
echo "timeout 0" > /boot/grub/grub.conf
echo "title FTW" >> /boot/grub/grub.conf
echo "root (hd0,0)" >> /boot/grub/grub.conf
echo "kernel /bzImage root=/dev/hda3" >> /boot/grub/grub.conf
shutdown -r now
 

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List