
N0P
Members-
Content Count
209 -
Last visited
Content Type
Profiles
Forums
Calendar
Gallery
Blogs
Store
Articles
Downloads
Classifieds
Everything posted by N0P
-
I applied cant wait to see if i got in
-
Hello everyone today i am making this tutorial for the people who arent very cautious and wary about rats. This tutorial will teach you how to keep your system clean as possible and to stay safe. What is a rat? A rat or Remote Access Trojan is a backdoor application that completely gives the attacker administrative controls to your system. Rats can be both easy and hard to get rid of as they are all most in most cases hidden. What do i do when im infected? DO NOT PANIC!!!! First thing you will have to do is make sure your antivirus is on and you know what application is infected. First thing is download the tools below you can do this on another PC with usb or just do it on your current system. Download These Tools When Infected Best AntiViruses Steps: 1. Download the tools above(Download These Tools When Infected) 2. TURN OFF INTERNET!! Boot into Safe Mode(Search for "msconfig.exe" go to boot and check the box Safe Boot as well as minimal. If msconfig is disabled from the rat then restart the computer before the Windows boot logo pops up keep clicking "F8" until a new screen comes up now go to Safe Mode. 3. After in safe mode run Kaspersky Virus Removal Tool wait for it to load up.(it might say initialising for a long time but just keep waiting.) after loaded up click "Start Scan" and wait for it to complete. 4. There should be detected items in the quarentine now a pop up will come it will say "Kaspersky needs the pc to reboot to clean PC" click reboot or restart the system yourself. 5. Run your AV and click full scan(it might not say full scan for some av's) and wait for completion. 6. After completed either quarantine the threats or clean the system(both the same thing) if quarantined then go to the quarantine section and click delete all and reboot the system. 7. After rebooted system get out of safe mode go to "msconfig.exe" uncheck the safe mode option or restart the pc and start windows normally. 8. TURN ON INTERNET this is so HitmanPro can detect everything as it is a cloud scanner wait for it to complete and click next and delete all threats. Now reboot the system again.(When rebooting this should pop up "HitmanPro Surfright" just wait till it disappears and continue) 9. It should be completely gone just in case scan with your av again 10. If you think its gone now download the tools below(Download These Tools After Clean) Download These Tools After Clean 11. Download and install SandBoxie as well as Keyscrambler. 12. Dont reboot system yet if it says to do it click manually later 13. Run AdwCleaner and scan this is just for adware the rat could of installed. and click scan 14. After scan complete reboot the system. 15. The rat should be completely gone. :hype: :kek: :kappa: IF RAT STILL NOT GONE OR YOU HAVE ANOTHER VIRUS LIKE A RANSOMWARE MESSAGE ME ON DISCORD I WILL HELP ASAP : Ribthegreat99#7880 NOTE: Before running any programs or if your unsure of one run in Sandboxie and see if another process is started or inform me and i will help check. :fiesta: THANKS
-
Why does it take so long to load up for? mine doesnt load
-
Crack programs :fuck:
-
Hello everyone if yous are interested in creating a cracking group or for further discussion add me on discord: Ribthegreat99#7880 :monkas: :feelsgood: :smart: :ezy:
-
Dear Mods/Admins It is my suggestion and a lot of other premium members agree to wanting change the Premium Colour because, it looks just plain and uninteresting i would like for it to be a different colour or you can add colour changing for ranked members. And restrict different types of colours to each rank if you do this not only i will be happy but everyone else. If you want it to be like this show some support to get attention!!! :feelsgood: :monkas: :hype:
-
auth QuickDork||Fastest Dork Gen||Seconds||HQ||Easy||Customizable||
N0P replied to N0P's topic in Exclusive Releases
link updated link updated -
[hide] https://pastr.io/view/Plp23g [/hide] :comfy:
-
Well here yous go [hide] https://pastr.io/view/mwKLPp [/hide] :kek: :??: :kappa:
-
Helo everyone today i just found this on my pc fl studio 12.4.1 crack it works like a charm, im not sure if its clean or not but i always use it i knows its outdated but its better then nothing. Download: [hide] https://mega.nz/#!g91FSQRD!B6LbPlsXY5qV_WDhVkxNGG9Zcrk-kVYDlUPrAN1DTqI [/hide] Instructions: 1. Download and extract all files 2. Run the installer 3. After installed dont open yet run FLRegKey.reg 4. Enjoy VirusTotal: Installer: Cant scan it 658mb FLRegKey: https://www.virustotal.com/#/file/cda7dd4bf063e9462d1ddf9374d4bea038c7fc4990b31aa3577256915ddf5846/detection PS: if you think the FLRegKey.reg is a virus right click > open in notepad++ all it does is register licenses to the program and to the plugins. :kappa: :kek: :hype: Support? :feelsgood:
-
auth QuickDork||Fastest Dork Gen||Seconds||HQ||Easy||Customizable||
N0P replied to N0P's topic in Exclusive Releases
How it should be working :fuck: -
Hello everyone and welcome to my new tool, this is one of the fastest dork generators out. In just 3 seconds you will have over 2000 dorks HQ. There is a "config.cfg" file included so you can customise the dork options even more. Enjoy! PS: After Generating a dork list save it somewhere else cause it will be overwritten with the next one! Download: [hide] https://takeafile.com/?f=tosevacane UPDATED LINK: https://anonfiles.com/42Beafr4b3/QuickDork_rar [/hide] Rar Password: Cracked.to :fiesta: :monkas: :monkas: :feelsgood: :hype: :kappa: Leechers will be BANNED :fuck:
-
At least 2 days online time - 1 Week At least 15 posted threads - 52 threads A thread to post ration - no idea but im pretty sure i am warning level - 0% not a leecher - definitely not a leecher Hopefully i can get this :pepe: :kek: :fiesta:
-
never heard of it :pepe: Okey, so good work :hype: thanks :kek:
-
what? :fuck: :??: Have u use the the x-Slayer's ProxyGrabber source (vb.net source), yes or no ? (Because is using ProxyScrape to) never heard of it :pepe:
-
Well today i was going through my PC and i found my custom animated button which looks outstanding this is the c# code but if you want to use it in vb you will have to create a dll and add to the toolbox. Code: [hide] using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using System.Drawing.Drawing2D; namespace AnimatedGradientButton { [DefaultEvent("Click")] public partial class CustomButton : UserControl { int wh = 20; float ang = 45; Color cl0 = Color.Blue, cl1 = Color.Orange; Timer t = new Timer(); string txt = "CustomButton"; public CustomButton() { DoubleBuffered = true; t.Interval = 60; t.Start(); t.Tick += (s, e) => { Angle = Angle % 360 + 1; }; ForeColor = Color.White; } public float Angle { get { return ang; } set { ang = value; Invalidate(); } } public int BorderRadius { get { return wh; } set { wh = value; Invalidate(); } } public Color Color0 { get { return cl0; } set { cl0 = value; } } public Color Color1 { get { return cl1; } set { cl1 = value; } } protected override void OnPaint(PaintEventArgs e) { e.Graphics.SmoothingMode = SmoothingMode.HighQuality; GraphicsPath gp = new GraphicsPath(); gp.AddArc(new Rectangle(0, 0, wh, wh), 180, 90); gp.AddArc(new Rectangle(Width - wh, 0, wh, wh), -90, 90); gp.AddArc(new Rectangle(Width - wh, Height - wh, wh, wh), 0, 90); gp.AddArc(new Rectangle(0, Height, wh, wh), 90, 90); e.Graphics.FillPath(new LinearGradientBrush(ClientRectangle,cl0,cl1,ang), gp); e.Graphics.DrawString(txt, Font, new SolidBrush(ForeColor), ClientRectangle, new StringFormat() { LineAlignment = StringAlignment.Center, Alignment = StringAlignment.Center }); base.OnPaint(e); } } } [/hide] Here is a example used in my latest thread of the buttons! :monkas: :feelsgood: :smart: :ezy:
-
Hello everyone today i have made a tool that scraped proxies straight from ProxyScrape this is a nice, quick and easy tool to use instead of downloading it from the website so show some support because the more support i get then more i release. :kek: :hype: Download: [hide] https://anonfiles.com/C0a4H6qfb7/Ribifier_HQ_Proxy_Scraper_rar [/hide] VirusTotal 28/69 I dont know why so many detections its 100% safe maybe cause it downloads files and obfuscated. :pepi: :smart:if you dont trust me run in vm/sandboxie
-
Well here you go guys i purchased the keylogger a while back and im in the process of cracking it but anyways this is as simple as it gets anyone can do it! :kek: :hype: :fiesta: Support me please Download: [hide] https://mega.nz/#!oolxzQgQ!g0N1s8SGLzFouDpBcFhT6V4jb49zGypAxm7yq-STKaE [/hide] VirusTotal 0/59
-
Anyone wants to join a group for making checkers for cracked.to?
N0P replied to Hawk's topic in Programming discussions
Hi, Thanks for replying to my thread. VB.NET is almost the same as C#. Making GUI's atleast. It is like drag and drop. I hope you can contact me on Discord and we'll speak about that later. My Discord was sended somewere in this thread. Thanks. I have sent a discord request hoepfully i can join :pepe: :kek: -
Anyone wants to join a group for making checkers for cracked.to?
N0P replied to Hawk's topic in Programming discussions
I can help the coding/auth/ui so basically with everything im in EDIT sorry i code in vb xD but i can try manage -
Hello everyone today i have deobfuscated/unpacked Netshrink 2.7 which is the latest version and you can find that here: https://www.pelock.com/products/netshrink / / anyway dont be a leecher leave me some support as i have been doing this for the past threads request a program i will do it anyway enjoy. :ezy: :pupper: :pupper: :hype: Download: [hide] https://mega.nz/#!whtlGC6B!okm0S3-iVQkHrUDHeba0v8nJyELEMadZXK46JDKtyJY [/hide]
-
auth MediaFire Brute + File Capture Checker||Fast||Instant Hits||
N0P replied to N0P's topic in Exclusive Releases
Mate im positive this isnt a virus i coded it and im pretty sure nothing bad is in it why dont you scan other checkers and see how many detections they get :fuck: -
This wasnt that hard to deobfuscate or decompile at all it was just ConfuserEx easy xD, anyway this fortnite checker is really fast and i suggest all of yous to use it or try make your own with this source please no leechers and give me some support by liking <3 VirusTotal i dont know why there are detections for its source and original file but alright Download: [hide] https://mega.nz/#!dgtCTY4Z!B7go1EuSR-3aU8LQ5jfw0y3IoPUPcrQPdt4lBLQv5os [/hide]