ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content

RAJAKING's Content

There have been 12 items by RAJAKING (Search limited from Apr 30, 2023)


By content type

See this member's

Sort by                Order  

#17606315 [C#]CountDown Timer

Posted by RAJAKING on 24 March 2019 - 03:01 PM in .NET Framework

I created a CountDown Timer for my needs in C#, and i decided to share it. It is very simple actually.
 
Download link:




#17606190 Avast Deepscreen bypass [Sleep method][C#]

Posted by RAJAKING on 24 March 2019 - 02:57 PM in .NET Framework

Dependencies:

  • System.Runtime.InteropServices(To import kernel32.dll)
Code:



#17606137 Generated Codes

Posted by RAJAKING on 24 March 2019 - 02:55 PM in .NET Framework

I used this for a project im working on at the second to generate amazon codes
 
ill be releasing a tool on here very soon 100% free of use. 
 
This code is nothing special




#17606069 Disable Task Manager C# [code]

Posted by RAJAKING on 24 March 2019 - 02:52 PM in .NET Framework

Hi Nulled.
 
I thought to share this simple code to disable Task Manager.
It disables it with registry key.
 
Hope you find it useful!!! :P




#17606038 [C#] OP.GG Scraper Source - Multithreaded + GUI

Posted by RAJAKING on 24 March 2019 - 02:51 PM in .NET Framework

Another OP.GG username scraper which scrapes by level from: http://euw.op.gg/ranking/level/page=1
 
https://cache.nulled...com/Gad8BHO.png
 
Features
- Supports all regions
- Scrapes indefinitely until the end is reached or until 'End Pg'.
- Ignores usernames with special characters (valid usernames should only contain letters & numbers)
- Multi-threaded although using more than 2 threads yields no net performance gain (server limits any IP to 2 connections, wish I knew this beforehand but 2 threads > 1 thread - can be bypassed by running threads on proxies but is not worth the effort)




#17606010 KeyLogger with AutoUpload on FTP

Posted by RAJAKING on 24 March 2019 - 02:50 PM in .NET Framework

Hello community :)
So today, I decided to share my shitty KeyLogger SRC. It contains AutoUpload to FTP, cookies and cache deleting on first run, saving itself to startup, detecting connectivity to the internet and Self delete.
All messages are in Czech so you will need to translate them.
 
Please rate my code and potentially write what I did wrong so I can learn more things and correctly.
 
Enjoy :)




#17578029 Add program to startup C# [code]

Posted by RAJAKING on 23 March 2019 - 11:49 AM in .NET Framework

Hi Nulled.
 
If anyone is wondering how to add their program to startup, here is the code. Enjoy!




#17578000 x5635 Mega.nz Accounts

Posted by RAJAKING on 23 March 2019 - 11:46 AM in Accounts

All are working since they were cracked today!


You should probably index these accounts with my checker foundHERE


If you wish to purchase lite pro accounts and above feel free the view my thread HERE



Checked with my own private proxyless checker :D




#17577856 C# privilege escalation exploit (UAC Bypass) Win10

Posted by RAJAKING on 23 March 2019 - 11:36 AM in .NET Framework

Working on a fully patched Windows 10 as of 8/11-18Included both source code and VS2017 project




#17576712 [TUTORIAL] Getting Started With Reverse Engineering

Posted by RAJAKING on 23 March 2019 - 10:11 AM in Reverse Engineering Guides and Tips

Hello everyone, while I was looking for good reverse engineering tutorials, I found the tutorials of r4ndom. I haven't looked at all of them but they seem to be very good.
These are the most up to date tutorials I have found
 

 
I think that's a great way to start with reverse engineering because there are some nice tools and explanations. The tutorials are written as a PDF file, but there are also some videos for extra explanation.
 
There are also some other nice tutorials on https://tuts4you.com/ just search on your own, you'll find what you're looking for.
 
Just take a look at them, if you like it please don't forget to upvote :)
 
