Advertisement
eXsses

SAMP-Tool by Chris@Key

Apr 14th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Gui, Show, x500 y250 h200 w380, Minitool by Chris@Key Beta 1.1
  2. Gui, Font,cBlue s-1,9999999999, Verdana
  3. Gui, Color, cyellow
  4.  
  5. Gui, Add, Button, x10 y5 w120 h40 gPawno ,Pawno starten
  6. Gui, Add, Button,x130 y5 w120 h40 gServer ,Samp Server
  7. Gui, Add, Button,x250 y5 w120 h40 gSAMP ,SA:MP
  8. Gui, Add, Button,x10 y50 w120 h40 gSAMPDEBUG ,SAMP-Debug
  9. Gui, Add, Button,x130 y50 w120 h40 gForum ,Breadfish
  10. Gui, Add, Button,x250 y50 w120 h40 gNote ,Notepad
  11. Gui, Add, Button,x130 y95 w120 h40 gCodegen ,Codegenerator
  12. return
  13.    
  14. SAMP:
  15. RegRead GTA_SA_EXE, HKEY_CURRENT_USER, Software\SAMP, GTA_SA_EXE
  16. SplitPath, GTA_SA_EXE,, PFARD
  17. Run, %PFARD%\samp.exe
  18. ;Run %A_ProgramFiles%\Rockstar Games\Grand Theft Auto San Andreas\samp.exe  
  19. return
  20.          
  21. Server:
  22. RegRead GTA_SA_EXE, HKEY_CURRENT_USER, Software\SAMP, GTA_SA_EXE
  23. SplitPath, GTA_SA_EXE,, PFARD
  24. Run, %PFARD%\samp-server.exe
  25. ;Run %A_ProgramFiles%\Rockstar Games\Grand Theft Auto San Andreas\samp-server.exe
  26. return
  27.        
  28. Pawno:
  29. RegRead GTA_SA_EXE, HKEY_CURRENT_USER, Software\SAMP, GTA_SA_EXE
  30. SplitPath, GTA_SA_EXE,, PFARD
  31. Run, %PFARD%\pawno\pawno.exe
  32. ;Run %A_ProgramFiles%\Rockstar Games\Grand Theft Auto San Andreas\pawno\pawno.exe
  33. Return
  34.  
  35. SAMPDEBUG:
  36. RegRead GTA_SA_EXE, HKEY_CURRENT_USER, Software\SAMP, GTA_SA_EXE
  37. SplitPath, GTA_SA_EXE,, PFARD
  38. Run, %PFARD%\samp_debug.exe  
  39. ;Run %A_ProgramFiles%\Rockstar Games\Grand Theft Auto San Andreas\samp_debug.exe
  40. return
  41.  
  42. Forum:
  43. run www.Breadfish.de/  
  44. return
  45.  
  46. Note:
  47. Run, Notepad, , Max
  48. return
  49.  
  50. Codegen:
  51. run www.codegenerators.pl  
  52. return
  53.  
  54. GuiClose:
  55. ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement