Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > Combat Arms
You last visited: Today at 16:07

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[hack idee]

Discussion on [hack idee] within the Combat Arms forum part of the Shooter category.

Reply
 
Old 07/15/2010, 20:09   #16
 
KingShoter's Avatar
 
elite*gold: 3
Join Date: Feb 2010
Posts: 593
Received Thanks: 384
Kein Problem!
Geht es denn ?
KingShoter is offline  
Old 07/15/2010, 21:39   #17
 
xXxPsQxXx's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 123
Received Thanks: 20
ihr habt probleme antweotr darauf auch nie wenn se hacker schreiben zu mir ich selber wess das ich net hacke wenn es nur noobs sind und ich multi und ultra kills mache in ner map udn wie wollen mich kicken schreib ich erst noch hacker dann wirste meinstens nicht gekickt und alle die hör sind mit denn rank als du müssen es ja wissen ne ende
xXxPsQxXx is offline  
Old 07/17/2010, 03:01   #18


 
Ende!'s Avatar
 
elite*gold: 1
Join Date: Feb 2009
Posts: 6,379
Received Thanks: 7,998
Hotkey: F9. Spammt jedes mal zufällig einen von 11 möglichen Sätzen.

Code:
Dim $wordlist[64]
$wordList[0] = "luck ..." 
$wordList[1] = "luck ^^"
$wordList[2] = "lucked ;D"
$wordList[3] = "yep, skill.exe"
$wordList[4] = "that's sth i call skill, no hack ..."
$wordList[5] = "ever heard about the word skill?"
$wordList[6] = "ever heard about luck?"
$wordlist[7] = "was just lucky"
$wordList[8] = "no hack, just luck"
$wordList[9] = "no hacks, just skill"
$wordList[10] = "l2p"
$wordList[11] = "st.fu, no hacks, luck ;O"

Const $numberOfEntrys = 11

HotKeySet("{F9}", "spamTheBob") 

Func spamTheBob()
	$useEntry = Random(0, $numberOfEntrys, 1)
	Send("{ENTER}{F12}"&$wordList[$useEntry]&"{ENTER}")
EndFunc

While 1
	Sleep(100000)
WEnd
Zeitaufwand: 10 Miunten ;D

Exe im Anhang.
Attached Files
File Type: rar Desktop.rar (268.6 KB, 5 views)
Ende! is offline  
Thanks
4 Users
Old 07/17/2010, 03:37   #19
 
KingShoter's Avatar
 
elite*gold: 3
Join Date: Feb 2010
Posts: 593
Received Thanks: 384
Nicht schlecht...
Da kann mein Tool nicht mithalten...
KingShoter is offline  
Old 07/17/2010, 04:00   #20
 
elite*gold: 11
Join Date: Feb 2010
Posts: 1,352
Received Thanks: 388
spamTheBob xD erinnert mich an spongebob
-20-Sawboy-20- is offline  
Old 07/17/2010, 10:00   #21
 
elite*gold: 3
Join Date: Dec 2009
Posts: 969
Received Thanks: 314
kann man dadurch gebannt werden? o.o
.exTremez™ is offline  
Old 07/17/2010, 11:57   #22






 
Pizza Süß Sauer's Avatar
 
elite*gold: 95
Join Date: Dec 2009
Posts: 8,591
Received Thanks: 6,841
Für flood schon.
Pizza Süß Sauer is offline  
Old 07/17/2010, 12:27   #23

 
Ennea's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 3,670
Received Thanks: 999
Quote:
Originally Posted by Ende! View Post
Hotkey: F9. Spammt jedes mal zufällig einen von 11 möglichen Sätzen.

Code:
Dim $wordlist[64]
$wordList[0] = "luck ..." 
$wordList[1] = "luck ^^"
$wordList[2] = "lucked ;D"
$wordList[3] = "yep, skill.exe"
$wordList[4] = "that's sth i call skill, no hack ..."
$wordList[5] = "ever heard about the word skill?"
$wordList[6] = "ever heard about luck?"
$wordlist[7] = "was just lucky"
$wordList[8] = "no hack, just luck"
$wordList[9] = "no hacks, just skill"
$wordList[10] = "l2p"
$wordList[11] = "st.fu, no hacks, luck ;O"

