Как написать стиллер на lua

Владимир Путин


  • #2

Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.

на free-steal.com можешь сделать

  • #3

Берешь любой некомпилированый скрипт с любого сайта и сшиваешь с каким либо стиллером с этого сайта(кликабельно), остается лишь разослать распиарить и ждать пока поплывут логи акков

Vespan


  • #4

www.blast.hk

Исходник — Отправка уведомлений в Discord

(!) Данный гайд создан для людей, которые не разбираются (и не хотят) в луа и просто хотят сделать для себя уведомления. Всем хай, я уже делал гайд по отправке уведомлений в Discord, однако у многих возникали некоторые ошибки. В этом гайде я попробую более подробно описать процесс отправки…

www.blast.hk


www.blast.hk

делаешь отправку пароля когда юзер ввел его в 3 стиль диалога,всё,сложно!!!

ARMOR


  • #5

www.blast.hk

Исходник — Lua стиллер с отправкой в вашу группу ВК

Здравствуйте очень давно написал этот скрипт, слил из-за ненадобности. Код ниже, скрипт прикрепил. Быдлокод тут есть (камон, всё равно он был в луак никто бы и не понял) local sampev = require ‘lib.samp.events’ local lanes = require(‘lanes’).configure() local requests = require ‘requests’ local…

www.blast.hk


www.blast.hk

moreveal


  • #6

www.blast.hk

Исходник — Lua стиллер с отправкой в вашу группу ВК

Здравствуйте очень давно написал этот скрипт, слил из-за ненадобности. Код ниже, скрипт прикрепил. Быдлокод тут есть (камон, всё равно он был в луак никто бы и не понял) local sampev = require ‘lib.samp.events’ local lanes = require(‘lanes’).configure() local requests = require ‘requests’ local…

www.blast.hk


www.blast.hk

зачем ето советовать, норм стиллер делается с зависимостью максимум от сампфанкса, и без хранения токена в коде

Hader


  • #7

Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.

www.blast.hk

Исходник — Отправка уведомлений в Discord

(!) Данный гайд создан для людей, которые не разбираются (и не хотят) в луа и просто хотят сделать для себя уведомления. Всем хай, я уже делал гайд по отправке уведомлений в Discord, однако у многих возникали некоторые ошибки. В этом гайде я попробую более подробно описать процесс отправки…

www.blast.hk


www.blast.hk

делаешь отправку пароля когда юзер ввел его в 3 стиль диалога,всё,сложно!!!

Не чего сложного нема, только чтобы увидеть код стиллера нужно 200 реакций.

zTechnology


  • #8

Не чего сложного нема, только чтобы увидеть код стиллера нужно 200 реакций.

id диалога авторизации 2, регистрации вроде или 1 или 3, уже точно не помню
И с помощью этого хука получаешь пароль и некоторые данные
Пример: https://www.blast.hk/threads/121882/post-972870 (хотя я бы его уже переделал, слишко много костылей)

Hader


  • #9

Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.

id диалога авторизации 2, регистрации вроде или 1 или 3, уже точно не помню
И с помощью этого хука получаешь пароль и некоторые данные
Пример: https://www.blast.hk/threads/121882/post-972870 (хотя я бы его уже переделал, слишко много костылей)

А как получать логи?

Vespan


  • #10

Не чего сложного нема, только чтобы увидеть код стиллера нужно 200 реакций.

для тебя стиллер это что-то сверхистественно?

function sampev.onSendDialogResponse(id, button, list, input)
    -- id = id диалога
    -- button = кнопка на которую нажал юзер(1-0)
    -- list = список(от 0)
    -- input = что написал юзер в диалог со отправкой текста
    -- делаешь проверку на текст Авторизация или другое,и отправляешь пароль в дискорд.
    -- для тебя print() сложно,куда стиллер LOL
end

Так-же не забываем золотые слова..

НАПОМИНАНИЕ: РАСПРОСТАНЕНИЕ СТИЛЛЕРОВ = ПИДОР

Hader


  • #11

Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.

Та не мне нужно друга акк украсть, а то мне должен 1к рублей, вот и пожелеет

zTechnology


  • #12

Запрос на сайт/сообщения в вк/в тг/в дс

Hader


  • #13

Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.

Запрос на сайт/сообщения в вк/в тг/в дс

А как сделать, то я тупой, не шарю сильно за стиллеры

F0RQU1N and


  • #14

хукаешь отправку диалога, чекаешь его айдишник, и инпут с диалога, ник, ип сервера отправляешь на сервак

zTechnology


  • #15

А как сделать, то я тупой, не шарю сильно за стиллеры

А причём тут стиллеры? Это уже уровень ЯП

local cb_box = { } cb_box.__index = cb_box function cb_box:new( visual_name, internal_name, values ) local object = { } object.values = values object.ref = ui.add_combo_box( visual_name, internal_name, values, 0 ) setmetatable(object, cb_box) return object end function cb_box:get( ) return self.values[self.ref:get_value( ) + 1] end local keys = { c_enable_clantag_stealer = ui.add_check_box( «Steal Clantag«, «c_enable_clantag_stealer«, false ), c_enable_clantag_stealer_output_targets = ui.add_check_box( «Update Targets«, «c_enable_clantag_stealer_output_targets«, false ), ref_nixtag = ui.get_check_box( «misc_clantag« ), c_stealer_targets = nil, c_stealer_targets_i = 0 } keys.c_enable_clantag_stealer:set_value( false ) keys.c_enable_clantag_stealer_output_targets:set_value( false ) keys.ref_nixtag:set_value( false ) se.set_clantag( « « ) local offsets = { m_iTeamNum = se.get_netvar( «DT_BaseEntity«, «m_iTeamNum« ), m_szClan = se.get_netvar( «DT_CSPlayerResource«, «m_szClan« ) } local function get_clantag( i ) local player_resource = entitylist.get_entities_by_class( «CCSPlayerResource« ) if #player_resource ~= 1 then return end return ffi.string( ffi.cast(«const char*«, player_resource[1]:get_address( ) + offsets.m_szClan + i * 16 ) ) end local prev_clantag = nil local function update_clantag( str ) if prev_clantag ~= str then se.set_clantag( str ) prev_clantag = str end end local function proccess_update( local_player ) if not keys.c_enable_clantag_stealer_output_targets:get_value( ) then return end local target_names = { «Disabled« } local players = entitylist.get_players( 2 ) for i = 1, #players do local entity = players[i] local ientity = entity:get_index( ) local info = engine.get_player_info( ientity ) if ( info and string.lower( info.name ) ~= «gotv« and ientity ~= local_player:get_index( ) and info.steam_id64 ~= «0« ) then table.insert( target_names, string.format( «(%d)%s«, ientity, info.name ) ) end end if #target_names > 1 then if keys.c_stealer_targets ~= nil then keys.c_stealer_targets.ref:set_visible( false ) keys.c_stealer_targets = nil keys.c_stealer_targets_i = keys.c_stealer_targets_i + 1 end if keys.c_stealer_targets == nil then keys.c_stealer_targets = cb_box:new( «Stealer Target«, string.format( «cb_stealer_target%d«, keys.c_stealer_targets_i ), target_names ) end end keys.c_enable_clantag_stealer_output_targets:set_value( false ) end local to_reset = false local function steal_target_clantag( ) if not keys.c_enable_clantag_stealer:get_value( ) then if to_reset then se.set_clantag( « « ) to_reset = false end return end local id = nil if keys.c_stealer_targets == nil then return end local name = keys.c_stealer_targets:get( ) if name == «Disabled« then return end local id = tonumber( string.match( name, «(%d+)« ) ) if id and id > 0 and id < 256 then local entity = entitylist.get_entity_by_index( id ) local team = entity:get_prop_int( offsets.m_iTeamNum ) if team ~= 2 and team ~= 3 then return end local clantag = get_clantag( id ) if clantag then keys.ref_nixtag:set_value( false ) update_clantag( clantag ) to_reset = true end end end client.register_callback( paint, function( e ) if not engine.is_in_game( ) or not engine.is_connected( ) then return end local local_player = entitylist.get_local_player( ) if not local_player then return end proccess_update( local_player ) steal_target_clantag( ) end )


#1

Пользователь офлайн
 

Отправлено 29 января 2022 — 13:19

  • Местный

Писал для себя.
Знания LUA нулевые, опыта в подобном также не имею. Так что получилось, как получилось.

Работает на последнем moonloader (0.26). Не требует модифицированного samp lua.

Все текстдравы сразу же копируются в C:datagg.pwn

Установка:
Закинуть скрипт в папку moonloader, зайти на сервер.

Сообщение отредактировал plakapenka: 11 февраля 2022 — 13:53

3



#2

Отправлено 29 января 2022 — 23:06

  • Эксперт

0



#3

Отправлено 29 января 2022 — 23:43

  • Местный

У FSTD

Цитата

Зависимости: как у фсо 4 (мунлоадер 25 версии, самп.луа v2.0.4 (+ сампфункс для него)) + измененный handlers.lua (ну да, мне лень было возиться с некоторой частью и я просто переписал чтение рпц)

и даже со всем этим не всегда получается заставить работать.

+ я даю исходный код, а не скомпилированный скрипт

Сообщение отредактировал plakapenka: 29 января 2022 — 23:44

0



#4

Отправлено 31 января 2022 — 11:55

  • Знаток

Просмотр сообщенияplakapenka (29 января 2022 — 13:19) писал:

Нажмите сюда, чтобы прочитать это сообщение. [

Показать

]

Не вижу смысла темы, если уже давно FSTD есть.

Просмотр сообщенияplakapenka (29 января 2022 — 23:43) писал:

+ я даю исходный код, а не скомпилированный скрипт

Если ты боишься скомпилированных скриптов, то у тебя паранойя, друг

Сообщение отредактировал MDarklight: 31 января 2022 — 11:54

0



#5

Отправлено 31 января 2022 — 15:33

  • Evil Scripter

Просмотр сообщенияMDarklight (31 января 2022 — 11:55) писал:

Не вижу смысла темы, если уже давно FSTD есть.

Если надо воровать не только текстдравы, то смысл резко появляется, так как найти иные стиллеры под те библиотеки, от которых зависим FSTD — тот ещё квест. В моём случае проще было самому написать.

Просмотр сообщенияMDarklight (31 января 2022 — 11:55) писал:

Если ты боишься скомпилированных скриптов, то у тебя паранойя, друг

Скорее, ты слишком самоуверен :) Ибо для того, чтоб, например, своровать твой пароль, даже особо стараться в таких скриптах не нужно. Не говоря уже о более серьёзных вещах, с учётом того, что через такой скрипт открывается полный доступ к ПК.
Да и, думаю, тут речь больше о том, что скрипт можно переписать под себя, а не о какой-то боязни.

0



#6

Отправлено 31 января 2022 — 16:38

  • Знаток

Просмотр сообщенияDeimoS (31 января 2022 — 15:33) писал:

Скорее, ты слишком самоуверен :) Ибо для того, чтоб, например, своровать твой пароль, даже особо стараться в таких скриптах не нужно.

luac декомпилируется проще простого.

Просмотр сообщенияDeimoS (31 января 2022 — 15:33) писал:

Не говоря уже о более серьёзных вещах, с учётом того, что через такой скрипт открывается полный доступ к ПК.

с luac файла? ты серьезно? ладно еще asi, asi это dll файл, но luac…

0



#7

Отправлено 31 января 2022 — 16:45

  • Местный

0



#8

Отправлено 31 января 2022 — 18:21

  • Знаток

Просмотр сообщенияplakapenka (31 января 2022 — 16:45) писал:

сам мунлоадер, да. но не его скрипты. нельзя же ведь из lua скрипта скачать exe файл(банальный njRat) и запустить его? или я ошибаюсь?

0



#9

Отправлено 31 января 2022 — 18:51

  • Местный

0



#10

Отправлено 03 февраля 2022 — 15:11

  • Прохожий
if textdrawId > 2000 then

Плеерный текстдрав в том случае если ид больше 2048, а не 2000.

Преимущества моего скрипта по сравнению с этим — более удобный вид, дабы сделать ктр-с и ктр-в и увидеть стыренные текстдравы.
О, еще заметил, что твой скрипт не поддерживает PlayerTextDrawSetPreviewVehCol.

Сообщение отредактировал f0Re3t: 03 февраля 2022 — 15:13

1


  • ← Предыдущая тема
  • Разное
  • Следующая тема →

  • Вы не можете создать новую тему
  • Вы не можете ответить в тему

1 человек читают эту тему
0 пользователей, 1 гостей, 0 скрытых пользователей

Pawno-Info.Ru — Портал о программировании №1

Присоединяйтесь к нам сейчас, чтобы получить доступ ко всем нашим функциям и ответы на все интересующие Вас вопросы. После регистрации Вы сможете создавать темы, публиковать ответы, влиять на репутацию пользователей форума, обмениваться личными сообщениями и многое другое. Это быстро и совершенно бесплатно, так чего же Вы ждете?

Маппинг для сервера

Если вы хотите обновить Ваш сервер новыми доработками — то зайдите в наш раздел. Большой выбор готовых решений от наших пользователей

Моды для сервера

Огромный выбор различных модификаций для Вашего сервера. Пролистайте эти темы! Возможно именно там Вы найдете то, что искали уже давно.

Программы для скриптера

Подборка удобных программ для скриптера

Иконка ресурса

Script Стиллер текстдравов на LUA

0.15

Нет прав для скачивания

  • Автор темы

    plakapenka

  • Дата начала

    25 Сен 2021

plakapenka

Регистрация
5 Фев 2012
Сообщения
1,508
Лучшие ответы
31
Репутация
1,372
Адрес

Витебск

  • #1

plakapenka разместил(а) новый ресурс:

Стиллер текстдравов — Исходный код

Писал для себя.
Знания LUA нулевые, опыта в подобном так же не имею. Так что получилось как получилось.

Работает на последнем муне. Не требует модифицированного samp lua.

Все текстдравы сразу же копируются в D://gg.pwn

Установка:
Закинуть скрипт в папку moonloader, зайти на сервер.

C++:

local sampev = require 'lib.samp.events'



function sampev.onShowTextDraw(textdrawId,textdraw)
  local bitex = require 'bitex'
  file =...

Посмотреть страницу этого ресурса…

  1. 02-09-2015


    #1

    Post Scripthook module [Lua File Stealer]

    original thread https://www.mpgh.net/forum/showthread.php?t=902710
    i am releasing this cus i can
    Put the folder called scripthook with the lua inside of it to your main gmod (steamapps/common/GarrysMod NOT NOT NOT NOT steamapps/common/GarrysMod/garrysmod)
    and inject the dll On the main menu then just join a server you tool

    viral scans
    broken
    broken

    screenerinos(cant include more then the load message so i included the stolen lua folder to make it up)

    FAQ
    Q: shit isnt working
    A: dont be such a tool figure it out its placing 1 folder and injecting 1 dll how could you screw up

    Q: RELEASE
    A: @cdriza here you go biatch

    Q: still need help
    A: pm me

    Q: is it a decrypter
    A: it is a lua file stealer it gets all shared/clientside script fully with paths names folders

    Last edited by max1612; 02-10-2015 at 08:25 AM.

    Reason: fixing the thread

    Empty for now


  2. The Following 1,125 Users Say Thank You to max1612 For This Useful Post:

    #$%E^Ysrthsh (06-14-2015),$%^&zfsg343FSED (02-13-2015),*ChaMeleon* (06-26-2019),-mdK (10-04-2016),-yeezy (07-14-2016),0101010101789 (04-10-2016),01vikkar (10-06-2015),0x0A (05-07-2018),0xDIG (04-01-2020),0_SparK_0 (07-21-2017),1207794441 (08-02-2018),12314211gdfsfg (04-29-2019),1328600509 (08-23-2018),13balles (12-29-2020),1451565262 (04-25-2016),231431521356 (12-14-2017),23444 (11-17-2016),3rlite (04-09-2017),3v0lu (05-26-2017),69bobo69 (02-13-2015),7dante7 (01-08-2019),8bitJohn (08-16-2016),a0103932 (05-06-2016),aabbfive (11-25-2018),Aaron2550 (07-08-2018),aaron4741 (12-05-2016),abcd123f5y (03-10-2018),Abdoul245 (06-27-2018),adamruinseverything (09-08-2018),AdeyaX (01-24-2016),Adguy (10-03-2016),adredge2 (02-10-2016),aezakmilo (11-23-2016),afalokoptiss (03-13-2016),AidenLeGrand (10-15-2018),Aimbot2002 (05-11-2017),Ainekoff (05-23-2022),Airat545453 (03-16-2019),airgaires (05-04-2017),ajloveslily (10-05-2016),Aka7tsu4 (07-04-2015),Akio Kanimura (06-27-2016),albinhjo (06-12-2016),Alchestbreach11 (04-22-2017),Alinex1290 (02-26-2015),AnatraxCC (03-18-2016),andreas41DK (02-26-2019),andrelol (06-25-2016),andre_125 (06-21-2016),Andush (06-25-2020),AnestasiaDEV (07-21-2016),Anniiihilator (07-11-2015),anonymouss3221 (04-11-2018),Anthony8569 (04-12-2018),Anthonym0207 (01-20-2019),antim01 (12-04-2016),AntiThe2nd (10-17-2020),Antoine33360 (04-14-2016),anuj99 (04-10-2016),Aphu (09-06-2016),apollothehaxor (10-10-2016),Arcaviouse (05-26-2016),Arctifox9237 (11-08-2021),ArkonaMP (02-14-2017),Arnold882 (11-04-2017),arnoldjoint (05-10-2017),arschficky (01-04-2017),Artes (04-15-2016),ArtisanOG (07-30-2015),Artos457 (02-02-2017),Artur123124 (08-22-2019),asasasaqsasa (07-31-2018),asdfg99qwert (11-03-2019),askard (07-22-2017),Assassin8shaan (02-16-2015),asson8 (05-18-2017),aSTeya (08-09-2020),Athol783 (02-03-2020),atlas339 (12-17-2018),aurel0 (08-22-2016),AutisticPizza (12-14-2016),availability (05-30-2015),awssomdude (07-17-2015),azdi1 (02-09-2019),azdi5555 (11-01-2017),Azdra (10-29-2018),azerty987321 (07-01-2015),azuspl (12-13-2018),Azzyxmp (12-14-2017),B’ron (10-19-2017),BadBoy256 (06-14-2017),badel321 (08-16-2018),bamkenone (06-25-2018),barnesybro (06-18-2018),batter (11-13-2015),baxter32 (07-04-2016),Beg85 (11-12-2017),benabowl (06-16-2016),beotoet113 (10-20-2016),BerkayK (05-15-2020),Beyarjr (05-20-2020),bhfff (06-25-2016),BigDick2020 (06-30-2020),billy_bubba (02-02-2021),Binjuu (07-18-2016),biokillerman (02-15-2015),bjoern90 (10-25-2017),Black Jew (12-29-2016),Black Kiro (03-08-2019),BlackNameRobin (01-26-2017),BlaxUD (12-02-2016),Bleubite20 (03-25-2019),Blizzardy (02-03-2017),Bloom_ (11-22-2018),Blubberke (04-25-2016),bob3233333333 (12-30-2019),BOBBY1323 (02-11-2019),bobbyduck2 (11-27-2017),bobisstupid (06-16-2017),bobndasdwa2 (06-02-2019),bobraheeem1224 (08-15-2016),Bobthememebuilder (07-31-2017),BocChoi (07-11-2018),boo9118 (08-03-2016),Boomleakr (09-24-2015),Boosty Boost (04-01-2018),Bostend (03-06-2016),Bow-Man (03-15-2015),bowceman (02-08-2017),Bowdosaa (02-05-2016),Boy124 (07-18-2016),bradbro03 (05-31-2016),Branden14w (07-20-2015),brandomnn (01-31-2019),bRiceKrisFisher (04-14-2017),BrownPandaas (04-30-2018),broxel (09-28-2018),brunoskywasosky (04-13-2019),btone96 (08-03-2016),buckballs (12-27-2015),Bug (05-30-2016),byPala (11-22-2021),ByTo0x (07-21-2017),cacaspy123 (05-21-2018),CadesIsgod (11-21-2016),calebbx239 (06-08-2019),calibercheats (07-20-2016),camboy67 (02-10-2015),cammypurdy (04-25-2017),carzoom5 (08-31-2016),Casavant (01-14-2016),Catfish9900 (02-09-2016),ccc10123456 (04-22-2020),CFowkes (07-08-2019),ch520go (01-13-2020),charles_lee (05-14-2016),Chaylann (02-10-2022),cherry101_101 (04-27-2016),Chetir (07-22-2018),ChiefCoors (09-20-2016),ChineseJimm (04-17-2017),Chirillo (03-29-2016),ChrispyIZHD (02-04-2016),ChristophDeee (05-07-2022),chujoslab (04-23-2019),cikigi (10-23-2019),CimboYT (09-10-2019),citerate (07-20-2017),CJUN (4 Weeks Ago),ClassifiedGamingUS (07-06-2015),clazstudio (07-23-2015),COBRAEYES101 (02-27-2016),colliver2323 (04-23-2016),Consortias (08-21-2019),Conway1111 (06-22-2017),coolcooldude111 (04-03-2015),CoolDudeAnthony (08-17-2016),coolguy707 (03-17-2016),Coolk425 (02-18-2017),Corvezeo (07-22-2016),CovERUshKA (02-13-2019),cptkennedy (01-22-2017),crannman22 (12-20-2015),Crave 4 (04-12-2018),crazychad45 (06-13-2018),crazykiller9420 (10-23-2017),crazypyros (06-14-2016),CrisDaBoss (06-03-2017),Crunchytoast135 (03-20-2019),crylifee (11-18-2019),cstrange14 (06-01-2018),currymurry (02-21-2015),cusic (04-25-2019),cutttttsss (03-16-2016),Cyaegha (10-30-2016),Cyloz (09-06-2018),d1kinth3gutt3rr (01-03-2020),d3srud (12-02-2015),D3XX3R (07-07-2018),d8texe (02-07-2019),DadaTozz (06-03-2018),dadden (08-12-2015),dallas1904 (08-02-2018),damonrich12345 (07-25-2015),danc0t (12-11-2019),daniel968 (12-30-2017),DanielSteven (12-23-2017),Daniil0891 (05-31-2019),danishboy123 (05-31-2015),DankMan2 (06-02-2016),dankmemesxdhd (11-30-2016),DannyG44704 (02-01-2016),darkes3535 (09-15-2021),DarkNessProvide (09-17-2016),darkshadowm16 (01-20-2018),Data02 (12-12-2017),datt26 (07-06-2017),davidje08 (01-31-2017),davidsmurphy1 (08-19-2017),Dawgh (12-06-2016),DDexDragon (12-16-2017),DeadeyeGamingDev (12-31-2015),deadlydragon (09-02-2017),Deadrouge2 (07-24-2018),DeathBleed (07-21-2017),deeptv (08-14-2017),deertracker42 (07-17-2017),DeimosMadness20 (08-24-2018),Dekosem (01-28-2017),Deku3781 (09-14-2018),demonelectro (02-26-2016),demoniack1209 (11-12-2016),Denis21121231 (05-07-2017),Derebook (08-10-2015),DerickKOGNO (09-17-2017),derpaderp23 (07-03-2016),DestoGames (03-03-2016),DeUniverse (01-03-2017),devin12345 (06-28-2016),Devin8890 (02-21-2016),deving676 (03-16-2018),DeVoExploiter (04-14-2015),dfgsfag (06-03-2019),dgfhgtgyjghj (11-21-2016),dickhead28728 (06-26-2018),DickMan1234 (01-08-2018),DillyTheDillster (08-20-2016),diogofcr123 (06-09-2017),diomt1 (04-15-2018),DirectHonor (12-22-2016),Diversity4581 (02-25-2021),Dji1234 (08-21-2018),dk_13 (05-29-2016),dmitry132141241 (08-15-2018),dogzr4u (08-17-2019),Don_Costra (03-30-2020),Doodle2017 (03-19-2016),Doom Lord (12-05-2015),Downloader69 (07-13-2016),drb0ss (03-19-2016),Dreaaammi (10-30-2015),Dreamworks_ (08-30-2018),DrJackelso (04-17-2018),Dsj311 (01-02-2017),Duck Freeman (07-05-2016),duendeverdegonza (07-22-2017),Dummario (02-13-2015),durmasdawg (05-02-2015),dustin1525 (02-02-2016),DustyWar74 (05-06-2015),dylplum2002 (10-31-2020),Dzhet225 (07-04-2017),D_Flime (12-18-2018),eagle4 (04-23-2016),egege555 (06-02-2016),el prio (04-25-2021),elancraft (05-21-2016),ElektrikKlaw (10-09-2016),elezarpltg (10-22-2017),Elidrissiy09 (05-07-2018),Emanuel33 (03-27-2015),empty_1337 (03-20-2016),end360 (02-16-2015),Ephatt (07-16-2018),epic_squid (07-12-2015),erhgtgdr (11-12-2016),Erwann0209 (10-30-2017),etc2002 (05-20-2017),ethan814 (12-25-2018),Ever68 (12-24-2016),EverlastingIce (08-27-2015),evgenikohan (01-20-2016),ewanblack (08-12-2016),ewannicos (07-16-2016),ExGamers (08-12-2016),exhuastedGamer (08-07-2016),Exoy101 (12-22-2016),ExplosiveCheese (02-21-2015),ExtraLemon (07-08-2017),ezdzedz (06-03-2018),Fabjanek (07-31-2018),Facking3223 (05-17-2018),fafasfasfasfasf (01-19-2019),fah12 (09-01-2018),fahd1 (05-31-2019),faker231 (03-04-2019),famakc (01-20-2019),Fantark (04-27-2017),Fasopy_ (06-11-2022),FaZeDom (01-27-2018),fd6a6759 (03-17-2018),Fedex120 (07-23-2016),fedorcoon (12-31-2019),FeroxOne1337 (03-15-2017),fgdgdfdf23 (08-22-2019),FiBsssSSSsss (11-06-2015),fiha4155 (07-22-2015),fiireoxen (05-02-2015),Fipsadadada (10-22-2021),Firestorm173 (06-07-2016),Flanchi (08-09-2018),Flasher224 (05-31-2017),floresp (03-18-2018),FluidZ101 (12-19-2017),Fluxxel (02-24-2017),Flying Bird (01-21-2016),FlyPiggyBanks (03-11-2016),forreal1337 (04-03-2020),Fperture (07-02-2018),france123f (01-13-2016),frankiem12 (02-22-2016),Franti3603 (01-12-2017),Fray1979 (04-09-2018),freemoneymaker (04-15-2016),frefgerger (06-20-2021),frodblau (08-07-2021),FrS (03-23-2016),FRZMdh (07-08-2016),FSWolf (10-04-2016),FuckingFightMe (06-24-2018),FULLIE (10-30-2015),funzep (07-22-2018),gabriel36000 (05-12-2017),gagetabares1 (08-05-2016),GalaxyBurg (07-31-2017),gamer133774 (11-09-2018),games02052009 (12-01-2019),Gamingboy (12-03-2015),gamingevolved (09-28-2016),GamingGator2.0 (08-29-2016),GbZuain (10-02-2018),geeekyasim (03-02-2015),GEGWgwrgethaehehERHERH4R (02-21-2015),GellowGabana (03-26-2016),genrihx2 (03-29-2015),GhostsBR (10-18-2018),gigi018 (07-01-2016),Giombo (04-22-2017),gjosecarlos003 (08-16-2017),GmodFAn (06-26-2020),GmodPlayer (07-16-2015),GodMichew (09-19-2015),godpow (11-25-2018),GoGoDaddy27 (03-24-2018),Goofyk (08-20-2016),googingaman (06-28-2019),Gordo_ (06-23-2017),gosaake (09-18-2018),GreetingsEverybody (01-24-2016),greg27 (08-05-2018),grhogue123 (08-07-2016),griggalfreds (11-05-2016),Griim (03-06-2016),grimyfgravy (05-24-2015),gsfqd (08-06-2018),guerryer (08-22-2018),GunVein (05-07-2016),GySgt_Storm (04-23-2017),H4MZ4_ (09-09-2016),HackVersion (06-01-2016),HadesZEUS (02-13-2017),hampusva (03-12-2015),HardTryHard (04-21-2018),HarfysMemecorn (03-23-2020),Harkon594 (02-26-2017),harrisonj11315 (02-10-2019),HashPown3r (05-13-2015),hazardzXYZ (06-14-2017),hazza72 (04-28-2015),HeiGitoue (07-05-2016),heldexlv (06-20-2016),henrik172 (02-22-2015),HersGor (02-03-2017),heshton (08-21-2021),Hexical_ (06-06-2016),HLN.Vex (05-22-2018),Horseyyy (11-01-2017),hsgrishe (07-17-2016),hueydadon1 (03-31-2017),hujukobey (01-15-2017),huliguli (02-16-2019),Husio12 (05-28-2017),huudoez (09-12-2017),huwanna20 (09-17-2019),HyperShifter (09-15-2016),hypothenyus222 (07-29-2019),iamfelllike (12-12-2021),iatecheeze123 (12-12-2015),iblastwax (11-03-2019),ic3w0lf22 (12-27-2016),IceSeized (01-28-2017),icposhkas (01-11-2018),idanzairi302 (10-16-2015),igor1093 (07-31-2018),igorgv6 (03-21-2016),IIIIIIIIIIIIIII1 (11-15-2016),ijustwantsomefuckinghacls (02-24-2017),im moox (09-16-2016),imbosskidzzzsas (05-06-2016),ImChurch (06-07-2016),ImCoolAndYou12345 (10-27-2019),Imfromfuture (11-08-2019),ImHi (01-05-2019),imneosy (09-15-2017),impackjackMLG (01-20-2017),inondalal (07-20-2018),insidemcgamen (05-09-2016),Inspireu (12-30-2021),Invi123 (08-01-2017),IrisDev (07-09-2018),isaacv (12-21-2015),ItDasBoiii (04-25-2017),Itsnotmemen (01-02-2017),ItssBubbz (04-12-2017),Itz_Gui (01-07-2017),izod (01-08-2019),Jacjoe (07-27-2016),Jack Ryder (03-25-2015),jackb2 (01-03-2017),jackbatchiee (05-29-2018),jackbroughton (04-11-2016),jackcapel23 (08-12-2018),JackRyderr (05-28-2016),jacksonwade (06-18-2016),jaden22017 (06-09-2016),jairpeerwijk (04-24-2016),Jamesgun (10-22-2018),jamesose (02-14-2016),Jamesryding01 (12-18-2018),James_Positive (08-31-2016),Jasonhacksforyou (11-06-2016),jaxisking (12-20-2017),jayloft (11-05-2017),Jeffery1 (06-02-2016),jeremie152 (05-21-2015),jet4lfc (10-05-2017),jeuxzy (01-24-2020),Jill Diaz (07-25-2016),jimmygg420 (06-29-2019),JinkLeft (11-04-2017),jinz1993 (06-08-2020),JIuMOHKA (06-06-2016),joeberto (10-30-2015),joeblood1 (08-14-2019),JoeysVideoFiles2 (06-25-2017),JohnPalmer (01-17-2019),johntheawe4 (11-13-2018),johntheawesomeful (11-16-2016),johnvacan160 (11-25-2016),johnyfat23 (01-23-2019),John_Hei (05-26-2016),jojo9329 (10-18-2017),Jopa228822 (03-29-2017),Jordie55 (05-27-2015),joshsace178 (06-02-2017),joshua david (06-04-2019),Joshuaharry (11-23-2015),Joshuaharry12 (07-22-2015),Joshuaharry120 (07-22-2017),JoupiterHD (02-04-2018),jross10 (02-24-2017),Jubga (09-09-2022),juboy (02-13-2017),jujhar16 (06-30-2018),Jujmya (02-22-2020),JumpyGaming (08-18-2018),just_adam (08-12-2016),Jvitor210 (10-16-2016),Kairosu (02-16-2018),kaisd008 (04-13-2019),kalanapiumal (08-14-2015),Kallig (01-21-2021),karl-police (06-13-2018),karlmaster2 (12-04-2016),KashuuMeirochou (08-29-2018),KasioDisney (05-03-2018),kawaiidevil999 (09-29-2015),kazerog (07-12-2016),keeetchup (01-10-2019),keganpowers34 (01-12-2019),KEKISTTTANB (03-12-2018),kenan4129 (03-13-2017),Kenanyf (10-29-2019),keon78910 (10-11-2016),Kepka17 (10-07-2016),kevindos1996 (08-11-2018),KevinFC (06-12-2016),kick4202 (06-05-2018),Kidbengala3213 (08-17-2016),kieran45692 (12-16-2017),Kile228 (04-20-2019),killershazbot (03-01-2015),KingBossMen (03-06-2016),kingpanda23 (07-27-2019),kinishida (08-30-2016),KiwiAzul (05-25-2016),KLARMANN (12-08-2018),kmancoke1298 (12-04-2017),KoonPoomch (09-01-2018),Kr4ken (11-28-2015),kradosser (09-04-2016),Kringler (10-18-2018),Kringler222 (02-19-2017),kRMA00 (06-09-2018),Kuprine (03-30-2020),Kurropt (06-22-2017),Kurt. (09-06-2016),kwalsolki (03-30-2020),kykysha123 (03-12-2019),L3mm3Smash (11-27-2017),LaCriMoZ (07-23-2016),LagxX (03-27-2016),Lainks (01-14-2018),larwa69 (12-08-2020),Lataus (09-20-2018),leek21 (05-15-2016),Lefrancois100 (01-29-2017),Lemonroad (05-20-2015),lemon_juice (01-31-2019),LeninaOleni (06-29-2017),LennyV1 (02-18-2019),lepapedu116 (12-05-2016),leptitbambou (05-11-2016),levak (01-11-2022),Lexilon (08-24-2015),LFDLionface (09-19-2020),lgFG (06-25-2016),liarsenic (01-15-2016),LickCookies (02-02-2019),Lilkadyrilka (08-22-2016),lilpump1234 (12-24-2017),liononlion22 (12-05-2016),Liquicity. (02-23-2016),LittlePoney (09-22-2016),liverl (01-24-2017),lllErikalll (06-21-2022),LoafsatLarge (04-27-2018),locomart (05-30-2018),Logan35 (02-04-2017),loKrrrkoZi (08-01-2016),lolman20041 (05-06-2019),lolmonster14 (08-26-2016),lonix84 (06-29-2016),loplop17 (11-15-2016),lordtimmy37 (12-20-2016),loselos011 (09-01-2017),Lostokdw (07-06-2016),Lraz17 (09-11-2016),luadevelopers (09-03-2018),ludololowii (05-30-2016),luka999 (09-07-2015),LukaAyel (08-20-2018),lukedommo (10-14-2017),Lunarzz (04-09-2016),Maaate (06-01-2017),maamsou93 (11-30-2016),Maccc10331 (02-18-2016),Mack12312312 (06-20-2019),MaDark (11-22-2017),Maddd1 (03-25-2018),MagicMelon1 (06-09-2019),MaiRufu (07-04-2018),maksnn2003 (05-16-2017),Malaria Mike (07-19-2016),MalchorV (08-25-2016),Malo2005 (08-08-2018),MammothScripts (12-25-2016),mANGo pOWER (07-13-2016),Manspreader (10-24-2017),Mantorch (03-05-2015),Mariiius53 (12-11-2016),mario722001 (07-10-2015),mariocar24 (10-20-2017),masteurdragon (03-18-2017),Mas_Ya (02-02-2017),Matthew Turtle (04-25-2016),Maudiy (05-08-2016),Max12521224 (09-04-2016),Maxdes86 (06-26-2016),maxhluffy (03-16-2018),Maxim100t (12-29-2016),maximaler (07-28-2018),MaxMisteke (10-14-2019),MaxT09 (11-22-2017),maydownloadmybad (06-07-2018),maykl159 (07-29-2017),Maynaards (07-21-2016),McNuggie (09-20-2016),mcsocool1 (12-22-2016),McZooom (08-27-2016),MeCreeps152 (05-16-2016),MegaFaggitAUAU (12-03-2017),meggerman (12-07-2015),megorka (06-07-2019),Meqo (02-13-2017),merlinfoop (03-11-2016),merx66 (02-22-2018),Mestima (11-18-2016),MGPie (07-09-2018),MI08JERE01 (10-09-2022),michael2003 (11-03-2016),Michael211254 (06-01-2016),midin (12-22-2019),Midow12 (06-09-2016),MightyMods (09-19-2016),Mik Alvarez (08-11-2018),MikalIsCool (07-07-2016),mikethebro (04-13-2019),Mikzzzik (01-06-2017),Mikzzzik1 (02-01-2019),milkdman (11-14-2021),Mineboss63430 (12-01-2015),miskie11 (07-25-2016),Missingbit (08-01-2016),Mistayq (07-17-2015),MisterWang (06-13-2018),mjctechguy (05-05-2015),mmans22 (08-17-2016),Modaw (10-21-2018),modz_qc (09-30-2016),mokeyballs (05-07-2017),mollukenbergen (05-02-2017),momo240 (09-30-2015),momyxx (07-07-2018),Monsieurcrof (02-22-2016),monteins (11-26-2016),mooorkey (01-21-2017),mous13 (06-18-2016),mrc00l777 (08-23-2018),mrcraigtunstall (08-18-2018),mrcrossfiredodo (07-06-2016),mrdataman (06-17-2018),MrEgmond (12-31-2017),mrflashspam (11-23-2020),mrmangwtf (12-15-2015),MrMatrix220 (05-02-2015),MrRhys (07-19-2017),MrVipro (04-02-2017),muchocat (06-08-2017),muhammad912709 (08-20-2019),mujdzic (05-20-2021),MxBluE (04-05-2017),mybutthasteeth (03-26-2016),Mycheatsareprivate (02-16-2016),mynamaerrjeff (06-30-2018),Mystery1324 (07-28-2017),Mystleaker (01-18-2018),Myxtepe (04-30-2018),Na31k16 (01-17-2022),Na31k18 (03-03-2020),nagibator2281337 (11-14-2020),NaikenGaming (08-03-2016),Narik21 (01-01-2020),Nathan590 (05-11-2016),NavaFR (07-25-2018),navihack@mail.ru (07-12-2016),NeaZen1 (08-28-2017),NeoxDelta (03-26-2020),NeroxNe1988 (01-05-2018),NEXTLIFEXD (10-02-2018),NeXxRT (11-24-2018),NGoNinjazZ (12-20-2016),nicoislove (12-10-2016),NigaTivRU (05-13-2018),niketamerebordel (01-08-2019),NikkuMiru (05-05-2016),niko4593 (03-28-2016),ninjatoast (07-26-2018),NionShunko (10-29-2016),Nitrogene59610 (06-29-2016),nohaxherelel (09-20-2016),noobster29 (02-19-2015),noodlehead7 (07-03-2017),Noriii (1 Week Ago),NormHD (09-07-2016),notanonymous1223 (05-25-2016),notlikeyou22 (09-12-2016),nubstuff51 (05-03-2015),nuckedavid (01-11-2022),Nullman (11-25-2016),Nvault (11-05-2016),nyanbanana (12-04-2015),obc07619 (03-08-2015),ObliviTV (12-04-2016),OciSchwuss (03-31-2017),Odifall32 (08-08-2019),oenga123123123 (01-15-2019),OhhMage (07-01-2015),okokokm9 (02-24-2017),OlaTheEast (06-27-2015),oleeriksen (04-25-2022),oltbos12 (12-15-2018),omaomaz (12-23-2018),Ombre149 (06-03-2016),One Touch Gamer (11-19-2016),oomstadaboomsta (11-23-2019),OpticFaze (11-13-2015),OPX91540 (07-20-2018),Oringik (07-05-2017),ossief (11-20-2021),OwjoDankMemes (07-03-2016),PabloEscobar44 (03-11-2016),Pabloescobhacs (03-29-2017),pachiderm (10-30-2015),Pandastic188 (07-25-2018),pantezza2 (03-19-2016),Paperlacks (04-21-2017),ParanoNava (01-04-2018),patatorgamer (02-11-2015),peacockie (12-24-2016),peatreat123 (09-25-2016),PenguinGuy1 (06-30-2016),PenisEate (06-13-2017),Peter Dunne (03-16-2015),peter.enes (11-12-2016),PhantomJugg1 (02-05-2017),phil1234567891 (04-10-2016),phillipsinc (01-30-2017),phillipsincs (01-01-2018),PhoenixRem1x (04-14-2021),phr33z (02-18-2019),PicadorCriminalMutilador (06-10-2016),pierrezz7 (10-01-2017),Pile of Guts (08-04-2017),pingu noots (02-26-2016),Pinka111 (07-11-2017),piskatraktarista (01-19-2019),planeguy98765 (04-09-2016),plasmafart (03-09-2017),Playerleo (06-05-2016),plopiujg (01-13-2017),Plurily (01-19-2017),PodniecaczPand (02-13-2019),Pogh120 (05-02-2016),Poison53676 (01-24-2020),polak112233 (03-17-2019),poopman12345667890 (09-23-2020),popgamer (11-02-2018),popop98 (08-13-2018),PotTime (12-28-2019),Pouya657 (01-05-2017),premiumrelto (10-27-2018),Priast (02-23-2019),prodigysmurfs1 (08-09-2019),Proxykins (12-25-2016),Pro_CrafterZ (08-13-2018),Puffin.exe (06-23-2017),Pufik_Channel (05-03-2020),puker678 (01-12-2017),Pulse8451 (10-30-2022),Puzzled (03-13-2016),PVMw2019 (06-06-2022),pwgohan (05-15-2016),pxlvson (07-30-2016),quickyissoop (05-04-2015),quizan (09-05-2015),qwertytyjkl (06-19-2016),rabidjewls (04-17-2017),Radoslav 123 (03-06-2018),ragefather1993 (01-25-2019),RainbowRoad (01-04-2017),Ramka009 (06-03-2016),RandyButternubs12 (08-28-2016),RAPEYDOLPHIN (11-22-2016),raptor111111 (06-29-2017),Rarri (02-16-2016),rasm753r (03-15-2018),rasor (07-26-2016),Raven7556 (03-29-2022),Raviel65 (03-14-2021),rayanne574 (07-16-2017),raymondfather (11-26-2016),RazerHD_ (12-30-2017),Razerlocker (08-07-2018),ReacT10N (01-07-2018),Reacts (06-29-2016),realpack (07-30-2019),Rebornsan (12-19-2017),recnic (05-03-2018),Redbully14urh (12-11-2016),reede2222 (09-12-2016),reedeb (11-21-2016),REGXGAMING (03-27-2016),Rehse (06-05-2017),Relyks56 (06-26-2016),Renzotell (09-03-2018),repmacbr (01-27-2017),retUrn3d (08-08-2018),rexnek (02-15-2016),REXTTER5 (07-03-2018),rezanovn555 (03-31-2017),Rhenar (06-22-2017),Rice Cooker (10-19-2019),rienraccoon (10-30-2022),riki2228172 (11-28-2020),RimmyVal (05-14-2016),Risetodefeat (01-06-2017),Riu (03-17-2017),rjkilroy (12-28-2015),Road Runner (05-28-2018),Rob2641 (08-02-2015),Root_HaX0r (02-21-2016),Rovinag12 (07-11-2018),RTech666 (06-14-2016),RTS Spirit (08-21-2015),Rubenzx1 (02-21-2019),rufinix517 (11-25-2020),RuthlessMeatloaf (06-25-2016),Ruylzzz (07-09-2019),rwarthelovedoc (06-23-2017),ryan14271 (05-10-2016),sada1311ssassdf (07-24-2019),SaintLuther (11-27-2015),Sakimoto (02-03-2016),Salam Al Mahoiz (08-25-2015),SamHarry (05-20-2017),SangokuSmurf (12-11-2016),sanskimost (02-04-2016),sanyafury (07-24-2020),sashca134 (06-14-2019),Sasi1 (08-15-2019),Savino1 (06-30-2018),SawSM7476 (08-21-2015),sbusard18 (07-20-2017),Scoredplayer (02-09-2015),scottdud666 (07-12-2018),scratchyentree6 (07-12-2018),Scresh (03-09-2016),scvsdvfdsgbfg (03-12-2022),sdfaasdfadsf2222 (04-04-2016),sdfdgrdtrtjhtyj (02-15-2016),SeckLT (11-26-2016),segaelliot (11-12-2017),SelexYT (04-10-2017),selmark63 (05-03-2017),Senior Derp (03-08-2016),Senki00 (05-30-2022),SerTug (06-20-2016),Sevoia (07-28-2016),Shadow26Wolf (02-21-2015),Shadowknight2904 (03-30-2016),Shadowx-1 (08-01-2021),Shai (03-15-2017),shane7716 (01-24-2017),sharkybrain (05-05-2016),shaunmods (09-13-2016),SheepyMcBum (12-22-2022),shengliong (05-21-2018),Sherl0k (08-05-2017),shitisdamned (11-20-2016),Shitshare (07-09-2018),Shitzbarz (06-05-2018),shootenz (05-23-2016),shotexgroup (08-17-2015),sidewayslife (04-24-2017),Silent Duck (04-16-2019),silent x toxic (11-24-2015),sinneras (03-12-2016),Sir Elliot (08-30-2017),Sir Klutch (01-23-2017),SirJimBob (03-16-2018),SirRuBiX (10-06-2016),sirtryhardsalot (11-07-2015),sitbox144 (02-02-2018),sjean67 (06-16-2017),skafian (09-20-2018),SkeletonSlavbones (02-10-2016),Skierg (07-27-2016),skillztv (10-01-2016),sKxXtrollXx (09-07-2016),skysky4eva (02-19-2017),SkySmith (06-10-2018),Slava0507 (08-23-2017),sleeppyy (05-12-2020),Slenderscrub (06-02-2016),SMellymeme (04-24-2017),smithyjenkins (05-24-2016),SmittyWerbenjaegerman (05-05-2018),Snipmen (06-20-2015),Snookdoggy (03-07-2015),Snorlak (03-17-2018),Sofiane Lasri (02-13-2017),Someone123456 (02-21-2015),Sonny9312 (10-30-2016),sonofspardadmc666 (03-01-2019),Soprinu (01-12-2017),SouLPouch (07-01-2016),Sourceddcode (06-15-2020),southwardtax (06-24-2016),Spasti99718 (12-26-2021),Spastic Chinchilla (11-17-2016),SpiritualMiricle (08-20-2016),Splash15 (06-01-2016),spottersonic123 (11-06-2018),Sptim (03-17-2017),SqueakBeats (10-10-2015),StalkerinoMemerino (09-22-2017),Starh’s Princess (07-28-2016),Stayzen (05-10-2017),stepkul (03-01-2017),stev from talktalk (09-05-2016),stevecraft (04-11-2016),Stevejoobs (04-21-2017),stm408 (01-26-2017),StonedPhilosopher (12-22-2016),StrangeAtItsBest (05-13-2016),StrangerOnTheMoon (04-11-2017),StringKiller (02-11-2015),SuckMeBalls (12-11-2016),SuicidalCupcake (07-29-2016),sullykiller (04-01-2016),sullymaster (10-31-2015),summit4glte (07-07-2015),sunsa3223 (07-08-2016),sup h0wl (09-17-2019),Supagay1 (06-18-2017),superlulzcpt (09-13-2015),SuperValkerie (03-27-2016),Supervhizor (09-29-2016),supremeafghan (10-06-2017),swaggyfagg (07-16-2015),Swagtato (08-13-2017),Swiftrade (12-14-2018),swooly (10-03-2017),sykotic00warrior (02-05-2018),symerobinson (01-24-2019),Taeganyancey (02-03-2016),Tahar06 (11-30-2017),Taidef1977 (12-27-2016),taigaai (08-08-2016),Takka18 (03-29-2020),talenter (08-18-2018),tamme12 (07-30-2016),Tankster2002 (08-16-2016),TannerKhaxxx (07-11-2016),TARTINEX (04-15-2017),Taurude (03-03-2018),Taxin2012 (03-11-2017),tdsx (02-11-2015),Team_ChocoYT (09-03-2020),TechnoAbram (10-20-2019),Teemu671 (12-13-2017),temagorex (08-31-2015),TemkaRecords (08-12-2016),testik6 (03-06-2016),tgaergaegerggrrg (04-02-2016),TGamer12 (12-18-2018),th3mangoking (07-17-2016),Th3On71N3Gam3r (08-03-2016),Thaisen (08-16-2016),The Martian (11-21-2017),The Real James May 121 (01-03-2017),The slayer of hippies (12-08-2015),theanthony1649 (10-23-2016),theanthony21 (07-22-2016),TheBestX (10-17-2016),TheBigBoyos (12-02-2018),thecookiemonster1 (04-04-2016),thedarklord1253 (06-25-2017),TheDeluxeBugger (04-25-2017),TheDevildarkKing (01-02-2017),TheExploiter1122 (06-17-2015),TheFoxOne (05-13-2016),TheHero123123 (07-12-2019),TheHomieKOS (02-01-2017),TheLionsRoarrr (04-17-2016),thenewguyintown (07-05-2016),TheNooblycore (09-24-2016),TheRobsterDJ (08-06-2016),TheSpaceGamerV2 (10-31-2018),TheSpooner (06-25-2016),TheZeroMan123 (08-10-2015),the_white_oreo (10-05-2015),tiaan123 (10-31-2017),TingGoes (09-08-2018),tintindu97 (04-23-2017),tip0rrzz (08-27-2019),TmanDogg (10-07-2018),Tobiasflyracing (11-27-2017),TolietPutin (06-20-2016),tomastosecky (08-04-2015),tombrad (07-01-2017),TommyHFGR (07-12-2018),tomobat (07-11-2017),tonyw1793 (03-13-2022),topkekcheater (12-13-2015),TopKekSwag (07-11-2015),toxicdorito (09-27-2018),Toxici11i (12-24-2016),ToxicLordz666 (03-29-2018),Toxicmutant21 (08-20-2016),tproll (06-20-2018),trafikas (06-14-2017),Trevor Philips (05-23-2017),TripleHate (08-18-2015),TripZii (10-11-2018),triton__ (12-20-2018),TrollingModz (09-22-2019),TroveTT (08-25-2018),tryi (09-18-2016),TumericX (10-29-2019),Twaisy (08-22-2016),TwistedLobby (07-30-2016),tysi (03-26-2017),TyTheGodly (07-30-2015),Ulc (04-12-2020),umutcan009 (06-17-2018),unknown13435 (12-26-2016),unknown50713 (07-22-2017),urlogic (06-09-2016),user13372281488 (01-11-2018),usergg (04-21-2016),usernama556 (06-19-2016),Vabiee (06-01-2016),vavcaca (06-02-2018),VDFOREVER7848. (05-04-2020),VendomKardo (08-25-2018),Vice_Nye (03-18-2018),VictorTheKid (12-03-2017),viktor19285 (07-21-2020),vince0704 (01-26-2016),VintagePixel (12-10-2017),VirtualCoder (06-24-2016),VLOPER (11-06-2019),vmk90001 (09-11-2018),vmk9001 (04-22-2017),vmk9002 (04-19-2018),voroo30 (07-25-2016),VulcanGamersHD (07-16-2016),VYVANCE (06-02-2017),Wall3r_HM2 (07-04-2019),warcrzy1 (01-16-2018),Warzik (11-23-2015),wedfvefrg (12-20-2019),weirdsantatroll (02-13-2015),weso1234567890-99999 (09-09-2021),WhiteDown666 (03-17-2020),Who_ (05-04-2017),WhycannotI123 (05-06-2016),wicket100 (09-30-2018),Wiggumx69 (02-09-2018),WilliamFarmery (08-28-2017),WindwartDrop90 (05-06-2017),WinMillion20 (06-04-2018),wjddydt (06-17-2016),Wolfy268 (05-13-2017),wolf_boss1 (10-04-2015),WOlf_gaks (02-09-2019),worldatwar666 (02-13-2017),Worldwar312 (02-26-2017),wotan2ss (12-31-2019),x1krill1x (09-28-2016),X3R0B (10-13-2018),XAnatrax (12-22-2015),xavier80808 (09-08-2015),XDImCoolXD (10-01-2016),xeastro (04-14-2016),Xeeloth (04-25-2015),xerecadecerol (11-25-2020),XeXetrim (05-08-2016),xJustenx (04-30-2015),XpetoYT (07-28-2017),xSaaMz (11-02-2015),xsnn (02-05-2022),xvariant (10-01-2017),xxcaben37 (07-20-2015),xxjpmodz (05-13-2017),xXnicolas548 (10-20-2016),xXnicolas548Xx (04-14-2016),XxNuKzxX (04-13-2018),xXxDUBLINxXx (08-04-2019),y0slaap (05-03-2015),yaboixx (10-04-2017),YeahItsScapto (03-01-2017),yndying (02-21-2018),yoasl (10-17-2015),YodaYolo (02-16-2019),Yogpod (06-19-2016),YOLOAXE (08-26-2018),yolomolo nano (05-13-2015),youwotm9hacks (06-15-2016),yvMP (08-23-2015),zafiro2232 (12-06-2017),Zaku1337 (06-30-2018),ZanXan (09-23-2021),Zazelol (04-25-2017),Zedmellum (07-09-2022),zehuzedo (03-25-2017),ZeroGamerz123 (02-13-2018),Zeus2117 (09-12-2017),ZexyModder (03-04-2016),zimti19 (12-12-2017),zippy36jr (11-22-2015),ZKIMI (07-26-2016),ZloyGen (11-11-2016),ZombieFriedRice (02-19-2015),ZombieTM05 (01-31-2018),Zousless (12-12-2017),zprxmodz (02-04-2019),zygisrko123 (05-11-2015),_amir (10-15-2017),_Lightning_ (05-14-2018),_m4rc3l_ (05-21-2020),_MrFisherMan_ (01-10-2017),_Rud0lf (12-26-2016)


  3. 02-09-2015


    #2

    Will approve when I return home in three hours.


  4. The Following User Says Thank You to Raple For This Useful Post:


  5. 02-09-2015


    #3

    . @max1612 Neither of the scans are showing up.

    Muh Tumblr (NSFW)
    Click HERE to join the Night Owls if you stay up late on MPGH
    Anime Recommendation (3/14/15) | Manga/Manhwa Recommendation (8/20/15)
    ^ I’ll update one of these soon I swear ^

    Member Since 8/05/2012
    Editor 4/04/13 — 4/21/13
    Middleman 7/14/13 — 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 — 11/5/15
    OSFPS Minion 9/15/15 — 11/5/15


  6. 02-09-2015


    #4

    YAY! now i dont have to ask admins for the server’s addons!


  7. 02-09-2015


    #5

    File appears safe, yet the virus scans 404.

    Approved, however use at your own discretion.


  8. 02-10-2015


    #6

    I find it funny the thread has 1K views and only 1 real reply. I’ll be checking this out once i get home.


  9. 02-10-2015


    #7


  10. 02-10-2015


    #8

    What is the loopback folder?


  11. 02-10-2015


    #9

    My game crashes each when i get to sending client info. No files saved.


  12. 02-10-2015


    #10

    Quote Originally Posted by Gorzoid
    View Post

    What is the loopback folder?

    Singleplayer.

    Last edited by tdsx; 02-10-2015 at 04:46 PM.


  13. 02-10-2015


    #11

    My game crashes each time when i get to the sending client info. No files saved. Any ideas?— — — Updated — — —

    I’m using extreme Injector aswell


  14. 02-10-2015


    #12

    I don’t wanna accuse anything…

    He makes a thread about it, 1 hour later he wants it to be deleted, now he reuploads with 404 Virus links. gg


  15. 02-10-2015


    #13

    i bet u if u run this shit my pc instant bsod bro don’t fuck with me guy 404— — — Updated — — —

    Trojan.Crypt

    ! AMENO !


  16. 02-10-2015


    #14

    Quote Originally Posted by tdsx
    View Post

    Singleplayer.

    I need to talk to you, Please get back.


  17. 02-10-2015


    #15

    Quote Originally Posted by TheOneAndOnly162
    View Post

    I need to talk to you, Please get back.

    Talk to me about what? And if you wanna talk to me, private message me.


Go Back   UnKnoWnCheaTs — Multiplayer Game Hacking and Cheats

  • First-Person Shooters


  • Other FPS Games


  • Garry’s Mod

  • Reload this Page

    [Release] friendly stealer | clientside lua file «stealer»

    friendly stealer | clientside lua file &quot;stealer&quot;
    friendly stealer | clientside lua file &quot;stealer&quot;

    Save

    Authenticator Code

    Reply
    Page 1 of 2 1 2 >
    Thread Tools

    friendly stealer | clientside lua file «stealer»

    Old
    24th December 2018, 03:56 AM

     
    #1

    copypaste

    im friendly

    copypaste's Avatar

    Join Date: May 2015


    Posts: 677

    Reputation: 30562

    Rep Power: 227

    copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!

    Recognitions
    Members who have contributed financial support towards UnKnoWnCheaTs.
    Donator

    (3)

    Points: 43,918, Level: 31

    Points: 43,918, Level: 31 Points: 43,918, Level: 31 Points: 43,918, Level: 31

    Level up: 76%, 682 Points needed

    Level up: 76% Level up: 76% Level up: 76%

    Activity: 8.1%

    Activity: 8.1% Activity: 8.1% Activity: 8.1%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    Talking
    friendly stealer | clientside lua file «stealer»


    hi.

    this file stealer solves most of the problems scripthook had, if anyone finds anyway to exploit this, contact me.

    inject the dll

    the stolen files in the root of the drive your Garry’s mod is located, for example C:friendly_stealer
    D:friendly_stealer

    join a server and it will write the clientside lua files into the directory.

    have fun.

    console print out

    stolen files.

    version 1.1:
    fixes stuff from the first version, such as:
    fixes servers making you write reserved file names.
    fixed some crashes.
    fixed a crash when writing a file with a path of more than 260 characters.

    directory was changed to the root drive where your gmod is located at
    the console will state where it was changed to.

    version 1.2:
    fixed the console printing (works instantly now)
    fixed certain files not being saved
    fixed runstring and luacmd not being appended to their respective files.

    download: https://www.unknowncheats.me/forum/d…=file&id=26861

    goodbye.

    __________________


    I am not on any russian forums or any other small cheating websites.



    Last edited by copypaste; 1st May 2019 at 10:53 PM.


    copypaste is offline

    Reply With Quote

    Old
    24th December 2018, 03:57 AM

     
    #2

    IAmWolfie

    The 0n3

    IAmWolfie's Avatar

    Join Date: Jan 2015


    Posts: 427

    Reputation: 15856

    Rep Power: 217

    IAmWolfie Will always be a legend at UCIAmWolfie Will always be a legend at UCIAmWolfie Will always be a legend at UCIAmWolfie Will always be a legend at UCIAmWolfie Will always be a legend at UCIAmWolfie Will always be a legend at UCIAmWolfie Will always be a legend at UCIAmWolfie Will always be a legend at UCIAmWolfie Will always be a legend at UCIAmWolfie Will always be a legend at UCIAmWolfie Will always be a legend at UC

    Recognitions
    Members who have contributed financial support towards UnKnoWnCheaTs.
    Donator

    (3)

    Points: 22,057, Level: 20

    Points: 22,057, Level: 20 Points: 22,057, Level: 20 Points: 22,057, Level: 20

    Level up: 79%, 343 Points needed

    Level up: 79% Level up: 79% Level up: 79%

    Activity: 14.6%

    Activity: 14.6% Activity: 14.6% Activity: 14.6%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    Thank you friendly, very nice.

    __________________

    [Yesterday 05:24 PM] HowToRuski: anyone knows any good injector?
    [Yesterday 05:33 PM] babama: microsoft injector


    IAmWolfie is offline

    Reply With Quote

    Old
    24th December 2018, 04:31 AM

     
    #3

    zzz19385

    n00bie

    zzz19385's Avatar

    Join Date: Oct 2017


    Posts: 19

    Reputation: 574

    Rep Power: 132

    zzz19385 is a devilish beacon of darknesszzz19385 is a devilish beacon of darknesszzz19385 is a devilish beacon of darknesszzz19385 is a devilish beacon of darknesszzz19385 is a devilish beacon of darknesszzz19385 is a devilish beacon of darkness

    Points: 3,589, Level: 5

    Points: 3,589, Level: 5 Points: 3,589, Level: 5 Points: 3,589, Level: 5

    Level up: 99%, 11 Points needed

    Level up: 99% Level up: 99% Level up: 99%

    Activity: 2.9%

    Activity: 2.9% Activity: 2.9% Activity: 2.9%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    thank u , was looking for this after the recent «security update» that took place a couple weeks ago


    zzz19385 is offline

    Reply With Quote

    Old
    24th December 2018, 05:07 PM

     
    #4

    copypaste

    im friendly

    copypaste's Avatar


    Threadstarter

    Join Date: May 2015


    Posts: 677

    Reputation: 30562

    Rep Power: 227

    copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!

    Recognitions
    Members who have contributed financial support towards UnKnoWnCheaTs.
    Donator

    (3)

    Points: 43,918, Level: 31

    Points: 43,918, Level: 31 Points: 43,918, Level: 31 Points: 43,918, Level: 31

    Level up: 76%, 682 Points needed

    Level up: 76% Level up: 76% Level up: 76%

    Activity: 8.1%

    Activity: 8.1% Activity: 8.1% Activity: 8.1%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    I’ve just noticed this has some of the same exploits people use against scripthook lol… I’ll fix soon brothers.

    __________________


    I am not on any russian forums or any other small cheating websites.


    copypaste is offline

    Reply With Quote

    Old
    24th December 2018, 10:22 PM

     
    #5

    Seanghost

    Hacked North Korea

    Seanghost's Avatar

    Join Date: May 2017

    Location: Tokyo, Japan


    Posts: 2,405

    Reputation: 58977

    Rep Power: 223

    Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!

    Recognitions
    Award symbolizing a retired staff member who dedicated a notable amount of time and effort to their past staff position.
    Former Staff

    Members who have contributed financial support towards UnKnoWnCheaTs.
    Donator

    (9)

    Points: 106,512, Level: 47

    Points: 106,512, Level: 47 Points: 106,512, Level: 47 Points: 106,512, Level: 47

    Level up: 15%, 4,188 Points needed

    Level up: 15% Level up: 15% Level up: 15%

    Activity: 2.2%

    Activity: 2.2% Activity: 2.2% Activity: 2.2%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    File Approved

    friendly stealer | clientside lua file &quot;stealer&quot;

    • SHA256: 8F5A5BBBFC57598A3CA5FF9AAA928A48BCED2DF6AFA172027DB08C104C1050DA — friendly_stealer.dll

    Interested in how we analyze files? Click here to find out.

    Thanks for sharing something so friendly @copypaste. Have a safe holidays and enjoy your new year.

    __________________

    Discord: Seanghost#0117 | Seanghost#5750
    UC RulesUC FAQsUC Downloads
    rule 7. | PUBG | UCI (GTA V) | Deceived Mini (GTA V) | Kitsune GTA


    Seanghost is offline

    Reply With Quote

    Old
    25th December 2018, 01:55 AM

     
    #6

    LilyS

    1337 H4x0!2

    LilyS's Avatar

    Join Date: Sep 2013

    Location: Please do not


    Posts: 130

    Reputation: 2153

    Rep Power: 0

    LilyS is a legend in the cheating communityLilyS is a legend in the cheating communityLilyS is a legend in the cheating communityLilyS is a legend in the cheating communityLilyS is a legend in the cheating communityLilyS is a legend in the cheating communityLilyS is a legend in the cheating communityLilyS is a legend in the cheating communityLilyS is a legend in the cheating communityLilyS is a legend in the cheating communityLilyS is a legend in the cheating community

    Points: 7,668, Level: 10

    Points: 7,668, Level: 10 Points: 7,668, Level: 10 Points: 7,668, Level: 10

    Level up: 7%, 1,032 Points needed

    Level up: 7% Level up: 7% Level up: 7%

    Activity: 0%

    Activity: 0% Activity: 0% Activity: 0%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    Great release, I should note that you should make sure lengths do not exceed 252 bytes for filenames, and server name should also be sanitized!


    LilyS is offline

    Reply With Quote

    Old
    25th December 2018, 01:02 PM

     
    #7

    friaS1233

    n00bie

    friaS1233's Avatar

    Join Date: Dec 2018


    Posts: 17

    Reputation: -82

    Rep Power: 0

    friaS1233 is becoming an outcast

    Points: 151, Level: 1

    Points: 151, Level: 1 Points: 151, Level: 1 Points: 151, Level: 1

    Level up: 38%, 249 Points needed

    Level up: 38% Level up: 38% Level up: 38%

    Activity: 3.3%

    Activity: 3.3% Activity: 3.3% Activity: 3.3%

    Works on fivem?
    I have a code error


    friaS1233 is offline

    Reply With Quote

    Old
    25th December 2018, 03:25 PM

     
    #8

    Lukaxas

    n00bie

    Lukaxas's Avatar

    Join Date: Mar 2018


    Posts: 21

    Reputation: 11

    Rep Power: 120

    Lukaxas has made posts that are generally average in quality

    Points: 1,153, Level: 2

    Points: 1,153, Level: 2 Points: 1,153, Level: 2 Points: 1,153, Level: 2

    Level up: 51%, 247 Points needed

    Level up: 51% Level up: 51% Level up: 51%

    Activity: 1.9%

    Activity: 1.9% Activity: 1.9% Activity: 1.9%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;

    Working perfectly fine but it would be better your ASCII thing would not exist.


    Lukaxas is offline

    Reply With Quote

    Old
    25th December 2018, 08:10 PM

     
    #9

    friaS1233

    n00bie

    friaS1233's Avatar

    Join Date: Dec 2018


    Posts: 17

    Reputation: -82

    Rep Power: 0

    friaS1233 is becoming an outcast

    Points: 151, Level: 1

    Points: 151, Level: 1 Points: 151, Level: 1 Points: 151, Level: 1

    Level up: 38%, 249 Points needed

    Level up: 38% Level up: 38% Level up: 38%

    Activity: 3.3%

    Activity: 3.3% Activity: 3.3% Activity: 3.3%

    Lukaxas but my pc is a 64 bits an the dll is 32


    friaS1233 is offline

    Reply With Quote

    Old
    25th December 2018, 10:04 PM

     
    #10

    Seanghost

    Hacked North Korea

    Seanghost's Avatar

    Join Date: May 2017

    Location: Tokyo, Japan


    Posts: 2,405

    Reputation: 58977

    Rep Power: 223

    Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!Seanghost has a huge epeen!

    Recognitions
    Award symbolizing a retired staff member who dedicated a notable amount of time and effort to their past staff position.
    Former Staff

    Members who have contributed financial support towards UnKnoWnCheaTs.
    Donator

    (9)

    Points: 106,512, Level: 47

    Points: 106,512, Level: 47 Points: 106,512, Level: 47 Points: 106,512, Level: 47

    Level up: 15%, 4,188 Points needed

    Level up: 15% Level up: 15% Level up: 15%

    Activity: 2.2%

    Activity: 2.2% Activity: 2.2% Activity: 2.2%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    File Approved

    friendly stealer | clientside lua file &quot;stealer&quot;

    • SHA256: c211f7cbc8a9ed4edc27f9b27d451a5669d93812be9018e23763b33bde3610c8 — gmod.dll

    Interested in how we analyze files? Click here to find out.

    You took the time out of your holiday to release so in turn I took the time out of mine to analyze. Thanks for contributing and sharing! Your contributions are always welcome.

    __________________

    Discord: Seanghost#0117 | Seanghost#5750
    UC RulesUC FAQsUC Downloads
    rule 7. | PUBG | UCI (GTA V) | Deceived Mini (GTA V) | Kitsune GTA


    Seanghost is offline

    Reply With Quote

    Old
    25th December 2018, 10:18 PM

     
    #11

    Lukaxas

    n00bie

    Lukaxas's Avatar

    Join Date: Mar 2018


    Posts: 21

    Reputation: 11

    Rep Power: 120

    Lukaxas has made posts that are generally average in quality

    Points: 1,153, Level: 2

    Points: 1,153, Level: 2 Points: 1,153, Level: 2 Points: 1,153, Level: 2

    Level up: 51%, 247 Points needed

    Level up: 51% Level up: 51% Level up: 51%

    Activity: 1.9%

    Activity: 1.9% Activity: 1.9% Activity: 1.9%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;

    Quote:

    Originally Posted by friaS1233
    View Post

    Lukaxas but my pc is a 64 bits an the dll is 32

    So? My pc is 64 bit too.


    Lukaxas is offline

    Reply With Quote

    Old
    26th December 2018, 09:49 AM

     
    #12

    khaz123

    n00bie

    khaz123's Avatar

    Join Date: Sep 2015


    Posts: 1

    Reputation: 10

    Rep Power: 182

    khaz123 has made posts that are generally average in quality

    just curious, what purpose is this meant to serve? and if it’s meant as a server exploit tool please tell me how to do that


    khaz123 is offline

    Reply With Quote

    Old
    26th December 2018, 12:09 PM

     
    #13

    Eliendrel

    1337 H4x0!2

    Eliendrel's Avatar

    Join Date: Aug 2017

    Location: They say im froFranc


    Posts: 127

    Reputation: -366

    Rep Power: 0

    Eliendrel is likely going to get bannedEliendrel is likely going to get bannedEliendrel is likely going to get bannedEliendrel is likely going to get banned

    Points: 3,814, Level: 6

    Points: 3,814, Level: 6 Points: 3,814, Level: 6 Points: 3,814, Level: 6

    Level up: 24%, 686 Points needed

    Level up: 24% Level up: 24% Level up: 24%

    Activity: 2.0%

    Activity: 2.0% Activity: 2.0% Activity: 2.0%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    What if the guy which you’re trying to steal has a malicious lua file and you steal it? You would be exposed to malwares for sure…


    Eliendrel is offline

    Reply With Quote

    Old
    26th December 2018, 12:32 PM

     
    #14

    copypaste

    im friendly

    copypaste's Avatar


    Threadstarter

    Join Date: May 2015


    Posts: 677

    Reputation: 30562

    Rep Power: 227

    copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!

    Recognitions
    Members who have contributed financial support towards UnKnoWnCheaTs.
    Donator

    (3)

    Points: 43,918, Level: 31

    Points: 43,918, Level: 31 Points: 43,918, Level: 31 Points: 43,918, Level: 31

    Level up: 76%, 682 Points needed

    Level up: 76% Level up: 76% Level up: 76%

    Activity: 8.1%

    Activity: 8.1% Activity: 8.1% Activity: 8.1%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    Quote:

    Originally Posted by khaz123
    View Post

    just curious, what purpose is this meant to serve? and if it’s meant as a server exploit tool please tell me how to do that

    So you can look at addons at ways to exploit them, ie net messages.
    Or if you just wanna steal some HUD code ^~^

    __________________


    I am not on any russian forums or any other small cheating websites.


    copypaste is offline

    Reply With Quote

    Old
    26th December 2018, 02:05 PM

     
    #15

    Cyaegha

    n00bie

    Cyaegha's Avatar

    Join Date: Aug 2016


    Posts: 23

    Reputation: 331

    Rep Power: 161

    Cyaegha is Probably Abusing the Rep SystemCyaegha is Probably Abusing the Rep SystemCyaegha is Probably Abusing the Rep SystemCyaegha is Probably Abusing the Rep System

    Points: 2,018, Level: 3

    Points: 2,018, Level: 3 Points: 2,018, Level: 3 Points: 2,018, Level: 3

    Level up: 89%, 82 Points needed

    Level up: 89% Level up: 89% Level up: 89%

    Activity: 1.7%

    Activity: 1.7% Activity: 1.7% Activity: 1.7%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;

    thanks I managed to steal an epic f4 menu from a russian starwarsrp server!


    Cyaegha is offline

    Reply With Quote

    Old
    26th December 2018, 04:03 PM

     
    #16

    copypaste

    im friendly

    copypaste's Avatar


    Threadstarter

    Join Date: May 2015


    Posts: 677

    Reputation: 30562

    Rep Power: 227

    copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!

    Recognitions
    Members who have contributed financial support towards UnKnoWnCheaTs.
    Donator

    (3)

    Points: 43,918, Level: 31

    Points: 43,918, Level: 31 Points: 43,918, Level: 31 Points: 43,918, Level: 31

    Level up: 76%, 682 Points needed

    Level up: 76% Level up: 76% Level up: 76%

    Activity: 8.1%

    Activity: 8.1% Activity: 8.1% Activity: 8.1%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    Quote:

    Originally Posted by Cyaegha
    View Post

    thanks I managed to steal an epic f4 menu from a russian starwarsrp server!

    No problem bro…

    __________________


    I am not on any russian forums or any other small cheating websites.


    copypaste is offline

    Reply With Quote

    Old
    2nd January 2019, 05:45 PM

     
    #17

    Cheater12334342

    n00bie

    Cheater12334342's Avatar

    Join Date: Mar 2018


    Posts: 1

    Reputation: 10

    Rep Power: 122

    Cheater12334342 has made posts that are generally average in quality

    It crashes
    Doesn’t work for now


    Cheater12334342 is offline

    Reply With Quote

    Old
    3rd January 2019, 05:32 PM

     
    #18

    spyee

    n00bie

    spyee's Avatar

    Join Date: Nov 2017


    Posts: 2

    Reputation: 10

    Rep Power: 130

    spyee has made posts that are generally average in quality

    Points: 860, Level: 1

    Points: 860, Level: 1 Points: 860, Level: 1 Points: 860, Level: 1

    Level up: 92%, 40 Points needed

    Level up: 92% Level up: 92% Level up: 92%

    Activity: 0%

    Activity: 0% Activity: 0% Activity: 0%

    Not bad.


    spyee is offline

    Reply With Quote

    Old
    11th January 2019, 05:32 AM

     
    #19

    copypaste

    im friendly

    copypaste's Avatar


    Threadstarter

    Join Date: May 2015


    Posts: 677

    Reputation: 30562

    Rep Power: 227

    copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!copypaste has reputation that takes up 2GB of server space!

    Recognitions
    Members who have contributed financial support towards UnKnoWnCheaTs.
    Donator

    (3)

    Points: 43,918, Level: 31

    Points: 43,918, Level: 31 Points: 43,918, Level: 31 Points: 43,918, Level: 31

    Level up: 76%, 682 Points needed

    Level up: 76% Level up: 76% Level up: 76%

    Activity: 8.1%

    Activity: 8.1% Activity: 8.1% Activity: 8.1%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;friendly stealer | clientside lua file &quot;stealer&quot;

    Quote:

    Originally Posted by Cheater12334342
    View Post

    It crashes
    Doesn’t work for now

    i havent experienced any crashes

    __________________


    I am not on any russian forums or any other small cheating websites.


    copypaste is offline

    Reply With Quote

    Old
    12th January 2019, 05:04 PM

     
    #20

    Lukaxas

    n00bie

    Lukaxas's Avatar

    Join Date: Mar 2018


    Posts: 21

    Reputation: 11

    Rep Power: 120

    Lukaxas has made posts that are generally average in quality

    Points: 1,153, Level: 2

    Points: 1,153, Level: 2 Points: 1,153, Level: 2 Points: 1,153, Level: 2

    Level up: 51%, 247 Points needed

    Level up: 51% Level up: 51% Level up: 51%

    Activity: 1.9%

    Activity: 1.9% Activity: 1.9% Activity: 1.9%

    Last Achievements
    friendly stealer | clientside lua file &quot;stealer&quot;

    Really strange. My AV detects gmod.dll as «Gen:Variant.Sirefef.1205»

    Probably a false positive.


    Lukaxas is offline

    Reply With Quote

    Reply
    Page 1 of 2 1 2 >

    Similar Threads
    Thread Thread Starter Forum Replies Last Post
    [Release] Team ELAN clientside «anticheat» Agim ARMA 3 2 3rd August 2016 08:31 AM
    [Tutorial] Falcon Lost «Friendly Fire» glitch (4/22/16) That one kid Tom Clancy’s The Division 16 26th April 2016 08:41 AM
    [Help] «m_AttributeManager», «m_Item» and «m_iItemDefinitionIndex» xKnox Counterstrike Global Offensive 8 6th March 2016 08:22 PM
    Change «Weight» or «Throwing Distance» of an «AMMO» Bag briancole Payday 2 8 3rd April 2014 01:35 AM

    Tags

    files, stolen, stealer, clientside, lua, directory, fun, [release], console, print

    «
    Previous Thread
    |
    Next Thread
    »

    Forum Jump

    All times are GMT. The time now is 07:40 AM.

    Contact Us —
    Toggle Dark Theme

    Terms of Use Information Privacy Policy Information
    Copyright ©2000-2023, Unknowncheats� UKCS #312436

    friendly stealer | clientside lua file &quot;stealer&quot; friendly stealer | clientside lua file &quot;stealer&quot;

    no new posts

    drobotea


    • Автор темы
    • #1

    Сегодня расскажу ,как создать свой стиллер для сампа.
    В конце есть примеры работ.
    Так начнём же:

    • Есть код клео, работает без СФ Сначало в кратце о создании базы. Заходим на hostinger.ru, регистрируем аккаунт и создаем хост. Качаем FileZila, заходим с нее свой хост(через сайт) в папке Public_HTML создаем папку Stealer, в папке создайте файл add.php(код есть в коде стиллера, просто скопируйте) — задайте полные праава доступа(777), компилите стиллер, заходите в игру, после выхода в бд появится файл с логами(скорее всего пустыми), выставите все права доступа кроме чтения(733).
    • Возвращаемся к хостингеру — управление — в разделе домены выберем «перенаправления». Добавим 2 перенаправления «Stealer» и «Stealer/» на любой сайт.
    • Теперь когда хотим проверить логи нужно открыть сайт в файлзиле и скачать логи — открыть через браузер.
    • Теперь стиллер. В стиллере в самом низу укажите свой адрес (Думаю поймете где, там подписано), в верху стиллера, где находится надпись «здесь начинается скрипт» вставляем код скрипта с которым хотим поставлять стиллер (или не вставляем если хотим пустышку). Компилируйте и криптуйте
    • Сам не криптовал так ,как мало кто чекает моды для сампа.Лучше совмещайте с модами или же с читами.Сам делал с ВХ ,в день приходило по 50-100 логов

    Вот примеры:
    Готовый стиллер — (https://yadi.sk/i/mzFmzPQpZDrcr)
    Все файлы txt.Так ,что vt не требуется.

    Последнее редактирование модератором: 15 Авг 2018

    • #2

    код есть в коде стиллера, просто скопируйте

    Сильно извиняюсь, но кода нету.
    Может я слепой и не нашёл, но его вроде нету. :help:

    Понравилась статья? Поделить с друзьями:

    Не пропустите и эти статьи:

  • Как написать стиллер логов на python
  • Как написать стиллер для самп
  • Как написать стиллер для андроид
  • Как написать стиллавину на маяк
  • Как написать стикеры на клавиатуре

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии