Wednesday, August 13, 2008

How to use Bot,Cabal Rider,CabalBot or Cabal Bot 2

Now we go to scripting your Cabal Rider:

Remember you must follow this step before you copy paste all the Script you want.
1. Open "Item Filter".
2. Click "Edit Scripts".
3. Copy and paste the scripts you want into the notepad.
4. Close it(save) and press "Reload Scripts".
5. Turn on ignore all items script.
6. Turn on the scripts you want.
7. Close it and click "Save Configuration".
8.
Done. Now Run Your Cabal Rider and Enjoy!!! .

Item Filter Scripts(This script will filter all the items that you want to loot and not to loot):


Items to not Pick

Ignore All Items (Always have the script below on with the other scripts, so it won't pick up everything)

Ignore all items: if ( true && class @ ) then ignore



Items to Pick

Pick Everything (Pick all items except potion, if anyone wants to use)
Pick Everything: if ( true && class @ ) then pick


Pick Quest Items - Any type of Quest Item

Basic Quest Items
Quest Items: if ( true && class @ ) then pick

Holy Cross Quest
Message From Helper T: if ( true && class @ ) then pick

Plate of Honor Scrolls
Plate of Honor Pages: if ( true && class @ ) then pick


Pick Cores (Low to Highest)

Upgrade Cores
Upgrade Core (Low - Highest): if ( true && class @ ) then pick

Perfect Cores
Perfect Core: if ( true && class @ ) then pick

Force Cores
Force Core (Low - Highest): if ( true && class @ ) then pick

Core Enhancer
Core Enhancer (Low - Highest): if ( true && class @ ) then pick


Pick Chaos Items (Chaos Lamps and Chaos Boxes)

Chaos Lamp
Chaos Lamp: if ( true && class @ ) then pick

Chaos Box
Chaos Box: if ( true && class @ ) then pick

Pick Astral Board/Bike (Any type of Board/Bike)

Astral Board
Astral Board: if ( true && class @ ) then pick

Astral Bike
Astral Bike: if ( true && class @ ) then pick


Pick Slot Extender (Low to Highest)
Pick Slot Extender: if ( true && class @ ) then pick


Pick Armor/Weapon (All armors and weapons to be picked according to the "+")

+5
Pick armor/Weapon +5: if ( class @ && attribute <= 5 && attribute >= 5 ) then pick
+4
Pick Armor/Weapon +4: if ( class @ && attribute <= 4 && attribute >= 4 ) then pick
+3
Pick Armor/Weapon +3: if ( class @ && attribute <= 3 && attribute >= 3 ) then pick
+2
Pick Armor/Weapon +2: if ( attribute <= 2 && attribute >= 2 && class @ ) then pick
+1
Pick Armor/Weapon +1: if ( attribute <= 1 && attribute >= 1 && class @ ) then pick
+0
Pick Armor/Weapon +0: if ( attribute <= 0 && attribute >= 0 && class @ ) then pick


Pick Slotted Armor/Weapon (Any Slot)

All Slotted Items
Pick Wep/Armor Slotted: if ( class @ && slot = 1 ) then pick

Weapons Slotted

Shadowsteel Swords

Slot Shadowsteel Swords: if ( true && class @ && slot = 1 ) then pick

Bluestin Swords
Slot Bluestin Swords: if ( true && class @ && slot = 1 ) then pick

Titanium Swords
Slot Titanium Swords: if ( true && class @ && slot = 1 ) then pick

S.Titanium Swords
Slot S.Titanium Swords: if ( true && class @ && slot = 1 ) then pick

Osmium Swords
Slot Osmium Swords: if ( true && class @ && slot = 1 ) then pick

Redosmium Swords
Slot Redosmium Swords: if ( true && class @ && slot = 1 ) then pick

Citrine Crystal/Orb
Slot Citrine Crystal/Orb: if ( true && class @ && slot = 1 ) then pick

Bluestin Crystal/Orb
Slot Bluestin Crystal/Orb: if ( true && class @ && slot = 1 ) then pick

Pherystin Crystal/Orb
Slot Pherystin Crystal/Orb: if ( true && class @ && slot = 1 ) then pick

Aqua Crystal/Orb
Slot Aqua Crystal/Orb: if ( true && class @ && slot = 1 ) then pick

Lapis Crystal/Orb
Slot Lapis Crystal/Orb: if ( true && class @ && slot = 1 ) then pick

Topaz Crystal/Orb
Slot Topaz Crystal/Orb: if ( true && class @ && slot = 1 ) then pick

Armors Slotted

Shadowsteel Armors

Slot Shadowsteel Armors: if ( true && class @ && slot = 1 ) then pick

Aramid Armors
Slot Aramid Armors: if ( true && class @ && slot = 1 ) then pick

Bluestin Armors
Slot Bluestin Armors: if ( true && class @ && slot = 1 ) then pick

Titanium Armors
Slot Titanium Armors: if ( true && class @ && slot = 1 ) then pick

S.Titanium Armors
Slot S.Titanium Armors: if ( true && class @ && slot = 1 ) then pick

Osmium Armors
Slot Osmium Armors: if ( true && class @ && slot = 1 ) then pick

Lv99 Armors
Pick Slot Lv99 Equips: if ( true && class @ && slot = 1 ) then pick



Pick Accessory Lv1 - Lv170 (Epaulets/Rings/Amulets/Earrings/Bracelets)

All Accessory
Pick Accessory ALL: if ( class @ && level <= 170 && level >= 1 ) then pick

Lv1 - 30
Pick Lv1 - Lv30 accessory: if ( class @ && level <= 30 && level >= 1 ) then pick

Lv30 - 60
Pick Lv30 - Lv60 accessory: if ( class @ && level <= 60 && level >= 30 ) then pick

Lv60 - 90
Pick Lv60 - Lv90 accessory: if ( class @ && level <= 90 && level >= 60 ) then pick

Lv90 - 120
Pick Lv90 - Lv120 accessory: if ( class @ && level <= 120 && level >= 90 ) then pick

Lv120 - 150
Pick Lv120 - Lv150 accessory: if ( class @ && level <= 150 && level >= 120 ) then pick

Lv150 - 170
Pick Lv150 - Lv170 accessory: if ( class @ && level <= 170 && level >= 150 ) then pick

Epaulets - fighter, sage, guardian

EoF +3 - +8
EoF +3 - +8: if ( true && class @ ) then pick

EoS +3 - +8
EoS +3 - +8: if ( true && class @ ) then pick

EoG +0 - +8
EoG +0 - +8: if ( true && class @ ) then pick

ShadowEoF/S/G +5
ShadowEoF/S/G: if ( true && class @ ) then pick


Pick Specific Armors/Weapons (Pick a specific Armor/Weapon to pick)

Weapons

Shadowsteel Swords

Shadowsteel Swords: if ( true && class @ ) then pick

Bluestin Swords
Bluestin Swords: if ( true && class @ ) then pick

Titanium Swords
Titanium Swords: if ( true && class @ ) then pick

S.Titanium Swords
S.Titanium Swords: if ( true && class @ ) then pick

Osmium Swords
Osmium Swords: if ( true && class @ ) then pick

Redosmium Swords
Pick Redosmium Swords: if ( true && class @ ) then pick

Citrine Crystal/Orb
Citrine Crystal/Orb: if ( true && class @ ) then pick

Bluestin Crystal/Orb
Bluestin Crystal/Orb: if ( true && class @ ) then pick

Pherystin Crystal/Orb
Pherystin Crystal/Orb: if ( true && class @ ) then pick

Aqua Crystal/Orb
Aqua Crystal/Orb: if ( true && class @ ) then pick

Lapis Crystal/Orb
Lapis Crystal/Orb: if ( true && class @ ) then pick

Topaz Crystal/Orb
Topaz Crystal/Orb: if ( true && class @ ) then pick

Armors

Shadowsteel Armors
Shadowsteel Armors: if ( true && class @ ) then pick

Aramid Armors
Aramid Armors: if ( true && class @ ) then pick

Bluestin Armors
Bluestin Armors: if ( true && class @ ) then pick

Titanium Armors
Titanium Armors: if ( true && class @ ) then pick

S.Titanium Armors
S.Titanium Armors: if ( true && class @ ) then pick

Osmium Armors
Osmium Armors: if ( true && class @ ) then pick

Lv99 Armors
Pick Lv99 Equips: if ( true && class @ ) then pick


General Crafts (For basic crafts)

Unkown Machine Parts
Unkown Machine Part: if ( true && class @ ) then pick

Machinery Heads
Machinery Head: if ( true && class @ ) then pick

Powerful Cores
Powerful Core: if ( true && class @ ) then pick

Mirror Stones
Mirror Stone: if ( true && class @ ) then pick

Yellow Jewels
Yellow Jewels: if ( true && class @ ) then pick

Sticky Red Liquids
Sticky Red Liquid: if ( true && class @ ) then pick

Hard Shells
Hard Shell: if ( true && class @ ) then pick

Strange Stems
Strange Stem: if ( true && class @ ) then pick

Blue Feathers
Blue Feather: if ( true && class @ ) then pick

Shining Tooth
Shining Tooth: if ( true && class @ ) then pick

Circuit Jewels
Circuit Jewels Lv1 - Lv6: if ( true && class @ ) then pick


RawFixKey (Chaos Arena Items)
RawFixKey: if ( true && class @ ) then pick


Pick Formula Cards (All types Formula Cards)
Pick All Formula Cards: if ( true && class @ ) then pick


Pick Shape Catridges (All Shape Catridges Lv1 to Lv4)
Pick Shape Catridge: if ( true && class @ ) then pick


Pick Disc (All Disc Lv1 to Lv4)
Picks Disks: if ( true && class @ ) then pick


Pick Money (Alz)
Pick Alz: if ( true && class @ ) then pick


Pick World Entry Items (All types)

D.T Card’s
D.T cards: if ( true && class @ ) then pick

Map Part
Map Part: if ( true && class @ ) then pick

EoD’s
EoDs: if ( true && class @ ) then pick

Muster Card’s
Muster Cards: if ( true && class @ ) then pick

Seal of Darkness
Seal Of Darkness: if ( true && class @ ) then pick


Pick Extract Potions (All three)

Extract Potion [STR]
Extract Potion [STR]: if ( true && class @ ) then pick

Extract Potion [INT]
Extract Potion [INT]: if ( true && class @ ) then pick

Extract Potion [DEX]
Extract Potion [DEX]: if ( true && class @ ) then pick



No comments: