[Beta] Script-O-Browser [v1.0.0.0]

01/23/2013 19:28 eBotterz#1
SOB v1.0.0.0


[Only registered and activated users can see links. Click Here To Register...]

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
[Only registered and activated users can see links. Click Here To Register...]
  • 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 : [Only registered and activated users can see links. Click Here To Register...]

SOB Download
SOB 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]
Banner Ad Rotator :
  • 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!
01/23/2013 19:57 Arby#2
#moved
01/23/2013 20:16 eBotterz#3
Quote:
Originally Posted by Fearful™ View Post
#moved
Thanks wasnt really sure where to put it. Do to the fact im new around there.

-eBotterz
01/23/2013 20:34 Requi#4
This must be in Coding Releases.
But nevermimd. I read a bit and it hears very nice
Good Job
01/23/2013 20:52 eBotterz#5
Quote:
Originally Posted by Requi View Post
This must be in Coding Releases.
But nevermimd. I read a bit and it hears very nice
Good Job
Thank you bro.

Bummp.. If anyone got any questions or needs help just ask.

-EB
01/27/2013 01:49 MrSm!th#6
#moved