Register for your free account! | Forgot your password?

You last visited: Today at 13:28

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

Advertisement



Swtor NoClip Hack

Discussion on Swtor NoClip Hack within the SWTOR Hacks, Bots, Cheats & Exploits forum part of the Star Wars: The Old Republic category.

Reply
 
Old 04/20/2012, 16:03   #16
 
rootmaster's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 37
Received Thanks: 26
Quote:
Originally Posted by devildante1987 View Post
Ok now it runs but 1 more question what does this hack do ?? No Clip means i can run throug walls and other stuff or that enemys cant hit me but i cant run trough walls and enemys hit me so please tell me what does this hack ??
Hi devildante1987,

this is basically my first beta release.

At the moment the GUI gives you very limited functions... (i plan on trying to expand it in future)

It will teleport you 10 points on any given axis

say your original X position is 1999
pressing the +X button will hop you to 2009

it will put you inside/through any object!

I hope this helps.
rootmaster is offline  
Old 04/20/2012, 16:33   #17
 
elite*gold: 15
Join Date: Oct 2009
Posts: 778
Received Thanks: 26
Also geht der Hack?
Silur is offline  
Old 04/20/2012, 16:57   #18
 
LeftCoast's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 15
Received Thanks: 5
Fantastic hack! This completely changes TOR for me, thank you!
LeftCoast is offline  
Thanks
1 User
Old 04/20/2012, 16:58   #19
 
elite*gold: 0
Join Date: Dec 2009
Posts: 2
Received Thanks: 0
Bei mir nicht
Troubl is offline  
Old 04/20/2012, 17:02   #20
 
elite*gold: 0
Join Date: Apr 2009
Posts: 102
Received Thanks: 13
worked great!

Are there limitations and sanity checks built into the game to prevent you from inputting values directly that may be more than 10 units away?
grimb0 is offline  
Thanks
1 User
Old 04/20/2012, 17:08   #21
 
rootmaster's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 37
Received Thanks: 26
Quote:
Originally Posted by grimb0 View Post
worked great!

Are there limitations and sanity checks built into the game to prevent you from inputting values directly that may be more than 10 units away?
Hi grimb0,

first i wanna say thanks for the feeback/testing my hack.

At the moment, going too far from your original position will rubberband you back.

I placed the set distance for port to avoid this from happening for now.
I am hoping that in the future the hack will allow larger hops and for the user to input any co-ordinate.

i hope this answers your question
rootmaster is offline  
Old 04/20/2012, 17:27   #22
 
elite*gold: 0
Join Date: Jul 2011
Posts: 1
Received Thanks: 0
The hack found my coordinates, but this error come : "Error Accessing Coordinates - Check Static Address 6" .
petrie is offline  
Old 04/20/2012, 17:28   #23
 
elite*gold: 0
Join Date: Apr 2009
Posts: 102
Received Thanks: 13
Ok that makes sense. my pleasure, i appreciate the work you guys do and the skills you possess.

In a future release, would it be possible to hotkey the +/- functions for each of the coordinates? Just for convenience. Keep up the great work!
grimb0 is offline  
Old 04/20/2012, 17:29   #24
 
elite*gold: 0
Join Date: Feb 2012
Posts: 30
Received Thanks: 8
Use this function to find SwTOR pid :P

Quote:
;================================================= ==================================================

; Function........: _PIDfinder($processName)
;
; Description.....: Returns the PID of the process name that uses the most memory between two same process name.
;
; Parameter(s)....: $processName - Name of the desired process
;
; Requirement(s)..: A valid process Name.
;
; Return Value(s).: On Success - Returns the PID of the process name that uses the most memory between two same process name.
; On Failure - Returns 0 and sets @Error to:
; |1 = Process name not found.
;
; Author(s).......: Mystraht.
;================================================= ==================================================


Func _PIDfinder($processName)
local $process[2]
local $processSwtor[2]
local $premier
local $deuxieme
local $PID
$list = ProcessList() ; Cherche le PID
$j = 0
$i = 0
while ($i < $list[0][0])
If ($list[$i][0] = $processName) Then
$processSwtor[$j] = $list[$i][1]
$stats = ProcessGetStats($list[$i][1])
if ($j = 0) Then
$premier = $stats[0]
EndIf
if ($j = 1) Then
$deuxieme = $stats[0]
EndIf
$j += 1
EndIf
$i += 1
WEnd
if ($premier = "") And ($deuxieme = "") Then
SetError(1)
Return 0
EndIf
if ($premier > $deuxieme) Then
$PID = $processSwtor[0]
Return $PID
Else
$PID = $processSwtor[1]
Return $PID
EndIf
EndFunc
Then use this line in your script :

$pid = _PIDfinder("swtor.exe")

Work great, i use this for Ares bot !
Mystraht is offline  
Old 04/20/2012, 19:08   #25
 
elite*gold: 0
Join Date: Feb 2008
Posts: 77
Received Thanks: 27
Mystraht Check My ARES Thread
Hanfblat is offline  
Old 04/20/2012, 19:10   #26
 
rootmaster's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 37
Received Thanks: 26
Quote:
Originally Posted by grimb0 View Post
Ok that makes sense. my pleasure, i appreciate the work you guys do and the skills you possess.

In a future release, would it be possible to hotkey the +/- functions for each of the coordinates? Just for convenience. Keep up the great work!
hi,

the hotkey code is written and ready to be placed into the hack

but first i would like to ask the community what the preffered(if any) hotkey's to these functions you would like

this question is open to everyone!

Many Thanks, RooTMasteR
rootmaster is offline  
Old 04/20/2012, 19:13   #27
 
elite*gold: 15
Join Date: Oct 2009
Posts: 778
Received Thanks: 26
Klicke auf den Button Hack OFF passiert nix kommt kruz ein kleiens schwarzes fensterm ehr auch nicht...
Silur is offline  
Old 04/20/2012, 19:23   #28
 
elite*gold: 0
Join Date: Apr 2009
Posts: 102
Received Thanks: 13
F7-F12 perhaps? ie. F7, F8 = X+10, X-10 respectively and so on...
or the number pad keys?

Malharhak uses F2-F4 for speedhack so i wouldnt use those.
grimb0 is offline  
Old 04/20/2012, 19:42   #29
 
rootmaster's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 37
Received Thanks: 26
Quote:
Originally Posted by Silur View Post
Klicke auf den Button Hack OFF passiert nix kommt kruz ein kleiens schwarzes fensterm ehr auch nicht...
can anyone translate this for me please?

Quote:
Originally Posted by grimb0 View Post
F7-F12 perhaps? ie. F7, F8 = X+10, X-10 respectively and so on...
or the number pad keys?

Malharhak uses F2-F4 for speedhack so i wouldnt use those.
Thanks, ill keep this in mind.


Still open to suggestions tho!
rootmaster is offline  
Old 04/20/2012, 20:06   #30
 
elite*gold: 0
Join Date: Sep 2008
Posts: 64
Received Thanks: 2
getting this

"Error Accessing Coordinates - Check Static Address 6"
knalknul is offline  
Reply


Similar Threads Similar Threads
Wall hack Noclip Sv_cheats 1 And type Noclip sure walang bawas God1
11/17/2010 - Soldier Front Philippines - 1 Replies
ahahaqhahahaha:mofo::mofo:
NOCLIP HACK
01/20/2009 - Rohan - 108 Replies
Lol i finally got banned gbye lvl 49 dehan. Damn i was 1 level away from 50. anyways, Since im banned i couldn't update my program for the hack. So i'll do the next best thing, ill Give instructions. 1)Bypass Gameguard using rohan bot.
NoClip Hack
10/19/2008 - General Gaming Discussion - 10 Replies
Ok so i've made a little no clip hack letting me pass through most walls/objects etc. It means I can get into previously inaccessible areas. I'm sure many of you have made it yourself. Thing is I've run out of cool places to go. Can anyone suggest any places/zones that were closed for some reason or another that I could explore? So far I've been to the: -Closed outzone sector (sector 9? 7? the power plant one) -Pepper Park Pub



All times are GMT +2. The time now is 13:28.


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.