SOB v1.0.0.0
What is SOB?
- Script-O-Browser is Internet Botting Browser
- SOB can auto click anything!
- SOB can auto find anything!
- SOB can auto Navigate anywhere!
- And many more features to come!
How do i use SOB?
- There are a few different ways to use SOB!
- Make your own scripts Or Use other poeple's scripts.
How do i Make Scripts?
- You can make you own scripts by using Scripting Codes!
Code:
[COLOR="#FFFFFF"]Main() // YOU MUST HAVE THIS ALL THE BEGINNING OF ALL SCRIPTS!
Nav() // This will Navigate the Browser! Example: Nav(google.com)
onFind() Tag[] Att{} // This will Find Object! Example: onFind(skip_ad.gif) Tag[img] Att{src}
onClick() Tag[] Att{} // This will Auto Click! Example: onClick(skip_ad.gif) [img] {src}
clickedCollection(Clear) // This will Clear your Clicked Collection!
onInput() setAtt{ , } // This will auto fill forms! Example: onInput(textbox) setAtt{name, Your Text Here}
movMouse(0,0) // This will move the mouse to any location on the screen!
mClick() // This will auto click of the mouse! Example: mClick(Left) or mClick(Right)
Proxy(0.0.0.0:000) // This will change your ip to the designated proxy address!
Sleep() // This will sleep your script! Example: Sleep(1000)
Goto() // This will goto new script block! Example: Goto(findNewImg)
()End // YOU MUST HAVE THIS ALL THE END OF ALL SCRIPT BLOCKS![/COLOR]
- The Editor
- For a example how to use this codes!
Code:
[COLOR="#FFFFFF"]//NeoBux PTC Script
Main()
Nav(http://www.***********/m/v/)
Goto(findIMG)
()end
findIMG()
If onFind(/badge_a1.gif) Tag[img] Att{src} = True Then
Goto(clickIMG)
else
Goto(sleepNreCheck)
end if
()end
sleepNreCheck()
Sleep(2000)
Goto(Main)
()end
clickIMG()
if onClick(/badge_a1.gif) Tag[img] Att{src} = True Then
Goto(checkIfComplete)
else
Goto(startOver)
end if
end()
checkIfComplete()
if onFind(width: 100%) Tag[td] Att{outerHtml} = True Then
Goto(startOver)
else
Goto(sleepNreCheck2)
end if
()end
sleepNreCheck2()
Sleep(1000)
Goto(checkIfComplete)
()end
startOver()
Goto(Main)
()end[/COLOR]
- *NOTE* The If Statements must have If, = True Then, Else, & End If! To Work properly!
- *NOTE* All Codes are case sensitive!
SOB Install Requirements
- You will need .net 4.0 framework!
- You will need install xulrunner 16.0 in (C://Current_User/MyDouments/eBotterz/xulrunner)
- xulRunner Download Link :

SOB Download
- Download The Latest Version >
<
SOB Virus Scan
- Current Virus Scan : >
<
SOB Bugs!
- None i think..
SOB Update's!
New Update : v 1.0.0.6 (Added Ad Banner for SOB Support & Added Proxy Use!)
Proxy Use Example:
Code:
[COLOR="#FFFFFF"]Main() Proxy(199.119.76.111:3128) Sleep(500) Nav(whatismyipaddress.com/) Sleep(2000) Proxy(default) Sleep(500) Nav(whatismyipaddress.com/) ()end[/COLOR]
- The Banner Ad Rotator is to support more development & in return advertise your banner for a month!
- The Rotator is set on a 45 second display!
- A Banner will cost you $2.00 USD for 1 Month!
- If you might be interested in this pm me
If you have any question about this version please post below thanks.
Sincerely,
-eBotter
**TIP**
If you hold Ctrl + Click it will give you the OuterHtml of that element!






