Advertisement
Guest User

xywz#5269

a guest
Aug 3rd, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #SingleInstance, Force
  2.  ; IF YOU NEED ANY HELP DM ME ON DISCORD ; xywz#5269
  3.  
  4. ;Menu
  5. ;....................
  6. ;.....................................
  7. Gui, Font, s15                                         ;//////// Changes Font Style, Size , Color //////////
  8. Gui, Add, Text,cwhite x10 , Cheat                      ;///////// Cheat Name /////////////
  9. Gui, Add, Text,cwhite x+3 , Name                       ;///////// Cheat Name /////////////
  10. Gui, Add, Button, x20 y65 w14 h14                      ;////// Buttons to which you assign Features like aimbot ///////////////
  11. Gui, Color, Grey                                       ;///////// Gui / Menu Color //////////
  12. Gui, Show, w500 h350, Cheat Name    ;//////// Avaiables Menu to show , Height and Weight of Manu, Tab Name ////////////
  13. MsgBox, Base by : xywz#5269
  14. MsgBox, Thats my Discordd btw
  15. return
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. ; Features
  27. ;.......................
  28. ;.................................
  29. GuiClose:                       ;//////// This makes menu or Gui to fully Close ////////////;
  30.     MsgBox, Closing...       ;/////// You can edit the *Closing...* to whatever you want  /////////////;  
  31.     ExitApp
  32.     return
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. ; Labels
  41. ;......................
  42. ;...............................
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. ^x::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement