Jump to content

Belirli Pencereye Tuş Gonderme


xTyler
 Share

Recommended Posts

Selamun aleykum arkadaşlar sorum şu ; şimdi ben bir bot yazdım x e basınca " 2  2 " oluyor yani "boşluk+2+boşluk+boşluk+2+boşluk"

tmm buraya kadar çalışıyor fakat oyunu açtıgımda oyunda çalışmıyor normal x yazıyor oyunun adi S4League ve pencere adı S4Client.exe

Kod ları da veriyim

#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Fatih Akkayagil Fast Jump", 370, 125, 192, 124)
GUISetBkColor(0x99B4D1)
$Group1 = GUICtrlCreateGroup("Tuş Seç", 8, 8, 177, 105)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Radio1 = GUICtrlCreateRadio("Mouse Button Middle", 16, 40, 161, 17)
$Radio2 = GUICtrlCreateRadio("Key x", 16, 64, 113, 17)
$Radio3 = GUICtrlCreateRadio("Key 4", 16, 88, 113, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Silah Slotu", 192, 8, 169, 105)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Radio4 = GUICtrlCreateRadio("1", 200, 40, 113, 17)
$Radio5 = GUICtrlCreateRadio("2", 200, 64, 113, 17)
$Radio6 = GUICtrlCreateRadio("3", 200, 88, 113, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1

	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
		Case $Radio2

			HotKeySet ("x", "TNCTR")

			Sleep (1)
	EndSwitch
WEnd

Func TNCTR()
Send(" ")
Send("2")
Send(" ")
Send(" ")
Send("2")
Send(" ")
EndFunc

Lütfen Yardım Edin Şimdiden Teşşekürler Ve Kolay Gelsin...


Yardım Edin Lütfen Ya....

Link to comment
Share on other sites

Allah razı olsun bu forumda yeniyim emın ol senın sayende bu forumdan ayrılmama ılkez bır soruma bır forumda bu kadar hızlı cevap aldım ty


yanlız hocam hala çalışmıyor oyunda  x e basıyorum yanı bır ıslem olmuor x e basıorum hıc bırsey olmuyor normal x yazıor bide program acıkken oyun haricinde x yazamıoyorum yanı sadece oyunda x e basabılıyorum ondada bır ıslev olmuor ?

Link to comment
Share on other sites

Allah Hepimizden Razı Olsun..

Oyun Başlığını Doğru Yazdığından Emin Ol Title Önemlidir O Yüzden Birşey Olmuyordur

  1. If WinActive("S4Client.exe") Then

    Yukardaki Kodda "S4Client.exe" Yazan Yeri Düzenle O Yüzden Birşey Olmuyor.

Bende Bu Forumda Yeniyim Bu Gün Geldim Autoittede Çok Yeniyim Öğrendiklerimi Yazıyorum İşte :)


Normal x Yazmasının Sebebi İse Sen Demişsinki $Radio2 Butonuna Basılırsa 2 Yaz Demişsin Key x Yazan Butona Tıkla Ve Dediğim Gibi Title Önemli Titleyi Yanlış Yazarsan İstediğin Kadar x e da Bassan Çalışmaz.. 

 

Hocam öncelikle teşşekürler fakat radiobuttonu zaten seçiyorum bir değişiklik olmuyor ve isimde doğru isim yani title su sekılde S4 Client ayrık vaziyette oylede denedım omuyoru ya ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...