Register for your free account! | Forgot your password?

You last visited: Today at 14:09

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

Advertisement



All-Jumps

Discussion on All-Jumps within the WoW Exploits, Hacks, Tools & Macros forum part of the World of Warcraft category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2007
Posts: 167
Received Thanks: 0
A jumping program made by iHack (a.k.a Marco Fatica)
Current version: 1.0


Installation:
Extract all the files to any folder!

Use:
Jumps 99.9% more accurately than humans.

Keys:
F1 - Normal Forward Jump
F2 - Special Forward Jump
F3 - Strafe-jump left
F4 - Strafe-jump right
F5 - Normal Backwords Jump
F6 - Special Backwords Jump
Pause Button - Pauses/Unpauses script. (Unbinds/binds all the keys)



Virustotal:



Source:

Code:
; Title: All-Jumps
; Author: iHack
; Description: Performs different jumps.
HotKeySet("{F1}", "jump")
HotKeySet("{F2}", "specialjump")
HotKeySet("{F4}", "strafejump")
HotKeySet("{F3}", "strafejumpleft")
HotKeySet("{F5}", "backjump")
HotKeySet("{F6}", "specialbackjump")
HotKeySet("{PAUSE}", "unbind")

func jump(); normal jump
  HotKeySet("{F1}")
  Send("{W DOWN}")
  Send("{SPACE}")
  Send("{W UP}")
  Sleep(300)
  HotKeySet("{F1}", "jump")
  idle()
EndFunc

func specialjump(); hit jump then tap forward
  HotKeySet("{F2}")
  Send("{SPACE}")
  Sleep(250)
  Send("{W}")
  Sleep(600)
  HotKeySet("{F2}", "specialjump")
  idle()
EndFunc

func strafejump(); strafe-jump to the right
  HotKeySet("{F4}")
  Send ("{E DOWN}")
  Send("{SPACE}")
  Send ("{E UP}")
  Sleep(300)
  HotKeySet("{F4}", "strafejump")
  idle()
EndFunc

func strafejumpleft(); strafe-jump to the left
  HotKeySet("{F3}")
  Send ("{Q DOWN}")
  Send("{SPACE}")
  Send ("{Q UP}")
  Sleep(300)
  HotKeySet("{F3}", "strafejumpleft")
  idle()
EndFunc

func backjump(); jumps backwords
  HotKeySet("{F5}")
  Send ("{S DOWN}")
  Send("{SPACE}")
  Send ("{S UP}")
  Sleep(300)
  HotKeySet("{F5}", "backjump")
  idle()
EndFunc

func specialbackjump(); special-jump backwords
  HotKeySet("{F6}")
  Send("{SPACE}")
  Sleep(250)
  Send("{S}")
  Sleep(600)
  HotKeySet("{F6}", "specialbackjump")
  idle()
EndFunc

Func idle(); idle, do nothing
  while 1
    Sleep(1000)
  WEnd
EndFunc

Func unbind(); unbind keys
  HotKeySet("{F1}")
  HotKeySet("{F2}")
  HotKeySet("{F4}")
  HotKeySet("{F3}")
  HotKeySet("{F5}")
  HotKeySet("{F6}")
  HotKeySet("{PAUSE}", "rebind")
  idle()
EndFunc

Func rebind(); rebind the keys
  HotKeySet("{F1}", "jump")
  HotKeySet("{F2}", "specialjump")
  HotKeySet("{F4}", "strafejump")
  HotKeySet("{F3}", "strafejumpleft")
  HotKeySet("{F5}", "backjump")
  HotKeySet("{F6}", "specialbackjump")
  HotKeySet("{PAUSE}", "unbind")
  idle()
EndFunc

idle()
bl00dsp0rt_0x03EF is offline  
Old 04/17/2007, 16:27   #2
 
elite*gold: 0
Join Date: Apr 2006
Posts: 2,524
Received Thanks: 74
was bringen F3 und F4?
4C1D^ is offline  
Old 04/17/2007, 16:31   #3
 
elite*gold: 0
Join Date: Apr 2007
Posts: 167
Received Thanks: 0
Quote:
Originally posted by Ping@Apr 17 2007, 16:27
was bringen F3 und F4?
Links+Leertaste und Rechts+Leertaste Gleichzeitig.
bl00dsp0rt_0x03EF is offline  
Old 04/17/2007, 16:33   #4
 
elite*gold: 0
Join Date: Aug 2005
Posts: 443
Received Thanks: 72
Quote:
Originally posted by Ping@Apr 17 2007, 16:27
was bringen F3 und F4?
das gleiche wie F1, nur dass du damit zur Seite springst, statt nach vorne.....
allerdings klappt das nicht, wenn du strafeleft/straferight nicht auch auf q/e liegen hast -.-
neji is offline  
Old 04/17/2007, 18:16   #5
 
elite*gold: 0
Join Date: Mar 2007
Posts: 165
Received Thanks: 1
ist das sowas wie autoit-springen bzw w+jump auf nem G knopf? (logitech g15 tasta)
:O
und wie gut funzt es? ;o
xcuz^ is offline  
Thanks
1 User
Old 04/17/2007, 18:34   #6
 
elite*gold: 0
Join Date: Apr 2007
Posts: 167
Received Thanks: 0
Quote:
Originally posted by xcuz^@Apr 17 2007, 18:16
ist das sowas wie autoit-springen bzw w+jump auf nem G knopf? (logitech g15 tasta)
:O
und wie gut funzt es? ;o
Ja ist mit Autoit geschrieben kannst auch mit Auto-it direkt benutzen.
bl00dsp0rt_0x03EF is offline  
Old 04/17/2007, 18:44   #7
 
elite*gold: 0
Join Date: Dec 2005
Posts: 1,093
Received Thanks: 8
deine signatur erinnert mich sehr an meine trojaner zeiten... entry points mit HexEditor verschieben ^^

Ich würde die Datei nicht benutzen... außerdem hat das Teil nichmal ordentliches Symbol...

und wenn sogar NUB VirusTotal sagt , dass das nen Trojaner ist...

kann das jemand mal auf einem Virtuellen Server Testeen PLZ ? hab kA wie das geht...


AUßerdem hat Autoit eine andere Endung oder ?
dkchester is offline  
Old 04/17/2007, 18:56   #8
 
elite*gold: 0
Join Date: Apr 2006
Posts: 2,524
Received Thanks: 74
nimm doch die source und compile die Oo
4C1D^ is offline  
Old 04/17/2007, 19:03   #9
 
elite*gold: 0
Join Date: Jun 2006
Posts: 10,926
Received Thanks: 1,645
Ich test mal die .exe wenn da nen Virenscanner was sagt. Denn irgentwie frag ich mich wieso autoit mit Upx packt. O.o
X-Matrix is offline  
Old 04/17/2007, 19:06   #10
 
elite*gold: 0
Join Date: Dec 2005
Posts: 1,093
Received Thanks: 8
kann ja gebindet sein^^ viele nubs werden das jetzt nicht extra compilen ^^
dkchester is offline  
Old 04/17/2007, 19:08   #11
 
elite*gold: 0
Join Date: Jun 2006
Posts: 10,926
Received Thanks: 1,645
Exe is Clean baut auch keine Verbindung zum Internet auf. Ganz normale Autoit Compiled exe.
X-Matrix is offline  
Old 04/17/2007, 19:18   #12
 
elite*gold: 0
Join Date: Apr 2007
Posts: 167
Received Thanks: 0
Das teil ist Clean, und btw meine Sig. das ist Ollydbg ep verschieben ja hast Recht aber heißt das, das ich hier gleich Trojaner verteile? Sowas hab ich nicht nötig habe andere Wege um an das zu kommen was ich brauche Und ja des Makro ist Compiled also nix Virus weiß garnicht was immer gleich alle rumwhinen... Jeder Makro, Hack wird als Virus erkannt das heißt aber nicht gleich das es ein Trojaner sein muss oder so.

Edit. Wenn ihr der Meinung seit das es ein Virus ist was es nicht ist nehmt doch einfach den Source und Flamed woanders rum Und von Viren, UPX etc scheint hier niemand ne Ahnung zu haben also wie gesagt Source nehmen!

Compiled einfach den Source zu einer .exe und ihr werdet sehen das, das gleich Resultat rauskommt wenn ihr es dann auf Virustotal hochladet...
bl00dsp0rt_0x03EF is offline  
Old 04/17/2007, 19:26   #13
 
elite*gold: 0
Join Date: Dec 2005
Posts: 1,093
Received Thanks: 8
aso xD sy aber man kann nie vorsichtig genug sein ^^ ja hab das verwechselt mit ollydbg xD

hmm.. sagt mal bescheid ob das überhaupt geht ^^ hab erst heute BC geholt will den nicht gleich loswerden^^
dkchester is offline  
Old 04/17/2007, 19:27   #14
 
elite*gold: 0
Join Date: Apr 2007
Posts: 167
Received Thanks: 0
Quote:
Originally posted by dkchester@Apr 17 2007, 19:26
aso xD sy aber man kann nie vorsichtig genug sein ^^ ja hab das verwechselt mit ollydbg xD

hmm.. sagt mal bescheid ob das überhaupt geht ^^ hab erst heute BC geholt will den nicht gleich loswerden^^
Tested Funktioniert Sonst würd ich es ja nicht posten.
bl00dsp0rt_0x03EF is offline  
Old 04/17/2007, 20:00   #15
 
elite*gold: 0
Join Date: Dec 2005
Posts: 180
Received Thanks: 1
jo funktioniert könnt auch einfach den code nehmen und eine neue .au3 datei erstellen
Theking0203 is offline  
Reply


Similar Threads Similar Threads
Something about jumps
11/08/2009 - Conquer Online 2 - 3 Replies
Ey guys!Can someone tell me if i can use the old jump sistem in real co?If i can use it what i need to do?:confused:
co and jumps
06/08/2009 - Conquer Online 2 - 4 Replies
hey guys i was wondering if its possible to remove the jump effect from co and if anyone would know how to do it
New BUG, Jumps you too 130 from like 127.....
08/08/2007 - Conquer Online 2 - 22 Replies
hey all, New BUG, Jumps you too 130 from like 127..... I read this reported on Conquer forums, if ANYONE know how, PLZ PM me it, or Post here, Really wanna get the Last 3 lvls on my char :D
co2 jumps
09/19/2006 - Conquer Online 2 - 1 Replies
i was wondering if i could download the co2 jump file. anyone help?
Old Jumps
06/22/2006 - Conquer Online 2 - 3 Replies
Well any1 got old Co1 c3 folder? I hate how my small trojan jumps Thanks in advance



All times are GMT +2. The time now is 14:09.


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.