Results 1 to 8 of 8

Thread: Anyone looking to protect scar scripts

  1. #1
    Join Date
    Feb 2006
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Anyone looking to protect scar scripts

    I offer scar script obfusication services.

    rename methods, varibles, protects strings, understands thread safe start, removes comments lines ect. It is very powerful. includes should be copy and psated into a single script. On a side note anyone think srl needs a global stats database for script authors to send progress reports?

  2. #2
    Join Date
    Feb 2006
    Location
    Sunshine Coast, Qld. Australia
    Posts
    412
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Stats database: What did you have in mind?

  3. #3
    Join Date
    Feb 2006
    Location
    Berkeley, CA
    Posts
    1,837
    Mentioned
    52 Post(s)
    Quoted
    60 Post(s)

    Default

    He means like a type that has an integer for the level and mabey exp for each skill. (I think)

  4. #4
    Join Date
    Feb 2006
    Location
    Franklin, Ohio, USA
    Posts
    991
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    check out his things like the dynamic signatures on impsoft.net

  5. #5
    Join Date
    Feb 2006
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Benland where are your mouse functions?

    also i got a dynamic xml database system that stores unlmited scripts and users, varibles.
    Auto adds users, scripts, varibles
    as the data comes in.

    e.g. ?stats=kills$5$runs$1$&script=uberfighter&username =eric

    Works with scar annd java. Downside is it can be abused but i just ip ban abuse. Flexible.

    I need more experience in how the to use php to make images thou.

    first attempt: http://www.impsoft.net/SBOT/index.php?topic=262.0
    real time, dynamic

    http://www.impsoft.net/SBOT/index.php?page=5 use IE plz i suck at html

    looking to up root the entire xml database sytem and write it in php with no uses of xml or mysql. Stores the data as php objects for next use.

    Mopar has a versions of the obfustcator since he wrote the first 10 lines for it, i wrote the next 650.

    xml database snippit
    Code:
    	<TOTALS>
    		<TOTAL FOR="UberFighter" TIME="5565663" RANDOMS="2105" RUNS="4261" KILLS="191498"/>
    		<TOTAL FOR="AryanIMPEssenceMiner" TIME="8480876" TRIPS="37257" ESS="1142544"/>
    		<TOTAL FOR="SBoTImpRulerFlax" TRIPS="6" FLAX="45" TIME="260"/>
    		<TOTAL FOR="SBoTIMPEssenceMiner" TIME="2764753" TRIPS="12230" ESS="366773"/>
    		<TOTAL FOR="AryanIMPGuild" TIME="1316585" TRIPS="2797" MITH="1393" COAL="81498"/>
    		<TOTAL FOR="AryanIMPFlax" TRIPS="30200" FLAX="843533" TIME="5158494"/>
    		<TOTAL FOR="xrushx" TIME="16272" TRIPS="40" ESS="1188"/>
    		<TOTAL FOR="SBoTImpRulerGuild" TIME="442" TRIPS="1" MITH="0" COAL="54"/>
    		<TOTAL FOR="jessminer" TIME="256782" TRIPS="1020" ESS="37318"/>
    	</TOTALS>
    	<USERS>
    		<USER NAME="GenoDemoN">
    			<BOT NAME="UberFighter" TIME="115649" RANDOMS="183" RUNS="600" KILLS="5081"/>
    			<BOT NAME="AryanIMPEssenceMiner" TIME="0" TRIPS="0" ESS="0"/>
    			<BOT NAME="SBoTImpRulerFlax" TRIPS="0" FLAX="0" TIME="0"/>
    			<BOT NAME="SBoTIMPEssenceMiner" TIME="0" TRIPS="0" ESS="0"/>
    			<BOT NAME="AryanIMPGuild" TIME="0" TRIPS="0" MITH="0" COAL="0"/>
    			<BOT NAME="AryanIMPFlax" TRIPS="0" FLAX="0" TIME="0"/>
    			<BOT NAME="xrushx" TIME="0" TRIPS="0" ESS="0"/>
    			<BOT NAME="SBoTImpRulerGuild" TIME="0" TRIPS="0" MITH="0" COAL="0"/>
    			<BOT NAME="jessminer" TIME="0" TRIPS="0" ESS="0"/>
    		</USER>
    jessminer is rippers ess miner.. they took mine that replaces the name and sell it.
    xrushx someone replace a script name with the wrong one...

    Direct stats functions can be integrated into SRL.
    Requirments:

    properties:
    SRLusername
    SRLarray [script] [varible] [value]
    methods
    SRL_statsadd(String script, String varible, int value)
    increments in the array or adds to the array/ new array?
    saves the array data as a tokenized string in the scar "registry"
    SRL_sendStats()
    open scar registry and does the request or requests to webserver
    clears the registry value

    only done at sript start

  6. #6
    Join Date
    Mar 2006
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ranging script would be nice

  7. #7
    Join Date
    Feb 2006
    Location
    Australia, NSW.
    Posts
    1,461
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by devilion
    ranging script would be nice
    Wrong section, and stop spamming.

  8. #8
    Join Date
    Feb 2006
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok scrapped the xml db although i can extrac the db as xml for backup.

    The reason for scrapping the xml db was resources. I got too big.

    Now i store them as php objects but not in a actual database. flat text file instead.
    www.rscheata.net
    Home of iBot on neXus: a multi-client, minimizable, Hyrid, Color, Reflection, scriptable, multi-threaded Java Bot.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 03-02-2008, 09:26 AM
  2. How To Password Protect A Site?
    By Pmh1000 in forum News and General
    Replies: 5
    Last Post: 01-17-2007, 06:16 PM
  3. Replies: 28
    Last Post: 06-22-2006, 04:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •