Bot Log ..

LikQuiD

Member!
Joined
Dec 16, 2002
Messages
105
Reaction score
0
Location
Probally not near you
Website
Visit site
I looked through everyone of my bots Files an I can't find a part where I can turn off Logging stuff. I keep running outa system resources while bots running for a long period of time.

Here is top of Pickit Config

; Syntax:
; [unique string]
; Code="abc " - [Optional] This is the 4 letter itemcode. There is normally a space as the 4th char
; Description=<string> - [Optional] This will print when the item drops. if not defined nothing will print
; Identified=0/1 - [Optional] 1 = identified, 0 = unidentified
; Type=<string> - [Optional] shield/weapon/armor/helm/bow/other
; Level=<string> - [Optional] rare/unique/set/magic/normal/craft/superior/lowquality are accepted
; Pickup=1/1 - [Optional] 0 = dont pickup, 1 = pickup {default if not specified}
; HasSockets=0/1 - [Optional] 1 = has sockets, 0 = doesnt have sockets
; isEthereal=0/1 - [Optional] 1 = is Ethereal, 0 = isnt Ethereal
; Hide=0/1 - [Optional] Hide/Show Item
;
; Hide=0 will automaticly set Pickup=1
; If an item matches on multiple definations the one nearest to the top will be used.


No Log section
Its not inside of Pindle config or Bind is there a code I must type in on pickit to have it not log?
 

voice

Member!
Joined
Dec 22, 2002
Messages
123
Reaction score
0
Location
North Carolina
Website
www.angelfire.com
; PICKIT-CONFIG.INI FILE

;=========================================================
; PickupRadius Set your own pickup radius.
; TelekinesisRadius Set your own telekinesis radius.
;
; PickupEnabled [0|1] Enables pickit when loaded or not.
; GoldEnabled [0|1] Enables gold pickup when loaded or not.
; GoldTelekinesis [0|1] Enables to use telekinesis when gold is dropped.
;
; LogPath It is the path to write your log files.
; Remove it if you want to use your module's folder.
; Logfile It is the file you want to use to log your files.
; Remove it if you want to use "pickit.log".
; Do not forget to add the extension.
; Log Log files with description.
; Refresh Send packets again after "x" 1/10th of second.
; Teleport Use Teleport to pick up items.


[default]
PickupRadius=30
TeleportRadius=40
TelekinesisRadius=30
GoldTelekinesis=1
PickupEnabled=1
GoldEnabled=1
;Logpath=
;Logfile=
Log=0 <-------------Right Here Likquid
Refresh=5
Teleport=1

or if your using the newer pickit

;=========================================================
; PickupRadius Set your own pickup radius. Maximum is 40.
;
; PickupEnabled [0|1] Enables pickit when loaded or not.
; GoldEnabled [0|1] Enables gold pickup when loaded or not.
; LogEnabled [0|1] Enables logging of item drops.
; Refresh x Delays re-attempting to pick up an item by x/10 seconds.
;
; LogPath It is the path to write your log files.
; Remove it if you want to use your module's folder.
; Logfile It is the file you want to use to log your files.
; Remove it if you want to use "pickitlog.txt".
; Add the extension.
; LogColors [0|1] Whether or not the color tags ( ÿcX ) are saved in your log. This will be used in the new ; release of JED.
;
; DisplayColor [0,1,2,3,4,5,6,7,8,9] Displays all of the Printed into like "Item Pickup Enabled" in your choice of color.
;

[config]
PickupRadius=24
PickupEnabled=1
GoldEnabled=1
Refresh=10

LogEnabled=0 <------------Right Here Likquid
Logfile=pickitlog.txt
LogColors=1
DisplayColor=3
;LogPath=C:\


; Syntax:
; [unique string]
; Code="abc " - [Optional] This is the 4 letter itemcode. There is normally a space as the 4th char
; Description=<string> - [Optional] This will print when the item drops. if not defined nothing will print
; Identified=0/1 - [Optional] 1 = identified, 0 = unidentified
; Type=<string> - [Optional] shield/weapon/armor/helm/bow/other
; Level=<string> - [Optional] rare/unique/set/magic/normal/craft/superior/lowquality are accepted
; Pickup=0/1 - [Optional] 0 = dont pickup, 1 = pickup {default if not specified}
; HasSockets=0/1 - [Optional] 1 = has sockets, 0 = doesnt have sockets
; isEthereal=0/1 - [Optional] 1 = is Ethereal, 0 = isnt Ethereal

;==========================Armor==========================
 

voice

