Advertisement
Guest User

Untitled

a guest
Oct 4th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Gui,Font,Normal s24 c0x0,
  2. Gui,Add,Text,x4 y10 w245 h30,Sp1cy's BHOP
  3. Gui,Font,Normal s8 c0x0,
  4. Gui,Add,Text,x36 y90 w100 h17,F1 to toggle on/off!
  5. Gui,Font,Normal s14 c0x0,
  6. Gui,Add,Picture,x-61 y-61 w500 h351 0x4000000,C:\Users\admin\Desktop\youtube&edit\luffy.jpg
  7. Gui,Add,Text,x36 y50 w180 h20,Hold space to bhop!
  8. Gui,Add,Text,x30 y180 w150 h20,Made by: Sp1cy
  9. Gui,Font,Normal s3 c0x0,
  10. Gui,Font
  11. Gui,Show,x39 y21 w407 h207 ,
  12. F1:: Hotkey, *space, Toggle
  13. *~$Space::
  14. sleep 20
  15. loop
  16. {
  17. GetKeyState, SpaceState, Space, P
  18. if SpaceState = U
  19. break
  20. Sleep 1
  21. Send, {Blind}{Space}
  22. }
  23. return
  24.  
  25. GetKeyState, state, F2
  26. if state = D
  27. {
  28. ExitApp
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement