Jump to content

[AutoIT]Making a bot.


Recommended Posts

Hello,

I need a script for Counter Strike Condition Zero.

It's an aim-bot. First I will tell you what is an "aim-bot" ?.

Aim-bot is an self auto-IT program that finds the enemy and shoot him with an extremely fast speed.

If any knows that script please post here and help me with it!

Thanks,

Etzulnir!

Link to comment
Share on other sites

Ty for intellectual explanation of term 'Aim-bot'

Posted Image

Try one more time to see the picture and what lies in it

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

It's is written there that ,

"Do not discuss automating games here. It doesn't matter if the game is a single player game, multi-player game or game you've written yourself, do not discuss the automation of games here. The previous rule about game automation discussions was ambiguous and too many people tried the "but I'll only use it in single player" excuse for games that have single and multiplayer components. No more.

DO NOT DISCUSS GAME AUTOMATION HERE."

Link to comment
Share on other sites

While 1
    If _GetPotion() Then
        _KillMonsters()
    EndIf
WEnd


Func _GetPotion()
    Local $wizardGaveMePotion = False
    If _AskWizard() Then
        $wizardGaveMePotion = True
    EndIf
    Return $wizardGaveMePotion
EndFunc   ;==>_GetPotion

Func _AskWizard()
    $Question = "Now then Dumbledorf lad, any"  _
            "chance I can get the magic potion to" _
            "defeat the nasty goblin king?"
EndFunc   ;==>_AskWizard


Func _KillMonsters()
    $SeptreSound = "Pwew Pwew ppp pwew"
EndFunc   ;==>_KillMonsters

Edited by JohnOne

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

It si CS script, only its for zombie mod

You see?

Posted Image

lOOOOOOOOOL

Ps: i`m the one with the rifle so that you don`t confuse

Edited by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

While 1
    If _GetPotion() Then
        _KillMonsters()
    EndIf
WEnd


Func _GetPotion()
    Local $wizardGaveMePotion = False
    If _AskWizard() Then
        $wizardGaveMePotion = True
    EndIf
    Return $wizardGaveMePotion
EndFunc   ;==>_GetPotion

Func _AskWizard()
    $Question = "Now then Dumbledorf lad, any"  _
            "chance I can get the magic potion to" _
            "defeat the nasty goblin king?"
EndFunc   ;==>_AskWizard


Func _KillMonsters()
    $SeptreSound = "Pwew Pwew ppp pwew"
EndFunc   ;==>_KillMonsters

can has include for go with scrip? pls pls pls :unsure::>

wtfpl-badge-1.png

Link to comment
Share on other sites

Game code is a forbidden topic.

http://www.autoitscript.com/forum/forum-2/announcement-12-game-bots-and-automation/

You don't have to like or agree with those rules but you are expected to follow them or go someplace else to play.

Thread reported

Edited by GEOSoft

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...