Very Well... We are meeting in many days.......
How are you???
Today I Would Like to Say You, How to hack TopitApp by,
Simple Method!
Requirements :- Rooted Android Device
TopitApp
Cheat Droid
Download TopitApp to a Android Device using Play Store (or something)
Download Cheat Droid App Using Play Store. (or something)
Register to TopitApp, And Get 50 Creadits.
Now Open The Cheat Droid with the rooted phone. (both 2 apps are in same deice!)
Select The TopitApp.
Click 3rd Label. (app.mobile.topitup.PREF_NAME.xml)
Click (app.mobile.topitup.USER_CREDIT.xml)
Select 100000 or any (that you want to get credits.)
Click OK, exit and reopen the TopitUp.
*** Excellent, What you will See.! ***
If This hack working? (or not?) Please Comment and Support Me!
Thanks For Read!
All Of The Tricks
Learn Tricks. Learn to earn. Learn to Programming. Learn to blogging. Learn Anyone. With our Blog. == All of the tricks == For you!
Wednesday, September 21, 2016
Sunday, September 4, 2016
Let's Make Games..!!!
Let us make games!
If you know? : You can make games without any programming knowledge. It is easy and funny.
Unity 3D
Make any game without any programming knowlwdge. most of the game developers in the world,
are using unity.
FPS Creator
Make 3D games without programming knowledge. Very easy to use.
Use pro to more features.
note : Cannot compile to a exe file in free version.
Game Maker
It is an easy way to make 3D and 2D games.
only can make 3D games in Pro.
Reality Factory
It can be used to make games without any
of the programming knowledge.
There are so many game engines in internet. These are very most populer game engines. Search on google to download it!
Thanks for viewing this.
If you know? : You can make games without any programming knowledge. It is easy and funny.
Unity 3D
Make any game without any programming knowlwdge. most of the game developers in the world,
are using unity.
FPS Creator
Make 3D games without programming knowledge. Very easy to use.
Use pro to more features.
note : Cannot compile to a exe file in free version.
Game Maker
It is an easy way to make 3D and 2D games.
only can make 3D games in Pro.
Reality Factory
It can be used to make games without any
of the programming knowledge.
There are so many game engines in internet. These are very most populer game engines. Search on google to download it!
Thanks for viewing this.
Notepad tricks to PC
If you hava a PC and notepad soft.? You is ready to do this tricks.
Show a "Welcome Message" @ startup.
write this code in notepad and save it as welcome.bat
msg * Welcome to My computer
Place this in startup folder.
Listen a "Welcome Sound" @ startup
write this code in notepad and save it as welcome.vbs
speaks=" Welcome to your computer "
CreateObject("sapi.spvoice").Speak speaks
Make a chatbot.
write this code in notepad and save it as chatbot.vbs
fname=inputbox ("hello")
fname=inputbox ("i am lollypop")
fname=inputbox ("what's your name?")
fname=inputbox ("i like your name")
fname=inputbox ("i must go")
fname=inputbox ("see you")
and enjoy with it.
Make a calculator.
@echo off
title Batch Calculator by
Echo All Of The Tricks
color b1
:top
echo Welcome to Batch
echo Caculator by All of The Tricks
echo Enter calculation options
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%
echo
pause
cls
Virus 1 --- Test it @ your to own risk --- use Task manager to stop this.
copy this code and paste it on notepad. save as virus.bat
@echo off
color 17
start notepad.exe
start virus.bat
Virus 2 --- Test it @ your own risk --- Use Task manager to stop this.
Copy this code and paste it on notepad. save as virus2.bat
@echo off
color 17
:x
start notepad.exe
goto x
Crack Rar passwords -- only numbers --
@echo off
title Rar Password Cracker
mode con: cols=46 lines=20
copy "C:\Program Files\WinRAR\Unrar.exe"
SET PSWD=0
SET DEST=%TEMP%\%RANDOM%
MD %DEST%
:RAR
cls
ECHO Today Is %date%
echo ----------------------------------------------
echo GET DETAIL
echo ----------------------------------------------
echo ----------------------------------------------
echo.
SET/P "NAME=Enter File Name : "
IF "%NAME%"=="" goto NERROR
goto GPATH
:NERROR
echo ----------------------------------------------
echo ERROR
echo ----------------------------------------------
echo Sorry you can't leave it blank.
pause
goto RAR
:GPATH
SET/P "PATH=Enter Full Path : "
IF "%PATH%"=="" goto PERROR
goto NEXT
:PERROR
echo ----------------------------------------------
echo ERROR
echo ----------------------------------------------
echo Sorry you can't leave it blank.
pause
goto RAR
:NEXT
IF EXIST "%PATH%\%NAME%" GOTO START
goto PATH
:PATH
cls
echo ----------------------------------------------
echo ERROR
echo ----------------------------------------------
echo Opppss File does not Exist..
pause
goto RAR
:START
SET /A PSWD=%PSWD%+1
UNRAR E -INUL -P%PSWD% "%PATH%\%NAME%" "%DEST%"
IF /I %ERRORLEVEL% EQU 0 GOTO FINISH
GOTO START
:FINISH
RD %DEST% /Q /S
Del "Unrar.exe"
cls
echo ----------------------------------------------
echo CRACKED
echo ----------------------------------------------
echo.
echo PASSWORD FOUND!
echo FILE = %NAME%
PASSWORD = %PSWD%
echo CRACKED PASSWORD = %PSWD%
pause>NUL
exit
REM
Thanks for viewing! I am W.M.Chathindu Nethmina
Show a "Welcome Message" @ startup.
write this code in notepad and save it as welcome.bat
msg * Welcome to My computer
Place this in startup folder.
Listen a "Welcome Sound" @ startup
write this code in notepad and save it as welcome.vbs
speaks=" Welcome to your computer "
CreateObject("sapi.spvoice").Speak speaks
Make a chatbot.
write this code in notepad and save it as chatbot.vbs
fname=inputbox ("hello")
fname=inputbox ("i am lollypop")
fname=inputbox ("what's your name?")
fname=inputbox ("i like your name")
fname=inputbox ("i must go")
fname=inputbox ("see you")
and enjoy with it.
Make a calculator.
@echo off
title Batch Calculator by
Echo All Of The Tricks
color b1
:top
echo Welcome to Batch
echo Caculator by All of The Tricks
echo Enter calculation options
set /p sum=
set /a ans=%sum%
echo.
echo = %ans%
echo
pause
cls
Virus 1 --- Test it @ your to own risk --- use Task manager to stop this.
copy this code and paste it on notepad. save as virus.bat
@echo off
color 17
start notepad.exe
start virus.bat
Virus 2 --- Test it @ your own risk --- Use Task manager to stop this.
Copy this code and paste it on notepad. save as virus2.bat
@echo off
color 17
:x
start notepad.exe
goto x
Crack Rar passwords -- only numbers --
@echo off
title Rar Password Cracker
mode con: cols=46 lines=20
copy "C:\Program Files\WinRAR\Unrar.exe"
SET PSWD=0
SET DEST=%TEMP%\%RANDOM%
MD %DEST%
:RAR
cls
ECHO Today Is %date%
echo ----------------------------------------------
echo GET DETAIL
echo ----------------------------------------------
echo ----------------------------------------------
echo.
SET/P "NAME=Enter File Name : "
IF "%NAME%"=="" goto NERROR
goto GPATH
:NERROR
echo ----------------------------------------------
echo ERROR
echo ----------------------------------------------
echo Sorry you can't leave it blank.
pause
goto RAR
:GPATH
SET/P "PATH=Enter Full Path : "
IF "%PATH%"=="" goto PERROR
goto NEXT
:PERROR
echo ----------------------------------------------
echo ERROR
echo ----------------------------------------------
echo Sorry you can't leave it blank.
pause
goto RAR
:NEXT
IF EXIST "%PATH%\%NAME%" GOTO START
goto PATH
:PATH
cls
echo ----------------------------------------------
echo ERROR
echo ----------------------------------------------
echo Opppss File does not Exist..
pause
goto RAR
:START
SET /A PSWD=%PSWD%+1
UNRAR E -INUL -P%PSWD% "%PATH%\%NAME%" "%DEST%"
IF /I %ERRORLEVEL% EQU 0 GOTO FINISH
GOTO START
:FINISH
RD %DEST% /Q /S
Del "Unrar.exe"
cls
echo ----------------------------------------------
echo CRACKED
echo ----------------------------------------------
echo.
echo PASSWORD FOUND!
echo FILE = %NAME%
PASSWORD = %PSWD%
echo CRACKED PASSWORD = %PSWD%
pause>NUL
exit
REM
Thanks for viewing! I am W.M.Chathindu Nethmina
Subscribe to:
Posts (Atom)