Good Luck




#17576538 DL&E + UAC Bypass + Self Modifying Code - FASM + C# | 2.00 KB

Posted by RAJAKING on 23 March 2019 - 09:55 AM in Other languages

Yo.
 
So I've been getting into assembly lately and decided I wanted to make something practical, so I made a simple Download & Execute in MASM32, then made a builder for it in C#.
In hindsight, I could've made the builder in MASM as well, but the builder was more of an afterthought once I decided I wanted to release it.
 
Ended up remaking the stub in FASM.
 
How the builder works:
1: Enter direct URL to file
2: URL is parsed and inserted into the assembly file
3: Assembly file is built into an executable ready to go
 
How the assembly file works:
.5: Decrypt emulation testing region
1: Use HeapAlloc to test if we're being emulated, and corrupt the stack frame to force a crash if we are
1.5: Decrypt real code
3: Load all the needed libs
4: Get the function addresses of all the functions - Using a different method now
5: Replace the regex key in HKEY_CLASSES_ROOT\\mscfile\\shell\\open\\command to our file path in temp
5: Create or use a key located at HKEY_CURRENT_USER\software\classes\mscfile\shell\open\command to our file path inside of temp
6: start eventvwr.exe, which automatically launches the path in registry as admin
7: Restore registry values so we don't leave a trail
 
That's about it, it's mostly FUD with only 2 4 (Seems this is getting around) 2 detections, one by Avaira(For not creating a window(SUBSYSTEM:WINDOWS)), and one by some random AV called twistor, and as far as I can tell it's only because I have a lot of strings, it shouldn't be very hard to bypass the two, and I don't want to completely spoon feed, so you'll have to figure that one out for yourself :^).
 
Not going to release source on this one, because the people that I feel deserve the source can simply reverse the app, there's no obfuscation so it should be a piece of cake for anyone competent. 
 
Before memory decryption(if you can even call it that, just simple xor):
61c2a317be174b8bbc23c73c8b145640.png
 
Disassembler view:
c3a4bee7e512499f997dd4ed26a47641.png
 
Gif of OllyDbg while it's decrypting itself:
AqQW.gif
 
A small note that the file that is dropped onto the system needs to be the same platform as the computer, ex: 64 bit, 32 bit, AnyCPU doesn't seem to work.
Fixed. Seemed to be a byproduct of setting the registry key in HKEY_CLASSES_ROOT
 
When you run the builder, it will output the executable to the same directory the builder is in, and it will be called, "Assembly.exe", and also, the file is downloaded to the temp folder and named "NotSuspicious.exe"
 

Stub Scan
Builder Scan - Calls it AdWare kek
 
Yet another note, Adding version info and an Icon may also help with detections, I was too lazy to test.
 
Enjoy you filthy animals




#17576484 Whatsapp Bulk Sender [Working 100%]

Posted by RAJAKING on 23 March 2019 - 09:51 AM in Cracked Programs

Hello All,
 Whatsapp Bulk sender is used for marketing Proposal, for sending bulk messages to your clients using your number!It uses Whatsapp web to send all the message.
 I was looking for this been long time! Now it's my chance to share it with you guys
 Features

  • Below some of Bulk Whatsapp Sender features
  • Full source code provided
  • Clean code and easy customization
  • Multi Instance , you can send from multiple whatsapp account
  • Send text and image with caption
  • Import from excel (CSV) and Txt files
  • Save and open saved campaign
  • Full log for sending process
  • Control delay between messages
  • Delete message from whatsapp chat list after sending to keep chat list clean
Requirement
  • Below the major requirement for Bulk Whatsapp Sender
  • Chrome Browser
  • .Net Framework 4 or greater
Download Link:
 

 
 
Important: I'm not responsible for any banned on whatsapp, as a quick tips try to configure the delay from settings to be on the safe side!
 
Please vote for this post , dont be a leecher Thank you.  :wub: