Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release One Click - Kill Origin after BF3 has started
#1
Code:
Loop {

Process, Exist, Origin.exe
NewPID = %ErrorLevel%
IfWinExist, ahk_pid %NewPID%
{
IfWinExist, Battlefield
{
Sleep 1000
run, kill.exe /f Origin.exe
}
}

Process, Exist, OriginLegacyCLI.exe
NewPID = %ErrorLevel%
IfWinExist, ahk_pid %NewPID%
{
run, kill /f OriginLegacyCLI.exe
}

Process, Exist, OriginClientService.exe
NewPID = %ErrorLevel%
IfWinExist, ahk_pid %NewPID%
{
run, kill /f OriginClientService.exe
}
}


Attached Files
.rar   Kill_Origin.rar (Size: 197.54 KB / Downloads: 39)
Reply

#2
Why would I want to kill Origin?
Reply

#3
resources & scanning your hdd Troll
Reply

#4
Origin sucks, good job on this tool although I won't use it (PS3 version Troll )
[Image: lQDUjba.jpg]
Reply

#5
(10-28-2011, 21:34)OrangePL Wrote: Origin sucks, good job on this tool although I won't use it (PS3 version Troll )

agree lol
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#6
d0h!
Hello. Your script didn't work.
[Image: 94094690.jpg]
Specifically: Cannot find the specified file.
Reply

#7
its doesnt search for a file, it kills the process. so i have no idea if the russian version has a different name
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Sentry Gun kill = Player kill Snake 8 5,449 11-07-2013, 13:41
Last Post: Nekochan
  !kill Plugin Hallla 1 2,408 09-07-2013, 22:30
Last Post: axel-le-meilleur
  Help About kill cam Howl3r 3 2,481 08-03-2013, 03:57
Last Post: Howl3r
Information [Tutorial] [CHAPTER 1]C++ Crash Course - Getting Started Ich1994 6 3,805 01-04-2013, 16:23
Last Post: Ich1994
  Help Insta kill possible? koro35 10 6,076 11-27-2012, 16:10
Last Post: 99IRock
  [Request] !kill hillbilly 7 4,544 09-30-2012, 17:10
Last Post: OzonE
  [Request] ServerClient.Origin archit 4 3,143 09-19-2012, 01:35
Last Post: DidUknowiPwn
  [Request] Rankup sound on kill hillbilly 12 6,455 09-16-2012, 11:08
Last Post: Ich1994
  [Request] Disable Friendly Fire and Enable Kill Cam on hardcore mode. Dumas 15 10,027 09-10-2012, 14:45
Last Post: OzonE
  Help Teleporting via Flags/Origin/Location yokai134 2 2,781 09-06-2012, 12:19
Last Post: yokai134

Forum Jump:


Users browsing this thread:
2 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.