Тут прикол с exe. программой.

Статус
В этой теме нельзя размещать новые ответы.

Botcher

Активный
Автор темы
158
66
История:
Я искал такую штуку, чтобы можно было юзать аим и не палиться при проверке.
После недолгого поиска, мне попался вот этот " exe. прикол" .
Чекнул его на вирус тотал, тот ничего не обнаружил, но посмотрев там-же коменты, люди говорили что это вирусная прога и тут её качать не стоит.


Суть:
В общем суть моей просьбы в том, чтобы кто-нибудь сделал/помог мне так, чтобы я мог это установить, со спокойной душой, зная то, что у меня на пк нет никакого трояна.

P.s - если это не возможно сделать, то прошу не закидывать меня тапками, я не очень опытен в таких вопросах.
 

Вложения

  • GXM_Private_Macro_3_em_1.rar
    767.7 KB · Просмотры: 33
Решение
файлы чистые, скомпилированное ахк
сурсы, если они тебе нужны
source32:
; <COMPILER: v1.1.23.05>
#SingleInstance Force
#MaxHotKeysPerInterval
buttonaim = x5 y8 w106 h26
buttonspeed = x121 y8 w106 h26
more = x241 y8 w106 h26
close = x400 y8 w40 h26
aimtext = x7 y40 w120 h23 +0x200
speedtext = x130 y40 w132 h23 +0x200
bytext = x290 y50 w150 h15 +0x200
window =x860 y580 w481 h110
Link = x110 y80 w481 h30
onoff = 1
onoff2 = 0
Gui, Color,Black
Gui,Show,%window%,Panel Hack MTA:SA
Gui Font, s13 Underline cBlack, Impact
Gui, add, button, %buttonaim% gaimbot, AIMBOT
Gui, add, button, %buttonspeed% gspeed, CORRER+
Gui, add, button, %more% gmore, AJUDA
Gui, add, button, %close% gcloseButton, X
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot ...

paulohardy

