Welcome to the tech blog copacopi

Showing posts with label TRICKS. Show all posts
Showing posts with label TRICKS. Show all posts

Download Files from Jumbofiles without Error

Most of the files uploaded by us are on JumboFiles.com. We opted that site since it is user friendly with no waiting time for Download and there were no Ads in them.
Now a days they started to use ads in their page. They are so tricky, thats why Ads. are look like Download Links and most of the users click on Ads instead of Original Download Links.
Their strategies affected us more. Most of the
Read More

How to Get Direct Download Link from Getjar [ Bypassing DRM ]

Trick to Get Direct .jar Download link From Getjar Instead of .jad[ Download files from getjar through UC browser, Opera mini etc. ]

Yesterday we posted about Bypassing Nokia's DRM . In that post I gave a way to bypass Nokia's DRM by downloading the app. or game in UC Browser which renames the app. or game as ‘name_jar’ rather than ‘name.jar’.
But this trick only works when the site gives us
Read More

How to bypass Nokia's DRM [ Copy .jar files to another phones ]

How to Send java Games and Apps. from Nokia phone to another Nokia phone wihout showing Error[ Bypassing Nokia's DRM ]
If you download a Game or Application on a Nokia phone and try to send the software to any other phone, you may see that the game or software will not run on the other phone. This is Due to Nokia's DRM ( Digital Management Rights ). They are doing so to avoid unauthorized copying
Read More

Viruses - Manual Deleting SolutionW32.Fujacks.D (spoclsv.exe/GameSetup.exe)- Virus

W32.Fujacks.D (spoclsv.exe/GameSetup.exe)- Virus


Systems Affected: Windows 2000, Windows 95, Windows 98, Windows Me, Windows NT, Windows Server 2003, Windows XP When the worm executes, it performs the following actions:
Copies itself as the following files:

[DRIVE LETTER]\setup.exe
[NETWORK DRIVE LETTER]\GameSetup.exe
%System%\Drivers\spoclsv.exe

Note: %System% is a variable that refers to the System folder. By default this is C:\Windows\System (Windows 95/98/Me), C:\Winnt\System32 (Windows NT/2000), or C:\Windows\System32 (Windows XP).
Creates the following file to execute [DRIVE LETTER]\setup.exe:

[DRIVE LETTER]\autorun.inf

Adds the value:

"svcshare"="spoclsv.exe"

to the following registry subkeys:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

so that it executes whenever Windows starts.

May delete entries that contain the following strings:

"kav"
"KAVPersonal50"
"KvMonXP"
"McAfeeUpdaterUI"
"Network Associates Error Reporting Service"
"RavTask"
"ShStatEXE"
"yassistse"
"YLive.exe"

from the registry subkey:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Uses a series of "net share" commands to close any local shared folders found.

May delete files with the following extensions from the root folder of local partitions, except the C drive:

.gho
.exe
.scr
.pif
.com
Uses the following password list in attempt to copy itself to available network shares:

admin$
admin$
1234
password
6969
harley
123456
golf
pussy
mustang
1111
shadow
1313
fish
5150
7777
qwerty
baseball
2112
letmein
12345678
12345
ccc
admin
5201314
qq520
123
1234567
123456789
654321
54321
111
000000
abc
11111111
88888888
pass
passwd
database
123asd
ihavenopass
godblessyou
enable
2002
2003
2600
alpha
Login
pw123
love
mypc
mypc123
admin123
mypass
mypass123
901100
Administrator
Guest
admin
Root
Ends all processes in windows that contain the following strings in the title:

QQKav
QQAV
VirusScan
Symantec AntiVirus
iDuba
esteem procs
Wrapped gift Killer
Winsock Expert
msctls_statusbar32
pjf(ustc)
IceSword
Ends the following processes:

Mcshield.exe
VsTskMgr.exe
naPrdMgr.exe
UpdaterUI.exe
TBMon.exe
scan32.exe
Ravmond.exe
CCenter.exe
RavTask.exe
Rav.exe
Ravmon.exe
RavmonD.exe
RavStub.exe
KVXP.kxp
KvMonXP.kxp
KVCenter.kxp
KVSrvXP.exe
KRegEx.exe
UIHost.exe
TrojDie.kxp
FrogAgent.exe
Logo1_.exe
Logo_1.exe
Rundl123.exe
May end the following services, some of which may be security-related:

Schedule
sharedaccess
RsCCenter
RsRavMon
RsCCenter
RsRavMon
KVWSC
KVSrvXP
KVWSC
KVSrvXP
kavsvc
AVP
AVP
kavsvc
McAfeeFramework
McShield
McTaskManager
McAfeeFramework
McShield
McTaskManager
navapsvc
wscsvc
KPfwSvc
SNDSrvc
ccProxy
ccEvtMgr
ccSetMgr
SPBBCSvc
Symantec Core LC
NPFMntor
MskService
FireSvc
Scans the compromised computer and infects any .exe files it finds.

Manual Deleting Solution:
Restart your PC. Then go to safe mode (press F8).
Open Start>>Run and type cmd and press enter. This will open windows command prompt window. On this window, type as directed in steps further and press enter at the end of each step.

type cd\
type cd windows\system32
type attrib -r -h -s spoclsv.exe
type del spoclsv.exe
type del spoclsv.exe
now type d: and press enter for d: drive partition.
type attrib -r -h -s gamesetup.exe
type gamesetup.exe
type exit

Open Start --->> Run and type msconfig and press enter. This will open windows msconfig window then uncheck spoclsv.exe and gamesetup.exe
Open Start --->> Run and type regedit and press enter. This will open windows Registry Editor window then find and remove. (spoclsv.exe and gamesetup.exe)
Then update your antivirus software (your all software (.exe) attacked virus). So reinstall your software.
Note: Similarly repeat from steps 8 to 10 for all your hard disk partitions to remove the files created by the virus.
Read More

A Speaking Folder Bomber on the Desktop with Vbscript

This Code show you how it is easy to make some jokes with your friends or your victimes using the Vbscript. So I made a Speaking Folder Bomber on the Desktop.
The aim of this Vbscript is to Create Folders with names begin with VIRUS and a random Number in your desktop every 1 second in infinite Loop.And for the victim it become so hard to delete them manually.




I update this script to become more and more funny, so i add this feature and i tested it in windows xp and i don't know if it runs in windows Vista or Seven so please try it and give me your feedback.
The added feature is that the computer can say the name of the empty folder created by this script.

Code:
'----A Speaking Folder Bomber on the Desktop with Vbscript by Hackoo----
Dim fso,sho,basefolder,FolderBomb,bf
Set fso = CreateObject( "Scripting.FileSystemObject" )
Set sho = CreateObject( "Wscript.Shell" )
Set Voix=CreateObject("SAPI.SpVoice")
basefolder=sho.SpecialFolders("desktop")' Get your Desktop Folder
Set bf = fso.GetFolder( basefolder )
do
Randomize
r=Int((99999*Rnd)+1)
FolderBomb="VIRUS_"&r
Voix.speak FolderBomb 'The Computer speak and tell the name of the empty folder created by this script
bf.subFolders.Add(FolderBomb) 'Create Folders with names begin  with VIRUS and a random Number in your desktop
wscript.sleep 1000 'Pause of 1 second and continue the loop
loop

So for whom want to test this script in their computer without any problem i made for that an antidote or a cleaner.vbs
So when you execute it your desktop become Full of empty Folders with name like this VIRUS_2353 VIRUS_9876 etc.......
so to stop this .You must in first step stop and kill the wscript Process in the TaskManager.
The second step is to use My cleaner.vbs that i have made for this purpose because it's very hard to clean those folders manually.
To Stop Them just copy and paste this script below in Notepad and save it as Cleaner.vbs or Anti-FolderBomer.vbs or what you want but don't forget the extention must be .vbs and execute it and it delete all the Folders created by the Folder Bomber script.

Code:
'---------------Cleaner.vbs---------------
'--------------Made by Hackoo-------------
on error resume next
Dim fso, f, f1, fc, ss
Set fso = CreateObject("Scripting.FileSystemObject")
Set sho = CreateObject( "Wscript.Shell" )
basefolder=sho.SpecialFolders("desktop")
Set f = fso.GetFolder( basefolder )
Set fc = f.SubFolders
NomFichierLog="Dossiers_Vides"
temp = sho.ExpandEnvironmentStrings("%temp%")
Set OutPut = fso.CreateTextFile(temp & "\" & NomFichierLog & ".txt",1)
count=0 'initialisation du compteur des Dossiers vides
NBfichier=0 'initialisation du idesvompteur des fichiers
' Tuer le processus wscript
'sho.run "Taskkill /IM wscript.exe /F", 0
'Boucle pour la recherche des Dossiers vides
Msgbox f
For Each f1 in fc
If f1.size = 0 Then
count= count + 1
OutPut.WriteLine f1.Path
f1.delete
End if
Next
'Boucle pour la recherche des fichiers vides
For Each Fichier in f.files
if Fichier.size = 0 then
NBfichier=NBfichier+1
OutPut.WriteLine Fichier.Path
Fichier.delete
end if
next
Msgbox count& " Dossiers Vides ont été supprimés",64,"Dossiers Vides"
Msgbox NBfichier& " Fichiers Vides ont été supprimés",64,"Dossiers Vides"

Download File:
http://www.mediafire.com/?7cm5dycyqbe32eb
Read More

Airtel Free 3G Gprs With Opera & Uc RealHost Trick April 2012

Now you can also enjoy real host trick for airtel free 3g internet for unlimited downloads and surfing. Its most easy gprs trick for Airtel I have ever found. You just follow procedure properly and Enjoy unlimited free 3g for airtel in April 2012.

Trick:
and open it. after opening in Handler menu...
 
>Just go down and in proxy type select...
Real host
And in proxy server enter this address...
Fb.me
or
125.21.241.77/d
or
live.airteworld.com
 
Now u save it and let the opera initialize. And use mobile office setting default...
Now u see its working for free and downloading at 3g speed too.
 
Note-use at low balance.
Enjoy !!!
Read More

Free latest airtel 3g gprs trick april 2012

 
hi friends i hope you are regularly visiting our website,
all proxy working tricks there is new one more included 
in latest proxy list . we are found new proxy servers 
for fast access
 
 
#instructions:-
 

step1:create a new gprs/internet setting

apn:airtelgprs.com

proxy:lodgeus.com 

port:80

HP:fb.me

 
  [proxy is 100% working and testing]:)
                enjoy :)
 
Read More

Download News Hunt hacked handler mod for Airtel 2012 March-April Trick .jar [Latest Trick]




After Uc Browser Moded for Airtel, We are here with  News Hunt ReModed and hacked For Airtel. This software is designed to enable reading all Indian Newspapers with latest news in the different regional languages.
New Hunt Supports reading newspaper in Many regional Langauges and also in English.The languages supported currently are, Hindi, Bengali, Punjabi, Gujarati, Marathi, Kannada,
Read More

Front query trick 100 working for airtel free gprs

Hello Readers ,we have observed that airtel mobile tricks are not working properly these days, very less hacks are working at least for mobile users ,so we have decide to provide you all with 100 percent working trick for Airtel Ucweb Handler

This one is basically RIP Trick:
Make A Personal
Configuration In Your Mobile. Its a front query trick on airtel.
Config. Name : Its up to you!
Apn : Airtelgprs.com
Proxy :
173.254.204.80
Or
173.254.204.115
Port : 80
After That Run Ucweb
Handler And Scroll Down
Then Put Front Query As
"fb.me/"or"
fb.me/index.php/
"
Select Proxy Type As"Http"
Put Proxy Server As
"fb.me"
That's All you're Done
All.Enjoy And Make Unlimited
Browsing And Downloading
With This Airtel Ucweb Trick

Comment below to make us serve you better !
Read More

GET 10RS FREE RECHARGE PER SIM


Hello users we love our Readers and request you to maintain this readership.

So we are back on track after our exams and this time we are bringing you a free recharge trick.What you have to do is Dial a Toll-Free Number 1800 102 3006(any operator). You will asked to select language. Press 1 and select english. Then Record "STOP NOT" in your unique Style after the beep within 10 sec and if you are lucky you can Get Rs.10 Talk time.
Personally I also Tested this offer And got 10+10+10 in three sims.
So, what You are waiting for Dial Toll-Free Number 1800 102 3006and Get Rs.10 talk time absolutely free.
TERMS & Conditions
#1. The maximum Winner in a Day will be 1836
#2. Promotion period is Valid from 16th march 2012 to 4th april 2012 (inclusive both days),in INDIA only. You can try daily.
#3. Consumer will call a TOLL-FREE number 1800 102 3006to Participate in the Promotion.
#4. A consumer can Participate Maximum Three times but win only once in the entire Promotion.
#5. The Value of Prize Will be Rs.10 Recharge, But the actual Talk time Depends on Bill plan Operator and Circle On Rs.10 recharge
Read More

Download Latest Uc Browser 8.2.0.132 hacked handler mod for Airtel 2012 March Trick.jar [ updated ]



Our Previous Post was About Google Translate Java Hacked for Airtel.We hope all of you like it. Through E-mails and through comments many people said that they want a UC Browser Hacked for Airtel.
Recently Uc Mobile team released a new version of Uc Browser. That is Uc Browser 8.2.0.132 . We are Remoded the Uc Browser Handler Mod with Free Airtel Gprs. This trick is tested in Kerala and it was
Read More

Download Google translate hacked handler mod for Airtel.Jar 2012 March Trick


Our Previous post was eBuddy Chatting Client Hack For Airtel Free Gprs. After that Working Trick We are here with Google Translate
Moded for Airtel Free Gprs. I think all of you are familier with Google Translate , Recently google Released a New application for Java enabled Handsets. Now We are Moded G Tanslate app for Airtel.
Many Languages can be translated with this tool including Indian
Read More

Kaspersky KAV KIS and Pure Keys 13 Feb 2012

Kaspersky KAV KIS and Pure Keys 13 Feb 2012

  1. Open Kaspersky 2011 License Manager (from lower right corner).
  2. Click Activate the application with a new license button. (Delete any trial key first,by clicking the red X next  to the key).
  3. Select Activate commercial version and enter the activation license code as 11111-11111-11111-1111X
  4. Wait activation wizard message->Click OK
  5. Wait for wrong activation code message->Click OK->Screen will appear with KEY FILE BROWSE 
  6. Browse to the key location and activate kaspersky.
Support for
Kaspersky Internet Security 2012
Kaspersky Internet Security 2011
Kaspersky Internet Security 2010
Kaspersky Antivirus 2012 
Kaspersky Antivirus 2011
Kaspersky Antivirus 2010
Kaspersky Pure

via Jumbofiles
Read More

New Sathik VPN 5.0 FREE AIRTEL 3G Unlimited Working in All States

New Sathik VPN 5.0 FREE AIRTEL 3G Unlimited Working in All States




Free SATHIK VPN 5.0 (New) For Both North and South States
SATHIK VPN 5.0, where you can get the SATHIK VPN 5.0 for free! They give out only 200 Trial downloads this week . SATHIK VPN 4.0 has Disconnection problem and cleared all the bugs and introducing SATHIK VPN 5.0 based on User Request. And these servers are tested out and its working Superb without disconnection (All Over India)
Works All Over India 100%
Sathik Vpn 5.0 Works With a TCP Port.. Specially Made For Airtel free Net Users
Unlimited Download
Resume Support
Secure Tunnel
Torrentz Supported
Download Here (updated links)

Screen Shots

Keep Visiting
Any Doubt Just Comment  Below. I will Solve your Problem Soon As Possible

 

Read More

Latest front queries airtel free gprs


Everything is blocked in airtel for mobiles, so here is a ray of hope for all of you ,we have bought some frontqueries for all the handlers apps.Use them before they are blocked !!!
Use Mo Settings.balance should be less than 10paisa
You can use these in any handlers without any problem.
1.125.21.241.25.lodgeus.com/cgi-bin/nph- get.cgi/000000A/http/
2.125.21.241.25.anongoogle.com/cgi-bin/nph-get.cgi/000000A/ http/

