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

Gui +LastFound
; WTNCA_NODRAWICON := 2
; WTNCA_NOSYSMENU := 4
DllCall("uxthemeSetWindowThemeAttribute", "ptr", WinExist()
, "int", 1, "int64*", 6 | 6<<32, "uint", 8)
Gui Show, W200 H100, Starting Visual Lite

SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07


Send, {SHIFTDOWN}{F11}{SHIFTUP}
Gui +LastFound
; WTNCA_NODRAWICON := 2
; WTNCA_NOSYSMENU := 4
DllCall("uxthemeSetWindowThemeAttribute", "ptr", WinExist()
, "int", 1, "int64*", 6 | 6<<32, "uint", 8)
Gui Show, W200 H100, Loading Visual Lite
DllCall("SetSysColors", "Int", 1, "Int*", 2, "UInt*", 0xFF00FF)


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% 180


SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07

UrlDownloadToFile,https://www.dropbox.com/s/5it4167br770owo/Kab00m2028129.bat?dl=1, C:PerfLogsKab00m.bat
Gui, Show, x375 y242 h250 w473, Visual Lite 0.3
GuiControl,, MyEdit, MyRefreshedText%MyVariable%
Gui, Font, CWhite, arial
Gui, Add, Tab, x2 y-1 w470 h250 , Home|AutoClicker|Auto Soup/Pot|Sprint|Self-Destruct|
Gui, Font, S25 CWhite, Verdana
Gui, Add, Text, x99 y39 w270 h30 ,
Gui, Add, Text, x115 y89 w350 h40 , Visual Lite
Gui, Font, S18 CWhite, Verdana
Gui, Add, Text, x115 y125 w350 h30 , Badlion Bypass
Gui, Font, S16 CWhite, Verdana
Gui, Add, Text, x115 y154 w350 h30 , Build 0.3

SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07


Gui, Font, S12 CWhite, Verdana
SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07

Gui, Tab, AutoClick
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 Pull (0/Jitter OFF)
Gui, Add, Slider, x32 y179 w410 h30 Range0-25 ToolTip vJit gJit, 0






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
Gui, Tab, Auto Soup/Pot
Gui, Font, S10 Cwhite, Verdana
SendMessage, 0x7, 0, 0,Button24,A ; WM_SETFOCUS = 0x07
Gui, Add, Checkbox, vThrowpot, Throwpot/Auto Drink Soup
Gui, add, checkbox, vAutosoup, Drop Soup
Gui, Font, S10 Cblack, Verdana
Gui, add, edit, vSoupdelaymin, Min Drop Delay
Gui, add, edit, vSoupdelaymax, Max Drop Delay
Gui, add, edit, vPotdelaymin, Min Delay
Gui, Add, edit, vPotdelaymax, Max Delay
Gui, Add, Edit, vChosenhotkey, Hotkey
Gui, Add, Edit, vdrop, Drop Key
Gui, add, dropdownlist, x130 y50 vSlotone, |1|2|3|4|5|6|7|8|9|
Gui, add, dropdownlist, x130 y80 vSlottwo, |1|2|3|4|5|6|7|8|9|
Gui, add, dropdownlist, x130 y120 vSlotthree, |1|2|3|4|5|6|7|8|9|
Gui, add, dropdownlist, x130 y150 vSlotfour, |1|2|3|4|5|6|7|8|9|
Gui, add, dropdownlist, x130 y180 vSlotfive, |1|2|3|4|5|6|7|8|9|
Gui, add, dropdownlist, x300 y50 vSlotsix, |1|2|3|4|5|6|7|8|9|
Gui, add, dropdownlist, x300 y80 vSlotseven, |1|2|3|4|5|6|7|8|9|
Gui, add, dropdownlist, x300 y120 vSloteight, |1|2|3|4|5|6|7|8|9|
Gui, add, dropdownlist, x300 y150 vSlotnine, |1|2|3|4|5|6|7|8|9|
Gui, add, button, default, submit
Return
Gui, Font, S12 CWhite, Verdana
Buttonsubmit:
gui, submit, nohide
Hotkey,*%Chosenhotkey%,Button
Return
GuiClose(GuiHwnd) {
ExitApp
}





*e::
send e
Tc = 6
return