Member!
Joined
Dec 22, 2002
Messages
123
Reaction score
0
Location
North Carolina
Website
www.angelfire.com
if you get pickit v0.88 each item has a log variable you can set
another cool thing is that the pickit.ini is also the pickit config.ini all wrapped into one just make sure you use the new pickit.d2h file with it. Find it at skulls hack site

http://skull.securitysmarts.com/

;=========================================================
; PickupRadius Set your own pickup radius. Maximum is 40.
;
; PickupEnabled [0|1] Enables pickit when loaded or not.
; GoldEnabled [0|1] Enables gold pickup when loaded or not.
; LogEnabled [0|1] Enables logging of item drops.
; Refresh x Delays re-attempting to pick up an item by x/10 seconds.
;
; LogPath It is the path to write your log files.
; Remove it if you want to use your module's folder.
; Logfile It is the file you want to use to log your files.
; Remove it if you want to use "pickitlog.txt".
; Add the extension.
; LogColors [0|1] Whether or not the color tags ( ÿcX ) are saved in your log. This will be used in the new ; release of JED.
;
; DisplayColor [0,1,2,3,4,5,6,7,8,9] Displays all of the Printed into like "Item Pickup Enabled" in your choice of color.
;

[config]
PickupRadius=24
PickupEnabled=1
GoldEnabled=1
Refresh=10

LogEnabled=1
Logfile=pickitlog.txt
LogColors=1
DisplayColor=3
;LogPath=C:\


; Syntax:
; [unique string]
; Code="abc " - [Optional] This is the 4 letter itemcode. There is normally a space as the 4th char
; Description=<string> - [Optional] This will print when the item drops. if not defined nothing will print
; Identified=0/1 - [Optional] 1 = identified, 0 = unidentified
; Type=<string> - [Optional] shield/weapon/armor/helm/bow/other
; Level=<string> - [Optional] rare/unique/set/magic/normal/craft/superior/lowquality are accepted
; Pickup=0/1 - [Optional] 0 = dont pickup, 1 = pickup {default if not specified}
; HasSockets=0/1 - [Optional] 1 = has sockets, 0 = doesnt have sockets
; isEthereal=0/1 - [Optional] 1 = is Ethereal, 0 = isnt Ethereal

;==========================Armor==========================

[Unique Casque]
Code="xlm"
Description=ÿc4Stealskull ÿc0Dropped
Level=Unique
Pickup=1
Log=1 <--------------------Shown HERE

[Unique Winged Helm]
Code="xhm"
Description=ÿc4Valkyrie Wing ÿc0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Grim Helm]
Code="xh9"
Description=ÿc4Vampire Gaze ÿc0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Shako]
Code="uap"
Description=ÿc4Harlequin Crest ÿc0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Spired Helm]
Code="uhm"
Description=ÿc4Veil of Steel ÿc0Dropped
Level=Unique
Pickup=1
Log=1

[Unique Cuirass]
Code="xrs"
Description=ÿc4Duriel's Shell ÿc0Dropped
Level=Unique
Pickup=1
Identified=0
Log=1

[Unique Mesh Armor]
Code="xhn"
Description=ÿc4Shaftstop ÿc0Dropped
Level=Unique
Pickup=1
Log=1
 

voice

Member!
Joined
Dec 22, 2002
Messages
123
Reaction score
0
Location
North Carolina
Website
www.angelfire.com
yeah my updated nortons didnt set of any sirens but listen i havent tried the new pickit in a bot yet i imagine after you back up the original pickit files(pickit.ini...pickit config.ini...and the pickit.d2h module itself)just to be on the safe side you would have to delete the pickit config.ini and drag and drop the new pickit.ini and the new pickit.d2h module into your bots folder replacing the existing files...keep in mind i havent tested this so MAKE SURE YOU BACK UP THE ORIGINAL PICKIT FILES TO A NEW FOLDER
 

voice

Member!
Joined
Dec 22, 2002
Messages
123
Reaction score
0
Location
North Carolina
Website
www.angelfire.com
heres a little hint ...if you use command keys such as ± or ¿ or ƒ or § in your account name and/or password keyloggers have a difficult time recognizing them

this is done by hold the alt key and pressing a certain sequence on your number pad(not your number keys above the letter keys)...and then releasing the alt key...dont worry the bot still recognizes them and will still be able to log you in but it will make it a little more difficult for a keystroke monitor or remote adminstration tool to recognize what your keying...
 
P

Parmanion

stupid bot D2JSP wont move

i have trouble with the bot d2jsp my ama won't move wen i'm in the game and the pc says that there is a fault with js32.dll or something will someone please help me




mail me den_pieter@hotmail.com please :D
 

NewPosts

New threads

Top