вы еще постите говно? тогда я иду к вам
Всефорумный модератор
1,891
1,254
файлы чистые, скомпилированное ахк
сурсы, если они тебе нужны
source32:
; <COMPILER: v1.1.23.05>
#SingleInstance Force
#MaxHotKeysPerInterval
buttonaim = x5 y8 w106 h26
buttonspeed = x121 y8 w106 h26
more = x241 y8 w106 h26
close = x400 y8 w40 h26
aimtext = x7 y40 w120 h23 +0x200
speedtext = x130 y40 w132 h23 +0x200
bytext = x290 y50 w150 h15 +0x200
window =x860 y580 w481 h110
Link = x110 y80 w481 h30
onoff = 1
onoff2 = 0
Gui, Color,Black
Gui,Show,%window%,Panel Hack MTA:SA
Gui Font, s13 Underline cBlack, Impact
Gui, add, button, %buttonaim% gaimbot, AIMBOT
Gui, add, button, %buttonspeed% gspeed, CORRER+
Gui, add, button, %more% gmore, AJUDA
Gui, add, button, %close% gcloseButton, X
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Gui, add, Text, %speedtext%,CORRER+ : OFF
Gui Add, Link, %link%, <a href="https://www.youtube.com/channel/UCetZkA88UCcoz_4mRdiLKIw">> > > > FAMOZIN DO SA:MP < < < <</a>
Gui, -Caption +E0x200 +ToolWindow
TransColor = D4D1C8
WinGet, k_ID, ID, A
WinSet, AlwaysOnTop, On, ahk_id %k_ID%
WinSet, TransColor, %TransColor% 400, ahk_id %k_ID%
aimbot:
if ( onoff = 0 )
{
    onoff = 1
    soundbeep
    Gui Font, cRed, FixedSys
    Gui, add, Text, %aimtext%,Aimbot : OFF
    Gui, add, Text, %aimtext%,Aimbot : ON
    return
}
else
{
    onoff = 0
    soundbeep
    Gui Font, cGreen, FixedSys
    Gui, add, Text, %aimtext%,Aimbot : ON
}
return
speed:
if( onoff2 = 0 )
{
    onoff2 = 1
    soundbeep
    Gui Font, cRed, FixedSys
    Gui, add, Text, %speedtext%,CORRER+ : OFF
}
else
{
    onoff2 = 0
    soundbeep
    Gui Font, cGreen, FixedSys
    Gui, add, Text, %speedtext%,CORRER+ : ON
}
return
more:
{
    MsgBox,0,INFORMA??ES,C-Bug (F2)`n`nSpeedHack (F10)`n`nAimbot Hack (F9)`n`n? 32 Bit ?`n`nInterface By Rayan-Alharbi`n`n©All rights reserved *FAMOZIN DO SA:MP`n
}
Closebutton:
ExitApp
F9::
if(OnOff == 0)
{
    OnOff = 1
    Gui Font, cRed, FixedSys
    Gui, add, Text, %aimtext%,Aimbot : OFF
    Soundbeep
    return
}
else
{
    OnOff = 0
    Gui Font, cGreen, FixedSys
    Gui, add, Text, %aimtext%,Aimbot : ON
    Soundbeep
}
return
F10::
if(OnOff2 == 0)
{
    OnOff2 = 1
    Gui Font, cRed, FixedSys
    Gui, add, Text, %speedtext%,CORRER+ : OFF
    Soundbeep
    return
}
else
{
    OnOff2 = 0
    Gui Font, cGreen, FixedSys
    Gui, add, Text, %speedtext%,CORRER+ : ON
    Soundbeep
}
return
F2::
{
    toggle:=!toggle
}
return
~$LButton::
if toggle
While GetKeyState("LButton", "P")
{
    Click down Right
    sleep 30
    click down Left
    sleep 15
    click up Right
    click up Left
    sleep 5
SendInput {c down}
    sleep 30
SendInput {c up}
    sleep 10
    #noenv
    setbatchlines -1
    setkeydelay -1
}PAD
source64:
; <COMPILER: v1.1.23.05>
#SingleInstance Force
#MaxHotKeysPerInterval
buttonaim = x5 y8 w106 h26
buttonspeed = x121 y8 w106 h26
more = x241 y8 w106 h26
close = x400 y8 w40 h26
aimtext = x7 y40 w120 h23 +0x200
speedtext = x130 y40 w132 h23 +0x200
bytext = x290 y50 w150 h15 +0x200
window =x860 y580 w481 h110
Link = x110 y80 w481 h30
onoff = 1
onoff2 = 0
Gui, Color,Black
Gui,Show,%window%,Panel Hack MTA:SA
Gui Font, s13 Underline cBlack, Impact
Gui, add, button, %buttonaim% gaimbot, AIMBOT
Gui, add, button, %buttonspeed% gspeed, CORRER+
Gui, add, button, %more% gmore, AJUDA
Gui, add, button, %close% gcloseButton, X
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Gui, add, Text, %speedtext%,CORRER+ : OFF
Gui Add, Link, %link%, <a href="https://www.youtube.com/channel/UCetZkA88UCcoz_4mRdiLKIw">> > > > FAMOZIN DO SA:MP < < < <</a>
Gui, -Caption +E0x200 +ToolWindow
TransColor = D4D1C8
WinGet, k_ID, ID, A
WinSet, AlwaysOnTop, On, ahk_id %k_ID%
WinSet, TransColor, %TransColor% 400, ahk_id %k_ID%
aimbot:
if ( onoff = 0 )
{
onoff = 1
soundbeep
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Gui, add, Text, %aimtext%,Aimbot : ON
return
}
else
{
onoff = 0
soundbeep
Gui Font, cGreen, FixedSys
Gui, add, Text, %aimtext%,Aimbot : ON
}
return
speed:
if( onoff2 = 0 )
{
onoff2 = 1
soundbeep
Gui Font, cRed, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : OFF
}
else
{
onoff2 = 0
soundbeep
Gui Font, cGreen, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : ON
}
return
more:
{
MsgBox,0,INFORMAÇÕES,C-Bug (F2)`n`nSpeedHack (F10)`n`nAimbot Hack (F9)`n`n【 64 Bit 】`n`nInterface By Rayan-Alharbi`n`n©All rights reserved *FAMOZIN DO SA:MP`n
}
Closebutton:
ExitApp
F9::
if(OnOff == 0)
{
OnOff = 1
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Soundbeep
return
}
else
{
OnOff = 0
Gui Font, cGreen, FixedSys
Gui, add, Text, %aimtext%,Aimbot : ON
Soundbeep
}
return
F10::
if(OnOff2 == 0)
{
OnOff2 = 1
Gui Font, cRed, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : OFF
Soundbeep
return
}
else
{
OnOff2 = 0
Gui Font, cGreen, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : ON
Soundbeep
}
return
F2::
{
toggle:=!toggle
}
return
~$LButton::
if toggle
While GetKeyState("LButton", "P")
{
Click down Right
sleep 30
click down Left
sleep 15
click up Right
click up Left
sleep 5
SendInput {c down}
sleep 30
SendInput {c up}
sleep 10
#noenv
setbatchlines -1
setkeydelay -1
}
 