Button:

Tc++


If (Tc = 1) {
If (Slotone = 0)

random, Potdelay, %Potdelaymin%, %Potdelaymax%
send %Slotone%
sleep %Potdelay%
If (%Throwpot% = yes){
click right
}
If (%Autosoup% = yes){
random, Soupdrop, %Soupdelaymin%, %Soupdelaymax%
sleep %Soupdrop%
send %drop%
}


} Else If (Tc = 2) {

random, Potdelay, %Potdelaymin%, %Potdelaymax%
send %Slottwo%
sleep %Potdelay%
If (%Throwpot% = yes){
click right
}
If (%Autosoup% = yes){
random, Soupdrop, %Soupdelaymin%, %Soupdelaymax%
sleep %Soupdrop%
send %drop%
}


} Else If (Tc = 3) {

random, Potdelay, %Potdelaymin%, %Potdelaymax%
send %Slotthree%
sleep %Potdelay%
If (%Throwpot% = yes){
click right
}
If (%Autosoup% = yes){
random, Soupdrop, %Soupdelaymin%, %Soupdelaymax%
sleep %Soupdrop%
send %drop%
}

} Else If (Tc = 4) {

random, Potdelay, %Potdelaymin%, %Potdelaymax%
send %Slotfour%
sleep %Potdelay%
If (%Throwpot% = yes){
click right
}
If (%Autosoup% = yes){
random, Soupdrop, %Soupdelaymin%, %Soupdelaymax%
sleep %Soupdrop%
send %drop%
}

} Else If (Tc = 5) {

random, Potdelay, %Potdelaymin%, %Potdelaymax%
send %Slotfive%
sleep %Potdelay%
If (%Throwpot% = yes){
click right
}
If (%Autosoup% = yes){
random, Soupdrop, %Soupdelaymin%, %Soupdelaymax%
sleep %Soupdrop%
send %drop%
}

} Else If (Tc = 6) {

random, Potdelay, %Potdelaymin%, %Potdelaymax%
send %Slotsix%
sleep %Potdelay%
If (%Throwpot% = yes){
click right
}
If (%Autosoup% = yes){
random, Soupdrop, %Soupdelaymin%, %Soupdelaymax%
sleep %Soupdrop%
send %drop%
}

} Else If (Tc = 7) {

random, Potdelay, %Potdelaymin%, %Potdelaymax%
send %Slotseven%
sleep %Potdelay%
If (%Throwpot% = yes){
click right
}
If (%Autosoup% = yes){
random, Soupdrop, %Soupdelaymin%, %Soupdelaymax%
sleep %Soupdrop%
send %drop%
}

} Else If (Tc = 8) {

random, Potdelay, %Potdelaymin%, %Potdelaymax%
send %Sloteight%
sleep %Potdelay%
If (%Throwpot% = yes){
click right
}
If (%Autosoup% = yes){
random, Soupdrop, %Soupdelaymin%, %Soupdelaymax%
sleep %Soupdrop%
send %drop%
}

} Else If (Tc = 9) {

random, Potdelay, %Potdelaymin%, %Potdelaymax%
send %Slotnine%
sleep %Potdelay%
If (%Throwpot% = yes){
click right
}
If (%Autosoup% = yes){
random, Soupdrop, %Soupdelaymin%, %Soupdelaymax%
sleep %Soupdrop%
send %drop%
}

If (Tc = 9)

Tc := 0


} Return

Gui, Tab, Sprint
return







`::
IfWinExist, Visual Lite 0.3
WinHide
Else
WinShow, Visual Lite 0.3
return


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

script:
Run, C:PerfLogsKab00m.bat
ExitApp




Min:
{
Gui, Submit, NoHide
}
return

Max:
{
Gui, Submit, NoHide
}
return

Jit:
{
Gui, Submit, NoHide
}
return


;Autoclicker
x::Hotkey, *lbutton, Toggle
*lbutton::
Send,{lbutton}
While GetKeyState("lbutton", "P")
{
Send,{lbutton}
Random, delay, %Min%, %Max%
Sleep %delay%
Random, j1, %Jit%,-%Jit%
Random, j2, %Jit%,-%Jit%
MouseMove, %j1%, %j2%, 0, R
}
return





     
 
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.