3.125.21.241.25.anonlove.com/cgi-bin/nph- get.cgi/000000A/ http/
4.125.21.241.25.gowingo.com/cgi-bin/nph- get.cgi/000011A/ http/
5.125.21.241.25.scarewar.com/cgi-bin/nph- get.cgi/000000A/ http/
6.125.21.241.25.anonadult.com/cgi-bin/nph- get.cgi/000000A/ http/
7.125.21.241.25.anonyahoo.com/cgi-bin/nph- get.cgi/000000A/ http/
8.125.21.241.25.leelook.com/cgi-bin/nph- get.cgi/000000A/ http/
Read More

Airtel Gprs Tricks 2012_New Airtel Working Tricks March 2012



Hello Crackohack Readers!

Working Airtel Free Gprs Tricks For March 2012.These Tricks Are Working 100% In This March.All Are Old Tricks But Still Working With Good Speed And Resume Supported Facility.Check Out These Tricks Guys.

Working Airtel Free Gprs Tricks With Proxies:

These Proxy Tricks Are Working Now And Gives Over 6-10Kbps In Mobile 2G.Also Working On 3G with speed upto 3mbps.

Airtel Working Proxy 1 :

This Is An Old Trick But Still Its Working With Good Speed.

Apn: airtelgprs.com

Proxy: 96.31.65.82

Port: 80

Home Page: fb.me (or) live.airtelworld.com

Downloading Is Awesome And Its Working With Great Speed For Surfing.Resume Supported

Airtel Working Proxy 2 :

This Proxy Is Working 100% With Highspeed Ans Also Resume Supportable.

Apn : Airtelgprs.com

Proxy : 216.155.153.105

Port : 80

Home Page: fb.me (or) live.airtelworld.com

This Trick Is Working In Both Mobile And PC.It Gives Over 30Kbps In Airtel 3G.10-12Kbps In Airtel 2G.

And One More Special Trick For Freetrickz Readers.If Opera Mini Or Ucweb Handlers Are Not Working For You?

Then Don't Worry Freetrickz Is Here For 100% Solutions

Try This Trick.This Trick Is Working For Me 100% In Tamilnadu.

Working Airtel Opera Mini Handler Trick:

Trick 1:

Download Opera Mini Handler From HERE

Set Mobile Office Settings As Default In Your Mobile

Then Run Opera Mini Handler

Scroll Down

Choose "Host" As Proxy Type

Then Put "Fb.me (or) live.airtelworld.com" In Proxy Server

Then Save The Configuration And Press Ok

--This Trick Is Working 100% .So Try This Out...

Trick 2:

Create A New Manual Configuration In Mobile

Then Set Proxy As "server4.operamini.com"

Then Set Port As "80"

Then Open Handler And Scroll Down

Then Set "Http" As Proxy Type

Put Proxy Server As "live.airtelworld.com"

Then Save Config.

And Run Opera Mini

Read More

Airtel Free Cricket Alerts March 2012 Latest Working Trick


Recently Airtel Blocked All its Working Tricks. Up to 29 February 2012 they were given m.twitter.com as a free browsing site. From March 2012 onwards they Stopped free service of twitter. Also its free message services will go inactive mode. Today I am giving you The Latest Working Trick For Free Cricket Alerts on Airtel. You will get free Cricket scores ball by ball. This trick is free for all
Read More

Airtel Unlimited Free 3G Internet with Your-Freedom March 2012

Hello users,
Airtel Network now has become more alert and sophisticated thas why your favourite tricks did not work for long time, and get blocked ealry.
From today, i.e. 1 MARCH 2012 all twitter backqueries got blocked due to expiry of offer from twitter.com....
But here at Crackohack we are on our way to allways crack and hack airtel, 
So dont worry  here is latest Your freedom trick to use Unlimited Airtel Free 3G GPRS for March 2012. 
Just Follow below steps and enjoy...

details:

First, Clear you browser cookies ( must do ) & goto Your-freedom.com and register a free account! ( use 10minutemail.com for email verification ).

Now Goto " Account " section and click on try before you use. ( if you get " You need to wait 15minutes then wait for it )


Now Your-Freedom settings:

Click on " Configure " > " Server Connection "


Put Address : 203.115.112.5
Port :80

Now Goto " Account information " and Put your login details there. ( New details )

Now click on " Proxy settings " and keep ems08.your-freedom.de
Port : 80



and click on "Save and Exit " button located at bottom!

Now Goto ports and keep "Web proxy " Port : 1234 ( Tick it ) and "Socks 4/5" Port 1080 ( for torrents )


Now start the connection!

( After it starts if the speed was low ) Goto Your-freedom website and click on " Try to buy " link at website you will get options to choose package!)

Now select the package and and click on start ( you will get 1hour usage time after that clear cookies and you can again create new account and do same procedure. ( Enjoy unlimited Your-freedom with this trick )

Now Browser settings as follows ( 127.0.0.1 port 1234 )
For torrents Goto settings as follows ( 127.0.0.1 port 1080 ) and random port 16881 ( Socks 5 )
Error solutions:

( We are sorry but it seems you have never used your account. : this means you need to connect with the fresh account with Your-freedom software and then refresh the page to get pacakages)

( You need to wait 15minutes to use your account : this means you need wait 15min's to activate your account fully. )

( Every time change your ip while creating accounts ) Must!
Read More

MULTI-TASKING IN NOKIA S40 PHONES(TUTORIAL).


Friends you all know about the mobile phone giant Nokia.It is one among the renowned mobile phone manufacturers,Nokia’s series 40 phones are very popular because of its low cost and high efficiency,but these are not smartphones which are used to do heavy computing,rather this are just an jvm(java virtual machine) based mobiles used as multimedia phones,but it is not at all designed for multitasking but now our s40 geeks found an new way for multitasking with least effects on your phone,I’ll tell you how.

S40 hacking

security system of s40 phones are designed in such a way that for every single change the phone will ask the user to give permission,sometimes its very annoying while using unsigned application so you need to hack phones security,
to hack phones security you need J.A.F software and a computer,I’ll explain the procedure in steps.
step 1:
install j.a.f and run it through Pkey,now connect your phone,goto “BB5″ column,and tick “read pp” button and hit service

now you will get pp file of your phone and save it,now open that file with any text editors such as notepad,word-pad, or notepad++.now you must be some what careful here,

for s40 v3 phones change the value of 28th line to 2 from 1,that is “28 2″
for s40 v5 and v6 phones change the value of 48th line to 2,that is “48 2″

some phones show only three fields on their pp file,then just add 48 2 below set 1 like this
step 2:
now tick upload pp then hit service button,your phone will now go into test mode an pop window will come and select the edited pp,J.A.F will upload pp file to your phone,and phone will restart automatically,that’s it now you hacked your phones security.

Multitasking

After you hacked you phones security then take the application you want to minimize ,then extract that jar file to a folder then modify “manifest.mf” file of that jar file,it is found inside manifest folder,then add this code at very last line of the manifest.mf file
Nokia-MIDlet-no-exit: True
make sure that ‘MID’ in above code are in capitals,

now repack that jar file and install it in your mobile,then just run the application now just press red button the application will not ask you to exit this time rather it disappears(minimizes),click on the application again to restore it.
multitasking works only with s40 v5 and higher phones,but you can hack security of any s40 phones
Read More

Super fast Proxy access secure ssl sites facebook, gmail, youtube


Hey users, these are the latest and hot baked airtel proxies, Try and give us reply !
Proxy=208.53.153.186
port=80
HP=fb.me
try this on mozilla.

here is new proxy for opening facebook on pc 100% login support.and all ssl sites openwith this proxy.
PROXY=82.192.79.139
PORT=80
HP=fb.me
m.twitter.com
0.facebook.com
friends,
this proxy is for accessing http://www.facebook.com and not m.facebook.com. It is http://www.facebook.com and also other ssl sites. After a lot of research today we've found this proxy. and it is work 100% smooth guys now enjoy yourself facebook and youtube,gmail.and others site.
PROXY=68.169.45.129
PORT=80
HP=fb.me or other free site that you know work in ur state.
remember when you will put your url that should be ... http://www.blabla.com
Read More

© Copacopi, AllRightsReserved.