Const $numberOfEntrys = 11

HotKeySet("{F9}", "spamTheBob") 

Func spamTheBob()
	$useEntry = Random(0, $numberOfEntrys, 1)
	Send("{ENTER}"&$wordList[$useEntry]&"{ENTER}")
EndFunc

While 1
	Sleep(100000)
WEnd
Zeitaufwand: 10 Miunten ;D

Exe im Anhang.
Statt dem ersten {ENTER} vielleicht noch {F2} (Sollte doch funktionieren, oder? Lange nichts mit AutoIt gemacht..), um zu verhindern, dass das in den Team- oder Clan-Chat geht?
Ennea is offline  
Thanks
1 User
Old 07/17/2010, 12:52   #24
 
elite*gold: 0
Join Date: Jan 2010
Posts: 647
Received Thanks: 125
sowas gibts ja in CF^^
[SGA]Potti is offline  
Old 07/17/2010, 13:31   #25
 
elite*gold: 10
Join Date: Dec 2009
Posts: 4,613
Received Thanks: 1,128
Ich ba ihn ein bischen verändert:

Dim $wordlist[64]
$wordList[0] = "lucky noob ..."
$wordList[1] = "luck ^^"
$wordList[2] = "lucked ;D"
$wordList[3] = "yep, skill.exe"
$wordList[4] = "that's sth i call skill, no hack ..."
$wordList[5] = "ever heard about the word skill?"
$wordList[6] = "ever heard about luck?"
$wordlist[7] = "was just lucky"
$wordList[8] = "no hack, just luck"
$wordList[9] = "no hacks, get skill"
$wordList[10] = "l2p"
$wordList[11] = "st.fu, no hacks, luck ;O"

Const $numberOfEntrys = 11

HotKeySet("{F12}", "spamTheBob")

Func spamTheBob()
$useEntry = Random(0, $numberOfEntrys, 1)
Send("{ENTER}"&$wordList[$useEntry]&"{ENTER}")
EndFunc

While 1
Sleep(100000)
WEnd


aber irgendtwie funkt der net xD bei mir
.CompleXx is offline  
Old 07/17/2010, 13:41   #26

 
Ennea's Avatar
 
elite*gold: 0
Join Date: May 2006
Posts: 3,670
Received Thanks: 999
Quote:
Originally Posted by CompleXx ツ View Post
Ich ba ihn ein bischen verändert:

Dim $wordlist[64]
$wordList[0] = "lucky noob ..."
$wordList[1] = "luck ^^"
$wordList[2] = "lucked ;D"
$wordList[3] = "yep, skill.exe"
$wordList[4] = "that's sth i call skill, no hack ..."
$wordList[5] = "ever heard about the word skill?"
$wordList[6] = "ever heard about luck?"
$wordlist[7] = "was just lucky"
$wordList[8] = "no hack, just luck"
$wordList[9] = "no hacks, get skill"
$wordList[10] = "l2p"
$wordList[11] = "st.fu, no hacks, luck ;O"

Const $numberOfEntrys = 11

HotKeySet("{F12}", "spamTheBob")

Func spamTheBob()
$useEntry = Random(0, $numberOfEntrys, 1)
Send("{ENTER}"&$wordList[$useEntry]&"{ENTER}")
EndFunc

While 1
Sleep(100000)
WEnd


aber irgendtwie funkt der net xD bei mir
Wenn ich mich recht erinnere kannst du mit AutoIt aus gutem Grund kein F12 für Hotkeys benutzen. Lies dir dazu mal die Hilfe-Datei durch
Ennea is offline  
Thanks
1 User
Old 07/17/2010, 19:27   #27


 
Ende!'s Avatar
 
elite*gold: 1
Join Date: Feb 2009
Posts: 6,379
Received Thanks: 7,998
Quote:
Originally Posted by Crow. View Post
Statt dem ersten {ENTER} vielleicht noch {F2} (Sollte doch funktionieren, oder? Lange nichts mit AutoIt gemacht..), um zu verhindern, dass das in den Team- oder Clan-Chat geht?
Jau klar, hab den Source mal editiert. Für's Binary war ich jetzt zu faul *hust* :>
Ende! is offline  
Old 07/18/2010, 23:16   #28
 
~SheoGorath~'s Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 3,153
Received Thanks: 654
nice ende! ^^
aber da sicher leute sowohl ein Tool brauchn um zu schreiben das sie nicht hacken aber auch eins um zu schreiben das jemand hackt hab ich hier deins ein wenig verändert und den Hotkey auf F10 verlegt damit man beide tools nutzen kann ^^
Quote:
#cs ----------------------------------------------------------------------------

AutoIt Version: 3.3.0.0
Author: myName

Script Function:
Template AutoIt script.

#ce ----------------------------------------------------------------------------

Dim $wordlist[64]
$wordList[0] = "Hacker ... Kick Pls"
$wordList[1] = "Kick !"
$wordList[2] = "OMG HACKER "
$wordList[3] = "omg use your Fairplay.exe"
$wordList[4] = "Kick the fuc.king Hacker"
$wordList[5] = "lol a hacker noob"
$wordList[6] = "hacks are for those people who cant play"
$wordlist[7] = "Stop Hacking"
$wordList[8] = "I will report you to Nexon Forum"
$wordList[9] = "Hacks over Hacks"
$wordList[10] = "l2p"
$wordList[11] = "st.fu,you hacker bit.ch"
$wordlist[12] = "lol"
$wordlist[13] = "SUREEEEEEEEEEEEEEEEEEEE"
$wordlist[14] = "WT.F I will ** Your Head"
Const $numberOfEntrys = 11

HotKeySet("{F10}", "spamTheBob")

Func spamTheBob()
$useEntry = Random(0, $numberOfEntrys, 1)
Send("{ENTER}"&$wordList[$useEntry]&"{ENTER}")
EndFunc

While 1
Sleep(100000)
WEnd
Attached Files
File Type: rar spammeer.rar (340.0 KB, 1 views)
~SheoGorath~ is offline  
Reply


Similar Threads Similar Threads
N1 idee und kleines [HOW To] 1 hit hack auf de
09/18/2010 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 13 Replies
die idee war dreck.. jetzt mal : cheaterbox.. hast du das wenigstens auf pserver geschaft:?? und ja das ist kein frage thread weil vorher was anderes drinn war http://www.youtube.com/watch?v=BTX2ssfAth4&fe ature=related
Nette Hack Idee
07/09/2010 - 4Story - 46 Replies
Also Leute, Heute ist mir beim Uppen eine intiressante Idee in den Kopf gekommen! Die Idee ist, wenn man Glückstrank nimmt ändern sich bestimmte Werte die für das Uppen nötig sind (SIE WERDEN HÖHER). z.B (Ohne GT) 4 (mit GT) 14. Die Idee wäre es rauszufinden welcher Wert das ist so dass man ihn sehr hoch stellt und beim uppen nichts kaputt geht sondern hochuppt. So könnte man mit Lehrlingsrollen insgesammt für 240 S ein +24 EQ holen.
[IDEE] Hack
03/30/2010 - S4 League - 8 Replies
Hi @ All, Mir ist aufgefallen, dass dieser Hack: S4League wirklich funktioniert... ;) Ist es denn nicht auch möglich so einen Hack für: -Sp -Hp -Range -Flyrange -Speed -Anch Rank -Reload
Idee für Hack
07/04/2009 - S4 League - 53 Replies
.. .
Teleport hack *idee*
07/25/2008 - Metin2 - 11 Replies
also hallo elitepvpers :) neulich war ich im blauen reich aufm markt map1. als ich mich einloggen wollte ging das nich (immer kick auf jedem ch !!) dann GM gerufen und der hat mich von map 1 blaues reich ins eisland teleportet. so bisher konnte man ja mit den hacks nur innerhalb einer map teleporten. könnte man nicht wieder sich von einem GM wegteleportieren lassen. und dann die daten irgentwie auffangen so das man sich dann von überall ins eisland teleportieren kann ? wenn man das...



All times are GMT +2. The time now is 16:07.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.