Последнее редактирование:
  • Нравится
Реакции: MAHEKEH и Botcher

Botcher

Активный
Автор темы
158
66
файлы чистые, скомпилированное ахк
сурсы, если они тебе нужны
source32:
; <COMPILER: v1.1.23.05>
#SingleInstance Force
#MaxHotKeysPerInterval
buttonaim = x5 y8 w106 h26
buttonspeed = x121 y8 w106 h26
more = x241 y8 w106 h26
close = x400 y8 w40 h26
aimtext = x7 y40 w120 h23 +0x200
speedtext = x130 y40 w132 h23 +0x200
bytext = x290 y50 w150 h15 +0x200
window =x860 y580 w481 h110
Link = x110 y80 w481 h30
onoff = 1
onoff2 = 0
Gui, Color,Black
Gui,Show,%window%,Panel Hack MTA:SA
Gui Font, s13 Underline cBlack, Impact
Gui, add, button, %buttonaim% gaimbot, AIMBOT
Gui, add, button, %buttonspeed% gspeed, CORRER+
Gui, add, button, %more% gmore, AJUDA
Gui, add, button, %close% gcloseButton, X
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Gui, add, Text, %speedtext%,CORRER+ : OFF
Gui Add, Link, %link%, <a href="https://www.youtube.com/channel/UCetZkA88UCcoz_4mRdiLKIw">> > > > FAMOZIN DO SA:MP < < < <</a>
Gui, -Caption +E0x200 +ToolWindow
TransColor = D4D1C8
WinGet, k_ID, ID, A
WinSet, AlwaysOnTop, On, ahk_id %k_ID%
WinSet, TransColor, %TransColor% 400, ahk_id %k_ID%
aimbot:
if ( onoff = 0 )
{
    onoff = 1
    soundbeep
    Gui Font, cRed, FixedSys
    Gui, add, Text, %aimtext%,Aimbot : OFF
    Gui, add, Text, %aimtext%,Aimbot : ON
    return
}
else
{
    onoff = 0
    soundbeep
    Gui Font, cGreen, FixedSys
    Gui, add, Text, %aimtext%,Aimbot : ON
}
return
speed:
if( onoff2 = 0 )
{
    onoff2 = 1
    soundbeep
    Gui Font, cRed, FixedSys
    Gui, add, Text, %speedtext%,CORRER+ : OFF
}
else
{
    onoff2 = 0
    soundbeep
    Gui Font, cGreen, FixedSys
    Gui, add, Text, %speedtext%,CORRER+ : ON
}
return
more:
{
    MsgBox,0,INFORMA??ES,C-Bug (F2)`n`nSpeedHack (F10)`n`nAimbot Hack (F9)`n`n? 32 Bit ?`n`nInterface By Rayan-Alharbi`n`n©All rights reserved *FAMOZIN DO SA:MP`n
}
Closebutton:
ExitApp
F9::
if(OnOff == 0)
{
    OnOff = 1
    Gui Font, cRed, FixedSys
    Gui, add, Text, %aimtext%,Aimbot : OFF
    Soundbeep
    return
}
else
{
    OnOff = 0
    Gui Font, cGreen, FixedSys
    Gui, add, Text, %aimtext%,Aimbot : ON
    Soundbeep
}
return
F10::
if(OnOff2 == 0)
{
    OnOff2 = 1
    Gui Font, cRed, FixedSys
    Gui, add, Text, %speedtext%,CORRER+ : OFF
    Soundbeep
    return
}
else
{
    OnOff2 = 0
    Gui Font, cGreen, FixedSys
    Gui, add, Text, %speedtext%,CORRER+ : ON
    Soundbeep
}
return
F2::
{
    toggle:=!toggle
}
return
~$LButton::
if toggle
While GetKeyState("LButton", "P")
{
    Click down Right
    sleep 30
    click down Left
    sleep 15
    click up Right
    click up Left
    sleep 5
SendInput {c down}
    sleep 30
SendInput {c up}
    sleep 10
    #noenv
    setbatchlines -1
    setkeydelay -1
}PAD
source64:
; <COMPILER: v1.1.23.05>
#SingleInstance Force
#MaxHotKeysPerInterval
buttonaim = x5 y8 w106 h26
buttonspeed = x121 y8 w106 h26
more = x241 y8 w106 h26
close = x400 y8 w40 h26
aimtext = x7 y40 w120 h23 +0x200
speedtext = x130 y40 w132 h23 +0x200
bytext = x290 y50 w150 h15 +0x200
window =x860 y580 w481 h110
Link = x110 y80 w481 h30
onoff = 1
onoff2 = 0
Gui, Color,Black
Gui,Show,%window%,Panel Hack MTA:SA
Gui Font, s13 Underline cBlack, Impact
Gui, add, button, %buttonaim% gaimbot, AIMBOT
Gui, add, button, %buttonspeed% gspeed, CORRER+
Gui, add, button, %more% gmore, AJUDA
Gui, add, button, %close% gcloseButton, X
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Gui, add, Text, %speedtext%,CORRER+ : OFF
Gui Add, Link, %link%, <a href="https://www.youtube.com/channel/UCetZkA88UCcoz_4mRdiLKIw">> > > > FAMOZIN DO SA:MP < < < <</a>
Gui, -Caption +E0x200 +ToolWindow
TransColor = D4D1C8
WinGet, k_ID, ID, A
WinSet, AlwaysOnTop, On, ahk_id %k_ID%
WinSet, TransColor, %TransColor% 400, ahk_id %k_ID%
aimbot:
if ( onoff = 0 )
{
onoff = 1
soundbeep
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Gui, add, Text, %aimtext%,Aimbot : ON
return
}
else
{
onoff = 0
soundbeep
Gui Font, cGreen, FixedSys
Gui, add, Text, %aimtext%,Aimbot : ON
}
return
speed:
if( onoff2 = 0 )
{
onoff2 = 1
soundbeep
Gui Font, cRed, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : OFF
}
else
{
onoff2 = 0
soundbeep
Gui Font, cGreen, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : ON
}
return
more:
{
MsgBox,0,INFORMAÇÕES,C-Bug (F2)`n`nSpeedHack (F10)`n`nAimbot Hack (F9)`n`n【 64 Bit 】`n`nInterface By Rayan-Alharbi`n`n©All rights reserved *FAMOZIN DO SA:MP`n
}
Closebutton:
ExitApp
F9::
if(OnOff == 0)
{
OnOff = 1
Gui Font, cRed, FixedSys
Gui, add, Text, %aimtext%,Aimbot : OFF
Soundbeep
return
}
else
{
OnOff = 0
Gui Font, cGreen, FixedSys
Gui, add, Text, %aimtext%,Aimbot : ON
Soundbeep
}
return
F10::
if(OnOff2 == 0)
{
OnOff2 = 1
Gui Font, cRed, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : OFF
Soundbeep
return
}
else
{
OnOff2 = 0
Gui Font, cGreen, FixedSys
Gui, add, Text, %speedtext%,CORRER+ : ON
Soundbeep
}
return
F2::
{
toggle:=!toggle
}
return
~$LButton::
if toggle
While GetKeyState("LButton", "P")
{
Click down Right
sleep 30
click down Left
sleep 15
click up Right
click up Left
sleep 5
SendInput {c down}
sleep 30
SendInput {c up}
sleep 10
#noenv
setbatchlines -1
setkeydelay -1
}

Вот и всё ребята, можете юзать этот exe. прикол без опаски.
Отдельное спасибо
old babybon
 
Статус
В этой теме нельзя размещать новые ответы.