Guest Posted April 15, 2008 Share Posted April 15, 2008 Hey theres a program out there called GTA Crasher or GTASA cracher or something. ive been searching for it but i cant find it anywhare. what it does is that when you click on it, a little window pops up that says "press F5(or something) to crash gta" and i need something like this because sometimes when i pause GTASA (not mta thank god) the screen will go all black and i cant alt tab or alt f4 or alt ctrl delete it so i have to restart my entire computer. this gets to be quite the little poop when you just finished a long mission and freezes before ur able to save. if u can find this i will love you or something thanks! Link to comment
paul527 Posted August 29, 2008 Share Posted August 29, 2008 if u can find this i will love you or something foot massage maybe? Link to comment
Michael_Sund Posted September 16, 2008 Share Posted September 16, 2008 ehm, why would anyone want to crash gta, it rules!!!! Link to comment
Mr.Hankey Posted September 16, 2008 Share Posted September 16, 2008 Michael why are posting so much nonsense in old/solved topics?! And in this case it seems like you haven't even read the first post as you have obviously no clue what this topic is about and why the topic starter is requesting a gta crasher... Anyway to stay on topic: I've heard of this tool too and i know that it is included in the gta mod GTA Snow Andreas but i can't find it atm Link to comment
SugarD-x Posted April 3, 2009 Share Posted April 3, 2009 Wow...I'd love this as well... Link to comment
madforever Posted April 26, 2009 Share Posted April 26, 2009 There's a "Killer" for SA. Press F7 and whoom - SA down. Don't know the place it's avaible for download, but Google will help you. Link to comment
Brophy Posted April 26, 2009 Share Posted April 26, 2009 Search google for "gta process killer" Link to comment
Jason_Gregory Posted February 22, 2010 Share Posted February 22, 2010 Write your own application in Visual Basic... Heres a example. Public Function KillByName(ByVal Name As String) As Boolean On Error GoTo KillByName_Error Dim WMI, Process, Processes Dim Counter As Integer, RetVal As Integer Dim Found As Boolean WMI = GetObject("winmgmts://.") If (Err.Number <> 0) Then KillByName = False Exit Function End If Processes = WMI.execquery("Select * from win32_process") If (Processes.Count = 0) Then KillByName = False Exit Function End If For Each Process In Processes If (UCase(Process.Name) = UCase(Name)) Then Process.Terminate(Process.ProcessID) Found = True End If Next KillByName = Found Exit Function KillByName_Error: KillByName = False End Function Example... Private Sub YourKill_ButtonEvent(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLaunch.Click Dim myProcesses() As Process Dim instance As Process myProcesses = Process.GetProcessesByName("gtasa") For Each instance In myProcesses KillByName("gtasa.exe") Next End Sub Link to comment
Pzycho Posted March 1, 2010 Share Posted March 1, 2010 Download "Crazy Trainer 151+" it has a built in GTA SA process killer. Just press "CTRL + ALT + F5" or just write your own... Quote from Jason_Gregory:Private Sub YourKill_ButtonEvent(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLaunch.Click Dim myProcesses() As Process Dim instance As Process myProcesses = Process.GetProcessesByName("gtasa") For Each instance In myProcesses KillByName("gtasa.exe") Next End Sub Link to comment
cezar Posted April 12, 2010 Share Posted April 12, 2010 I know it's an old topic but I also found this one: http://files.uploadffs.com/d/0/bc4c0178/GTA_PK.exe You can modify what keys you want to use to end GTA. Link to comment
karlis Posted April 13, 2010 Share Posted April 13, 2010 i dont trust this one, why do process killer app need use 10mb ram and 5%cpu? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now