Have I been scammed ? ( War Ultimate ) menu

User Tag List

Page 5 of 7 FirstFirst 1234567 LastLast
Results 61 to 75 of 100
  1. #61
    evilelf's Avatar Member
    Reputation
    4
    Join Date
    May 2006
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet, and thanks for the rep.

    Rockman- I give up, seems like you must have the last word or you have to win.
    Good luck with whatever your trying to do...

    Have I been scammed ? ( War Ultimate )
  2. #62
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it much too ask to create a free version with just teleporter? You all said it's so easy, so why not? I'm not capable of doing such. If I were I'd make you all a free one.

  3. #63
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    And you have never Dev'ed a hack before. You don't know how much work needs to be put into it.

  4. #64
    evilelf's Avatar Member
    Reputation
    4
    Join Date
    May 2006
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was working on something else for another game and I was wondering if hes doing a Error check... Something like this, Failed to Get OffSets.


    Code:
    func MemoryLoop()
    			
    			;Check if memory is accesible
    		Local $DllInformation = _MemoryOpen($ProcessID)
    		If @Error Then
    			MsgBox(4096, "ERROR", "Failed to Get OffSets.")
    			Exit
    		EndIf
    		$CurrentCharname = _MemoryRead($UpdateCurrentChar, $DllInformation, 'char[15]')
    			If @Error Then
    			MsgBox(4096, "ERROR", "Failed to Get OffSets.")
    			Exit
    			EndIf
    		$CurrentLocX = Floor(_MemoryRead($UpdateCurrentX, $DllInformation, 'float'))
    			If @Error Then
    			MsgBox(4096, "ERROR", "Failed to Get OffSets.")
    			Exit
    			EndIf
    		$CurrentLocY = Floor(_MemoryRead($UpdateCurrentY, $DllInformation, 'float'))
    			If @Error Then
    			MsgBox(4096, "ERROR", "Failed to Get OffSets.")
    			Exit
    		EndIf
    		$CurrentRot = _MemoryRead($UpdateCurrentRot, $DllInformation, 'dword')
    			If @Error Then
    			MsgBox(4096, "ERROR", "Failed to Get OffSets.")
    			Exit
    		EndIf
    		$continentID = _MemoryRead($Updatecontinent, $DllInformation, 'dword')
    			If @Error Then
    			MsgBox(4096, "ERROR", "Failed to Get OffSets.")
    			Exit
    		EndIf
    		$deathNY = _MemoryRead($UpdateDeath, $DllInformation, 'dword')
    			If @Error Then
    			MsgBox(4096, "ERROR", "Failed to Get OffSets.")
    			Exit
    		EndIf
    	
    		
    		
    		_MemoryClose($DllInformation)
    		;Final Calculations
    		$Xstart = $CurrentLocX
    		$Ystart = $CurrentLocY
    		$CurrentRot = floor(($CurrentRot / (3.14159265358979/180))) ;(3.14159265358979/180)))
    		;Update GUI
    		;3.14159265358979323846
    		
    		ControlSetText($App_Title, "", $FinalCharname, $CurrentCharname)
    		ControlSetText($App_Title, "", $Finalrot, $CurrentRot)
    		ControlSetText($App_Title, "", $FinallocX, $CurrentLocX)
    		ControlSetText($App_Title, "", $Finallocy, $CurrentLocY)
    		ControlSetText($App_Title, "", $Finalrandom, $continentID)
    EndFunc ;==>MemoryLoop
    also ill +Rep you cause your cool ^^ and you did help me :P
    Last edited by evilelf; 04-04-2009 at 07:35 PM.

  5. #65
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    And you have never Dev'ed a hack before. You don't know how much work needs to be put into it.
    And you said yourself making a teleporter is so easy.

    Go to videohelp.com then tools. You'll see tons of freewares that are friggin' useful. gspot, dvd decrypter, beLite, virtualdub etc. They also required much work, not just hacks. So why are they free?

  6. #66
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rockman319 View Post
    And you said yourself making a teleporter is so easy.

    Go to videohelp.com then tools. You'll see tons of freewares that are friggin' useful. gspot, dvd decrypter, beLite, virtualdub etc. They also required much work, not just hacks. So why are they free?
    Because they arnt the best of their kind? I have yet to see one hack that has more features that us (well, will after the update) except for possibly 1 which includes like 2 hacks that we don't have and I'm too lazy to make. (they arn't very useful anyways)

    But like evilelf... i'm done arguing with you.

  7. #67
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm barking up the wrong tree. I want openoffice you guys boasting microsoft office.

  8. #68
    TheDipper's Avatar Member
    Reputation
    51
    Join Date
    Sep 2007
    Posts
    411
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm sure coding Linux is time consuming too, but I can't remember getting charged for that.

  9. #69
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheDipper View Post
    I'm sure coding Linux is time consuming too, but I can't remember getting charged for that.
    You do know that the original creator only created a kernel and tons of other companies and such built off of it since it was under a public license. The circumstances are also quite different from this.

    But anyways, why are you guys still arguing? If you expect everything in the world to be free, then everyone would be lazy and not do anything. Whats the incentive of working on something that you gain absolutely nothing from? I spent half a day debugging to find both the ninja jump hack and the fly hack. Do you think I wasted part of my spring break saying, "Hey, I'm doing this so that I can see the smile all those noobs faces when i post this and get nothing else out of it!" Don't think I'm the only one spending this much time on the program either... Hibernos has stayed up pretty late every day of this week working on the program, the website, and the forums. I'm sure hes not thinking of helping noobs out of kindness either. He even worked hard today when he was sick and only got a few hours of sleep...

  10. #70
    tino4ka's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since "soon" is still be soon only and it was no concrete dates given I search the inet for something similar. In 2 mins I found out a warbuddy, which works awesome and had tons of features. It is a 3 day trial (or 10 run) but you may find it also free.
    The faniest thing about it - it has already a future, which I ask to implement for almost 3 weeks, was waiting and 2 times personally promised by Hiber to have it and only then I get absolutely disappointed in Hiber capabilities of holding his words, I push myself to think different and got all I need in 2 mins. It is strange, ordinary I see from the beginning people capabilities (it a part of my work), but this time I wanted to believe in a bright future of Hiber's hack =)

    By the way... futures that I sow on Youtube videos is not dramatic at all. It will not help me at all fighting mobs, but it is so visible to other players, that you will get reported instantly. Without jumps I could get anywhere I want by teleport options and I really don't need acrobatic tricks.

    If we had a working forum it would be possible to discuss a lot of useful hacks (not acrobatic, and if we don't need a hack, it better to spend time on a hacks we need), but somebody, who has forum ready for days (as we where told above), just don't want to plug it and I can't see any logical reason (of an adult brain of course) not to start forum week ago (don't tell me about design, the current site design is awful, but you are not keeping it in under construction option).

    Again, I do not believe my post will explain something to developers, but for sure it will help people like me to search for something better.

  11. #71
    evilelf's Avatar Member
    Reputation
    4
    Join Date
    May 2006
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you be a sport and name some of the hacks?
    They have been asking what do you want to see in there hacks.
    ( Heres a team that wants to meet your needs )

    - Teleport: This ownly works if you have been there, which
    you still might need speed hacks to get there the first time.
    As " Sychotix " said, its not safe to just use the speed hack without
    the fly hack. A player can still click on you and screen shot a report.

    (This might be better then your Teleport)
    - MapTele: open your map and click on ANY location to instantly teleport to
    The anti-afk might work if you want to go afk in rvr/pvp mode for points in a party, but then again so does the waypoint bot.
    Offtopic:
    I was dreaming hardcore about going back to school,
    & im one of them that hated school...
    had a little drool on my pillow ^^
    Last edited by evilelf; 04-05-2009 at 08:09 AM.

  12. #72
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evilelf View Post
    Could you be a sport and name some of the hacks?
    They have been asking what do you want to see in there hacks.
    ( Heres a team that wants to meet your needs )

    - Teleport: This ownly works if you have been there, which
    you still might need speed hacks to get there the first time.
    As " Sychotix " said, its not safe to just use the speed hack without
    the fly hack. A player can still click on you and screen shot a report.

    (This might be better then your Teleport)


    The anti-afk might work if you want to go afk in rvr/pvp mode for points in a party, but then again so does the waypoint bot.
    Offtopic:
    I was dreaming hardcore about going back to school,
    & im one of them that hated school...
    had a little drool on my pillow ^^
    Yeah, we worked for a little while on "Map-Tele" but the only coordinates we found were some random stuff not connected to your coordinates at all =P

    Also, the Anti-AFK probably wont work in RvR's because there is a totally different type of AFK in the start zone. It determines if your afk by seeing if you MOVED off of the little platform thing. The only way i see anti-afk being useful is for spammers, but its easy to put in a button press like every 5 minutes to fix that =P... So actually we probably could simply do it that way.

    They also have something called "Dead Walker" which is completely worthless since you can just use the teleport options to move your body while dead =P

    Also Tino... It was planned to possibly release it last night if Hiber got it finished, but he didn't I guess. I still also need to send a copy to a friend of mine for a cracking test... he most likely will crack it since hes pro... but its going to be extremely hard for others i'm sure =P

    EDIT: Oh yeah and Tino... both the site and the forum are already up. You all just don't know the links. We havn't started posting yet, but weve already got 22 members... no clue how they found the URL though =P

    Also, Why can't we temporarily discuss features here?
    Last edited by Sychotix; 04-05-2009 at 10:00 AM.

  13. #73
    tino4ka's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    EDIT: Oh yeah and Tino... both the site and the forum are already up. You all just don't know the links. We havn't started posting yet, but weve already got 22 members... no clue how they found the URL though =P
    So why it is not posted here if 22 members are already know about it? Is it kind of spy games or what?

    Also, Why can't we temporarily discuss features here?
    Because one theme is not enough. For example, I see following themes in a new forum:
    1. Future ideas and submissions for hack.
    2. Developers forum
    3. Bugs of a current working version
    4. General discussion

    Each of this branches will have multiple topics.

    This is minimum, right now all the above questions stay in one topic making unanswered mess.

    P.S. It looks like you just don't want to understand very simple things.

  14. #74
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1443
    Join Date
    Apr 2006
    Posts
    4,001
    Thanks G/R
    295/587
    Trade Feedback
    1 (100%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tino4ka View Post
    So why it is not posted here if 22 members are already know about it? Is it kind of spy games or what?
    I don't know how they found out about the forum, but it is not released yet. that is why.

    1. Future ideas and submissions for hack.
    2. Developers forum
    3. Bugs of a current working version
    4. General discussion
    1. That is what i asked for.
    2. This is what MSN is for. Its just me and him Dev'ing it for now.
    3. There arn't many bugs, so you don't need a whole new topic about this.
    4. You need to "generally" discuss new hack submissions for the hack? o.o' I didn't ask for us to make this topic a forum dude lol

    P.S. I most likely just created a Map-Tele hack.

  15. #75
    evilelf's Avatar Member
    Reputation
    4
    Join Date
    May 2006
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    P.S. I most likely just created a Map-Tele hack.
    1337 Coleslaw!
    Now i must quit being lazy and go outside for a little...

Page 5 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. Have i been scammed?
    By creesy in forum Suggestions
    Replies: 11
    Last Post: 08-25-2008, 10:43 AM
  2. Could some one help me plz...i have been scammed
    By Bigno91 in forum World of Warcraft General
    Replies: 10
    Last Post: 11-12-2007, 06:11 PM
All times are GMT -5. The time now is 10:22 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search