(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
06-01-24 01:12 PM
Acmlm's Board - I3 Archive - - Posts by Crayola
Pages: 1 2 3 4 5
User Post
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 04-05-06 01:43 AM, in music hacking help Link
i learned alot about hex hacking ive been working on many hacks completeley unrelated to roms and they have turned out well .......somewhat succesful
i guese hacking the rom music is completeley out of my league though ill learn more and will hack that music!!!
and no i did not get offended any comment is a good comment in my book as long as it isnt pointless .and sorry for being so confuseing before in all my post i know what im thinking in my head but wrighting it is another story.
ill see what else i can do and work my way up like you said that seems to be the best approach.


(edited by Crayola on 04-05-06 12:45 AM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 04-05-06 01:49 AM, in What do you think hold america back? Link
Man I really need to edit my first post, that’s all that needs to be said but I haven’t got the time now. Maybe I ought to write a new "what is holding America back”
I think I will but right now I am too busy but i think I made a lot of good points but just didn’t express them clearly enough.



(edited by Crayola on 04-24-06 01:35 AM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 04-06-06 11:13 PM, in What do you think hold america back? Link
On the issue of religion the thing that "holds us back" is that our laws are mostly derived from Christianity since that’s the biggest religion in America at this point. Why do you think there are many different places all with different laws? If there was one unified religion then most likely we would have similar laws. The laws are based on religion whether we like it or not, religion is where our customs and our morals came from. The government should be based on logic not religion not saying we should take religious politicians out of office but rather pressure them to base decisions on logic instead of morals, customs, or religious belief.
And about the anti-Christ coming back there is nothing to do to prevent this so there is no need in trying .



(edited by Crayola on 04-06-06 10:14 PM)
(edited by Crayola on 04-24-06 01:37 AM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 04-06-06 11:48 PM, in What do you think hold america back? Link
Blue laws are a fine example wrote a little about them earlier but do a Google search to get better info.
Here is what wikapedia said about them:
A blue law, in the United States and Canada, is a type of law restricting certain activities, particularly shopping hours on Sunday, which had its roots in accommodating Christian Sunday worship, although it persists to this day more as a matter of tradition. The term blue law may have been first used by Reverend Samuel Peters in his book General History of Connecticut, which was first published in 1781, to refer to various laws first enacted by Puritan colonies in the 17th century which prohibited the selling of certain types of merchandise and retail or business activity of any kind on certain days of the week (usually Sunday). In Texas, for example, blue laws prohibited selling house wares such as pots, pans, and washing machines on Sunday until 1985; Texas as well as Colorado, Illinois, Indiana, Michigan and Minnesota car dealerships continue to operate under blue-law prohibitions in which an automobile may not be purchased or traded on a Sunday. Many U.S. states still prohibit selling alcohol on Sunday, or at least before noon on Sunday. Many unusual features of American culture — such as the fact that one can buy groceries, office supplies, and house wares from a drug store — are the result of blue laws, as drug stores were generally allowed to remain open on Sunday to accommodate emergency medical needs. The ubiquitous "weekend" is also a result of blue laws, although it is practiced nearly worldwide, except in some Islamic countries who have their weekend on Thursday and Friday.

but other laws stemming from religion are less noticeable because they aren’t based on religion but rather based on the customs/morals that stem from religion .that’s why I want the government to rely on logic ,because true logic is in no form biased whereas customs and morals are. Customs and morals may frown on something even if there is no logical reason to do so, understand now?

And as an update to my original list:
I do not trust churches because of their septitude for corruption ,the church is run by man and man is a sinner. Evil begets evil and so on and so forth, read the bible it’s not corrupted as far as I know.




(edited by Crayola on 04-06-06 10:49 PM)
(edited by Crayola on 04-06-06 10:50 PM)
(edited by Crayola on 04-06-06 10:53 PM)
(edited by Crayola on 04-08-06 01:41 AM)
(edited by Crayola on 04-08-06 02:05 AM)
(edited by Crayola on 04-24-06 01:39 AM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 04-08-06 03:45 AM, in Do you believe that science goes against religion? Link
science is based on fact and religion on faith,right?
GOD or someone or something in this solar system gave us a brain .
In that brain was logic it shaped us from neanderthals to modern man.
But what made the change an act of god or an act of mother nature ?
This is where all the fighting starts.

natural selection where is the hole in that on either side of the arguement ,isnt that what evolution is based on anyways,the weak die and the strong live thats it the bottom line,the member of a species with the traits most suited for their environment live and those without the best adaptation die.it happens everyday evolution that is, just in small forms.Over a long period of time these traits build up to show a noticeable change to the genome of a species which may lead to a whole new species.To deny evolution would be to deny the inheritance of traits.

The major argument the christians/catholics is that there is no crediable transitional species documented or at least not to my knowledge. what about bacteria they evolve all the time they evolve immunities to drugs we use to kill them right?


(edited by Crayola on 04-08-06 02:46 AM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 04-10-06 10:41 PM, in ok i need some help with VB6 Link
heres my code so far :
Private Sub cmd1_Click()
If decimal = "0" Then ascii = "NUL"
If hex = "0" Then ascii = "NUL"
If octal = "000" Then ascii = "NUL"

If decimal = "1" Then ascii = "SOH"
If hex = "1" Then ascii = "SOH"
If octal = "001" Then ascii = "SOH"

If decimal = "2" Then ascii = "STX"
If hex = "2" Then ascii = "STX"
If octal = "002" Then ascii = "STX"

If decimal = "3" Then ascii = "ETX"
If hex = "3" Then ascii = "ETX"
If octal = "003" Then ascii = "ETX"

If decimal = "4" Then ascii = "EOT"
If hex = "4" Then ascii = "EOT"
If octal = "004" Then ascii = "EOT"

If decimal = "5" Then ascii = "ENQ"
If hex = "5" Then ascii = "ENQ"
If octal = "005" Then ascii = "ENQ"

If decimal = "6" Then ascii = "ACK"
If hex = "6" Then ascii = "ACK"
If octal = "006" Then ascii = "ACK"


If decimal = "7" Then ascii = "BEL"
If hex = "7" Then ascii = "BEL"
If octal = "007" Then ascii = "BEL"

If decimal = "8" Then ascii = "BS"
If hex = "8" Then ascii = "BS"
If octal = "010" Then ascii = "BS"

If decimal = "9" Then ascii = "TAB"
If hex = "9" Then ascii = "TAB"
If octal = "011" Then ascii = "TAB"

If decimal = "10" Then ascii = "LF"
If hex = "A" Then ascii = "LF"
If octal = "012" Then ascii = "LF"

If decimal = "11" Then ascii = "VT"
If hex = "B" Then ascii = "VT"
If octal = "013" Then ascii = "VT"

If decimal = "12" Then ascii = "FF"
If hex = "C" Then ascii = "FF"
If octal = "014" Then ascii = "FF"

If decimal = "13" Then ascii = "CR"
If hex = "D" Then ascii = "CR"
If octal = "015" Then ascii = "CR"

If decimal = "14" Then ascii = "SO"
If hex = "E" Then ascii = "SO"
If octal = "016" Then ascii = "SO"

If decimal = "15" Then ascii = "SI"
If hex = "F" Then ascii = "SI"
If octal = "017" Then ascii = "SI"

If decimal = "16" Then ascii = "DLE"
If hex = "10" Then ascii = "DLE"
If octal = "020" Then ascii = "DLE"

If decimal = "17" Then ascii = "DC1"
If hex = "11" Then ascii = "DC1"
If octal = "021" Then ascii = "DC1"


End Sub

im trying to make a converter that converts between hex/ascii/octal/decimal/binary
but i have a big problem right now.if i type in lets say 003 in the octal box it will show up in the ascii box as "ETX" and if i type in 004 it will show up as "EOT"
how do i get my program to show "ETX?"when i type in 003004 without having to put If octal = "003004" Then ascii = "EXT EOT"

if anyone has any idea how to help pleese post cause im lost i just started using vb yesterday so im like a major noob and am just tying this program as practice.
the way my converter is so far is that it only does one conversion at a time instead of showing EXT EOT if i want the ascii form of 003004 i have to put in 003 convert it then convert 004 , i want to be able to put 003004 and to get them both converted to their ascii values EXT and EOT
at the same time in the same box,im sorry i cant explain myself better.
it took a while but i figured out a way to do this (all by myself).
anyways Ill need to finish the code then copy and paste five or 6 of the same thing into the code and ill need to change the labels by adding a number to it example HEX1
so the code will now read HEX="HEX1"+HEX2+HEX3+HEX4 and so on theres probably a beter way to do this but i know this way will work.yay!!!


(edited by Crayola on 04-10-06 09:44 PM)
(edited by Crayola on 04-10-06 10:07 PM)
(edited by Crayola on 04-10-06 10:10 PM)
(edited by Crayola on 04-11-06 12:57 AM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 04-11-06 09:12 PM, in ok i need some help with VB6 Link
i dont need a " lookup table "i know the conversions in my head but i want to put them in the program i have given up on my first aproach it would take to long and the chance for error on my part would be high.

i really dont understand how to write what you wrote in VB so i need a different code. if decimal=0 then hex=0 ascii=NUL and ocatl=000
the problem is when i put in lets say decimal is 00 what it should say is hex=00 ascii=NULNUL and octal=000000 but it wont show this without me codeing if decimal=00 then hex=00 ascii=NULNUL and octal=000000

the problem is i do not want to code like ive been doing all the way to the "second" it would take forever plus it would take up much more space then nessecary,but i know there is a way to fix it.ive already coded for the basic conversions i just need to know how to fix it.

so my question is,how do i get the conversions to be added together to show hex=00 ascii=NULNUL and ocatl=000000 if i put in 00 in the decimal bar,if i already have the basic conversions coded (by basic i mean the values expressed in there simplest forms)?thanks for trying to help me though but im the NOOBiest NOOB ever when it comes to programing.


(edited by Crayola on 04-11-06 08:15 PM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 04-12-06 11:13 PM, in ok i need some help with VB6 Link
ok i figure out how to make an array ,but what i need is to know how to use them,
lmy array looks sorta like this,

Dim X(127, 6) As String
Private Sub convert_Click()
X(1,1) = "00" 'hex amounts end in 1 ex (0,1)
X(1,2) = "NUL" 'ascii amounts end in 2 ex.(0,2)
X(1,3) = "0" 'decimal amounts end in 3 ex (0,3)
X(1,4) = "000" 'octal amounts end in 4 ex (0,4)
X(1,5) = "00000000" 'binary amounts end in 5 ex. (0,5)
X(1,6) = "" 'saving this for something
hex= X(1,1)-X(127,1)
ascii = X(1,2)-X(127,2)
[decimal] = X(1,3)-X(127,3)
octal = X(1,4)-X(127,4)
binary = X(1,5)-X(127,5)
ok i made an array or at least part of one (i think) but how do i use it to help me convert the different formats?keeping in mind that i need to convert up to greater integers,ok that didnt work .......i have no idea how to wright what i want i could code it all in "if = then = " but thats not the right/best way so ill keep looking for an answer in the meantime post any valuable data here .


(edited by Crayola on 04-12-06 11:08 PM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 04-23-06 11:38 PM, in What do you think hold america back? Link
greed,ignorance,and cowardice.Those I believe hold us back greatly.


(edited by Crayola on 04-24-06 01:21 AM)
(edited by Crayola on 04-24-06 01:23 AM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 05-22-06 02:44 AM, in icq hack Link
if the patch doesnt work then contact me at hotdog6394@gmail.com
here is the edit list i just filled the following with 0's with a hex editor

{header..image...link}

{%CLImage%...%CLLink%}

{SkinsLinkVisible}

{N.o.C.L.B.a.n.n.e.r.....N.o.M.s.g.B.a.n.n.e.r...D.i.s.a.b.l.e.O.w.n.e.r.N.i.c.k.N.a.m.e.....N.o.S.w.i.t.c.h.2.P.r.o.....N.o.G.u.e.s.t.M.o.d.e..}

{LiteBannersActive...}

{...LiteCLBannerActive..ActiveInternetTime..BannersIdlTimeLimit.http://www.icq.com/client/confirm_email.php.ars.oscar.aol.com806000}

now i will post pics of my work starting from earliest to last.
porn banner hack-
no banner hack-
icq contct list begining to end-

final result-


(edited by Crayola on 05-22-06 11:44 PM)
(edited by Crayola on 05-23-06 12:12 AM)
(edited by Crayola on 05-23-06 01:53 AM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 05-22-06 07:52 PM, in icq hack Link
and is besaid even a word i think you have been playing to much final fantasy mabey you should have used formentioned

there is the patch . you need the newest version to use this patch its for icqlite v.5.1


(edited by Crayola on 05-23-06 12:10 AM)
(edited by Crayola on 05-23-06 12:50 AM)
(edited by Crayola on 05-23-06 12:55 AM)
(edited by Crayola on 05-23-06 01:40 AM)
(edited by Crayola on 05-23-06 02:13 AM)
(edited by Crayola on 05-23-06 03:04 AM)
(edited by Crayola on 05-23-06 03:08 AM)
(edited by Crayola on 05-23-06 06:28 PM)
(edited by Crayola on 05-24-06 08:31 PM)
(edited by Crayola on 05-24-06 08:31 PM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 05-27-06 02:15 AM, in icq hack Link
I pirated it because you, I assume, took my old one off and replaced it with something telling me how stupid I was and so on and so forth its now at the bottom of this text so you can see what I am talking about.
As for the grammer I used in the first post,the one you said you couldnt read becuase I had used too much internet lingo ,the only internet lingo I used was "lol" and "pic". Also I have looked in over three dictionarys and have yet to find the word besaid what i have found is that it was a city in a final fantasy game hence me saying that you had been playing it so much that you used it in an everyday sentence.So I respectively sudgest that you were in the wrong .
Next time just tell me what part CONFUSED YOU and ill be sure to make it simple .And as for my native toung it is English what your native toung is I can only guese (probably klingon)
Here is a bigger pic(picture if you cant comprehend the abbreviation)



(edited by Crayola on 05-27-06 01:19 AM)
(edited by Crayola on 05-27-06 01:21 AM)
(edited by Crayola on 05-27-06 01:33 AM)
(edited by Crayola on 05-27-06 01:39 AM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 05-29-06 08:19 PM, in icq hack Link
orthographical mistakes? spelling errors? i made no spelling mistakes.i didnt capitalize a few words but i do not understnd how that would make it hard to read.and as for my grammer not capitalizing words has notthing to do with grammer.but i do appologize for getting upset in my other post ill change my signiture to something else since it wasnt you that changed it.i just got mad that someone nuked my profile and you were the only person around to blame so my bad
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 05-30-06 10:42 PM, in icq hack Link
attention theres a problem with my old patch apparently icq changed the file icqlite.exe so i had to make a new patch,even though its still V5.1 they must have did something to mess it up ,well editing the same codes does the same thing so a new patch fixes everything.
heres the edit list

{header..image...link}

{%CLImage%...%CLLink%}

{SkinsLinkVisible}

{N.o.C.L.B.a.n.n.e.r.....N.o.M.s.g.B.a.n.n.e.r...D.i.s.a.b.l.e.O.w.n.e.r.N.i.c.k.N.a.m.e.....N.o.S.w.i.t.c.h.2.P.r.o.....N.o.G.u.e.s.t.M.o.d.e..}

{LiteBannersActive...}

{...LiteCLBannerActive..ActiveInternetTime..BannersIdlTimeLimit.http://www.icq.com/client/confirm_email.php.ars.oscar.aol.com806000}

{ICQWelcome..ICQWelcome2}

{S.H.O.W.W.E.L.C.O.M.E.S.C.R.E.E.N}

{ShowWelcomeScreen}

here

make sure that you get the one on
the bottom cause its the newest one .

patch description: i disabled all the ads and the welcome screens even that one that you cant turn off its like a little ie window that pops up i have no clue why icq even has that,but now you cant have a welcome screen even if you want one which i doubt you do so yea there gone .




(edited by Crayola on 07-09-06 01:58 PM)
(edited by Crayola on 07-14-06 01:55 AM)
(edited by Crayola on 07-14-06 02:19 AM)
(edited by Crayola on 07-14-06 02:21 AM)
(edited by Crayola on 07-14-06 03:06 AM)
(edited by Crayola on 07-15-06 02:37 PM)
(edited by Crayola on 07-17-06 01:49 AM)
(edited by Crayola on 08-15-06 09:50 PM)
(edited by Crayola on 08-25-06 02:25 PM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 07-08-06 12:10 AM, in my 5keymap 5has 5been 5hacked Link
i 5need 5some 5help 5my 5keymap 5has 5been 5hacked 5and 5my 5taskmanager 5has 5been 5disabled so 5i 5cannot 5find 5or 5stop 5the 5root 5of 5this 5problem.
if 5you 5havent 5noticed 5it 5is 5very 5annoying 5and 5makes 5typeing 5very 5hard 5here 5is 5a 5hijack 5this 5logfile 5ill 5try 5to 5find 5the 5problem 5but 5if 5anyone 5knows 5a 5faster 5solution 5please 5post 5it,
Logfile of HijackThis v1.99.1
Scan saved at 11:08:25 PM, on 7/7/2006
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)

Running processes:
C:\WINDOWS\System32\smss.exe
C:\WINDOWS\system32\winlogon.exe
C:\WINDOWS\system32\services.exe
C:\WINDOWS\system32\lsass.exe
C:\WINDOWS\system32\Ati2evxx.exe
C:\WINDOWS\system32\svchost.exe
C:\Program Files\Windows Defender\MsMpEng.exe
C:\WINDOWS\System32\svchost.exe
C:\WINDOWS\system32\Ati2evxx.exe
C:\WINDOWS\Explorer.EXE
C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe
C:\Program Files\Common Files\Symantec Shared\SNDSrvc.exe
C:\Program Files\Common Files\Symantec Shared\SPBBC\SPBBCSvc.exe
C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe
C:\WINDOWS\system32\spoolsv.exe
C:\Program Files\Symantec\LiveUpdate\ALUSchedulerSvc.exe
C:\Program Files\Common Files\LightScribe\LSSrvc.exe
C:\Program Files\Common Files\Microsoft Shared\VS7DEBUG\MDM.EXE
C:\Program Files\Norton AntiVirus\navapsvc.exe
C:\Program Files\Norton AntiVirus\IWP\NPFMntor.exe
C:\WINDOWS\system32\svchost.exe
C:\Program Files\Common Files\Symantec Shared\CCPD-LC\symlcsvc.exe
C:\WINDOWS\system32\ctfmon.exe
C:\Program Files\Hewlett-Packard\HP Boot Optimizer\HPBootOp.exe
C:\WINDOWS\sm56hlpr.exe
C:\hp\drivers\hplsbwatcher\lsburnwatcher.exe
C:\Program Files\HP\HP Software Update\HPwuSchd2.exe
C:\Program Files\Windows Defender\MSASCui.exe
C:\Program Files\Common Files\Symantec Shared\ccApp.exe
C:\Program Files\QuickTime\qttask.exe
C:\Program Files\Lexmark 2300 Series\lxcgmon.exe
C:\Program Files\Lexmark 2300 Series\ezprint.exe
C:\Program Files\Common Files\AOL\1151828608\ee\AOLSoftware.exe
C:\Program Files\Common Files\Ahead\Lib\NMBgMonitor.exe
C:\WINDOWS\system32\lxcgcoms.exe
C:\Program Files\Yahoo!\Messenger\YahooMessenger.exe
C:\Program Files\interMute\SpySubtract\SpySub.exe
C:\Program Files\Updates from HP\9972322\Program\Updates from HP.exe
C:\Program Files\Windows Media Player\wmplayer.exe
C:\HP\KBD\KBD.EXE
C:\WINDOWS\system32\mmc.exe
C:\WINDOWS\system32\DfrgNtfs.exe
C:\WINDOWS\ALCXMNTR.EXE
C:\Program Files\ATI Technologies\ATI Control Panel\atiptaxx.exe
C:\PROGRA~1\MOZILL~1\lololol.EXE
c:\windows\system\hpsysdrv.exe
C:\Program Files\Messenger\msmsgs.exe
C:\Documents and Settings\HP_Owner\Desktop\HijackThis.exe

R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://ie.redirect.hp.com/svs/rdr?TYPE=3&tp=iehome&locale=EN_US&c=Q405&bd=pavilion&pf=desktop&parm1=seconduser
R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = http://ie.redirect.hp.com/svs/rdr?TYPE=3&tp=iesearch&locale=EN_US&c=Q405&bd=pavilion&pf=desktop&parm1=seconduser
R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar = http://ie.redirect.hp.com/svs/rdr?TYPE=3&tp=iesearch&locale=EN_US&c=Q405&bd=pavilion&pf=desktop&parm1=seconduser
R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Page = http://ie.redirect.hp.com/svs/rdr?TYPE=3&tp=iesearch&locale=EN_US&c=Q405&bd=pavilion&pf=desktop&parm1=seconduser
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://ie.redirect.hp.com/svs/rdr?TYPE=3&tp=iehome&locale=EN_US&c=Q405&bd=pavilion&pf=desktop&parm1=seconduser
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = http://ie.redirect.hp.com/svs/rdr?TYPE=3&tp=iesearch&locale=EN_US&c=Q405&bd=pavilion&pf=desktop&parm1=seconduser
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Bar = http://ie.redirect.hp.com/svs/rdr?TYPE=3&tp=iesearch&locale=EN_US&c=Q405&bd=pavilion&pf=desktop&parm1=seconduser
R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = http://ie.redirect.hp.com/svs/rdr?TYPE=3&tp=iesearch&locale=EN_US&c=Q405&bd=pavilion&pf=desktop&parm1=seconduser
R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = http://ie.redirect.hp.com/svs/rdr?TYPE=3&tp=iehome&locale=EN_US&c=Q405&bd=pavilion&pf=desktop&parm1=seconduser
O2 - BHO: AcroIEHlprObj Class - {06849E9F-C8D7-4D59-B87D-784B7D6BE0B3} - C:\Program Files\Adobe\Acrobat 7.0\ActiveX\AcroIEHelper.dll
O2 - BHO: ViewSource Class - {2EF37A01-884F-11d5-AC99-B112050ECB4F} - C:\Program Files\Popup Free\htmledit.dll (file missing)
O2 - BHO: Google Toolbar Helper - {AA58ED58-01DD-4d91-8333-CF10577473F7} - c:\program files\google\googletoolbar2.dll
O2 - BHO: NAV Helper - {BDF3E430-B101-42AD-A544-FADC6B084872} - C:\Program Files\Norton AntiVirus\NavShExt.dll
O3 - Toolbar: &Google - {2318C2B1-4965-11d4-9B18-009027A5CD4F} - c:\program files\google\googletoolbar2.dll
O3 - Toolbar: Norton AntiVirus - {42CDD1BF-3FFB-4238-8AD1-7859DF00B1D6} - C:\Program Files\Norton AntiVirus\NavShExt.dll
O4 - HKLM\..\Run: [HPBootOp] "C:\Program Files\Hewlett-Packard\HP Boot Optimizer\HPBootOp.exe" /run
O4 - HKLM\..\Run: [SMSERIAL] sm56hlpr.exe
O4 - HKLM\..\Run: [LSBWatcher] c:\hp\drivers\hplsbwatcher\lsburnwatcher.exe
O4 - HKLM\..\Run: [HP Software Update] C:\Program Files\HP\HP Software Update\HPwuSchd2.exe
O4 - HKLM\..\Run: [TkBellExe] "C:\Program Files\Common Files\Real\Update_OB\realsched.exe" -osboot
O4 - HKLM\..\Run: [Windows Defender] "C:\Program Files\Windows Defender\MSASCui.exe" -hide
O4 - HKLM\..\Run: [ccApp] "C:\Program Files\Common Files\Symantec Shared\ccApp.exe"
O4 - HKLM\..\Run: [Symantec NetDriver Monitor] C:\PROGRA~1\SYMNET~1\SNDMon.exe /Consumer
O4 - HKLM\..\Run: [QuickTime Task] "C:\Program Files\QuickTime\qttask.exe" -atboottime
O4 - HKLM\..\Run: [NeroFilterCheck] C:\Program Files\Common Files\Ahead\Lib\NeroCheck.exe
O4 - HKLM\..\Run: [LXCGCATS] rundll32 C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\LXCGtime.dll,_RunDLLEntry@16
O4 - HKLM\..\Run: [lxcgmon.exe] "C:\Program Files\Lexmark 2300 Series\lxcgmon.exe"
O4 - HKLM\..\Run: [EzPrint] "C:\Program Files\Lexmark 2300 Series\ezprint.exe"
O4 - HKLM\..\Run: [FaxCenterServer] "C:\Program Files\Lexmark Fax Solutions\fm3032.exe" /s
O4 - HKLM\..\Run: [HostManager] C:\Program Files\Common Files\AOL\1151828608\ee\AOLSoftware.exe
O4 - HKLM\..\Run: [IPHSend] C:\Program Files\Common Files\AOL\IPHSend\IPHSend.exe
O4 - HKLM\..\Run: [PS2] C:\WINDOWS\system32\ps2.exe
O4 - HKCU\..\Run: [Mercora] "C:\Program Files\Mercora\MercoraClient.exe" -min
O4 - HKCU\..\Run: [BgMonitor_{79662E04-7C6C-4d9f-84C7-88D8A56B10AA}] "C:\Program Files\Common Files\Ahead\Lib\NMBgMonitor.exe"
O4 - HKCU\..\Run: [Yahoo! Pager] "C:\Program Files\Yahoo!\Messenger\YahooMessenger.exe" -quiet
O4 - Global Startup: SpySubtract.lnk = C:\Program Files\interMute\SpySubtract\SpySub.exe
O4 - Global Startup: Updates from HP.lnk = C:\Program Files\Updates from HP\9972322\Program\Updates from HP.exe
O8 - Extra context menu item: &Google Search - res://c:\program files\google\GoogleToolbar2.dll/cmsearch.html
O8 - Extra context menu item: &Translate English Word - res://c:\program files\google\GoogleToolbar2.dll/cmwordtrans.html
O8 - Extra context menu item: Backward Links - res://c:\program files\google\GoogleToolbar2.dll/cmbacklinks.html
O8 - Extra context menu item: Cached Snapshot of Page - res://c:\program files\google\GoogleToolbar2.dll/cmcache.html
O8 - Extra context menu item: E&xport to Microsoft Excel - res://C:\PROGRA~1\MI1933~1\OFFICE11\EXCEL.EXE/3000
O8 - Extra context menu item: Similar Pages - res://c:\program files\google\GoogleToolbar2.dll/cmsimilar.html
O8 - Extra context menu item: Translate Page into English - res://c:\program files\google\GoogleToolbar2.dll/cmtrans.html
O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.5.0\bin\npjpi150.dll
O9 - Extra 'Tools' menuitem: Sun Java Console - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.5.0\bin\npjpi150.dll
O9 - Extra button: Research - {92780B25-18CC-41C8-B9BE-3C9C571A8263} - C:\PROGRA~1\MICROS~2\OFFICE11\REFIEBAR.DLL
O9 - Extra button: ICQ Lite - {B863453A-26C3-4e1f-A54D-A2CD196348E9} - C:\Program Files\ICQLite\ICQLite.exe
O9 - Extra 'Tools' menuitem: ICQ Lite - {B863453A-26C3-4e1f-A54D-A2CD196348E9} - C:\Program Files\ICQLite\ICQLite.exe
O9 - Extra button: Connection Help - {E2D4D26B-0180-43a4-B05F-462D6D54C789} - C:\WINDOWS\PCHEALTH\HELPCTR\Vendors\CN=Hewlett-Packard,L=Cupertino,S=Ca,C=US\IEButton\support.htm
O9 - Extra 'Tools' menuitem: Connection Help - {E2D4D26B-0180-43a4-B05F-462D6D54C789} - C:\WINDOWS\PCHEALTH\HELPCTR\Vendors\CN=Hewlett-Packard,L=Cupertino,S=Ca,C=US\IEButton\support.htm
O9 - Extra button: Yahoo! Messenger - {E5D12C4E-7B4F-11D3-B5C9-0050045C3C96} - C:\Program Files\Yahoo!\Messenger\YahooMessenger.exe
O9 - Extra 'Tools' menuitem: Yahoo! Messenger - {E5D12C4E-7B4F-11D3-B5C9-0050045C3C96} - C:\Program Files\Yahoo!\Messenger\YahooMessenger.exe
O9 - Extra button: Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe
O9 - Extra 'Tools' menuitem: Windows Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe
O20 - Winlogon Notify: WgaLogon - C:\WINDOWS\SYSTEM32\WgaLogon.dll
O23 - Service: Ati HotKey Poller - ATI Technologies Inc. - C:\WINDOWS\system32\Ati2evxx.exe
O23 - Service: Automatic LiveUpdate Scheduler - Symantec Corporation - C:\Program Files\Symantec\LiveUpdate\ALUSchedulerSvc.exe
O23 - Service: Symantec Event Manager (ccEvtMgr) - Symantec Corporation - C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe
O23 - Service: Symantec Password Validation (ccPwdSvc) - Symantec Corporation - C:\Program Files\Common Files\Symantec Shared\ccPwdSvc.exe
O23 - Service: Symantec Settings Manager (ccSetMgr) - Symantec Corporation - C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe
O23 - Service: InstallDriver Table Manager (IDriverT) - Macrovision Corporation - C:\Program Files\Common Files\InstallShield\Driver\1050\Intel 32\IDriverT.exe
O23 - Service: LightScribeService Direct Disc Labeling Service (LightScribeService) - Hewlett-Packard Company - C:\Program Files\Common Files\LightScribe\LSSrvc.exe
O23 - Service: LiveUpdate - Symantec Corporation - C:\PROGRA~1\Symantec\LIVEUP~1\LUCOMS~1.EXE
O23 - Service: lxcg_device - - C:\WINDOWS\system32\lxcgcoms.exe
O23 - Service: Norton AntiVirus Auto-Protect Service (navapsvc) - Symantec Corporation - C:\Program Files\Norton AntiVirus\navapsvc.exe
O23 - Service: Norton AntiVirus Firewall Monitor Service (NPFMntor) - Symantec Corporation - C:\Program Files\Norton AntiVirus\IWP\NPFMntor.exe
O23 - Service: SAVScan - Symantec Corporation - C:\Program Files\Norton AntiVirus\SAVScan.exe
O23 - Service: ScriptBlocking Service (SBService) - Symantec Corporation - C:\PROGRA~1\COMMON~1\SYMANT~1\SCRIPT~1\SBServ.exe
O23 - Service: Symantec Network Drivers Service (SNDSrvc) - Symantec Corporation - C:\Program Files\Common Files\Symantec Shared\SNDSrvc.exe
O23 - Service: Symantec SPBBCSvc (SPBBCSvc) - Symantec Corporation - C:\Program Files\Common Files\Symantec Shared\SPBBC\SPBBCSvc.exe
O23 - Service: Symantec Core LC - Symantec Corporation - C:\Program Files\Common Files\Symantec Shared\CCPD-LC\symlcsvc.exe
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 07-08-06 12:54 AM, in my 5keymap 5has 5been 5hacked Link
no 5its 5not 5something 5wrong 5with 5my 5keybored 5or 5my 5settings 5trust 5me 5i 5have 5reinstaled 5everything 5an 5it 5seems 5that 5its 5either 5a 5program 5conflict 5or 5a 5keymap 5hack ,i 5was 5on 5a 5hacker 5sit 5erlier 5so 5that 5might 5explain 5it.
but 5i 5still 5have 5no 5clue 5how 5to fixc 5it. 5i 5cant 5find 5any 5suspicious 5files,
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 07-08-06 08:55 PM, in my 5keymap 5has 5been 5hacked Link
ok all better now i just did a system restore it didnt work so i did a destructive system restore,i love my backup drive
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 07-22-06 01:06 PM, in Color Palletes Link
dont you get the pallets from savestates or saved pictures of the screen.
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 07-26-06 01:05 AM, in ways around banns Link
Um I was recently banned from a website it’s a java chat site,
www.chat-avenue.com, proxies do not help me get back on. I have cleared out all my cookies and my prefetch so how can I get back in besides waiting.

Oh and as for why i got banned i called a Mod a f/\G so don’t ever do that.
I figure the bann might log my java info or something and bann that instead of my ip just a guess. Help would be appreciated.

And please don’t tell me that I’m just a prick and shouldn’t have done that and deserve to be banned ,because I already know that. Thanks in advance for any helpful info.

ok i found a little info about chat avenue by looking at the source.
http://www.chat-avenue.com/boot.shtml thats a link that boots whoevers on
im must look more into all of this and report it all back to here.
http://www.google.com/search?hs=JOH&hl=en&lr=&client=opera&rls=en&q=DigiChat%2FDigiClasses%2F&btnG=Search
http://partners.digi-net.com/PDFs/DigiChat4.0_Documentation.pdf
ooooh whats that looks like info ,I love info.
th thoes two link are what i have found after about an hour of research so update more later.


(edited by Crayola on 07-26-06 12:49 AM)
(edited by Crayola on 07-26-06 02:07 AM)
(edited by Crayola on 07-26-06 02:50 AM)
Crayola

Double stone axe








Since: 03-18-06
From: coeburn,VA

Last post: 6380 days
Last view: 6343 days
Posted on 07-26-06 10:40 PM, in ways around banns Link
Oh I thought this was a hacking forum I could have sworn it said hacking forum, that’s so weird. I must have put this in the wrong place. Sorry.
And by the way I haven’t found a way through their bann I give up
I have found some other rather interesting things out but I don’t think ill share them in here since this isn't the hackers forum.

This is so weird your not going to believe it the entrance to this forum is labeled as:
h a c k i n g
General Hacking
For hacking of non-ROMs and discussion thereof, including PC games, and possibly even things like forums.
(moderated by: blackhole89)

Wow. So we can talk about hacking forums on this forum but not hacking around a bann?
I read nothing that suggested that there were certain things we couldn’t talk about
So maybe someone could give me a list on what we can and cannot write about in a hacker forum. I saw the word hacker and I thought hmm I bet this would be a good place to talk about hacking I don’t know maybe I am just ignorant for that.



(edited by Crayola on 07-26-06 10:24 PM)
Pages: 1 2 3 4 5
Acmlm's Board - I3 Archive - - Posts by Crayola


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.066 seconds; used 479.32 kB (max 617.16 kB)