Advertisement
Yoshi-

Untitled

May 16th, 2011
433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 13.84 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 3.3.9
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Erstellungszeit: 16. Mai 2011 um 11:59
  7. -- Server Version: 5.5.8
  8. -- PHP-Version: 5.3.5
  9.  
  10. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  11.  
  12.  
  13. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  14. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  15. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  16. /*!40101 SET NAMES utf8 */;
  17.  
  18. --
  19. -- Datenbank: `scriptdb`
  20. --
  21.  
  22. -- --------------------------------------------------------
  23.  
  24. --
  25. -- Tabellenstruktur für Tabelle `auths`
  26. --
  27.  
  28. CREATE TABLE IF NOT EXISTS `sauths` (
  29.   `authID` INT(10) NOT NULL AUTO_INCREMENT,
  30.   `scriptName` VARCHAR(255) NOT NULL,
  31.   `username` VARCHAR(255) NOT NULL,
  32.   `password` VARCHAR(255) NOT NULL,
  33.   `loader` VARCHAR(255) NOT NULL,
  34.   `submitter` INT(10) NOT NULL,
  35.   PRIMARY KEY (`authID`)
  36. ) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;
  37.  
  38. --
  39. -- Daten für Tabelle `auths`
  40. --
  41.  
  42. INSERT INTO `sauths` (`authID`, `scriptName`, `username`, `password`, `loader`, `submitter`) VALUES
  43. (2, 'asdas', 'asdasd', 'dasd', 'asdas', 70),
  44. (4, 'vcbvcb', 'vcbvcbvc', 'bvcbvcbvc', 'http://127.0.0.1/scriptdb/auth/save', 70),
  45. (6, 'dfdsfdsfdsfds', 'fdsfds', 'fdsfds', 'http://127.0.0.1/scriptdb/auth/save', 70);
  46.  
  47. -- --------------------------------------------------------
  48.  
  49. --
  50. -- Tabellenstruktur für Tabelle `scripts`
  51. --
  52.  
  53. CREATE TABLE IF NOT EXISTS `scripts` (
  54.   `scriptID` INT(10) NOT NULL AUTO_INCREMENT,
  55.   `ScriptName` VARCHAR(255) NOT NULL,
  56.   `Access` VARCHAR(255) NOT NULL,
  57.   `Description` text NOT NULL,
  58.   `category` VARCHAR(255) NOT NULL,
  59.   `bot` VARCHAR(255) NOT NULL,
  60.   PRIMARY KEY (`scriptID`),
  61.   FULLTEXT KEY `ScriptName` (`ScriptName`,`Description`),
  62.   FULLTEXT KEY `ScriptName_2` (`ScriptName`),
  63.   FULLTEXT KEY `Description` (`Description`)
  64. ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
  65.  
  66. --
  67. -- Daten für Tabelle `scripts`
  68. --
  69.  
  70. INSERT INTO `scripts` (`scriptID`, `ScriptName`, `Access`, `Description`, `category`, `bot`) VALUES
  71. (1, 'WC Legend', '', '[COLOR=white][FONT=Verdana]\r\n[SIZE=5][CENTER]\r\n[COLOR=Lime]\r\nPrice: $7  (USD)[/COLOR]\r\n[SIZE="6"][url=http://projectanimus.org/xf/threads/wc-legend-temporary-purchase-button.547/#post-3697]Buy WC Legend @ Project Animus*[/url][/SIZE]\r\n[size=4]*Do not forget to register before hitting buy now[/size]\r\n\r\n\r\nTutorial how to start it: [url=http://www.projectanimus.org/xf/forums/tutorials/] HERE[/url]\r\n[/size][/center]\r\n\r\n\r\n[B][SIZE=4][COLOR=lime]Features: [/COLOR][/SIZE][/B]\r\n[LIST]\r\n[*][B][U]Faster and more Human than any other existing woodcutting script.[/U][/B]\r\n[*]Options\r\n[list]\r\n[*]Trees ,Oaks, Willows, Teaks, Maples, Mahogany, Yews, Magics, Ivys.\r\n[*]Custom Chopping: chopping wherever YOU want, it will bank anywhere!!!!.\r\n[*]Custom Break Handler.\r\n[*]Options to make the script stop.\r\n[*]Human Reflexes mode: makes the script react more slowly but more humanly.\r\n[*]Powerchopping.\r\n[*]Chop 1 Drop 1.\r\n[/list]\r\n[*]Anti-ban/ Human Behaviour\r\n[list]\r\n[*]Tree Spawn Detection: detects which tree spawns first, and walks to that one, and sometimes hovers the mouse above it).\r\n[*]Smart Camera movements.\r\n[*]Smart Mouse movements.\r\n[*]Next Tree Hovering.\r\n[*]Chat Responder: answers wc level questions.\r\n[/list]\r\n[*]Picks up nests( as long as it is possible to finish random events)\r\n[*]Statistic system.\r\n[*]Awesome paint.\r\n[/LIST]\r\n\r\n[B][SIZE=4][COLOR=lime]Preset Locations:  (p) means powerchopping only [/COLOR][/SIZE][/B]\r\n[LIST]\r\n[*][B]Trees:[/B]\r\n[LIST]\r\n[*]Grand Exchange\r\n[*]Falador East\r\n[*]Rimmington (p)\r\n[/LIST]\r\n \r\n[*][B]Oaks:[/B]\r\n[LIST]\r\n[*]Varrock West\r\n[*]Varrock East\r\n[*]Varrock South (p)\r\n[*]Falador East\r\n[*]Port Sarim\r\n[*]Seers\r\n[*]Catherby\r\n[*]Yanille\r\n[*]Castle Wars\r\n[/LIST]\r\n \r\n[*][B]Willows: [/B]\r\n[LIST]\r\n[*]Draynor Village\r\n[*]Port Sarim\r\n[*]Rimmington 1 (p)\r\n[*]Rimmington 2 (p)\r\n[*]Rimmington 3 (p)\r\n[*]Rimmington 4 (p)\r\n[*]Crafting guild (p)\r\n[*]Seers\r\n[*]Catherby\r\n[/LIST]\r\n \r\n[*][B]Teaks: [/B]\r\n[LIST]\r\n[*]Castle Wars (p)\r\n[*]Tai Bwo Wannai(p)\r\n[/LIST]\r\n \r\n[*][B]Maples:[/B]\r\n[LIST]\r\n[*]Seers\r\n[/LIST]\r\n \r\n[*][B]Mahogany:[/B]\r\n[LIST]\r\n[*]Tai Bwo Wannai(p)\r\n[/LIST]\r\n \r\n[*][B]Yews:[/B]\r\n[LIST]\r\n[*]Varrock East\r\n[*]Grand Exchange\r\n[*]Rimmington\r\n[*]Lumbridge\r\n[*]Seers\r\n[*]Catherby\r\n[/LIST]\r\n \r\n[*][B]Magics:[/B]\r\n[LIST]\r\n[*]Seers.\r\n[*]Sorcerer''s Tower\r\n[/LIST]\r\n \r\n[*][B]Ivys:[/B]\r\n[LIST]\r\n[*]Grand Exchange\r\n[*]Castle Wars\r\n[*]Yanille\r\n[*]You can Powerchop( this won''t bank nests) Ivys anywhere you want, therefore is the custom option.\r\n[/LIST]\r\n \r\n[/LIST]\r\nAn incredible example of what this script is capable of, made by Ze1da.\r\n[video=youtube;oRT5Pk5To48]http://www.youtube.com/watch?v=oRT5Pk5To48=22[/video]\r\n\r\n\r\n\r\n\r\n\r\n[URL="http://wildimp.com/wclegend/users/SpeedWing"][IMG]http://wildimp.com/wclegend/sigs/speedwing.jpg[/IMG]\r\nClick here to see ALL of my statistics using AutoWCPro[/URL]\r\n\r\n[B][SIZE=4][COLOR=lime]So why would you buy this script when there are competitors? [/COLOR][/SIZE][/B]\r\n\r\n[SIZE=5][COLOR=white][B][U][URL="http://www.power***.org/vb/showthread.php?228604-WC-Legend-1-99-WC-Fastest-AIO-Chopper-Ever&p=4912086&viewfull=1#post4912086"]56M WC Exp ***TED[/URL][/U][/B][/COLOR][/SIZE]\r\n[IMG]http://i235.photobucket.com/albums/ee269/troublegod/toshi%20xd/20100925-023157.png[/IMG]\r\n\r\n[IMG]http://gyazo.com/91aa6e45aa52d7eaa99671d86279b06d.png[/IMG]\r\n\r\n\r\n[SIZE=3]My Vouches: [URL]http://www.power***.org/vb/showthread.php?t=223496[/URL]\r\n[/SIZE]\r\n\r\n\r\n\r\n\r\n[B][SIZE=4][COLOR=lime]\r\n99s\r\n[/COLOR][/SIZE][/B][CODE]\r\n\r\n \r\n\r\n\r\n \r\n[img]http://www.picdrop.net/images/20110219-042148.png[/img]\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n[/CODE]\r\n[code]dsfdas[/code]\r\n\r\n\r\n\r\n\r\n[b][size=4][color=lime]\r\nTestemonials\r\n[/color][/size][/b][code]\r\n\r\n \r\n\r\n\r\n\r\n \r\n\r\n\r\n[/code]\r\n\r\n\r\n\r\n\r\n\r\n\r\n[B][SIZE=4][COLOR=lime]\r\nProggys\r\n[/COLOR][/SIZE][/B][CODE]\r\n\r\n[img]http://gyazo.com/eab8302d24eead25d59bea1399c564a4.png[/img]\r\n[img]http://i.imgur.com/vNBkf.png[/img]\r\n[IMG]http://i52.tinypic.com/2n6dlwh.jpg[/IMG]\r\n[IMG]http://gyazo.com/5ddf79c0ead9c7abc62985e34834b14a.png[/IMG][IMG]http://i26.tinypic.com/2vjo0vt.jpg[/IMG][IMG]http://i53.tinypic.com/1550voi.png[/IMG][IMG]http://gyazo.com/c5c5a3acaf101838a9de29dea173911b.png[/IMG]\r\n[IMG]http://jnafo.com/images/99wc3.png[/IMG]\r\n[IMG]http://img685.imageshack.us/img685/9911/99woodcutting.png[/IMG]\r\n[IMG]http://i25.tinypic.com/zu2udg.png[/IMG]\r\n[IMG]http://i47.tinypic.com/jzcigw.jpg[/IMG]\r\n[IMG]http://img841.imageshack.us/img841/5633/20100821020246.png[/IMG]\r\n[IMG]http://img193.imageshack.us/img193/9274/leetz.png[/IMG]\r\n[IMG]http://h.imagehost.org/0529/Naamloos.png[/IMG]\r\n[IMG]http://i48.tinypic.com/2pqn8e9.png[/IMG]\r\n[SIZE=3][URL="http://www.power***.org/vb/showthread.php?t=261716"]15-99 wcing on oaks[/URL][/SIZE]\r\n\r\n[IMG]http://a.imagehost.org/0620/willow_proggy2.png[/IMG]\r\n[IMG]http://i50.tinypic.com/5pmlxy.png[/IMG]\r\n[IMG]http://a.imagehost.org/0765/iweepforyou.png[/IMG]\r\n\r\n\r\n[IMG]http://d.imagehost.org/0784/chat_responder_ownage.png[/IMG]\r\n[CODE][INFO]AutoOaksSW: Detected a very dumb question, waiting 3.468 seconds to respond.\r\n[INFO]AutoOaksSW: Responding on: violet*n1te: why oaks?\r\n[INFO]AutoOaksSW: Responded with: oaks is better with money\r\n[INFO]AutoOaksSW: Dumb Question TimeOut: 70 Seconds.\r\n[/CODE][IMG]http://i.imagehost.org/0749/20100308-113244.png[/IMG]\r\n\r\n[IMG]http://i.imagehost.org/0286/Naamloos.png[/IMG]\r\n\r\n\r\n\r\n\r\n[IMG]http://j.imagehost.org/view/0308/p1_2_3_4[/IMG]\r\n[IMG]http://img222.imageshack.us/img222/2861/proggyg.jpg[/IMG]\r\n[IMG]http://i581.photobucket.com/albums/ss251/bloddyharry/proggy_7hr.jpg[/IMG]\r\n[IMG]http://f.imagehost.org/0020/wc_ownage_2.png[/IMG]\r\n\r\n[IMG]http://i194.photobucket.com/albums/z251/71runemaker/20100226-072141.png[/IMG]\r\n\r\n\r\n[/code]\r\n\r\n[COLOR="lime"]Do not use this script on multiple IPs at the same time or it will be banned. Suspicious IP behavior will also constitute a ban.\r\n-***ting is always risky, no matter how good the script is, it will never be able to have a decent conversation with other people[/COLOR].-\r\n\r\n[/FONT][/COLOR]', 'Woodcutting', 'Powerbot'),
  72. (2, 'iDungeon', '', '[center]\r\n\r\n[img]http://i.imgur.com/vyjNH.png[/img]\r\n\r\n[size="4"][color="lime"]FEATURES[/color][/size]\r\n[list]\r\n    [*]Flawless room detection and door opening\r\n    [*]NEW! - All 60 floors are fully supported to keep your investment futureproofed\r\n    [*]All 6 complexities supported\r\n    [*]Solves all puzzle rooms\r\n    [*]Every boss battle is individually scripted\r\n    [*]Advanced exploration methods - capable of solving any dungeon\r\n    [*]Maximize your experience by opening every explorable room in every dungeon\r\n    [*]Full prayer & curses support for the boss battles and toughest normal monsters\r\n    [*]An incredible interactive paint\r\n    [*]Attack style switching – knows the best way to kill each monster\r\n    [*]Armor improving – wields & upgrades armor along every floor\r\n    [*]Food preparation\r\n    [*]Melee, range, magic and backup combat support\r\n    [*]Gatestone & groupstone teleporting\r\n    [*]Customizable rush settings – skip through rooms, rush designated floors, etc\r\n    [*]Weapon improving – upgrades your weapon with higher tiers of its type\r\n    [*]Fully failsafed to keep the script running for hours\r\n    [*]Highscores and dynamic personal signatures\r\n    [*]Prestiges and repeats endlessly\r\n    [*]All updates are free updates for life!\r\n[/list]\r\n[size="4"][color="lime"]REQUIREMENTS[/color][/size]\r\nStart the script with any account at the Daemonheim castle with only the Ring in your inventory, \r\nand the interactive paint will walk you through the setup process. \r\nIf you aren''t familiar with Dungeoneering, you should read a quick intro guide and try a few floors yourself in order to help you get the most out of your bot - it''s a complicated skill!\r\n\r\n[img]http://i.imgur.com/IX9IW.png[/img]\r\n[img]http://img228.imageshack.us/img228/4830/807bae0204e34ba5b7c3ed2.png[/img]\r\n\r\n\r\n[/center]\r\n~Enjoy\r\n', 'Dungeoneering', 'Powerbot'),
  73. (5, 'Avansie Masacre', '', 'I have no way to test it again =/aaaaaaaaaaaa\r\nSo it''s up to you to test it.\r\nThread: [url]http://www.powerbot.org/vb/showthread.php?t=679808[/url]\r\nDownload:  [URL="http://rscoders.org/downloads.php?do=file&id=76"]RSC[/URL]\r\n\r\n[img]http://i.imgur.com/VR3f6.png[/img]\r\n\r\n[center]\r\nRequired Quest(s)\r\n- Troll Stronghold (requires Death Plateau) ~ Allows for entrance to the GWD\r\n\r\nOptional, but highly recommended, Quest(s)\r\n- Temple of Ikov ~ Gives the Armadyl Pendant (not required)\r\n- Eadger''s Ruse ~ Trollheim Teleport (fast access)\r\nasdasdasdas\r\nEquipment: You MUST bring at least 1 item from the Sara, Zammy, and Armadyl gods! ~ Bandos is optional.\r\n* Denotes what I use\r\nHelm: Anything really, but I prefer Armadyl Helm*\r\nCape Slot: Ava''s Accumulator* ~ Bring it!\r\nNecklace: Any amulet if you already have an Armadyl item. Otherwise, Armadyl pendent.\r\nBolts: Mithril* or better ~ Broad-tipped are the best (bring at least 5k for a good stay)\r\nWeapon: Runite C''Bow*\r\nTorso: Sara Body* / Zammy Body / Armadyl Body\r\nShield: Granite* / DFS ~ Something with nice range defense\r\nLegs: Dragon plate legs / Bandos tassets*\r\nWrists: Zammy Vambraces* / Sara Vambraces / Armadyl Vambraces\r\nFeet: Climbing boots* / Snakeskin boots / D Boots ~ You need Climbing boots to get to the GWD if you walk there\r\nRing: Ring of life / Ring of wealth*\r\n\r\nInventory\r\n* Denotes required\r\n- Coins* ~ keeps from having to make room\r\n- Fire runes* (bring 5k and you can stay for days)\r\n- Nature runes* (bring 20, unless you''re not collecting Nature runes)\r\n- Any teleport tablet*\r\n- Mithril grapple (if you want to go inside the Eyrie)\r\n- Bones to Peaches tablets* (250 is plenty for a good couple days stay)\r\n- Full inventory of food* (bring lobsters, and you''ll be fine)\r\n\r\nFeatures\r\n- Drop or bury bones to make room\r\n- High alch rune drops\r\n- Fail safes\r\n- Choose between 1 of 2 areas (inside/oustide of the eyrie)\r\n- Select levels to attack\r\n- Select loot\r\n- Optional stop timer\r\n- Mouse speed adjustment\r\n\r\nGetting there\r\n- Follow this guide: [url]http://rsdiy.wordpress.com/guide-database/misc-guide/%C2%BBaviansies-ranging-guide%C2%AB-by-gastrophete/[/url]\r\n\r\n[/center]', 'Combat', 'Powerbot');
  74.  
  75. -- --------------------------------------------------------
  76.  
  77. --
  78. -- Tabellenstruktur für Tabelle `scriptversions`
  79. --
  80.  
  81. CREATE TABLE IF NOT EXISTS `scriptversions` (
  82.   `versionID` INT(10) NOT NULL AUTO_INCREMENT,
  83.   `scriptID` INT(10) NOT NULL,
  84.   `version` VARCHAR(10) NOT NULL,
  85.   `cracker` INT(10) NOT NULL,
  86.   `realName` VARCHAR(255) NOT NULL,
  87.   `serverName` VARCHAR(255) NOT NULL,
  88.   `lastest` tinyint(1) NOT NULL,
  89.   PRIMARY KEY (`versionID`)
  90. ) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
  91.  
  92. --
  93. -- Daten für Tabelle `scriptversions`
  94. --
  95.  
  96. INSERT INTO `scriptversions` (`versionID`, `scriptID`, `version`, `cracker`, `realName`, `serverName`, `lastest`) VALUES
  97. (1, 1, '2.021', 70, 'a-new.jar', 'fc122bb177d5a587c5781fc420777ecb', 1),
  98. (2, 1, '1.35', 70, '_Anonymous-wcLegend2014.jar', '00ce5d93a4d78b889b5667fd1c33a274', 0),
  99. (3, 2, '1.34', 70, 'iDungeonPro1.34.jar', 'be1d49888b3a7c1674a20c8bbd9b2d47', 1),
  100. (4, 3, '1.35', 70, 'a-new.jar', '54ec13285b4888b1e851b2579a7ead9a', 0),
  101. (5, 3, '1.38', 70, 'a-new.jar', '8814deae48ec44f322212fbe2427974b', 1),
  102. (7, 5, 'iDung 1.4 ', 70, 'iDungeonPro1.4.jar', 'b3fa7c13e3f2bb232b111c568374282f', 1),
  103. (8, 2, '1.33', 70, '_Anonymous-iDungeonPro133.jar', '204910b47cfdc24918e118817ccb9e67', 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement