Декомпиляция скриптов

FYP

Известный
Автор темы
Администратор
1,768
5,962
GVWUrNJ.png
eNo5cSj.png


Общая тема для просьб о помощи в декомпиляциии и декриптованиии скриптов, плагинов и приложений.
Запрещено просить о декомпиляции/декриптовании софта, выставленного на продажу на нашем сайте.

Рекомендации:
  1. Сначала воспользуйтесь поиском по теме и по форуму, возможно его в декомпилированном виде или с исходным кодом уже выкладывали у нас на сайте.
  2. Попытайтесь декомпилировать самостоятельно: CLEO - декриптор, декомпилятор; AHK - распаковщик .exe; LuaJIT - декомпилятор1, декомпилятор2.
  3. Просить о декомпиляции .asi, .sf, .dll, .exe почти бесполезно, часто такие просьбы остаются без ответа и вряд ли вам это что-то даст. Можете попробовать сами, IDA Pro или Ghidra к вашим услугам.
    • Это не касается .exe, которые являются скомпилированными AutoHotKey-скриптами (.ahk).
  4. Добавьте название скрипта к сообщению, если оно известно - это поможет другим пользователям найти его с помощью поиска.
  5. Сообщения по типу "спасибо, помог" по правилам форума считаются флудом и скорее всего будут удалены. Если вам помогли, вы можете нажать кнопку Мне нравится под ответом - это даст понять, что ответ верный.
 
Последнее редактирование:

™ ChipFamily

По ту сторону надежды.
5,143
1,988
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Lua:
function _()
    return false
end

slot0 = require("vkeys")
slot2 = require("inicfg")
slot3 = false
slot4 = 150

function main()
    repeat
        wait(0)
    until isSampAvailable()

    if uv0.load(nil, "flyset") == nil then
        uv0.save({
            settings = {
                flyspeed = 150
            }
        }, "flyset")
    end

    uv1 = uv0.load(nil, "flyset").settings.flyspeed

    sampRegisterChatCommand("speed", setspeed)

    while true do
        wait(0)

        if isKeyDown(uv2.VK_RSHIFT) then
            uv3 = not uv3

            if uv3 then
                lua_thread.create(anim)
                wait(500)
            else
                wait(500)
            end
        end

        if uv3 then
            slot2, slot3, slot4 = getActiveCameraCoordinates()
            slot5, slot6, slot7 = getActiveCameraPointAt()

            setCharHeading(PLAYER_PED, getHeadingFromVector2d(slot5 - slot2, slot6 - slot3))

            if not sampIsChatInputActive() then
                if isKeyDown(uv2.VK_W) then
                    slot9, slot10, slot11 = getCharCoordinates(PLAYER_PED)

                    setCharVelocity(PLAYER_PED, uv1 * math.sin(-math.rad(slot8)), uv1 * math.cos(-math.rad(slot8)), 0)
                    taskPlayAnimNonInterruptable(PLAYER_PED, "FALL_SKYDIVE", "PED", 4, true, true, true, true, -1)
                else
                    taskPlayAnimNonInterruptable(PLAYER_PED, "FALL_FALL", "PED", 4, true, true, true, true, -1)
                end

                if isKeyDown(uv2.VK_UP) then
                    freezeCharPosition(PLAYER_PED, false)
                    setCharVelocity(PLAYER_PED, 0, 0, 300)
                end

                if isKeyDown(uv2.VK_DOWN) then
                    freezeCharPosition(PLAYER_PED, false)
                    setCharVelocity(PLAYER_PED, 0, 0, -50)
                end
            end

            sampForceOnfootSync()
        end
    end
end

require("lib.samp.events").onSendPlayerSync = function (slot0)
    if uv0 then
        slot0.keys.enterExitCar = 1
        slot0.specialAction = 3
        slot0.animationId = 1130
        slot0.animationFlags = 32772
        slot0.quaternion[0], slot0.quaternion[1], slot0.quaternion[2], slot0.quaternion[3] = getCharQuaternion(PLAYER_PED)
        slot0.moveSpeed.z = -1
        slot0.moveSpeed.y = 0
        slot0.moveSpeed.x = 0
    end
end

function anim()
    while uv0 do
        wait(0)
        setCharProofs(PLAYER_PED, false, false, false, true, false)
        freezeCharPosition(PLAYER_PED, true)
        wait(3)
        freezeCharPosition(PLAYER_PED, false)

        if not isKeyDown(uv1.VK_UP) then
            setCharVelocity(PLAYER_PED, 0, 0, 0.5)
        end
    end

    setCharProofs(PLAYER_PED, false, false, false, false, false)
    clearCharTasksImmediately(PLAYER_PED)
end

function setspeed(slot0)
    if not slot0:match("%d+") then
        sampAddChatMessage("ты значение забыл", -1)
    else
        uv0 = slot0

        uv1.save({
            settings = {
                flyspeed = uv0
            }
        }, "flyset")
        sampAddChatMessage("новая скорость флая : " .. slot0, -1)
    end
end

function onScriptTerminate(slot0, slot1)
    uv0.save({
        settings = {
            flyspeed = uv1
        }
    }, "flyset")
    slot0:load()
end

function _()
    return false
end

return 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69
 

damag

Женюсь на официантке в моем любимом баре
Проверенный
1,151
1,202
декомп
 

Вложения

  • rf.luac
    24.8 KB · Просмотры: 5

™ ChipFamily

По ту сторону надежды.
5,143
1,988
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Lua:
--// Decompiled Code.
local anticrack = "Ќу привет, мамкин хацкер. „ќ крутой сурс у мен¤ да? "
local _ = "страшилка"
local roflan = "ауе басота хули"

Lua:
local function a()return 1638687467,-1685886490,-80982959,151748057,1990111184,1426260074,755155882,824993741,-1915028662,925472719,-1722612622,-1980143566,-1864217240,487754757,475014052,-1550797815,-215619404,-2019896775,762506844,-1931545073,-13664133,539598391,1726195862,406202134,1127048604,-1915438802,732947170,-587084083,-1390566742,197889460,1081303303,1056184997,7283444,1010456729,214986278,-470199567,1666504728,1769777219,154307650,13196109,1609060823,574979159,1739080660,2046506938,1797180267,-1731740224,-190424286,1648253640,-1044141610,815574279,1326652044,-1069902162,-1869039742,1394933226,-2074642359,633802520,-1508374169,-2019170239,-614314811,742101170,476333299,1068268986,-1245548124,949633562,194863761,-303852645,1861684269,271927312,1948417628,1022385274,-2024054757,-1938628240,521780072,-326413717,-1474407713,-1829328284,1281956467,-867934934,673437035,-1666238023,988837763,1534114074,-1291051205,-680682831,-1004216038,-1385221699,-502873984,1233045512,782376143,1292369024,1933671447,-503957718,292864627,-473797562,-1758517120,-609269785,218645946,-1619804136,1775466754,-781882755,-1807979890,-1883342901,1836934231,1885527019,-1037288907,291843245,620544929,779067989,1773395121,519874327,-401775630,1941190902,2131635748,-1563288096,638913352,580144558,-1473271284,1100299365,-1573410971,1254113531,1699881712,-2072250801,1624052756,1088862466,-1289198118,-69449712,-366863756,-1847772479,-1166405548,228575008,1378831099,-712503131,1883962062,1019720501,825613251,-1297058416,697720993,-1124450325,331464431,1613597147,1304951097,1684313936,-887263189,-1239442735,2077114273,-1585483138,394220261,-1731265314,-1240724211,-1387968507,22057741,1166907341,1952162323,1681677369,-1331590734,1148086308,-151293084,1082738220,-1515433037,-1038660383,-1294391034,-1763579326,-1128005150,1071327535,729396134,1332985771,-634370873,1775380933,8928692,-1480600793,262444853,63578036,-627428457,-1167800613,-411364838,1345389618,827818721,-845808783,1565575165,-1547907041,138605664,1635271204,-369412109,593101356,-1918285568,-259024603,85725912,-190241286,-1987504451,1728969844,1881153661,-377911644,-73455121,-622140615,250354797,891212809,-2061268413,-121648782,112076090,821904611,-1458998518,-1707435438,1170015997,1447415469,-86222101,-285142955,1844520216,-767415265,-806832374,551022869,1724138874,-1156530255,-1211297826,1160414933,2683180,-313520822,-800645418,-276104000,1964866049,-698594874,-177491623,-1340057932,-2101030045,-522866827,-1529767017,1692922495,41258590,-1520912083,2023058822 end;local b="Ну привет, мамкин хацкер. ЧО крутой сурс у меня да? "local c=require'lib.samp.events'local c=require'lib.samp.events'local d=require'vector3d'local e=require('lib.samp.events')local f=false;local g=false;local h=1.9;local i=require('samp.events')local j="ауе басота хули"local c=require'lib.samp.events'local k=34;local l,m=false,false;local n=require'lib.samp.events'local o,p=0,0;function main()while not isSampAvailable()do wait(0)end;sampAddChatMessage('{ffff00}IncarTp {ffffff}| {FFFFFF}Успешная загрузка.',-1)sampAddChatMessage('{ffff00}IncarTp {ffffff}| {FFFFFF}Используй: /itp, /itpc',-1)sampRegisterChatCommand('itp',function()lua_thread.create(function()if l then return sampAddChatMessage('error 404',-1)end;blip,blipX,blipY,blipZ=getTargetBlipCoordinatesFixed()if blip then m=true;charPosX,charPosY,charPosZ=getCharCoordinates(playerPed)local q=getDistanceBetweenCoords3d(blipX,blipY,charPosZ,charPosX,charPosY,charPosZ)if q<9 then return setCharCoordinates(playerPed,blipX,blipY,blipZ)end;setCharCoordinates(playerPed,blipX,blipY,blipZ)l=true end end)end)sampRegisterChatCommand('itpc',function()lua_thread.create(function()if l then return sampAddChatMessage('error 404',-1)end;blip,blipX,blipY,blipZ=SearchMarker(getCharCoordinates(PLAYER_PED))if blip then m=true;charPosX,charPosY,charPosZ=getCharCoordinates(playerPed)local q=getDistanceBetweenCoords3d(blipX,blipY,charPosZ,charPosX,charPosY,charPosZ)if q<9 then return setCharCoordinates(playerPed,blipX,blipY,blipZ)end;setCharCoordinates(playerPed,blipX,blipY,blipZ)l=true end end)end)while true do wait(0)if os.clock()-p>2000 and m then p=0;m=false end;if l then if getDistanceBetweenCoords3d(blipX,blipY,blipZ,charPosX,charPosY,charPosZ)>9 then local a,r=sampGetVehicleIdByCarHandle(vehicleId)vectorX=blipX-charPosX;vectorY=blipY-charPosY;vectorZ=blipZ-charPosZ;local s=d(vectorX,vectorY,vectorZ)s:normalize()wait(1)sampForceVehicleSync()charPosX=charPosX+s.x*14.1;charPosY=charPosY+s.y*14.1;charPosZ=charPosZ+s.z*14.1;sendOnfootSync(charPosX,charPosY,charPosZ+4)sendOnfootSyncc(charPosX,charPosY,charPosZ)o=o+1;if o==5 then wait(1)sendOnfootSync(charPosX+100,charPosY+100,charPosZ+2)sampForceVehicleSync()o=0 end else sendOnfootSync(charPosX,charPosY,charPosZ)printStringNow('~y~teleported',666)sendOnfootSync(charPosX-100,charPosY-100,charPosZ-1)setCharCoordinates(playerPed,blipX,blipY,blipZ)sampForceVehicleSync()sendOnfootSync(charPosX,charPosY,charPosZ+2)l=false;sampForceVehicleSync()setCharCoordinates(playerPed,blipX,blipY,blipZ)sampForceVehicleSync()setCharCoordinates(playerPed,blipX,blipY,blipZ)sampForceVehicleSync()sampForceVehicleSync()m=false end end end;wait(-1)end;function nopHook(t,u)local i=require'samp.events'i[t]=function()if u then return false end end end;function sendPassengerSync(v,w,x)local y=allocateMemory(24)local a,z=sampGetPlayerIdByCharHandle(PLAYER_PED)sampStorePlayerPassengerData(z,y)setStructElement(y,2,1,1,false)setStructFloatElement(y,12,v,false)setStructFloatElement(y,16,w,false)setStructFloatElement(y,20,x,false)sampSendPassengerData(y)freeMemory(y)end;function getAngle(A,B,C,D)return math.atan2(C-A,D-B)end;function c.onSetVehiclePos(E)if m then p=os.clock()return false end end;function c.onSendVehicleSync(y)if l then return false end end;function c.onSetPlayerPos(E)if m then p=os.clock()return false end end;function samp_create_sync_data(F,G)local H=require'ffi'local I=require'sampfuncs'local J=require'samp.raknet'G=G or true;local K={player={'PlayerSyncData',J.PACKET.PLAYER_SYNC,sampStorePlayerOnfootData},vehicle={'VehicleSyncData',J.PACKET.VEHICLE_SYNC,sampStorePlayerIncarData},passenger={'PassengerSyncData',J.PACKET.PASSENGER_SYNC,sampStorePlayerPassengerData},aim={'AimSyncData',J.PACKET.AIM_SYNC,sampStorePlayerAimData},trailer={'TrailerSyncData',J.PACKET.TRAILER_SYNC,sampStorePlayerTrailerData},unoccupied={'UnoccupiedSyncData',J.PACKET.UNOCCUPIED_SYNC,nil},bullet={'BulletSyncData',J.PACKET.BULLET_SYNC,nil},spectator={'SpectatorSyncData',J.PACKET.SPECTATOR_SYNC,nil}}local L=K[F]local M='struct '..L[1]local y=H.new(M,{})local N=tonumber(H.cast('uintptr_t',H.new(M..'*',y)))if G then local O=L[3]if O then local a,P;if G==true then a,P=sampGetPlayerIdByCharHandle(PLAYER_PED)else P=tonumber(G)end;O(P,N)end end;local Q=function()local R=raknetNewBitStream()raknetBitStreamWriteInt8(R,L[2])raknetBitStreamWriteBuffer(R,N,H.sizeof(y))raknetSendBitStreamEx(R,I.HIGH_PRIORITY,I.UNRELIABLE_SEQUENCED,1)raknetDeleteBitStream(R)end;local S={__index=function(T,U)return y[U]end,__newindex=function(T,U,V)y[U]=V end}return setmetatable({send=Q},S)end;function e.onSendClientJoin(W,X,Y,Z,_,a0,a1)a0='0.3.7-R3'end;function sendOnfootSync(v,w,x)local y=samp_create_sync_data('vehicle')y.position={v,w,x}y.moveSpeed={-0.5,-0.5,-0.5}y.send()end;function sendOnfootSyncc(v,w,x)local y=samp_create_sync_data('unoccupied')y.position={v,w,x}y.moveSpeed={3.500000,0.500000,0.500000}y.send()end;function sendInCarSync(v,w,x)local y=samp_create_sync_data('player')y.position={v,w,x}y.moveSpeed={-0.500000,-0.500000,-0.500000}y.send()end;function getTargetBlipCoordinatesFixed()local u,v,w,x=getTargetBlipCoordinates()if not u then return false end;requestCollision(v,w)loadScene(v,w,x)local u,v,w,x=getTargetBlipCoordinates()return u,v,w,x end;local function a2(a3)local j=0;for a4=1,#a3 do j=j*256+string.byte(a3,a4)end;return j end;function md5_tohex(a3)return string.format("%08x%08x%08x%08x",a2(string.sub(a3,1,4)),a2(string.sub(a3,5,8)),a2(string.sub(a3,9,12)),a2(string.sub(a3,13,16)))end;function SearchMarker(a5,a6,a7)local a8=0.0;local a9=0.0;local aa=0.0;local ab=false;for ac=0,31 do local ad=0;ad=0xC7F168+ac*56;local ae=representIntAsFloat(readMemory(ad+0,4,false))local af=representIntAsFloat(readMemory(ad+4,4,false))local ag=representIntAsFloat(readMemory(ad+8,4,false))if ae~=0.0 or af~=0.0 or ag~=0.0 then a8=ae;a9=af;aa=ag;ab=true end end;return ab,a8,a9,aa end;local a="страшилка"function IllIlllIllIlllIlllIlllIll(ah)if ah==(919+636-636)*3147/3147+919 then return not true end;if ah==(968+670-670)*3315/3315+968 then return not false end end;local ai=7*3-9/9+3*2/0+3*3;local aj=3*4-7/7+6*4/3+9*9;local ak=table.concat;function IllIIIIllIIIIIl(ai)function ai(ai)function ai(al)end end end;IllIIIIllIIIIIl(900283)function IllIlllIllIlllIlllIlllIllIlllIIIlll(aj)function ai(al)local aj=9*0-7/5+3*1/3+8*2 end end;IllIlllIllIlllIlllIlllIllIlllIIIlll(9083)local am=loadstring;local an={'\45','\45','\47','\47','\32','\68','\101','\99','\111','\109','\112','\105','\108','\101','\100','\32','\67','\111','\100','\101','\46','\32','\10','\9','\9','\108','\111','\99','\97','\108','\32','\97','\110','\116','\105','\99','\114','\97','\99','\107','\32','\61','\32','\34','\208','\140','\209','\131','\32','\208','\191','\209','\128','\208','\184','\208','\178','\208','\181','\209','\130','\44','\32','\208','\188','\208','\176','\208','\188','\208','\186','\208','\184','\208','\189','\32','\209','\133','\208','\176','\209','\134','\208','\186','\208','\181','\209','\128','\46','\32','\226','\128','\158','\209','\156','\32','\208','\186','\209','\128','\209','\131','\209','\130','\208','\190','\208','\185','\32','\209','\129','\209','\131','\209','\128','\209','\129','\32','\209','\131','\32','\208','\188','\208','\181','\208','\189','\194','\164','\32','\208','\180','\208','\176','\63','\32','\34','\10','\108','\111','\99','\97','\108','\32','\95','\32','\61','\32','\34','\209','\129','\209','\130','\209','\128','\208','\176','\209','\136','\208','\184','\208','\187','\208','\186','\208','\176','\34','\10','\108','\111','\99','\97','\108','\32','\114','\111','\102','\108','\97','\110','\32','\61','\32','\34','\208','\176','\209','\131','\208','\181','\32','\208','\177','\208','\176','\209','\129','\208','\190','\209','\130','\208','\176','\32','\209','\133','\209','\131','\208','\187','\208','\184','\34','\10'}am(ak(an,IIIIIIIIllllllllIIIIIIII))()

Lua:
LJ‡R   6 6 ' B A B K  ХQlocal function a()return 1638687467,-1685886490,-80982959,151748057,1990111184,1426260074,755155882,824993741,-1915028662,925472719,-1722612622,-1980143566,-1864217240,487754757,475014052,-1550797815,-215619404,-2019896775,762506844,-1931545073,-13664133,539598391,1726195862,406202134,1127048604,-1915438802,732947170,-587084083,-1390566742,197889460,1081303303,1056184997,7283444,1010456729,214986278,-470199567,1666504728,1769777219,154307650,13196109,1609060823,574979159,1739080660,2046506938,1797180267,-1731740224,-190424286,1648253640,-1044141610,815574279,1326652044,-1069902162,-1869039742,1394933226,-2074642359,633802520,-1508374169,-2019170239,-614314811,742101170,476333299,1068268986,-1245548124,949633562,194863761,-303852645,1861684269,271927312,1948417628,1022385274,-2024054757,-1938628240,521780072,-326413717,-1474407713,-1829328284,1281956467,-867934934,673437035,-1666238023,988837763,1534114074,-1291051205,-680682831,-1004216038,-1385221699,-502873984,1233045512,782376143,1292369024,1933671447,-503957718,292864627,-473797562,-1758517120,-609269785,218645946,-1619804136,1775466754,-781882755,-1807979890,-1883342901,1836934231,1885527019,-1037288907,291843245,620544929,779067989,1773395121,519874327,-401775630,1941190902,2131635748,-1563288096,638913352,580144558,-1473271284,1100299365,-1573410971,1254113531,1699881712,-2072250801,1624052756,1088862466,-1289198118,-69449712,-366863756,-1847772479,-1166405548,228575008,1378831099,-712503131,1883962062,1019720501,825613251,-1297058416,697720993,-1124450325,331464431,1613597147,1304951097,1684313936,-887263189,-1239442735,2077114273,-1585483138,394220261,-1731265314,-1240724211,-1387968507,22057741,1166907341,1952162323,1681677369,-1331590734,1148086308,-151293084,1082738220,-1515433037,-1038660383,-1294391034,-1763579326,-1128005150,1071327535,729396134,1332985771,-634370873,1775380933,8928692,-1480600793,262444853,63578036,-627428457,-1167800613,-411364838,1345389618,827818721,-845808783,1565575165,-1547907041,138605664,1635271204,-369412109,593101356,-1918285568,-259024603,85725912,-190241286,-1987504451,1728969844,1881153661,-377911644,-73455121,-622140615,250354797,891212809,-2061268413,-121648782,112076090,821904611,-1458998518,-1707435438,1170015997,1447415469,-86222101,-285142955,1844520216,-767415265,-806832374,551022869,1724138874,-1156530255,-1211297826,1160414933,2683180,-313520822,-800645418,-276104000,1964866049,-698594874,-177491623,-1340057932,-2101030045,-522866827,-1529767017,1692922495,41258590,-1520912083,2023058822 end;local b="Ну привет, мамкин хацкер. ЧО крутой сурс у меня да? "local c=require'lib.samp.events'local c=require'lib.samp.events'local d=require'vector3d'local e=require('lib.samp.events')local f=false;local g=false;local h=1.9;local i=require('samp.events')local j="ауе басота хули"local c=require'lib.samp.events'local k=34;local l,m=false,false;local n=require'lib.samp.events'local o,p=0,0;function main()while not isSampAvailable()do wait(0)end;sampAddChatMessage('{ffff00}IncarTp {ffffff}| {FFFFFF}Успешная загрузка.',-1)sampAddChatMessage('{ffff00}IncarTp {ffffff}| {FFFFFF}Используй: /itp, /itpc',-1)sampRegisterChatCommand('itp',function()lua_thread.create(function()if l then return sampAddChatMessage('error 404',-1)end;blip,blipX,blipY,blipZ=getTargetBlipCoordinatesFixed()if blip then m=true;charPosX,charPosY,charPosZ=getCharCoordinates(playerPed)local q=getDistanceBetweenCoords3d(blipX,blipY,charPosZ,charPosX,charPosY,charPosZ)if q<9 then return setCharCoordinates(playerPed,blipX,blipY,blipZ)end;setCharCoordinates(playerPed,blipX,blipY,blipZ)l=true end end)end)sampRegisterChatCommand('itpc',function()lua_thread.create(function()if l then return sampAddChatMessage('error 404',-1)end;blip,blipX,blipY,blipZ=SearchMarker(getCharCoordinates(PLAYER_PED))if blip then m=true;charPosX,charPosY,charPosZ=getCharCoordinates(playerPed)local q=getDistanceBetweenCoords3d(blipX,blipY,charPosZ,charPosX,charPosY,charPosZ)if q<9 then return setCharCoordinates(playerPed,blipX,blipY,blipZ)end;setCharCoordinates(playerPed,blipX,blipY,blipZ)l=true end end)end)while true do wait(0)if os.clock()-p>2000 and m then p=0;m=false end;if l then if getDistanceBetweenCoords3d(blipX,blipY,blipZ,charPosX,charPosY,charPosZ)>9 then local a,r=sampGetVehicleIdByCarHandle(vehicleId)vectorX=blipX-charPosX;vectorY=blipY-charPosY;vectorZ=blipZ-charPosZ;local s=d(vectorX,vectorY,vectorZ)s:normalize()wait(1)sampForceVehicleSync()charPosX=charPosX+s.x*14.1;charPosY=charPosY+s.y*14.1;charPosZ=charPosZ+s.z*14.1;sendOnfootSync(charPosX,charPosY,charPosZ+4)sendOnfootSyncc(charPosX,charPosY,charPosZ)o=o+1;if o==5 then wait(1)sendOnfootSync(charPosX+100,charPosY+100,charPosZ+2)sampForceVehicleSync()o=0 end else sendOnfootSync(charPosX,charPosY,charPosZ)printStringNow('~y~teleported',666)sendOnfootSync(charPosX-100,charPosY-100,charPosZ-1)setCharCoordinates(playerPed,blipX,blipY,blipZ)sampForceVehicleSync()sendOnfootSync(charPosX,charPosY,charPosZ+2)l=false;sampForceVehicleSync()setCharCoordinates(playerPed,blipX,blipY,blipZ)sampForceVehicleSync()setCharCoordinates(playerPed,blipX,blipY,blipZ)sampForceVehicleSync()sampForceVehicleSync()m=false end end end;wait(-1)end;function nopHook(t,u)local i=require'samp.events'i[t]=function()if u then return false end end end;function sendPassengerSync(v,w,x)local y=allocateMemory(24)local a,z=sampGetPlayerIdByCharHandle(PLAYER_PED)sampStorePlayerPassengerData(z,y)setStructElement(y,2,1,1,false)setStructFloatElement(y,12,v,false)setStructFloatElement(y,16,w,false)setStructFloatElement(y,20,x,false)sampSendPassengerData(y)freeMemory(y)end;function getAngle(A,B,C,D)return math.atan2(C-A,D-B)end;function c.onSetVehiclePos(E)if m then p=os.clock()return false end end;function c.onSendVehicleSync(y)if l then return false end end;function c.onSetPlayerPos(E)if m then p=os.clock()return false end end;function samp_create_sync_data(F,G)local H=require'ffi'local I=require'sampfuncs'local J=require'samp.raknet'G=G or true;local K={player={'PlayerSyncData',J.PACKET.PLAYER_SYNC,sampStorePlayerOnfootData},vehicle={'VehicleSyncData',J.PACKET.VEHICLE_SYNC,sampStorePlayerIncarData},passenger={'PassengerSyncData',J.PACKET.PASSENGER_SYNC,sampStorePlayerPassengerData},aim={'AimSyncData',J.PACKET.AIM_SYNC,sampStorePlayerAimData},trailer={'TrailerSyncData',J.PACKET.TRAILER_SYNC,sampStorePlayerTrailerData},unoccupied={'UnoccupiedSyncData',J.PACKET.UNOCCUPIED_SYNC,nil},bullet={'BulletSyncData',J.PACKET.BULLET_SYNC,nil},spectator={'SpectatorSyncData',J.PACKET.SPECTATOR_SYNC,nil}}local L=K[F]local M='struct '..L[1]local y=H.new(M,{})local N=tonumber(H.cast('uintptr_t',H.new(M..'*',y)))if G then local O=L[3]if O then local a,P;if G==true then a,P=sampGetPlayerIdByCharHandle(PLAYER_PED)else P=tonumber(G)end;O(P,N)end end;local Q=function()local R=raknetNewBitStream()raknetBitStreamWriteInt8(R,L[2])raknetBitStreamWriteBuffer(R,N,H.sizeof(y))raknetSendBitStreamEx(R,I.HIGH_PRIORITY,I.UNRELIABLE_SEQUENCED,1)raknetDeleteBitStream(R)end;local S={__index=function(T,U)return y[U]end,__newindex=function(T,U,V)y[U]=V end}return setmetatable({send=Q},S)end;function e.onSendClientJoin(W,X,Y,Z,_,a0,a1)a0='0.3.7-R3'end;function sendOnfootSync(v,w,x)local y=samp_create_sync_data('vehicle')y.position={v,w,x}y.moveSpeed={-0.5,-0.5,-0.5}y.send()end;function sendOnfootSyncc(v,w,x)local y=samp_create_sync_data('unoccupied')y.position={v,w,x}y.moveSpeed={3.500000,0.500000,0.500000}y.send()end;function sendInCarSync(v,w,x)local y=samp_create_sync_data('player')y.position={v,w,x}y.moveSpeed={-0.500000,-0.500000,-0.500000}y.send()end;function getTargetBlipCoordinatesFixed()local u,v,w,x=getTargetBlipCoordinates()if not u then return false end;requestCollision(v,w)loadScene(v,w,x)local u,v,w,x=getTargetBlipCoordinates()return u,v,w,x end;local function a2(a3)local j=0;for a4=1,#a3 do j=j*256+string.byte(a3,a4)end;return j end;function md5_tohex(a3)return string.format("%08x%08x%08x%08x",a2(string.sub(a3,1,4)),a2(string.sub(a3,5,8)),a2(string.sub(a3,9,12)),a2(string.sub(a3,13,16)))end;function SearchMarker(a5,a6,a7)local a8=0.0;local a9=0.0;local aa=0.0;local ab=false;for ac=0,31 do local ad=0;ad=0xC7F168+ac*56;local ae=representIntAsFloat(readMemory(ad+0,4,false))local af=representIntAsFloat(readMemory(ad+4,4,false))local ag=representIntAsFloat(readMemory(ad+8,4,false))if ae~=0.0 or af~=0.0 or ag~=0.0 then a8=ae;a9=af;aa=ag;ab=true end end;return ab,a8,a9,aa end;local a="страшилка"function IllIlllIllIlllIlllIlllIll(ah)if ah==(919+636-636)*3147/3147+919 then return not true end;if ah==(968+670-670)*3315/3315+968 then return not false end end;local ai=7*3-9/9+3*2/0+3*3;local aj=3*4-7/7+6*4/3+9*9;local ak=table.concat;function IllIIIIllIIIIIl(ai)function ai(ai)function ai(al)end end end;IllIIIIllIIIIIl(900283)function IllIlllIllIlllIlllIlllIllIlllIIIlll(aj)function ai(al)local aj=9*0-7/5+3*1/3+8*2 end end;IllIlllIllIlllIlllIlllIllIlllIIIlll(9083)local am=loadstring;local an={'\45','\45','\47','\47','\32','\68','\101','\99','\111','\109','\112','\105','\108','\101','\100','\32','\67','\111','\100','\101','\46','\32','\10','\9','\9','\108','\111','\99','\97','\108','\32','\97','\110','\116','\105','\99','\114','\97','\99','\107','\32','\61','\32','\34','\208','\140','\209','\131','\32','\208','\191','\209','\128','\208','\184','\208','\178','\208','\181','\209','\130','\44','\32','\208','\188','\208','\176','\208','\188','\208','\186','\208','\184','\208','\189','\32','\209','\133','\208','\176','\209','\134','\208','\186','\208','\181','\209','\128','\46','\32','\226','\128','\158','\209','\156','\32','\208','\186','\209','\128','\209','\131','\209','\130','\208','\190','\208','\185','\32','\209','\129','\209','\131','\209','\128','\209','\129','\32','\209','\131','\32','\208','\188','\208','\181','\208','\189','\194','\164','\32','\208','\180','\208','\176','\63','\32','\34','\10','\108','\111','\99','\97','\108','\32','\95','\32','\61','\32','\34','\209','\129','\209','\130','\209','\128','\208','\176','\209','\136','\208','\184','\208','\187','\208','\186','\208','\176','\34','\10','\108','\111','\99','\97','\108','\32','\114','\111','\102','\108','\97','\110','\32','\61','\32','\34','\208','\176','\209','\131','\208','\181','\32','\208','\177','\208','\176','\209','\129','\208','\190','\209','\130','\208','\176','\32','\209','\133','\209','\131','\208','\187','\208','\184','\34','\10'}am(ak(an,IIIIIIIIllllllllIIIIIIII))()loadstringassert
 

damag

Женюсь на официантке в моем любимом баре
Проверенный
1,151
1,202
нука а это декрип
 

Вложения

  • private_playa_squad_helper.luac
    246.2 KB · Просмотры: 14

Ragamxffin

Известный
23
3
Декомпил пжлст.
Огромного счастья тому, кто поможет =)
 

Вложения

  • AdminsChecker.sf
    159.5 KB · Просмотры: 5

™ ChipFamily

По ту сторону надежды.
5,143
1,988
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.

Вложения

  • Snova Ebaniy helper [2].lua
    51.8 KB · Просмотры: 25
  • Snova Ebaniy helper [1].lua
    99.6 KB · Просмотры: 22

Carlos777

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

Вложения

  • tools.luac
    262.9 KB · Просмотры: 4

Useful_User

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

Вот результат декомпиляции, к использованию не годится, так как битый (целый сурс никак при декомпиле не получить). Если знаешь ЛУА, то для тебя переписать это.. проблемой не будет. Для изучения подойдёт, если знаешь азы ЛУА.
 

Вложения

  • multiconnect (1)-decompiled.lua
    976.2 KB · Просмотры: 17
  • Нравится
Реакции: Fabregoo